load-balancing_preview_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-preview-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_preview_response",
  "title": "load-balancing_preview_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/load-balancing_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "pools": {
              "additionalProperties": {
                "description": "The pool name associated with the pool ID.",
                "type": "string"
              },
              "description": "Monitored pool IDs mapped to their respective names.",
              "example": {
                "abwlnp5jbqn45ecgxd03erbgtxtqai0d": "WNAM Datacenter",
                "ve8h9lrcip5n5bbga9yqmdws28ay5d0l": "EEU Datacenter"
              },
              "type": "object"
            },
            "preview_id": {
              "$ref": "#/components/schemas/load-balancing_identifier"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}