API Guide

Table Of Contents
Response Status Codes
Table 140. Response Status Codes
HTTP Status Code Reason
204 Released IP addresses successfully
400 Invalid input for usageGUID
404 Reservation associated with usageGUID not found
/Network/{networkId}/usageids
Desciption
Find Usage Ids of network by id
Method
get
Response Class
UsageIdList
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 from
N/A path string
Response Status Codes
Table 142. Response Status Codes
HTTP Status Code Reason
200 Network Usage Ids retrieved successfully
404 Network Usage Ids not found
/Network/{networkId}/ipaddresses
Desciption
Find IPs of network by id
84