API Guide

Method
get
Response Class
void
Response Content-Type: application/octet-stream
Response Status Codes
Table 140. Response Status Codes
HTTP Status Code Reason
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 User Log Internal Error, contact your system administrator
/Network/{networkId}
Description
Find a network by id
Method
get
Response Class
Network
Response Content-Type: application/json, application/xml
Parameters
Table 141. Parameters
Parameter Value Description Default Value Parameter Type Data Type
networkId (required) Id of network to
retrieve
N/A path string
Response Status Codes
Table 142. Response Status Codes
HTTP Status Code Reason
200 Network retrieved successfully
404 Network not found
72