Viewing the List of DKRs
Use the get /v1/cckm/sap/dkr
API to view the list of SAP DKRs. 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 | Internal ID of the SAP DKR. |
name | string | Name of the SAP DKR. |
cloud_name | string | Cloud name of the SAP DKR. |
allow_underlying_key_exchange | boolean | Whether the repointing of the DKR to another encryption key and manual key rotation of the encryption key is allowed. |
creator_name | string | Name of the SAP DKR creator. |
creator_id | string | ID of the SAP DKR creator. |
sap_key_name | string | Name of the SAP key. |
sap_key_id | string | ID of the SAP key. |
cckm_group_id | string | ID of the CCKM group. |
dynamic_key_reference_id | string | ID of the SAP DKR. |
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 list of available SAP DKRs is displayed.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.