Microsoft Windows Server · Schema
ProcessModel
Process model settings for the application pool worker processes.
Data-CenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025
Properties
| Name | Type | Description |
|---|---|---|
| idle_timeout | integer | The idle timeout in minutes before a worker process is shut down. |
| max_processes | integer | The maximum number of worker processes for the application pool (web garden). |
| pinging_enabled | boolean | Whether health monitoring pings are enabled. |
| ping_interval | integer | The interval in seconds between health monitoring pings. |
| ping_response_time | integer | The maximum time in seconds allowed for a worker process to respond to a health ping. |
| shutdown_time_limit | integer | The time in seconds allowed for a worker process to gracefully shut down. |
| startup_time_limit | integer | The time in seconds allowed for a worker process to start up. |
| idle_timeout_action | string | The action to take when the idle timeout is reached. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ProcessModel",
"title": "ProcessModel",
"type": "object",
"description": "Process model settings for the application pool worker processes.",
"properties": {
"idle_timeout": {
"type": "integer",
"description": "The idle timeout in minutes before a worker process is shut down.",
"default": 20,
"example": 10
},
"max_processes": {
"type": "integer",
"description": "The maximum number of worker processes for the application pool (web garden).",
"default": 1,
"example": 10
},
"pinging_enabled": {
"type": "boolean",
"description": "Whether health monitoring pings are enabled.",
"default": true,
"example": true
},
"ping_interval": {
"type": "integer",
"description": "The interval in seconds between health monitoring pings.",
"default": 30,
"example": 10
},
"ping_response_time": {
"type": "integer",
"description": "The maximum time in seconds allowed for a worker process to respond to a health ping.",
"default": 90,
"example": 10
},
"shutdown_time_limit": {
"type": "integer",
"description": "The time in seconds allowed for a worker process to gracefully shut down.",
"default": 90,
"example": 10
},
"startup_time_limit": {
"type": "integer",
"description": "The time in seconds allowed for a worker process to start up.",
"default": 90,
"example": 10
},
"idle_timeout_action": {
"type": "string",
"description": "The action to take when the idle timeout is reached.",
"enum": [
"Terminate",
"Suspend"
],
"default": "Terminate",
"example": "Terminate"
}
}
}
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-processmodel"
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.