The REST API server responds with the following status codes, which are defined in RFC 2616.
Status code | Status name | Description |
---|---|---|
200 | OK | Resource retrieved successfully. |
201 | Created | Resource retrieved successfully. |
204 | Edited/Deleted | Resource edited or deleted successfully. |
301 | Move permanently | The API has been moved permanently. |
303 | See Other | The resource ID has been changed. |
400 | Bad Request | Missing or invalid request contents. |
404 | Not Found | Requested resource not found. |
500 | Internal Server Error | Internal error originated from storage sub-system or REST API server. |
501 | Not implemented | Server has not implemented the request operation on the resource. |