List Application Roles

List Application Roles

API code: LIST_APPLICATION_ROLES
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/roles
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of BuiltInRole of type(s) application/json
[
    {
        "name": "string",
        "rights": [
            {
                "rightName": "string",
                "category": "string"
            }
        ]
    }
]