Overview
Start a secret rotation job.
Secret Manager is notified that the rotation job has started, and the secret's rotation status changes.
The current secret chain value is returned.
POST https://secretmanager.apigw.ntruss.com/action/v1/secrets/{secretId}/jobs/{jobToken}/start
Request
Request parameter
Request body
None
Response
Response body
{
"code": "SUCCESS",
"data": {
"decryptedSecretChain": {
"previous": "string",
"active": "string",
"pending": "string"
},
"rotationTargets": [
"string"
]
}
}
Parameter name |
Type |
Description |
decryptedSecretChain.previous |
String |
Previous status secret value |
decryptedSecretChain.active |
String |
Current status secret value |
decryptedSecretChain.pending |
String |
Pending status secret value |
rotationTargets |
String[] |
List of secret values to rotate |