{ "id":"/axapi/v3/debug-traffic-capture/oper", "type":"object", "node-type":"scalar", "title":"debug-traffic-capture", "description":"Operational Status for the object debug-traffic-capture", "properties":{ "oper":{ "type":"object", "properties":{ "status-info":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "name":{ "type":"string", "format":"string" }, "status":{ "type":"string", "format":"enum", "enum":[ "Done", "Capturing" ] }, "end_time":{ "type":"string", "format":"string" }, "end_reason":{ "type":"string", "format":"enum", "enum":[ "Disabled", "Reboot", "Crash" ] }, "pkt_count":{ "type":"number", "format":"number" }, "pkt_dropped":{ "type":"number", "format":"number" }, "disk_size":{ "type":"number", "format":"number" } } } ] } } } } }