Microsoft Windows Server · JSON Structure

Microsoft Windows Server Structure

Structural overview of the Microsoft Windows Server API surface; extracted from openapi/.

Type: Properties: 0
Data-CenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Microsoft Windows Server Structure is a JSON Structure definition published by Microsoft Windows Server.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Microsoft Windows Server",
  "providerId": "microsoft-windows-server",
  "kind": "json-structure",
  "description": "Structural overview of the Microsoft Windows Server API surface; extracted from openapi/.",
  "schemaCount": 30,
  "operationCount": 15,
  "schemas": [
    {
      "name": "Error",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "HalLink",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Certificate",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "Binding",
      "type": "object",
      "propertyCount": 7,
      "required": [
        "protocol"
      ]
    },
    {
      "name": "WebSiteLimits",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "ApplicationPoolReference",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "WebSiteReference",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "WebSiteLinks",
      "type": "object",
      "propertyCount": 19,
      "required": []
    },
    {
      "name": "WebSite",
      "type": "object",
      "propertyCount": 11,
      "required": []
    },
    {
      "name": "WebSiteSummary",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "WebSiteCreate",
      "type": "object",
      "propertyCount": 6,
      "required": [
        "name",
        "physical_path",
        "bindings"
      ]
    },
    {
      "name": "WebSiteUpdate",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "ApplicationLinks",
      "type": "object",
      "propertyCount": 14,
      "required": []
    },
    {
      "name": "Application",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "ApplicationSummary",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "ApplicationCreate",
      "type": "object",
      "propertyCount": 5,
      "required": [
        "path",
        "physical_path",
        "website"
      ]
    },
    {
      "name": "ApplicationUpdate",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "CpuSettings",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "ProcessModel",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "Identity",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "RecyclingLogEvents",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "PeriodicRestart",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "Recycling",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "RapidFailProtection",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "ProcessOrphaning",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "ApplicationPoolLinks",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "ApplicationPool",
      "type": "object",
      "propertyCount": 15,
      "required": []
    },
    {
      "name": "ApplicationPoolSummary",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "ApplicationPoolCreate",
      "type": "object",
      "propertyCount": 12,
      "required": [
        "name"
      ]
    },
    {
      "name": "ApplicationPoolUpdate",
      "type": "object",
      "propertyCount": 12,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/api/webserver/websites",
      "operationId": "listWebSites",
      "summary": "List All Web Sites",
      "tags": [
        "Web Sites"
      ]
    },
    {
      "method": "POST",
      "path": "/api/webserver/websites",
      "operationId": "createWebSite",
      "summary": "Create a Web Site",
      "tags": [
        "Web Sites"
      ]
    },
    {
      "method": "GET",
      "path": "/api/webserver/websites/{id}",
      "operationId": "getWebSite",
      "summary": "Get a Web Site",
      "tags": [
        "Web Sites"
      ]
    },
    {
      "method": "DELETE",
      "path": "/api/webserver/websites/{id}",
      "operationId": "deleteWebSite",
      "summary": "Delete a Web Site",
      "tags": [
        "Web Sites"
      ]
    },
    {
      "method": "PATCH",
      "path": "/api/webserver/websites/{id}",
      "operationId": "updateWebSite",
      "summary": "Update a Web Site",
      "tags": [
        "Web Sites"
      ]
    },
    {
      "method": "GET",
      "path": "/api/webserver/webapps",
      "operationId": "listApplications",
      "summary": "List All Applications",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "POST",
      "path": "/api/webserver/webapps",
      "operationId": "createApplication",
      "summary": "Create an Application",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "GET",
      "path": "/api/webserver/webapps/{id}",
      "operationId": "getApplication",
      "summary": "Get an Application",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "DELETE",
      "path": "/api/webserver/webapps/{id}",
      "operationId": "deleteApplication",
      "summary": "Delete an Application",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "PATCH",
      "path": "/api/webserver/webapps/{id}",
      "operationId": "updateApplication",
      "summary": "Update an Application",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "GET",
      "path": "/api/webserver/application-pools",
      "operationId": "listApplicationPools",
      "summary": "List All Application Pools",
      "tags": [
        "Application Pools"
      ]
    },
    {
      "method": "POST",
      "path": "/api/webserver/application-pools",
      "operationId": "createApplicationPool",
      "summary": "Create an Application Pool",
      "tags": [
        "Application Pools"
      ]
    },
    {
      "method": "GET",
      "path": "/api/webserver/application-pools/{id}",
      "operationId": "getApplicationPool",
      "summary": "Get an Application Pool",
      "tags": [
        "Application Pools"
      ]
    },
    {
      "method": "DELETE",
      "path": "/api/webserver/application-pools/{id}",
      "operationId": "deleteApplicationPool",
      "summary": "Delete an Application Pool",
      "tags": [
        "Application Pools"
      ]
    },
    {
      "method": "PATCH",
      "path": "/api/webserver/application-pools/{id}",
      "operationId": "updateApplicationPool",
      "summary": "Update an Application Pool",
      "tags": [
        "Application Pools"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/microsoft-windows-server-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.