load-balancing_notification_filter

Filter pool and origin health notifications by resource type or health status. Use null to reset.

APIs.ioEngineeringPlatform

Properties

Name Type Description
origin object
pool object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-notification-filter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_notification_filter",
  "title": "load-balancing_notification_filter",
  "description": "Filter pool and origin health notifications by resource type or health status. Use null to reset.",
  "example": {
    "origin": {
      "disable": true
    },
    "pool": {
      "healthy": false
    }
  },
  "nullable": true,
  "properties": {
    "origin": {
      "$ref": "#/components/schemas/load-balancing_filter_options"
    },
    "pool": {
      "$ref": "#/components/schemas/load-balancing_filter_options"
    }
  },
  "type": "object"
}