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.

  • Attribute 'is_jumbo_enabled' in Vlan.json is updated with default_value as 'false'.
  • Attribute 'is_voice_enabled' in Vlan.json is updated with default_value as 'false'.
  • Attribute 'is_dsnoop_enabled' in Vlan.json is updated with default_value as 'false'.
  • Attribute 'is_dhcp_server_enabled' in Vlan.json is updated with default_value as 'false'.
  • Attribute 'is_management_vlan' in Vlan.json is updated with default_value as 'false'.