API Guide

Response Status Codes
Table 180. Response Status Codes
HTTP Status Code Reason
204 Deleted
400 Bad Request, verify refId is correct
401 No login information specied in the request
403 User doesn't have privileges to access this operation
500 Server Internal Error, contact your system administrator
/Server/serviceTag/{serviceTag}
Description
Retrieves an individual Server with serviceTag
Method
get
Response Class
Server
Response Content-Type: application/xml, application/json
Parameters
Table 181. Parameters
Parameter Value Description Default Value Parameter Type Data Type
serviceTag (required) serviceTag of the
server
N/A path string
Response Status Codes
Table 182. Response Status Codes
HTTP Status Code Reason
200 Retrieved
400 Bad Request, verify refId is correct
401 No login information specied in the request
403 User doesn't have privileges to access this operation
404 Server not found
500 Server Internal Error, contact your system administrator
86