InlineWeeklyTelemetrySchedule1
InlineWeeklyTelemetrySchedule1
JSON Example
{
"day_of_week": "string",
"hour_of_day": 0,
"minutes": 0
}
string
day_of_week
Required
Day of week on which data will be collected. Specify one of SUNDAY through SATURDAY.
Possible values are :
SUNDAY,
MONDAY,
TUESDAY,
WEDNESDAY,
THURSDAY,
FRIDAY,
SATURDAY,
integer As int64
As int64
hour_of_day
Required
Constraints:
minimum: 0
maximum: 23
Hour at which data will be collected. Specify a value between 0 through 23.
integer As int64
As int64
minutes
Optional
Constraints:
minimum: 0
maximum: 59
default: 0
Minute at which data will be collected. Specify a value between 0 through 59.