Microsoft Windows Server · JSON Structure

Iis Administration Rapid Fail Protection Structure

Type: object Properties: 6
DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

RapidFailProtection is a JSON Structure definition published by Microsoft Windows Server, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

enabled load_balancer_capabilities interval max_crashes auto_shutdown_exe auto_shutdown_params

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RapidFailProtection",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "load_balancer_capabilities": {
      "type": "string"
    },
    "interval": {
      "type": "integer"
    },
    "max_crashes": {
      "type": "integer"
    },
    "auto_shutdown_exe": {
      "type": "string"
    },
    "auto_shutdown_params": {
      "type": "string"
    }
  }
}