APB Configuration Ports

Manage device ports

Get config for all ports of a network device

get

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

Path parameters
deviceIdstringRequired

Device identifier

Responses
chevron-right
200

Successful operation

No content

get
/devices/{deviceId}/ports/config

No content

Get port config information of a network device

get

Returns config details of a port

Path parameters
deviceIdstringRequired

device identifier

portIdstringRequired

port name

Default: Ethernet0
Responses
chevron-right
200

successful operation

No content

get
/devices/{deviceId}/ports/{portId}/config

No content

Update port config information of a network device

put

Update config details of a port

Path parameters
deviceIdstringRequired

device identifier

portIdstringRequired

port name

Default: Ethernet0
Body
commentstringOptionalExample: test
typestringOptionalExample: type
egressTaggingstringOptionalExample: enable
ingressVlanstringOptionalExample: 100
Responses
chevron-right
200

successful operation

No content

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

No content

Last updated