{ "id":"/axapi/v3/debug-traffic-capture", "type":"object", "node-type":"scalar", "title":"debug-traffic-capture", "partition-visibility":"shared", "auto-created-object":1, "description":"Debug Traffic Capture Configuration", "properties":{ "maximum-file-size":{ "type":"number", "format":"number", "minimum":1, "maximum":150, "partition-visibility":"shared", "description":"Specify pcapng filesize in MB (default 100)", "optional":true }, "maximum-history-recordings":{ "type":"number", "format":"number", "minimum":1, "maximum":10, "partition-visibility":"shared", "description":"Number of crashed samples (default 5)", "optional":true }, "record-direction-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'ingress-only': Record all ingress traffic; 'all-direction': Record all ingress and egress traffic; ", "enum":[ "ingress-only", "all-direction" ], "optional":true }, "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable Debug Traffic Capture", "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 } } }