HTTP Response Codes
The Command Central REST API response returns an HTTP response code that indicates success or error of the requested operation. The following table describes the HTTP response codes.
| HTTP response code | Description |
|---|---|
2xx
|
Success. |
4xx
|
Client error. Correct the request data and retry. |
5xx
|
Server error. |
The body of the 4xx and 5xx responses normally contains
additional information about the error, such as error code, description, and
action. Some error messages include a nested error cause.
For information about the HTTP response codes supported by each resource and method, see the REST service WADL pages. You can find the URI for each REST service in Summary of REST Services.