load-balancing_search_params

APIs.ioEngineeringPlatform

Properties

Name Type Description
query string Search query term.
references string The type of references to include ("*" for all).
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-search-params-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_search_params",
  "title": "load-balancing_search_params",
  "properties": {
    "query": {
      "default": "",
      "description": "Search query term.",
      "example": "primary",
      "type": "string"
    },
    "references": {
      "default": "",
      "description": "The type of references to include (\"*\" for all).",
      "enum": [
        "",
        "*",
        "referral",
        "referrer"
      ],
      "example": "*",
      "type": "string"
    }
  },
  "type": "object"
}