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 share


Get the list of shared resource in a given share.
GET /policy/api/v1/infra/shares/<share-id>/resources

Delete Shared Resource


Delete Shared Resource.
DELETE /policy/api/v1/infra/shares/<share-id>/resources/<shared-resource-id>

Get Shared resource


Get the shared resource that represents shared objects.
GET /policy/api/v1/infra/shares/<share-id>/resources/<shared-resource-id>

Create or update Shared Resource


If 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 Resource


If 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 org


Get the list of resource shared with a given org.
GET /policy/api/v1/orgs/<org-id>/shared-with-me