Create External Key in SAP Keystore
Use the post /v1/cckm/sap/ekm/keys
API to create external key for SAP HYOK, provide the following details.
The ID of the key store where external key will be hosted.
The name of the external key.
The Source Key type.
The ID of source key which material will be used.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
keystore_id | string | ID of the key store where external key will be hosted. |
name | string | Name for the external key. |
source_key_identifier | string | Source Key Identifier of an existing CM source key. Supported key sizes are AES-256, RSA-3072, and RSA-4096. |
source_key_tier | string | Source key-tier of an existing source key. Only 'local' source key tier is allowed. |
description (optional) | string | Description for the sap external key. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.