Adding SAP Key Version
Use the post /v1/cckm/sap/keys/{id}/versions
API to add a new version to SAP cloud key. Specify whether the version will be created natively on the SAP cloud or uploaded from an external key source.
Syntax
Here, {id}
is the resource ID of the SAP key.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
is_native | boolean | Whether to create the key version natively or upload from a key source. |
source_key_identifier | string | ID of the source key that will be uploaded to SAP. |
source_key_tier | string | Tier of the source key. The options are: • local for the CipherTrust Manager• dsm for the Data Security Manager• hsm-luna for Luna HSM (FM-enabled Luna HSM is not supported as a key source)The default tier is local . |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.