Network Operations
Number of APIs: 8
-
get proposed network vlan GET https://{{dcnm}}/rest/resource-manager/vlan/{{fabric}}?vlanUsageType=TOP_DOWN_NETWORK_VLAN
-
get network id POST https://{{dcnm}}/rest/managed-pool/fabrics/{{fabric}}/segments/ids
-
create network POST https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks
-
attach network to switches POST https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/attachments
-
get network details GET https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/
-
delete network DELETE https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/{{network}}
-
deploy network POST https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/{{network}}/deploy
-
query network attachments GET https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/attachments?network-names={{network}}