extremecloudiq.model.xiq_alert_policy.XiqAlertPolicy
The Alert Policy Model
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
The Alert Policy Model
Key
Input Type
Accessed Type
Description
Notes
id
decimal.Decimal, int,
decimal.Decimal,
The unique identifier
value must be a 64 bit integer
owner_id
decimal.Decimal, int,
decimal.Decimal,
The owner ID
[optional] value must be a 64 bit integer
org_id
decimal.Decimal, int,
decimal.Decimal,
The organization identifier, valid when enabling HIQ feature
[optional] value must be a 64 bit integer
name
str,
str,
The name of the alert policy
[optional]
sites
list, tuple,
tuple,
The message metadata type
[optional]
event_rules_overview
list, tuple,
tuple,
A list of overviews of the event-based alert rules, grouped by category.
[optional]
metric_rules_overview
list, tuple,
tuple,
A list of overviews of the metric-based alert rules, grouped by metricset.
[optional]
any_string_name
dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader
frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO
any string name can be used but the value must be the correct type
[optional]
The message metadata type
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
The message metadata type
A list of overviews of the event-based alert rules, grouped by category.
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
A list of overviews of the event-based alert rules, grouped by category.
A list of overviews of the metric-based alert rules, grouped by metricset.
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
A list of overviews of the metric-based alert rules, grouped by metricset.
[Back to Model list] [Back to API list] [Back to README]