API Guide

Table Of Contents
/Network/{networkId}
Desciption
Update an existing network
Method
put
Response Class
void
Response Content-Type: application/xml, application/json
Parameters
Table 133. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body (required) Network object
that contains
update fields
N/A body Network
networkId (required) Id of network to
update
N/A path string
Response Status Codes
Table 134. Response Status Codes
HTTP Status Code Reason
204 Network updated successfully
400 Invalid input for id or network supplied or verify
other input data is correct
404 Network not found
409 Network with similar name already exists
/Network/{networkId}
Desciption
Delete an existing network
81