• Home
  • Dynatrace Managed
  • Cluster API
  • Basics
  • Response codes

Cluster API - Response codes

Unless otherwise specified, the following response codes are used:

CodeDescription
200OK. The request is successful.
400Bad request. The request has failed. The body of the response provides additional details.
401Unauthorized. The token authentication has failed. Check to see if your token has the required permissions.
404Not found. The requested resource is not found in your environment. Check if your input is correct.
429Too many requests. You have reached the limit of API usage.