NSX-T Data Center Global Manager REST API
Networking (Switching)
Associated URIs:
| API Description | API Path |
|---|---|
List infra segment portsList all the ports for an infra. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports
|
Get infra segment port by IDGet detail information on an infra segment port by giving ID. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}
|
List all effective profiles for infra segment portList all effective profiles for this segment port on given enforcement point. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/effective-profiles
|
Get infra segment port statistics informationGet infra segment port statistics information. |
GET /global-manager/api/v1/global-infra/segments/{segments-id}/ports/{port-id}/statistics
|
Get infra segment port status informationGet infra segment port status information. |
GET /global-manager/api/v1/global-infra/segments/{segments-id}/ports/{port-id}/status
|
List Tier-1 segment portsList all the ports for a Tier-1 segment. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports
|
Get Tier-1 segment port by IDGet detail information on a Tier-1 segment port by giving ID. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
|
List all effective profiles for tier-1 segment portList all effective profiles for this segment port on given enforcement point. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/effective-profiles
|
Get tier-1 segment port statistics informationGet tier-1 segment port statistics information. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/statistics
|
Get segment port status informationGet tier1 segment port status information. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/status
|