Aller au contenu principal

Get a zone by its name

GET 

/projects/:projectId/zones/:zoneName

Return the zone by its name (in the path).

Request

Path Parameters

    projectId stringrequired

    Project Identifier

    zoneName stringrequired

    Zone name

Header Parameters

    X-API-Key string

    Your SIU token if you use this API through Orange Developer.

    Authorization string

    Bearer access token authentication if you use this API through Orange Developer or Orange Developer Inside.

    X-Requester-Id string

    Your SIU Id if you use this API through Orange Developer Inside.

Responses

Ok

Schema

    name stringrequired

    Unique resource name.

    description string

    Resource description.

    region stringrequired

    Region

    • AMER: South and North America
    • APAC: Asia, Pacific
    • EUR: Europe
    • IMEAR: rest of the world
    countryCode stringrequired

    Possible values: >= 2 characters and <= 2 characters, Value must match regular expression [A-Z]{2}

    Country code (on 2 characters)

    city stringrequired

    City name

Loading...