Update Rotation Period
- 인쇄
- PDF
Update Rotation Period
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
PUT /kms/v1/keys/{keyTag}/rotation-period
키의 자동 회전 주기를 수정합니다.
요청
요청 파라미터
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) |
요청 바디 예시
{
"rotationPeriod": 0
}
응답
응답 바디
{
"code": "SUCCESS",
"data": {
"keyTag": "string",
"rotationPeriod": 0,
"nextRotationDate": 0
}
}
이 문서가 도움이 되었습니까?