Fetching SAP External Keys
Use the get /v1/cckm/sap/ekm/keys
API to fetch the list of SAP external keys. The results can be filtered using the query parameters.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
id | string | ID of the SAP external key. |
name | string | Name of the SAP external key. |
cloud_name | string | Cloud name of the SAP external key. |
keystore_id | string | ID of the SAP keystore. |
size | integer | Size of the SAP external key. |
blocked | boolean | Filter the result by blocked or unblocked state. |
algorithm | string | Algorithm of the SAP external key. |
sap_tenant_id | string | Tenant ID of the SAP tenant. |
state | string | State of the SAP external key. |
version_count | integer | Filter the result by SAP external key version count. |
version_id | string | Filter the result by SAP external key version id. |
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
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.