Skip to main content

Get a VLAN interface

GET 

/vlan-interfaces/:id

Get an existing VLAN interface.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    anyOf
    oneOf
    ip string[]
    id string

    UUID of the resource

    name stringrequired

    L3 sub-interface name

    default-value string

    Default interface assignment

    comment string

    Description

    vlan-tag number

    Possible values: >= 1 and <= 4096

    VLAN tag

    mtu number

    Possible values: >= 576 and <= 9216

    MTU

    ddns_config object
    ddns-enabled boolean

    Enable DDNS?

    ddns-vendor stringrequired

    Possible values: <= 127 characters

    DDNS vendor

    ddns-update-interval integer

    Possible values: >= 1 and <= 30

    Default value: 1

    Update interval (days)

    ddns-cert-profile stringrequired

    Certificate profile

    ddns-hostname stringrequired

    Possible values: <= 255 characters, Value must match regular expression ^[a-zA-Z0-9_\.\-]+$

    ddns-ip ip-address

    IP to register (static only)

    ddns-vendor-config stringrequired

    Possible values: <= 255 characters

    DDNS vendor

    arp object[]

    ARP configuration

  • Array [
  • name ip-address

    IP address

    hw-address mac-address

    MAC address

    interface string

    ARP interface

  • ]
  • interface_management_profile string

    Interface management profile

Loading...