NSX-T Data Center REST API

Associated URIs:

API Description API Path

List of PROJECT


Paginated list of Project.
GET /policy/api/v1/orgs/{org-id}/projects

Delete PROJECT


Delete PROJECT.
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}

Get PROJECT


Get PROJECT
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}

Create or update PROJECT


If a Project with the project-id is not already present, create a new Project.
If it already exists, update the Project.
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}

Update the PROJECT


Update the Project.
For local Project, local transport zone and edge clusters needs to be added.
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}

VC Folder Status for Project


Returns the VC Folder Status on vCenter for the Project.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vc-folder-status