Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 2 KB

File metadata and controls

24 lines (20 loc) · 2 KB

ScheduledExport

Properties

Name Type Description Notes
id int Unique ID [optional]
name str A name that describes the export [optional]
frequency str Frequency of the export. Valid values are weekly, daily, monthly [optional]
status str Status of the scheduled export. Valid values are active, unsubscribed, disabled [optional]
filter object Params used to filter the alerts that will be exported [optional]
hour int Hour of the day to perform the export. Valid values are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 [optional]
day str Day of the week or day of the month to perform the export. Allowed Values: Daily: nil - Weekly: sunday, monday, tuesday, wednesday, thursday, friday, or saturday - Monthly: 1 to 31. Valid values are sunday, monday, tuesday, wednesday, thursday, friday, saturday, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 [optional]
time_zone str Time zone to use when calculating hour and day [optional]
recipients list[str] Email addresses the export will be sent to [optional]
created_at datetime ISO 8601 timestamp when the resource was created [optional]
updated_at datetime ISO 8601 timestamp when the resource was updated [optional]
external_accounts list[ExternalAccount] Associated External Accounts [optional]
external_account_ids list[int] Associated External Accounts IDs [optional]
creator User Associated Creator [optional]
creator_id int Associated Creator ID [optional]

[Back to Model list] [Back to API list] [Back to README]