aaa_filter_options

Format of additional configuration options (filters) for the alert type. Data type of filters during policy creation: Array of strings.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-filter-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_filter_options",
  "title": "aaa_filter_options",
  "description": "Format of additional configuration options (filters) for the alert type. Data type of filters during policy creation: Array of strings.",
  "example": [
    {
      "AvailableValues": null,
      "ComparisonOperator": "==",
      "Key": "zones",
      "Range": "1-n"
    },
    {
      "AvailableValues": [
        {
          "Description": "Service-Level Objective of 99.7",
          "ID": "99.7"
        },
        {
          "Description": "Service-Level Objective of 99.8",
          "ID": "99.8"
        }
      ],
      "ComparisonOperator": ">=",
      "Key": "slo",
      "Range": "0-1"
    }
  ],
  "items": {},
  "type": "array"
}