{ "id":"/axapi/v3/network/vlan-global", "type":"object", "node-type":"scalar", "title":"vlan-global", "partition-visibility":"shared", "description":"Configure global options for vlan", "properties":{ "enable-def-vlan-l2-forwarding":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable layer 2 forwarding on default vlan", "optional":true }, "l3-vlan-fwd-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable L3 forwarding between VLANs", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }