Skip to main content

Retrieves a list of GCP zones for the specified account

GET 

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

Retrieves a list of GCP zones for the specified account

Request

Path Parameters

    project stringrequired

    Project Name for which GCP zones are requested

Query Parameters

    cloudAccountUid stringrequired

    Uid for the specific GCP cloud account

Responses

(empty)

Schema

    zones

    object[]

  • Array [

  • namestring

    GCP zone name

  • ]

Loading...