Network Operations

Number of APIs: 8

  1. get proposed network vlan GET https://{{dcnm}}/rest/resource-manager/vlan/{{fabric}}?vlanUsageType=TOP_DOWN_NETWORK_VLAN

  2. get network id POST https://{{dcnm}}/rest/managed-pool/fabrics/{{fabric}}/segments/ids

  3. create network POST https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks

  4. attach network to switches POST https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/attachments

  5. get network details GET https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/

  6. delete network DELETE https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/{{network}}

  7. deploy network POST https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/{{network}}/deploy

  8. query network attachments GET https://{{dcnm}}/rest/top-down/fabrics/{{fabric}}/networks/attachments?network-names={{network}}