Viewing SAP Key Versions
Use the get /v1/cckm/sap/keys/{id}/versions
API to view the list of SAP key versions.
Syntax
Here, {id}
is the resource ID of the SAP key.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
version_id | string | Internal id of the SAP cloud key version. |
version | string | Version of the SAP cloud key. |
tenant | string | SAP key tenant. |
enabled | boolean | Value for enabled. Specify true if the state of the key is enabled. |
origin | string | Origin of the SAP key. |
cloud_name | string | Cloud name of the SAP key. |
creator_name | string | Name of the SAP key creator. |
creator_id | string | ID of the SAP key creator. |
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.