- Related Products
- ADManager Plus
- ADAudit Plus
- ADSelfService Plus
- Exchange Reporter Plus
- AD360
- Log360
The API allows you fetch/delete the status of all the running and completed background search/alerts task running in EventLog Analyzer.
Header name | Value | Mandatory | Description |
Authorization | Bearer {{AuthToken}} | Yes |
Parameter name | Mandatory | Type | Description |
request_id | No | String | If provided only this request_id's status will be fetched |
The response will be a JSON object which will contain the following key/value pairs
Parameter name | Description |
total | cursor for the next set of results |
requests | JSON array contains information about each job as a JSONObject.
Each JSONObject contains following fields
|
This allows you to delete the job and its hits
Header name | Value | Mandatory | Description |
Authorization | Bearer {{AuthToken}} | Yes |
Parameter name | Mandatory | Type | Description |
request_id | No | String | If provided only this request_id's status will be fetched |
The response will be a JSON object which will contain a message field
Parameter name | Description |
message | result of the delete request |
curl --location --request DELETE 'http://localhost:8400/RestAPI/v1/jobs?request_id=AYVTeCb0wPH5eWuO5jkC' \ -H "Accept: application/json" -H "Authorization: Bearer mdrkoda0odmtmznloc00ndziltg0mgutmwzkztljmjvmzwmx "
{ "message": "deleted hits for for request_id [AX6qJeaDhJby8kAkaqDE]" }
Copyright © 2020, ZOHO Corp. All Rights Reserved.