cache_cache_reserve_value

Value of the Cache Reserve zone setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-cache-reserve-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache_cache_reserve_value",
  "title": "cache_cache_reserve_value",
  "default": "off",
  "description": "Value of the Cache Reserve zone setting.",
  "enum": [
    "on",
    "off"
  ],
  "type": "string"
}