API Guide

Table Of Contents
Response Status Codes
Table 130. Response Status Codes
HTTP Status Code Reason
400 Bad Request, verify input parameters are correct
401 No login information specified in the request
403 User doesn't have privileges to access this
operation
500 User Log Internal Error, contact your system
administrator
/Network/{networkId}
Desciption
Find a network by id
Method
get
Response Class
Network
Response Content-Type: application/json, application/xml
Parameters
Table 131. 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 132. Response Status Codes
HTTP Status Code Reason
200 Network retrieved successfully
404 Network not found
80