API Guide

/Server/
Description
Gets a list of servers
Method
get
Response Class
[ Server ]
Response Content-Type: application/xml, application/json
Parameters
Table 175. Parameters
Parameter Value Description Default Value Parameter Type Data Type
sort N/A Valid sort columns:
health,managementI
P,serviceTag,power
State,credentialId
N/A query string
lter N/A Valid lter columns:
health,managementI
P,serviceTag,power
State,credentialId
N/A query array
oset N/A Specify pagination
oset
0 query integer
limit N/A Specify page limit 50 query integer
Response Status Codes
Table 176. Response Status Codes
HTTP Status Code Reason
200 Retrieved
400 Bad Request, verify input parameters are 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/count
Description
Gets a count of servers
84