API Guide
Parameter Value Description Default Value Parameter Type Data Type
name,description,ty
pe,vlanId,createdBy,
updatedBy,createdD
ate,updatedDate
oset N/A Specify pagination
oset
0 query integer
limit N/A Specify page limit 50 query integer
Response Status Codes
Table 139. Response Status Codes
HTTP Status Code Reason
200 Networks is retrieved
400 Problem with a query parameter, check response for details
404 Networks not found
/Network/
Description
Add a new network
Method
post
Response Class
Network
Response Content-Type: application/json, application/xml
Parameters
Table 140. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body (required) Network object that
needs to be added
to ASM
N/A body Network
Response Status Codes
Table 141. Response Status Codes
HTTP Status Code Reason
201 Network created
400 Invalid input or network supplied or verify other input data is
correct
72