Schedule
A cron schedule on a host: each time it is due, it starts a run of one of the host's agents on a new thread.
Fields
idNamerequiredThe schedule's name: lowercase letters, digits and underscores, up to 64 characters. Each firing records it, and the run's principal is issuer "schedule" with this as subject.
agentstringrequiredA key of host({agents}).
cronstringrequiredA five-field cron expression (minute, hour, day of month, month, day of week, where 0 or 7 is Sunday) of numbers, *, lists, ranges and steps, read in timezone. Anything else is a ConfigError invalid_config.
timezonestringdefault UTCIANA name.
inputInputrequiredWhat a run starts with: plain text or ordered input parts.