Recovering Soft-Deleted Azure Secrets
Use the post /v1/cckm/azure/secrets/{id}/recover
to recover a soft-deleted Azure secret.
Syntax
Here, {id}
is the resource ID of the secret on the CipherTrust Manager.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response
The sample output shows that the parameter status
becomes AVAILABLE
. This indicates that the secret is recovered.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.