Microsoft Windows Server · JSON Structure

Iis Administration Process Model Structure

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

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

Properties

idle_timeout max_processes pinging_enabled ping_interval ping_response_time shutdown_time_limit startup_time_limit idle_timeout_action

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProcessModel",
  "type": "object",
  "properties": {
    "idle_timeout": {
      "type": "integer"
    },
    "max_processes": {
      "type": "integer"
    },
    "pinging_enabled": {
      "type": "boolean"
    },
    "ping_interval": {
      "type": "integer"
    },
    "ping_response_time": {
      "type": "integer"
    },
    "shutdown_time_limit": {
      "type": "integer"
    },
    "startup_time_limit": {
      "type": "integer"
    },
    "idle_timeout_action": {
      "type": "string"
    }
  }
}