Get a region

Returns a single Region.


CLI

linode-cli regions view us-east

Learn more...

Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

string
required

ID of the Region to look up.

Responses

Response body
object
capabilities
array of strings

Read-only A list of capabilities of this region.

capabilities
string

Filterable, Read-only The country where this Region resides.

string

Read-only The unique ID of this Region.

string

Read-only Detailed location information for this Region, including city, state or region, and country.

placement_group_limits
object

Read-only The limits for placement groups in this region.

integer

Read-only The maximum number of compute instances you can include in a single placement group in this region.

integer | null

Read-only The maximum number of placement groups you can have in this region. Displayed as null if you don't have a limit.

resolvers
object
string

Read-only The IPv4 addresses for this region's DNS resolvers, separated by commas.

string

Read-only The IPv6 addresses for this region's DNS resolvers, separated by commas.

string

Filterable, Read-only This region's site type. A core region indicates a traditional cloud computing region that offers all compute services. A distributed region indicates sites that are globally dispersed to be closer to end users and workloads. These regions offer limited services.

core distributed

string

Read-only This region's current operational status.

ok outage

Language