Service Vlan

HTTP Method Resource

Request

Response

Description

GET

.../vlans

   

N/A

CommonElementList

Returns the list of VLAN elements matching the given query.

POST

.../vlans

   

Vlan

Vlan

Adds the given VLAN to the model.

GET

.../vlans/{Vlan.vlan_id}

   

N/A

Vlan

Returns the VLAN matching the given ID.

PUT

.../vlans/{Vlan.vlan_id}

   

Vlan

Vlan

Updates the given VLAN in the model.

DELETE

.../vlans/{Vlan.vlan_id}

   

N/A

N/A

Deletes the VLAN with the given ID from the model.

NOTE:

Removed attributes "sql.not_null": true, "sql.unique": true from parameter "name" of Vlan schema.