| 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. |