Skip to main content

Get zone

GET 

/zones/zone

Returns the details for a specific zone

Request

Query Parameters

    zone[id] string

    The zone to find.

    All 'zone[]' params are mutually exclusive, only one can be provided.

    zone[permalink] string

    The zone to find.

    All 'zone[]' params are mutually exclusive, only one can be provided.

Responses

Returns the details for a specific zone

Schema

    zone

    object

    required

    id string
    name string
    permalink stringnullable

    data_center

    object

    id string
    name string
    permalink string

    country

    object

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean
Loading...