API Guide

Response Status Codes
Table 144. Response Status Codes
HTTP Status Code Reason
200 Network retrieved successfully
404 Network not found
/Network/{networkId}
Description
Update an existing network
Method
put
Response Class
void
Response Content-Type: application/xml, application/json
Parameters
Table 145. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body (required) Network object that
contains update
elds
N/A body Network
networkId (required) Id of network to
update
N/A path string
Response Status Codes
Table 146. 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}
Description
Delete an existing network
74