Search

Simplivity

HTTP error code reference

Use this reference for information about the HTTP error codes returned by the REST API. The error codes are returned in the status field of the JSON error response body.

400-Bad Request

Exception
Description
InvalidBodyExceptionYou tried to pass invalid information in the body of a POST or PUT request.
InvalidParameterExceptionYou passed an invalid query parameter.
InvalidSortCriteriaExceptionYou passed an invalid limit or sort criteria query parameter.
ObjectInUseExceptionYou tried to DELETE a policy that is in use by a datastore or virtual machine.
PermissionDeniedExceptionYou tried to view or modify an object without the required permissions.
TypeMismatchExceptionYou passed in an incorrect object type. For example, you passed in a String, but an Integer was expected.

401---Unauthorized

Exception
Description
SvtExceptions$UnauthorizedExceptionYou submitted an invalid access token or the access token has expired. Tokens expire after 24 hours or after 10 minutes of inactivity.

404---Not Found

Exception
Description
ObjectNotFoundExceptionYou tried to GET or act on an object, but the object cannot be found.

405---Method Not Allowed

Exception
Description
HttpRequestMethodNotSupportedExceptionYou tried to perform an HTTP operation on a resource that is not supported.

413---Payload Too Large

Exception
Description
BodyTooLargeExceptionYou submitted a request body that is too large.

415---Unsupported Media Type

Exception
Description
HttpMediaTypeNotSupportedExceptionYou submitted a PUT or POST request and the content type that is not valid. For example: Content type 'application/xml' not supported.

500---Internal Server Error

Exception
Description
InternalServerExceptionYou submitted a request, there are unexpected problems. Check the log for more details.

502---Bad Gateway

Exception
Description
Bad GatewayThere are too many simultaneous REST requests.

504---Gateway Timeout

Exception
Description
Gateway Time-outThe REST request took more than 60 seconds to complete.

Related Blogs

Roy Atkins

HPE SimpliVity PowerShell Module

May 16, 2019
Ron Dharma

Using Postman with HPE SimpliVity

Nov 9, 2018

HPE Developer Newsletter

Stay in the loop.

Sign up for the HPE Developer Newsletter or visit the Newsletter Archive to see past content.

By clicking on “Subscribe Now”, I agree to HPE sending me personalized email communication about HPE and select HPE-Partner products, services, offers and events. I understand that my email address will be used in accordance with HPE Privacy Statement. You may unsubscribe from receiving HPE and HPE-Partner news and offers at any time by clicking on the Unsubscribe button at the bottom of the newsletter.

For more information on how HPE manages, uses, and protects your personal data please refer to HPE Privacy Statement.