NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List networks advertised to the VPCReturn networks which are advertised to connected VPC. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/advertised-networks
|
List networks advertised to the VPC in CSV formatReturn networks which are advertised to connected VPC in CSV format. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/advertised-networks/download
|
Get VPC Address Resolution Protocol proxiesReturns ARP proxy table for a VPC. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/arp-proxies
|
Get VPC Address Resolution Protocol proxies in CSV formatReturns ARP proxy table for a VPC in CSV format. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/arp-proxies/download
|
List of VPC AttachmentPaginated list of VPC Attachment. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments
|
Delete VPC AttachmentDelete VPC Attachment |
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments/{vpc-attachment-id}
|
Get VPC AttachmentGet VPC Attachment |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments/{vpc-attachment-id}
|
Update VPC AttachmentEach VPC has one attachment. This API will update the VPC attachment. |
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments/{vpc-attachment-id}
|
Update the VPC attachmentUpdate the VPC attachment. |
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments/{vpc-attachment-id}
|
Get DNS Forwarder statisticsGet the DNS Forwarder statistics. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/dns-forwarder-statistics
|
Get forwarding table from VPCGet forwarding table from VPC. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/forwarding-table
|
Get forwarding table from VPC in CSV formatGet forwarding table from VPC in CSV format. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/forwarding-table/download
|
Get realization failures for vpcRetrieves only the resources with the reason not "SUCCESS". In case of failure or warning of the resource a reason object explaining the type of failure (ERROR, WARNING) and the detailed message of what the user could do to remediate is captured. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/realization-failures
(Experimental)
|
Get security policy realization failures for vpcRetrieves only the resources with the reason not "SUCCESS". In case of failure or warning of the resource a reason object explaining the type of failure (ERROR, WARNING) and the detailed message of what the user could do to remediate is captured. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/realization-failures
(Experimental)
|
Get VPC stateGet the VPC's runtime state that includes the gateway id and the HA details, if applicable. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/state
|
Get VPC StatisticsGet VPC Statistics |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/statistics
|
Get VPC Statistics SummaryGet VPC Statistics Summary |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/statistics/summary
|
Get VPC StatusGet VPC Status |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/status
(Experimental)
|
VC Folder Status for VpcReturns the VC Folder Status on vCenter for the Vpc. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vc-folder-status
|