Cluster API - Response codes
Unless otherwise specified, the following response codes are used:
Code | Description |
---|---|
200 | OK. The request is successful. |
400 | Bad request. The request has failed. The body of the response provides additional details. |
401 | Unauthorized. The token authentication has failed. Check to see if your token has the required permissions. |
404 | Not found. The requested resource is not found in your environment. Check if your input is correct. |
429 | Too many requests. You have reached the limit of API usage. |