Skip to main content

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

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...