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:

  • Malformed request URL.
  • Incorrect Subscriber ID used in request.
401 Unauthorized Request could not be authorized. Can be caused by:
  • Incorrect Signing Key used in request.
  • Incorrect HMAC used in request.
  • Missing required request headers.
  • Missing required query string parameters.
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.