using pve 5.4-3
i'm try to create linux vlan but failed.
api: api2/extjs/nodes/NODE/network
method: POST
params: {"type": "vlan", "iface": "vlan100", "autostart": 1, "vlan-raw-device": "en1"}
get response:
{'status': '400', 'errors': {'vlan-raw-device': 'property is not defined in schema and the schema does not allow additional properties'}, 'data': None, 'success': 0, 'message': 'Parameter verification failed.\\n'}
i'm try to create linux vlan but failed.
api: api2/extjs/nodes/NODE/network
method: POST
params: {"type": "vlan", "iface": "vlan100", "autostart": 1, "vlan-raw-device": "en1"}
get response:
{'status': '400', 'errors': {'vlan-raw-device': 'property is not defined in schema and the schema does not allow additional properties'}, 'data': None, 'success': 0, 'message': 'Parameter verification failed.\\n'}
Last edited: