IIS Web Site

Schema for an IIS web site resource as exposed by the Microsoft IIS Administration API. Web sites are a core entity of IIS that determine where and how HTTP requests will be handled, including binding configuration, application pool assignment, and resource limits.

DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Properties

Name Type Description
name string The display name of the web site.
id string The unique identifier assigned to the web site by the IIS Administration API.
physical_path string The physical file system path for the web site root directory. Environment variables such as %SystemDrive% are supported.
key string The IIS site key identifier, corresponding to the site ID in IIS configuration.
status string The current operational status of the web site.
server_auto_start boolean Whether the web site starts automatically when the IIS service starts.
enabled_protocols string A comma-separated list of protocols enabled for this web site.
limits object Resource limits governing connection behavior and URL processing for the web site.
bindings array The bindings that define the protocols, IP addresses, ports, and hostnames the web site listens on. At minimum, a binding must specify a protocol, IP address, and port.
application_pool object The application pool assigned to handle requests for this web site.
_links object HAL-style hypermedia links to related resources.
View JSON Schema on GitHub