Skip to main content

List layer 2 subinterfaces

GET 

/layer2-subinterfaces

Retrieve a list of layer 2 subinterfaces.

Request

Query Parameters

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    name stringrequired

    L2 sub-interface name

    comment string

    Description

    vlan-tag numberrequired

    Possible values: >= 1 and <= 9999

    VLAN tag

    parent-interface string

    Parent interface

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...