Refreshing an Azure Key
Use the post /v1/cckm/azure/keys/{id}/refresh
API to refresh the details of an Azure key and its versions and update with the latest values.
Syntax
Here, {id}
represents the key ID.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The response shows that the Azure key (with ID 90333464-8df0-4bb6-9280-dc644f8a59dc
) will be refreshed and persisted.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.