Skip to content

Files

Latest commit

8ddaf5d · Feb 18, 2022

History

History
31 lines (27 loc) · 3.15 KB

MaintenanceWindow.md

File metadata and controls

31 lines (27 loc) · 3.15 KB

MaintenanceWindow

Properties

Name Type Description Notes
created_epoch_millis int [optional]
creator_id str [optional]
customer_id str [optional]
end_time_in_seconds int The time in epoch seconds when this maintenance window will end
event_name str The name of an event associated with the creation/update of this maintenance window [optional]
host_tag_group_host_names_group_anded bool If true, a source/host must be in 'relevantHostNames' and have tags matching the specification formed by 'relevantHostTags' and 'relevantHostTagsAnded' in order for this maintenance window to apply. If false, a source/host must either be in 'relevantHostNames' or match 'relevantHostTags' and 'relevantHostTagsAnded'. Default: false [optional]
id str [optional]
point_tag_filter str Query that filters on point tags of timeseries scanned by alert. [optional]
point_tag_filter_anded bool Whether to AND point tags filter listed in pointTagFilter. If true, a timeseries must contain the point tags along with other filters in order for the maintenance window to apply.If false, the tags are OR'ed, the customer must contain one of the tags. Default: false [optional]
reason str The purpose of this maintenance window
relevant_customer_tags list[str] List of alert tags whose matching alerts will be put into maintenance because of this maintenance window
relevant_customer_tags_anded bool Whether to AND customer tags listed in relevantCustomerTags. If true, a customer must contain all tags in order for the maintenance window to apply. If false, the tags are OR'ed, and a customer must contain one of the tags. Default: false [optional]
relevant_host_names list[str] List of source/host names that will be put into maintenance because of this maintenance window [optional]
relevant_host_tags list[str] List of source/host tags whose matching sources/hosts will be put into maintenance because of this maintenance window [optional]
relevant_host_tags_anded bool Whether to AND source/host tags listed in relevantHostTags. If true, a source/host must contain all tags in order for the maintenance window to apply. If false, the tags are OR'ed, and a source/host must contain one of the tags. Default: false [optional]
running_state str [optional]
sort_attr int Numeric value used in default sorting [optional]
start_time_in_seconds int The time in epoch seconds when this maintenance window will start
targets list[str] List of targets to notify, overriding the alert's targets. [optional]
title str Title of this maintenance window
updated_epoch_millis int [optional]
updater_id str [optional]

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