Synchronizing OCI Keys
Use the post /v1/cckm/oci/synchronization-jobs
API to synchronize OCI keys of all or particular vaults.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
vaults | array of strings | ID of the vault from which keys will be synchronized. Provide resource ID or vault ID of the OCI vault. |
synchronize_all | boolean | Whether to synchronize all keys from all vaults. Set true to synchronize all keys from all vaults. synchronize_all and vaults 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.