Rollback rotation job
- Print
- PDF
Rollback rotation job
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Roll back the last secret rotation job performed and change it to the previous secret value.
POST https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/rollback-rotation
Request
Request parameters
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID |
Request body
None
Response
Response body
{
"code": "SUCCESS",
"data": "null"
}
Was this article helpful?