---
title: "Windows hosting detail"
method: GET
path: "/windowshostings/{domainName}"
tags: ["Windows hostings"]
---

# Windows hosting detail

`GET /windowshostings/{domainName}`

## Path parameters

- `domain_name` string, required

## Response `200`

OK

- WindowsHostingDetail
  - `domain_name` string — Domain name for the Windows hosting account.
  - `servicepack_id` integer — Id of Windows hosting service package.
  - `max_size` integer — Maximum webspace size in MB
  - `actual_size` integer — Used webspace size in MB
  - `ip` string — Windows hosting IP address
  - `ip_type` 'dedicated' | 'shared' — Type of the hosting IP address (dedicated or shared)
  - `ftp_username` string — Ftp username
  - `application_pool` ApplicationPool — The application pool for the hosting account.
    - `runtime` string — The active runtime for the hosting account.
    - `pipeline_mode` string — The active pipeline mode for the hosting account.
    - `installed_net_core_runtimes` string[] — The installed .NET Core runtimes for the hosting account.
  - `sites` WindowsSite[] — A list of websites on the hosting account.
    - `name` string — The name of the website.
    - `path` string — The path of the website.
    - `bindings` SiteBinding[] — The bindings for the website.
      - `protocol` string — The protocol of the site binding.
      - `host_name` string — The host name of the site binding.
      - `ip_address` string — The IP address of the site binding.
      - `port` integer — The port of the site binding.
      - `cert_thumbprint` string — The certificate thumbprint of the site binding.
      - `ssl_enabled` boolean — Indicates whether ssl is enabled for the binding.
  - `mssql_database_names` string[] — A list of mssql databases linked to the hosting account.

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/revisions/d6d1ea012567/schema)
