Skip to main content

Get a tunnel interface

GET 

/tunnel-interfaces/:id

Get an existing tunnel interface.

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

    L3 sub-interface name

    default-value integer

    Possible values: >= 1 and <= 9999

    Default interface assignment

    comment string

    Description

    mtu number

    Possible values: >= 576 and <= 9216

    MTU

    interface_management_profile string

    Interface management profile

    ip object
    ip string[]

    IP address(es)

Loading...