Viewing Details of a DKE Authorized Tenant
Use the get /v1/cckm/microsoft/dke/auth-tenants/{id}
API to view the details of a Microsoft DKE authorized tenant with a given ID.
Syntax
Here, {id}
is the ID of the DKE authorized tenant.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
id | string | ID of the DKE authorized tenant. |
Example Request
Example Response
The sample output shows the details of the DKE authorized tenant with the specified ID.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.