The Host Image Object holds details on Images and apps available when configuring a server.
| Field | Type | Example | Description |
|---|---|---|---|
| id | Integer | 1 | The unique ID for the Image. |
| name | String | "Ubuntu" / "Debian" / "Wordpress" | The name of the Image. This is often the Linux distribution or one-click app name. |
| type | String | "image" or "app" | The type of the image: image or app. |
| minDiskSize | Integer | 20 | The minimum disk size available in GB. |
| unavailableRegions | Array of Strings | [ "ams2", "lon1" ] | A list of unavailable subregion IDs. |
| version | Object | Host Image Version Object | The default/recommended image version. |
| versions | Array of Objects | [ Host Image Version Object ] | A list of all the image versions supported. |
| extraCostPerMonth | Integer | 0 | Extra monthly cost. |
| windows | Bool | false | Flag to determine if the image is Windows-based. |
