Retrieves a list of GCP regions
GET/v1/clouds/gcp/projects/:project/regions
Retrieves a list of GCP regions
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
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
]
regions
object[]
namestring
GCP region name
statusstring
GCP region status
{
  "regions": [
    {
      "name": "string",
      "status": "string"
    }
  ]
}
Loading...