Service VlanPort

HTTP Method Resource

Request

Response

Description

GET

.../vlans-ports

   

N/A

CommonElementList

Returns the list of VLAN-Port elements matching the given query.

POST

.../vlans-ports

   

VlanPort

VlanPort

Adds the given VLAN-Port using the specified mode.

GET

.../vlans-ports/{VlanPort.vlan_id}-{VlanPort.port_id}

   

N/A

VlanPort

Returns the VLAN-Port matching the given ID.

PUT

.../vlans-ports/{VlanPort.vlan_id}-{VlanPort.port_id}

   

VlanPort

VlanPort

Updates the given VLAN-Port using the specified mode.

DELETE

.../vlans-ports/{VlanPort.vlan_id}-{VlanPort.port_id}

   

N/A

N/A

Deletes the given VLAN-Port assignment from the model.