[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get All External Roles V2
DescriptionThis API is used to get all external roles.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://localhost:8080/lcm/authzn/api/v2/roles/external
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse 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
401
Unauthorized
403
Forbidden
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
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