NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List shares |
GET /policy/api/v1/infra/shares
|
Delete ShareDelete a Share. |
DELETE /policy/api/v1/infra/shares/{share-id}
|
Get single instance of a share |
GET /policy/api/v1/infra/shares/{share-id}
|
Create or update a ShareIf a Share with the given ID already exists, update the share entity. |
PATCH /policy/api/v1/infra/shares/{share-id}
|
Create or update a ShareIf a Share with the given ID already exists, and the revision is 0, throw error |
PUT /policy/api/v1/infra/shares/{share-id}
|
Get Shared resource list for a given shareGet the list of shared resource in a given share. |
GET /policy/api/v1/infra/shares/{share-id}/resources
|
Delete Shared ResourceDelete Shared Resource. |
DELETE /policy/api/v1/infra/shares/{share-id}/resources/{shared-resource-id}
|
Get Shared resourceGet the shared resource that represents shared objects. |
GET /policy/api/v1/infra/shares/{share-id}/resources/{shared-resource-id}
|
Create or update Shared ResourceIf Shared resource already exists, update the shared resource entity. User Presence of the shared resource denotes sharing of the parent object. |
PATCH /policy/api/v1/infra/shares/{share-id}/resources/{shared-resource-id}
|
Create or update Shared ResourceIf Shared resource already exists, update the shared resource entity. User Presence of the shared resource denotes sharing of the parent object. |
PUT /policy/api/v1/infra/shares/{share-id}/resources/{shared-resource-id}
|
Get resources shared with a given projectGet the list of resource shared with a given project. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/shared-with-me
|
Get resources shared with a given orgGet the list of resource shared with a given org. |
GET /policy/api/v1/orgs/{org-id}/shared-with-me
|