Synchronizing SAP Keys
Use the post /v1/cckm/sap/synchronization-jobs
API to synchronize SAP keys.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
groups | array of strings | ID of the group from which keys will be synchronized. Provide resource ID or groupID of the SAP group. |
synchronize_all | boolean | Whether to synchronize all keys from all groups. Set true to synchronize all keys. synchronize_all and groups are mutually exclusive - specify either. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.