Fetching SAP External Key Versions
Use the get /v1/cckm/sap/ekm/keys/{id}/versions
API to fetch the list of SAP key versions for SAP HYOK. The results can be filtered using the query parameters.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
id | string | ID of the SAP external key. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
version_id | string | Filter the result by SAP external key version id. |
key_id | string | ID of the SAP external key. |
size | integer | Size of the SAP external key. |
algorithm | string | Algorithm of the SAP external key. |
source_key_tier | string | Filter the results by source key tier. |
source_key_id | string | Filter the results by source key id. |
source_key_name | string | Filter the results by source key name. |
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. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.