Updating SAP Keystore
Use the patch /v1/cckm/sap/ekm/keystores/{id}
API to update a SAP keystore.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
id | string | ID of the SAP keystore. |
description (optional) | string | Description about the SAP keystore. |
keystore_url_hostname (optional) | string | Hostname for the SAP keystore URL. |
name (optional) | string | Name of the SAP keystore. |
enable_success_audit_event (optional) | string | Enable or disable audit recording of successful operations within an external keystore. The default value is 'false'. Enabling it will reduce the performance of the data-plane APIs. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.