SnapshotScheduleShow
SnapshotScheduleShow
| Name | Description | Schema | Default |
|---|---|---|---|
| frequency required | 스냅샷 주기 Example : WEEKLYPattern : ^(WEEKLY|DAILY)$ | string | |
| day_of_week optional | 스냅샷 스케줄 설정 요일 Example : MONPattern : ^(SUN|MON|TUE|WED|THU|FRI|SAT)$ | any of [string, null] | |
| hour required | 스냅샷 스케줄 시간 Example : 23Pattern : ^([0-9]|1[0-9]|2[0-3])$ | string | |
| id optional | 스냅샷 스케줄 아이디 Example : d02d1a74-1871-4a3d-bdfc-6e60e9ea0f31 | any of [string, null] |