UpdateNotificationInterval
- 인쇄
- PDF
UpdateNotificationInterval
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
알림 간격을 설정합니다.
필요 권한
- Change/updateNotificationInterval
요청
요청 파라미터
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
interval | Yes | string | 알림 간격 |
- 알람 간격 파라미터 상수
상수명 | 설명 |
---|---|
one_min | 1 분 |
two_min | 2 분 |
three_min | 3 분 |
four_min | 4 분 |
five_min | 5 분 |
ten_min | 10 분 |
thirty_min | 30 분 |
one_hour | 1 시간 |
three_hour | 3 시간 |
six_hour | 6 시간 |
twelve_hour | 12 시간 |
twenty_four_hour | 24 시간 |
요청 헤더
헤더명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
X-NCP-USE_PLATFORM_TYPE | Yes | string | VPC, CLASSIC 환경 중 택일 |
응답
응답 바디
- 응답 메시지 (1)
항목 | 타입 | 설명 |
---|---|---|
success | boolean | 요청 처리 여부 |
code | Integer | 응답코드 |
message | String | 응답 메시지 |
result | Object | 요청 결과 |
예시
요청 예시
PATCH {WBD_API_URL}/alarm/interval
X-NCP-USE_PLATFORM_TYPE: VPC
Content-Type: application/json; charset=utf-8
x-ncp-apigw-timestamp: {Timestamp}
x-ncp-iam-access-key: {Sub Account Access Key or STS Access Key}`
x-ncp-apigw-signature-v2: {API Gateway Signature}
{
"interval": "one_hour"
}
응답 예시
{
"success": true,
"code": 0,
"message": "success",
"result": null
}
오류 코드 예시
{
"success": false,
"code": 400,
"message": "Platform must be not null.",
"result": null
}
이 문서가 도움이 되었습니까?