Skip to main content

Get an ethernet interface

GET 

/ethernet-interfaces/:id

Get an existing ethernet interface.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    anyOf
    oneOf
    tap object

    Default value: [object Object]

    id stringrequired

    UUID of the resource

    name stringrequired

    Interface name

    default-value string

    Default interface assignment

    comment string

    Possible values: <= 1023 characters

    Interface description

    link-speed string

    Possible values: [auto, 10, 100, 1000, 10000, 40000, 100000]

    Default value: auto

    Link speed

    link-duplex string

    Possible values: [auto, half, full]

    Default value: auto

    Link duplex

    link-state string

    Possible values: [auto, up, down]

    Default value: auto

    Link state

    poe object
    poe-enabled boolean

    Enabled PoE?

    poe-rsvd-pwr integer

    Possible values: <= 90

    Default value: 0

    PoE reserved power

Loading...