HTTP Response Codes

Unless otherwise specified, these HTTP status codes are used:

Code Cause
200 Successful operation. Viewing a list or detail page will return this code if no error occurred.
201 Successful POST operations. Returned after a successful create or update of a object.
400 Bad request.  This response code may indicate that the URI was formed incorrectly.
401 Unauthorized operations.
404 Page not found. The page or resource does not exist.
500 Internal server error.  This response code may indicate a bug. Please contact HPE Support.

See Also

Network Working Group RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1
Network Working Group RFC 2616 Section 10: Status Code Definitions