Skip to main content
Version: latest

Get the openstack networks for a given account and scope

GET 

/v1/cloudaccounts/openstack/:uid/properties/networks

Get the openstack networks for a given account and scope

Request

Path Parameters

    uid stringrequired

Query Parameters

    project string
    region string
    domain string

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    items

    object[]

    required

  • Array [

  • descriptionstring

    Description of OpenStack network

    idstring

    Id of OpenStack network

    namestring

    Name of OpenStack network

    subnets

    object[]

    Subnets associated with OpenStack network

  • Array [

  • descriptionstring

    Description for the network

    idstring

    UUID for the network

    namestring

    Human-readable name for the network. Might not be unique

  • ]

  • ]

Loading...