Skip to main content

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

(empty)

Schema

    projects

    object[]

    List of GCP Projects

  • Array [

  • idstring

    GCP project id

    namestring

    GCP project name

  • ]

Loading...