Microsoft Windows Server · Schema
RapidFailProtection
Rapid fail protection settings that determine how IIS responds to repeated worker process failures.
Data-CenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025
Properties
| Name | Type | Description |
|---|---|---|
| enabled | boolean | Whether rapid fail protection is enabled. |
| load_balancer_capabilities | string | The load balancer capabilities response type. |
| interval | integer | The time interval in minutes during which the max crash count is monitored. |
| max_crashes | integer | The maximum number of worker process crashes allowed within the interval. |
| auto_shutdown_exe | string | The path to an executable to run when the application pool is shut down due to rapid fail protection. |
| auto_shutdown_params | string | Parameters for the auto shutdown executable. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RapidFailProtection",
"title": "RapidFailProtection",
"type": "object",
"description": "Rapid fail protection settings that determine how IIS responds to repeated worker process failures.",
"properties": {
"enabled": {
"type": "boolean",
"description": "Whether rapid fail protection is enabled.",
"default": true,
"example": true
},
"load_balancer_capabilities": {
"type": "string",
"description": "The load balancer capabilities response type.",
"enum": [
"HttpLevel",
"TcpLevel"
],
"default": "HttpLevel",
"example": "HttpLevel"
},
"interval": {
"type": "integer",
"description": "The time interval in minutes during which the max crash count is monitored.",
"default": 5,
"example": 10
},
"max_crashes": {
"type": "integer",
"description": "The maximum number of worker process crashes allowed within the interval.",
"default": 5,
"example": 10
},
"auto_shutdown_exe": {
"type": "string",
"description": "The path to an executable to run when the application pool is shut down due to rapid fail protection.",
"example": "example_value"
},
"auto_shutdown_params": {
"type": "string",
"description": "Parameters for the auto shutdown executable.",
"example": "example_value"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-windows-server-rapidfailprotection"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.