{ "id":"/axapi/v3/axdebug/capture", "type":"object", "node-type":"scalar", "title":"capture", "operation-not-allowed": ["PUT"], "operational":1, "description":"Dump packets", "properties":{ "incoming":{ "type":"number", "format":"flag", "default":0, "description":"Incoming interface", "optional":true }, "outgoing":{ "type":"number", "format":"flag", "default":0, "description":"Outgoing interface", "optional":true }, "port-num":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":511, "description":"Port Numbers separated by commas(,) and hyphens(-) without spaces (ex: 4,5,10-30), or separated by spaces and double-quoted(\")", "optional":true }, "brief":{ "type":"number", "format":"flag", "default":0, "description":"Print basic packet information", "optional":true }, "detail":{ "type":"number", "format":"flag", "default":0, "description":"Include packet payload", "optional":true }, "non-display":{ "type":"number", "format":"flag", "default":0, "description":"Do not print to screen", "optional":true }, "save":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "description":"Save packets into file (Specify filename to save packets)", "optional":true }, "max-packets":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "description":"Maximum packets to capture for each data cpu.", "optional":true }, "current-slot":{ "type":"number", "format":"flag", "plat-pos-list":["chassis"], "default":0, "description":"Only for current-slot of chassis", "optional":true } } }