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