TelemetrySchedule
The telemetry schedule configuration. The default frequency_type is WEEKLY_TELEMETRY_SCHEDULE.
DAILY_TELEMETRY_SCHEDULE: Requires
hourOfDay
andminutes
. Runs every day at the specified hour and minute.WEEKLY_TELEMETRY_SCHEDULE: Requires
dayOfWeek
,hourOfDay
, andminutes
. Runs every week on the specified day of the week at the given hour and minute.MONTHLY_TELEMETRY_SCHEDULE: Requires
dayOfMonth
,hourOfDay
, andminutes
. Runs every month on the specified day at the given hour and minute.
{
"frequency_type": "string",
"hour_of_day": 0,
"minutes": 0,
"day_of_week": "string",
"day_of_month": 0
}
Types of telemetry schedule frequency value
Hour of day
Minutes
Types of telemetry schedule day of week value
Day of month