To use REST API commands, you need to ensure that you have opened the Artica WEB API service to your network.
This feature is available on Artica v4.50 Service Pack 1 or Artica v4.50 Hotfix 20240311-15
Install the VLAN management feature
GET http://1.2.3.4:9503/system/network/vlan/install
Uninstall the VLAN management feature
GET http://1.2.3.4:9503/system/network/vlan/uninstall
List all VLAN interfaces, status and statistics
GET http://1.2.3.4:9503/system/network/vlan/list
Build all VLAN interfaces
GET http://1.2.3.4:9503/system/network/vlan/build
Configure bring Up a VLAN interface
GET http://1.2.3.4:9503/system/network/vlan/start/{ID}
Where {ID} is the interface ID number available in the List all VLAN interface API
Delete and rebuild a VLAN interface
GET http://1.2.3.4:9503/system/network/vlan/reconfigure/{ID}
Where {ID} is the interface ID number available in the List all VLAN interface API
Bring down a VLAN interface
GET http://1.2.3.4:9503/system/network/vlan/stop/{ID}
Where {ID} is the interface ID number available in the List all VLAN interface API
Remove a VLAN interface
GET http://1.2.3.4:9503/system/network/vlan/unlink/{ID}
Where {ID} is the interface ID number available in the List all VLAN interface API