SegmentationAlertFilter

SegmentationAlertFilter
Segmentation Alert Filter

Discriminated filter union for segmentation alerts. The concrete subtype is determined by alert_type.

Notes:

  • alert_type is required. Accepted values: APPLICATION_ALERT, ENVIRONMENT_ALERT, TIER_ALERT, INFRASTRUCTURE_ASSET_ALERT, OTHER_OBJECT_ALERT.
  • Each subtype's values array specifies the specific alert conditions to include in the filter.
AllOf
This class requires all of the following:
JSON Example
{
    "alert_type": "string"
}