Fetching List of DKE Roles
Use the get /v1/cckm/microsoft/dke/get-roles
API to fetch a list of the Microsoft DKE role definitions. The results can be filtered using the connection parameter.
Syntax
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
connection | string | ID of the Azure connection. Mandatory for role-based authorization. |
Example Request
Example Response
The sample output shows two DKE roles listed--one with the endpoint ID of 74574343-69f5-4237-9190-012177145e10
and the other with the endpoint ID of 87584754-b6af-4016-8d66-8c2a99b929b3
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.