Custom device Log Monitoring API - DELETE analysis job
Deletes or cancels the specified log analysis job.
The request produces an application/json
payload.
DELETE |
|
Authentication
To execute this request, you need the Read log content (LogExport
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
customDeviceId | string |
The Dynatrace entity ID of the required custom device. |
path | required |
jobId | string |
The ID of the log analysis job to be deleted. You can retrieve it from the response of the POST analysis job request. |
path | required |
Response
Response codes
Code | Description |
---|---|
200 | Success. The job has been deleted. |
400 | Failed. See the response body for details |
404 | Not found. See the response body for details. |
Response body
The LogJobDeleteResult object
Element | Type | Description |
---|---|---|
message | string |
{
"message": "string"
}