Skip to main content
Version: latest

Retrieves a list of GCP networks for the specified account

GET 

/v1/clouds/gcp/projects/:project/regions/:region/networks

Retrieves a list of GCP networks for the specified account

Request

Path Parameters

    region stringrequired

    Region for which GCP networks are requested

    project stringrequired

    Project Name for which GCP networks are requested

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

    networks

    object[]

  • Array [

  • namestring

    GCP network name

    subnets

    object[]

    List of GCP subnet

  • Array [

  • idstring

    GCP subnet id

    namestring

    GCP subnet name

  • ]

  • ]

Loading...