UpdateScheduledSearch
is
used to input data for updating a scheduled search.
Table: UpdateScheduledSearch
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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: Mar 28, 2025 | |||||
actions | [string] | yes | Deprecated | List of unique identifier for actions to execute on query result. | |
backfillLimit | integer | yes | Deprecated | User-defined limit, which caps the number of missed searches to backfill, e.g. in the event of a shutdown. | |
description | string | Deprecated | Description of the scheduled search. | ||
enabled | boolean | yes | Deprecated | Flag indicating whether the scheduled search is enabled. | |
ttt | string | yes | Deprecated | The unique identifier of the scheduled search. | |
labels | [string] | yes | Deprecated | Labels attached to the scheduled search. | |
Name | string | yes | Deprecated | The name of the scheduled search. | |
queryEnd | string | yes | Deprecated | The end of the relative time interval for the query. Value must be in whole seconds. | |
queryOwnershipType | QueryOwnershipType | User | Deprecated | Ownership of the query run by this scheduled search. If value is User, ownership will be based on the runAsUserId field. See QueryOwnershipType . | |
queryStart | string | yes | Deprecated | The start of the relative time interval for the query. Value must be in whole seconds. | |
queryString | string | yes | Deprecated | The LogScale query to execute. | |
runAsUserId | string | yes | Deprecated | The scheduled search or alert will run as the user with this id. If not specified, the calling user will be used. It requires a special permission to set the run as user to a different user than the calling user. | |
schedule | string | yes | Deprecated | The cron pattern describing the schedule on which to execute the query. | |
timeZone | string | yes | Deprecated | Time zone of the schedule. Currently this field only supports UTC offsets like 'UTC', 'UTC-01' or 'UTC+12:45'. | |
viewName | string | yes | Deprecated | Name of the view of the scheduled search. |