v1

latestOpenAPI 3.0.02026-07-26258182277.4 KB
Network

Get all ports by device

get/network/device/ports

Headers

X-Fieldsstring mask

An optional fields mask

Response

Success

clientIdinteger

Your client account's unique ID.

deviceIdinteger

The unique ID of the port's device.

mtuinteger
namestring
nativeVlanIdinteger

The unique ID of the native VLAN, if applicable.

nativeVlanTaginteger

The vlan tag of the port's native vlan, if applicable.

portIdinteger

The unique ID of the port.

privateboolean required
statusstring

ENABLED|DISABLED|UNKOWN

typestring

Indicates if is a bond interface. If not, indicates the Mbps rate of the port.

Example response

[
  {
    "ips": [
      {
        "dnsResolvers": [],
        "usableIps": []
      }
    ]
  }
]