[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

Get All External Roles V2

Description

This API is used to get all external roles.

Request

Request

URL

URL


get
https://localhost:8080/lcm/authzn/api/v2/roles/external
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns array of RoleDTO of type(s) application/json
{
    "roleDescription": "vRealize Lifecycle Manager Administrator",
    "roleName": "admin",
    "vmid": "782c2945-3b69-4e29-8b32-b3d0d37ff562"
}
string
roleDescription Optional

Role Description


string
roleName Optional

Role Name


string
vmid Optional

Vmid of a Role

Errors

Errors

401

Unauthorized


403

Forbidden


404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://localhost:8080/lcm/authzn/api/v2/roles/external


[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Authentication Role Controller Operations
Feedback

Was this page helpful?