Add Pending Stage
- Print
- PDF
Add Pending Stage
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Create a pending stage that will be used as the new secret.
The field designated as the replacement for the secret is randomly generated and set automatically.
POST https://secretmanager.apigw.ntruss.com/action/v1/secrets/{secretId}/jobs/{jobToken}/pending
Request
Request parameters
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID (automatically injected via trigger, can be obtained as an environment variable: Replace secret action example code) |
jobToken | String | Job action token (automatically injected via trigger, can be obtained as an environment variable: Replace secret action example code) |
Request body
None
Response
Response body
{
"code": "SUCCESS",
"data": {
"pending": "string"
}
}
Parameter name | Type | Description |
---|---|---|
pending | String | Automatically generated pending stage value |
Was this article helpful?