NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
List shares |
GET /policy/api/v1/infra/shares
|
Get single instance of a share |
GET /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 orgGet the list of resource shared with a given org. |
GET /policy/api/v1/orgs/<org-id>/shared-with-me
|