NSX-T Data Center REST API

Get a token-based principal identity

Get a stored token-based principal identity

Request:

Method:
GET
URI Path(s):
/api/v1/trust-management/token-principal-identities/<principal-identity-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/trust-management/token-principal-identities/ebd3032d-728e-44d4-9914-d4f81c9972cb

Successful Response:

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

Example Response:

{ "id": "ebd3032d-728e-44d4-9914-d4f81c9972cb", "name": "open-stack", "node_id": "node-2", "is_protected": "false" }

Required Permissions:

read

Feature:

trust_principal_identities

Additional Errors: