Skip to main content

Retrieves a list of GCP zones for the specified account and region

GET 

/v1/clouds/gcp/projects/:project/regions/:region/zones

Retrieves a list of GCP zones for the specified account and region

Request

Path Parameters

    region stringrequired

    Region for which GCP zones are requested

    project stringrequired

    Project Name for which GCP zones are requested

Query Parameters

    cloudAccountUid stringrequired

    Uid for the specific GCP cloud account

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema
    zones object[]
  • Array [
  • namestring

    GCP zone name

  • ]
Loading...