Microsoft Windows Server · JSON Structure

Iis Administration Web Site Create Structure

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

WebSiteCreate 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

name physical_path bindings application_pool server_auto_start enabled_protocols

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WebSiteCreate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "physical_path": {
      "type": "string"
    },
    "bindings": {
      "type": "array"
    },
    "application_pool": {
      "type": "object"
    },
    "server_auto_start": {
      "type": "boolean"
    },
    "enabled_protocols": {
      "type": "string"
    }
  }
}