APB Statistics Ports

Monitor port statistics

Get ports information of a network device

get

Returns details of all the ports of the specified network device.

Path parameters
deviceIdstringRequired

device identifier

Query parameters
portstringOptional

port name

Default: Ethernet0
Responses
chevron-right
200

successful operation

No content

get
/devices/{deviceId}/ports

No content

Update port properties

put

Update port properties

Path parameters
deviceIdstringRequired

device identifier

portIdstringRequired

port name

Default: Ethernet0
Body
admin_statusstringOptionalExample: enabled
speedstringOptionalExample: 10000
mtustringOptionalExample: 9100
fecstringOptionalExample: fec
Responses
chevron-right
200

successful operation

No content

put
/devices/{deviceId}/ports/{portId}

No content

Last updated