Skip to main content

Get a layer 2 subinterface

GET 

/layer2-subinterfaces/:id

Get an existing layer 2 subinterface.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    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

Loading...