Retrieves a list of GCP projects for the specified account
GET/v1/clouds/gcp/projects
Retrieves a list of GCP projects for the specified account
Request
Query Parameters
cloudAccountUid stringrequired
Uid for the specific GCP cloud account
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
projects
object[]
List of GCP Projects
idstring
GCP project id
namestring
GCP project name
{
"projects": [
{
"id": "string",
"name": "string"
}
]
}
Loading...