{ "id":"/axapi/v3/fw/tap-monitor", "type":"object", "node-type":"scalar", "title":"tap-monitor", "partition-visibility":"shared", "description":"Configure tap monitor port", "properties":{ "status":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable tap monitor mode; 'disable': Disable tap monitor mode (Default:Disable); ", "enum":[ "enable", "disable" ], "optional":true }, "tap-port-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "tap-eth":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface number" }, "tap-vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4096, "partition-visibility":"shared", "description":"Vlan number" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }