NSX-T Data Center REST API

Return the list of token-based principal identities. | These don't have certificate or role information.

Request:

Method:
GET
URI Path(s):
/api/v1/trust-management/token-principal-identities
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:
TokenBasedPrincipalIdentityListResult+

Example Response:

{ [ { "id": "ebd3032d-728e-44d4-9914-d4f81c9972cb", "name": "web-ui", "node_id": "node-1", "roles_for_paths": [ { "path": "/", "roles": [ { "role": "enterprise_admin" } ] } ], "role": "enterprise_admin", "is_protected": "true" }, { "id" : "ebd3032d-728e-44d4-9914-d4f81c6783ed", "name": "open-stack", "node_id": "node-2", "roles_for_paths": [ { "path": "/", "roles": [ { "role": "enterprise_admin" } ] } ], "is_protected": "true" } ] }

Required Permissions:

read

Feature:

trust_principal_identities

Additional Errors: