Skip to main content
Version: latest

Returns the OpenStack networks

GET 

/v1/clouds/openstack/networks

Returns the OpenStack networks

Request

Query Parameters

    cloudAccountUid string

    Uid for the specific OpenStack cloud account

    project string

    project for which OpenStack networks are requested

    region string

    region for which OpenStack networks are requested

    domain string

    domain for which OpenStack networks are requested

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