NSX-T Data Center REST API

Get a principal identity

Get a stored principal identity

Request:

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

Successful Response:

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

Example Response:

{ "id": "ebd3032d-728e-44d4-9914-d4f81c9972cb", "name": "open-stack", "node_id": "node-2", "roles_for_paths": [ { "path": "/", "roles": [ { "role": "network_engineer" } ] } ], "role": "network_engineer", "is_protected": "false", "certificate_id" : "abd3032d-728e-44d4-9914-d4f81c9972cc" }

Required Permissions:

read

Feature:

trust_principal_identities

Additional Errors: