Errors and Troubleshooting

vManage API support the following HTTP status code.

Status Code Status Message Meaning
200 OK Success
201 Created New resource created
400 Bad request Request was invalid
401 Unauthorized Authentication missing or incorrect
403 Forbidden Request was understood but not allowed
404 Not found Resource not found
429 Too many requests Request exceed rate limit
500 Internal server error Problem with the server
503 Service Unavailable Server is unable to complete request

Some administrative APIs, such as login (/j_security_check) logout (/logout), use the response body to indicate success or failure.