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

# Linux hosting detail

`GET /linuxhostings/{domainName}`

## Path parameters

- `domain_name` string, required

## Response `200`

OK

- LinuxHostingDetail
  - `domain_name` string — Domain name for the Linux hosting account.
  - `servicepack_id` integer — Id of Linux hosting service package.
  - `max_webspace_size` integer — Maximum webspace size in MB Use max_size instead.
  - `max_size` integer — Maximum webspace size in MB
  - `webspace_usage` integer — Used webspace size in MB Use actual_size instead.
  - `actual_size` integer — Used webspace size in MB
  - `ip` string — Linux hosting IP address
  - `ip_type` 'dedicated' | 'shared' — Type of the hosting IP address (dedicated or shared)
  - `ftp_enabled` boolean — Indicates whether ftp is enabled for the hosting account.
  - `ftp_username` string — Ftp username
  - `ssh_host` string — Ssh host of the linux hosting account
  - `ssh_username` string — Ssh username
  - `php_version` string — The active php version for the hosting account.
  - `sites` LinuxSite[] — A list of websites on the hosting account.
    - `name` string — The name of the website.
    - `path` string — The path of the website.
    - `host_headers` HostHeader[] — Host headers for the website.
      - `name` string — The name of the host header.
      - `enabled` boolean — Indicates if the host header is applied on the web server.
    - `ssl_enabled` boolean — Indicates whether ssl is enabled for the website.
    - `https_redirect_enabled` boolean — Indicates whether automatic https redirection is enabled for the website.
    - `http2_enabled` boolean — Indicates whether http/2 protocol is enabled for the website.
  - `mysql_database_names` string[] — A list of mysql databases linked to the hosting account. Details of the database can be read using the mysql database detail.

---

[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/versions/d6d1ea012567/schema)
