Adding SAP Groups
Use the post /v1/cckm/sap/add-groups
API to add a SAP group to the CipherTrust Manager as a container.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
connection | string | Name or ID of the SAP connection. |
group_id | array of strings | List of IDs of the SAP groups to be added. |
To know about the supported key types and sizes/curves for Native and BYOK keys, refer to key types and sizes/curves for details.
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.