OBJECT
SnapshotSchedule
Description
Snapshot schedule for different frequencies.
link GraphQL Schema definition
- type SnapshotSchedule {
- # Minute schedule of the SLA Domain.
- MinuteSnapshotSchedule :
- # Hourly schedule of the SLA Domain.
- HourlySnapshotSchedule :
- # Daily schedule of the SLA Domain.
- DailySnapshotSchedule :
- # Weekly schedule of the SLA Domain.
- WeeklySnapshotSchedule :
- # Monthly schedule of the SLA Domain.
- MonthlySnapshotSchedule :
- # Quarterly schedule of the SLA Domain.
- QuarterlySnapshotSchedule :
- # Yearly schedule of the SLA Domain.
- YearlySnapshotSchedule :
- }