Reference Guide

HTTP Status Code Reason
404 Network not found
409 Network with similar name already exists
/Network/{networkId} GET
Description
Find a network by id
Method
GET
Response Class
Network
Response Content-Type: application/json, application/xml
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
networkId (required) Id of network to
retrieve
N/A path string
Response Status Codes
HTTP Status Code Reason
200 Network retrieved successfully
404 Network not found
/Network/ipAddress/assign PUT
Description
Assigns a list of ip addresses to a usage Guid
Method
PUT
Response Class
string
54