{ "id":"/axapi/v3/network/virtual-wire-health-check/{vlan}/oper", "type":"object", "node-type":"list", "title":"virtual-wire-health-check", "description":"Operational Status for the object virtual-wire-health-check", "properties":{ "vlan":{ "type":"number", "oid":"1001", "format":"number", "minimum":1, "maximum":4094, "description":"VLAN ID, specify 1 for untagged traffic", "optional":false }, "oper":{ "type":"object", "properties":{ "entry-state":{ "type":"string", "format":"string" }, "vlan-state":{ "type":"string", "format":"string" } } } } }