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
Header Parameters
ProjectUid string
Scope the request to the specified project uid
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...