NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
List Network SpansRead Network Spans |
GET /policy/api/v1/infra/network-spans
|
Delete Network SpanDelete Network Span |
DELETE /policy/api/v1/infra/network-spans/{span-id}
|
Read Network SpanRead Network Span |
GET /policy/api/v1/infra/network-spans/{span-id}
|
Create or Update Network SpanCreate or Update Network span |
PATCH /policy/api/v1/infra/network-spans/{span-id}
|
Create or replace Network SpanCreate or Update Network Span |
PUT /policy/api/v1/infra/network-spans/{span-id}
|
List Zone MembersRead Zone Members. This will list all the zone members (VcCluster or StandaloneHost). |
GET /policy/api/v1/infra/zones/{zone-id}/members
|