Fetching List of DKE Endpoints
Use the get /v1/cckm/microsoft/dke/endpoints
API to fetch a list of the Microsoft DKE endpoints from CCKM. The results can be filtered using the query parameters.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
id | string | DKE endpoint ID. |
name | string | Name of the DKE endpoint. |
algorithm | string | DKE endpoint algorithm. |
status | string | The status of the DKE endpoint. |
key_type | string | Type of key created by DKE endpoint. The only option currently supported is asymmetric . |
key_uri | string | URI of key created by the DKE endpoint. |
auth_tenants | string | List of IDs of authorized tenants for the DKE endpoint. |
skip | integer | Number of records to skip. For example, if "skip":5 is specified, the first five records will not be displayed in the output. |
limit | integer | Numbers of records to display. For example, if "limit":10 is specified, then the next 10 records (after skipping the number of records specified in the skip parameter) will be displayed in the output. |
sort | string | Comma-delimited list of properties to sort the results. |
Example Request
Example Response
The sample output shows two DKE endpoints listed--one with the endpoint ID of b724005d-e821-4a54-8f69-2199e1499898
and the other with the endpoint ID of f222ffdf-80e1-4fd5-8f17-1b60a26dba5d
.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.