Skip to main content
Version: latest

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

(empty)

Schema

    projects

    object[]

    List of GCP Projects

  • Array [

  • idstring

    GCP project id

    namestring

    GCP project name

  • ]

Loading...