APB Port Groups

Manage port groups

Get Port Groups

get

Returns port group details of the specified network device.

Path parameters
deviceIdstringRequired

device identifier

Responses
chevron-right
200

successful operation

No content

get
/devices/{deviceId}/portgroups

No content

Create port group

post

Create a new port group

Path parameters
deviceIdstringRequired

device identifier

Body
idstringOptionalExample: 1
add_memberarrayOptionalExample: ["Ethernet0","Ethernet1"]
Responses
chevron-right
200

successful operation

No content

post
/devices/{deviceId}/portgroups

No content

Update a Port Group

put

Update a specific port group

Path parameters
deviceIdstringRequired

device identifier

groupIdstringRequired

port group identifier

Body
idstringOptionalExample: 1
add_memberarrayOptionalExample: ["Ethernet0","Ethernet1"]
Responses
chevron-right
200

successful operation

No content

put
/devices/{deviceId}/portgroups/{groupId}

No content

Delete a Port Group

delete

Delete a specific port group

Path parameters
deviceIdstringRequired

device identifier

groupIdstringRequired

port group identifier

Responses
chevron-right
200

successful operation

No content

delete
/devices/{deviceId}/portgroups/{groupId}

No content

Last updated