Skip to main content

Update a tunnel interface

PUT 

/tunnel-interfaces/:id

Update an existing tunnel interface.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

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

    The folder in which the resource is defined

    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)

Responses

OK

Loading...