Status Codes
The Cloud Services API is a RESTful web service which returns standard HTTP status codes in responses.
Status Code | Message | Description | Cause |
200 | Success | Request made successfully. Data from the request is included in the response. | |
201 | Created | Upload only. Template Package successfully uploaded to Cloud Services. | |
400 | Bad Request | Request is malformed. |
Can be caused by:
|
401 | Unauthorized | Request could not be authorized. | Can be caused by:
|
404 | Not Found | Requested template package not found. | Incorrect Package ID used in request. |
Error Logging
See the Activity Log section of the Cloud Service Portal for error messages logged when making requests.