{ "id":"/axapi/v3/axdebug/pcapng-config", "type":"object", "node-type":"scalar", "title":"pcapng-config", "partition-visibility":"shared", "description":"Configure pacpng", "properties":{ "pcapng-enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable pcapng", "optional":true }, "ssl-key-enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable ssl key tracking", "optional":true }, "exit":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Exit from axdebug pcapng mode", "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 } } }