API Guide

Response Class
UsageIdList
Response Content-Type: application/json, application/xml
Parameters
Table 151. Parameters
Parameter Value Description Default Value Parameter Type Data Type
networkId (required) Id of network to
retrieve from
N/A path string
Response Status Codes
Table 152. Response Status Codes
HTTP Status Code Reason
200 Network Usage Ids retrieved successfully
404 Network Usage Ids not found
/Network/{networkId}/ipaddresses
Description
Find IPs of network by id
Method
get
Response Class
[ IpAddress ]
Response Content-Type: application/json, application/xml
Parameters
Table 153. Parameters
Parameter Value Description Default Value Parameter Type Data Type
networkId (required) Id of network to
retrieve from
N/A path string
Response Status Codes
Table 154. Response Status Codes
HTTP Status Code Reason
200 Network IPs retrieved successfully
404 Network IPs not found
76