Update rotation period
- Print
- PDF
Update rotation period
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
PUT /kms/v1/keys/{keyTag}/rotation-period
Edit the automatic rotation cycle of a key.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-apigw-timestamp | Header(Required) | |
x-ncp-apigw-signature-v2 | Header(Required) | |
x-ncp-iam-access-key | Header(Required) | |
keyTag | Path(Required) | |
rotationPeriod | Body: Integer | 1 - 730 (Default = 90) |
Request body example
{
"rotationPeriod": 0
}
Response
Response body
{
"code": "SUCCESS",
"data": {
"keyTag": "string",
"rotationPeriod": 0,
"nextRotationDate": 0
}
}
Was this article helpful?