API Guide

/Authenticate/
Description
Conrm User access credentials
Method
post
Response Class
AuthenticateResponse
Response Content-Type: application/json, application/xml
Parameters
Table 7. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body (required) Description of user
to be authenticated
N/A body AuthenticateReques
t
Response Status Codes
Table 8. Response Status Codes
HTTP Status Code Reason
201 Authentication successful
401 User not found, domain not found or password does not match
/Chassis/
Description
Retrieve a list a Chassis Devices
Method
get
Response Class
[ Chassis ]
Response Content-Type: application/xml, application/json
26