Update rotation trigger
- Print
- PDF
Update rotation trigger
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Change the secret auto-rotation trigger.
PUT https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/triggers
Request
Request parameters
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID |
Request body
{
"triggerId": "string"
}
Parameter name | Type | Description |
---|---|---|
triggerId | String | Automatic rotation trigger ID |
Response
Response body
{
"code": "SUCCESS",
"data": {
"secretId": "string",
"trigger": {
"id": "string",
"name": "string",
"url": "string",
"recentlyExecutedAction": "string"
}
}
}
Parameter name | Type | Description |
---|---|---|
secretId | String | Secret ID |
trigger.id | String | Trigger ID |
trigger.name | String | Trigger name |
trigger.url | String | Trigger URL |
trigger.recentlyExecutedAction | String | Recently executed action |
Was this article helpful?