Proxy Read Timeout

Maximum time between two read operations from origin.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-proxy-read-timeout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_proxy_read_timeout",
  "title": "Proxy Read Timeout",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "ID of the zone setting.",
          "enum": [
            "proxy_read_timeout"
          ],
          "example": "proxy_read_timeout"
        },
        "value": {
          "$ref": "#/components/schemas/zones_proxy_read_timeout_value"
        }
      }
    }
  ],
  "description": "Maximum time between two read operations from origin."
}