{ "id":"/axapi/v3/mirror-port/{mirror-index}", "type":"object", "node-type":"list", "title":"mirror-port", "partition-visibility":"shared", "description":"Enable a port to act as Mirror Port", "properties":{ "mirror-index":{ "type":"number", "format":"number", "minimum":1, "maximum":4, "partition-visibility":"shared", "description":"Mirror index", "optional":false }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet port as mirror port (Port Value)", "optional":true }, "mirror-dir":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'input': Mirror incoming packets to this port; 'output': Mirror outgoing packets to this port; 'both': Mirror both incoming and outgoing packets to this port; ", "enum":[ "input", "output", "both" ], "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 } }, "object-keys":[ "mirror-index" ], "required":[ "mirror-index" ] }