NSX-T Data Center REST API

Get single instance of a share

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/shares/{share-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

{ "resource_type":"Share", "id":"default", "display_name":"Default Share", "path":"/infra/shares/default", "relative_path":"default", "parent_path":"/infra", "unique_id":null, "marked_for_delete":false, "overridden":false, "_create_user":"system", "_system_owned":true, "_last_modified_user":"system", "_create_time":1613557631201, "_last_modified_time":1613557631201, "_protection":"NOT_PROTECTED", "_revision":0 }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
Share+

Example Response:

200 OK

Required Permissions:

read

Feature:

policy_share

Additional Errors: