NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List of PROJECTPaginated list of Project. |
GET /policy/api/v1/orgs/{org-id}/projects
|
Delete PROJECTDelete PROJECT. |
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}
|
Get PROJECTGet PROJECT |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}
|
Create or update PROJECTIf 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 PROJECTUpdate 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}
|
List Project ip allocationsList all the ip allocations for a Project. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations
|
Records intent to release an IP from an IpPool.Releases the IP that was allocated for this allocation request |
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations/{ip-address-allocation-id}
|
Get Project ip allocation by IDGet detail information on Project ip allocation by giving ID. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations/{ip-address-allocation-id}
|
Patch a Project ip allocationCreate a Project ip allocation if it does not exist |
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations/{ip-address-allocation-id}
|
Create or update a project ip allocationIf a Project IP Address Allocation is absent, create a new one. If it already exists, replace the Project IP Address Allocation instance with the new object. |
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations/{ip-address-allocation-id}
|
VC Folder Status for ProjectReturns the VC Folder Status on vCenter for the Project. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vc-folder-status
|
Additional
Links