Skip to main content
Version: latest

Get the maas subnets for a given account

GET 

/v1/cloudaccounts/maas/:uid/properties/subnets

Get the maas subnets for a given account

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    items

    object[]

    required

  • Array [

  • idinteger

    Id of Maas subnet

    namestring

    Name of Maas subnet

    spacestring

    Space associated with Maas subnet

    vlans

    object

    Maas vlan entity

    fabricstring

    Fabric associated with Maas Vlan

    idinteger

    Id of Maas Vlan

    namestring

    Name of Maas Vlan

  • ]

Loading...