Configures, modifies, or retrieves VLAN dot1q commands.
URI | Description |
---|---|
<base_URI>/config/running/vlan | VLAN commands. |
GET URIs | Description |
---|---|
<base_URI>/config/running/vlan | VLAN commands. |
<base_URI>/config/running/vlan/dot1q | Dot1q parameters. |
<base_URI>/config/running/vlan/dot1q/tag/native | Retrieves Dot1q parameter. |
PUT URI | Payload | Description |
---|---|---|
<base_URI>/config/running/vlan/dot1q/tag/native | <native></native> | Configures Dot1q parameter. |
DELETE URIs |
---|
<base_URI>/config/running/vlan/dot1q/tag/native |
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/config/running/vlan/dot1q/tag/native
None
<native xmlns="urn:brocade.com:mgmt:brocade-vlan" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/vlan/dot1q/tag/native">true</native>\r
The following example uses the PUT option to configure native tag.
http://host:80/rest/config/running/vlan/dot1q/tag/native
<native></native>
None
The following example uses the DELETE option to remove Dot1q configuration.
http://host:80/rest/config/running/vlan/dot1q/tag/native
None
None