[SOLVED] pve 5.4-3 vlan-raw-device property is not defined

keyan

New Member
May 15, 2023
2
0
1
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'}
 
Last edited: