Dynatrace API - Response codes
Unless otherwise specified, the following response codes are used:
OK. The request is successful.
Bad request. The request has failed. The body of the response provides additional details.
Unauthorized. The token authentication has failed. Check to see if your token has the
required scopes.
Not found. The requested resource is not found in your environment. Check if your input is correct.
Too many requests. You have reached the
limit of API usage.
Configuration API
The Configuration API uses slightly different set of response codes. The following response codes are used:
OK. The GET request is successful.
Created. The POST or PUT request has successfully created a new resource.
No content. The PUT or DELETE request has successfully updated or deleted a resource.
Bad request. The request has failed. The body of the response provides additional details.
Unauthorized. The token authentication has failed. Check to see if your token has the
required scopes.
Not found. The requested resource is not found in your environment. Check if your input is correct.
Too many requests. You have reached the
limit of API usage.
In case when a successful request may return different codes, it is specified in the description of the request.