Getting Details of a SAP Key Version
Use the get /v1/cckm/sap/keys/{id}/versions/{versionID}
API to view the key version details. Specify the key ID and the version ID.
Syntax
Here, {id}
is the resource ID of the key ID and {versionID}
is the resource ID of the key version.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.