cache_smart_tiered_cache_patch

Update enablement of Smart Tiered Cache

APIs.ioEngineeringPlatform

Properties

Name Type Description
value string Enable or disable the Smart Tiered Cache
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-smart-tiered-cache-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache_smart_tiered_cache_patch",
  "title": "cache_smart_tiered_cache_patch",
  "description": "Update enablement of Smart Tiered Cache",
  "properties": {
    "value": {
      "description": "Enable or disable the Smart Tiered Cache",
      "enum": [
        "on",
        "off"
      ],
      "example": "on",
      "type": "string"
    }
  },
  "required": [
    "value"
  ],
  "type": "object"
}