cache_value

Enables Tiered Caching.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache_value",
  "title": "cache_value",
  "description": "Enables Tiered Caching.",
  "enum": [
    "on",
    "off"
  ],
  "example": "on",
  "type": "string"
}