Microsoft Windows Server · JSON Structure

Iis Administration Periodic Restart Structure

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

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

Properties

time_interval private_memory request_limit virtual_memory schedule

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PeriodicRestart",
  "type": "object",
  "properties": {
    "time_interval": {
      "type": "integer"
    },
    "private_memory": {
      "type": "integer"
    },
    "request_limit": {
      "type": "integer"
    },
    "virtual_memory": {
      "type": "integer"
    },
    "schedule": {
      "type": "array"
    }
  }
}