The Host Region Object holds available region configurations for a server.
Field | Type | Example | Description |
---|---|---|---|
id | Integer | 1 | The unique ID for the Region. |
name | String | "New York" | The name of the Region. |
iso | String | "ny" | The ISO code for the region. |
subregion | Object | Host Subregion Object | The subregion object represents a single subregion to choose from when selecting a region for a server. |
subregions | Array of Objects | [ Host Subregion Object ] | A list of subregion objects. Some regions have multiple sub-regions. |