{ "id":"/axapi/v3/visibility/packet-capture/oper", "type":"object", "node-type":"scalar", "title":"packet-capture", "description":"Operational Status for the object packet-capture", "properties":{ "oper":{ "type":"object", "properties":{ "packet-capture-files":{ "type":"number", "format":"flag" }, "memory-usage":{ "type":"number", "format":"flag" }, "total-number-of-files":{ "type":"number", "format":"number" }, "packet-capture-file-name-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "packet-capture-file-name":{ "type":"string", "format":"string" }, "file-size":{ "type":"number", "format":"number" }, "last-modified":{ "type":"string", "format":"string" } } } ] }, "total-memory":{ "type":"string", "format":"string" }, "used-memory":{ "type":"string", "format":"string" } } }, "automated-captures":{ "type":"object", "$ref":"/axapi/v3/visibility/packet-capture/automated-captures", "properties":{ "oper":{ "type":"object", "properties":{ "capture-name":{ "type":"string", "format":"string" }, "automated-capture-config":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "automated-capture-config-line":{ "type":"string", "format":"string" } } } ] } } } } } } }