Unless stated otherwise, all service responses for Viewpoint return one of the following HTTP status codes.
Code | Definition | Description |
---|---|---|
200 | OK | Request was successful |
400 | Bad Request | Request could not be understood by the server due to malformed syntax. The client should not repeat the request without modifications. |
401 | Unauthorized | Request requires user authentication |
404 | Not Found | Resource referenced by the specified URI was not found |
500 | Internal Server Error | Viewpoint server encountered an unexpected condition that prevented it from fulfilling the request |
Service responses for Data Labs return one of the following HTTP status codes.
Code | Definition | Description |
---|---|---|
200 | OK | Request was successful. |
201 | Creation successful | Lab or lab group creation or deletion successful |
400 | Invalid Request Type | Invalid request type or default lab size, or insufficient space. |
401 | Invalid credentials | Credentials are not valid or not authorized to access the API |
404 | Not Found | Resource referenced by the specified URI was not found. |
409 | Already exists | Lab or lab group already exists |
500 | Connection error | Connection or database error |