UnsavedScheduledSearch is a datatype for an unsaved scheduled search.

Table: UnsavedScheduledSearch

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 7, 2024
actions[Action]yes A lList of IDs for actions to fire on query result. See Action.
backfillLimitintegeryes User-defined limit, which caps the number of missed searches to backfill (e.g., in the event of a shutdown).
descriptionstring  A description of the scheduled search.
enabledbooleanyes Whether the scheduled search is enabled.
endstringyes End of the relative time interval for the query.
labels[string]yes Labels attached to the scheduled search.
namestringyes The name of the scheduled search.
queryStringstringyes The LogScale query to execute.
schedulestringyes The cron pattern describing the schedule on which to execute the query.
startstringyes Start of the relative time interval for the query.
timeZonestringyes The time zone of the schedule. Currently, this field supports only UTC offsets (e.g., 'UTC', 'UTC-01' or 'UTC+12:45').