{ "id":"/axapi/v3/axdebug/capture", "type":"object", "node-type":"scalar", "title":"capture", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Dump packets", "properties":{ "incoming":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Incoming interface", "optional":true }, "outgoing":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Outgoing interface", "optional":true }, "port-num":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":511, "partition-visibility":"shared", "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, "partition-visibility":"shared", "description":"Print basic packet information", "optional":true }, "detail":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Include packet payload", "optional":true }, "non-display":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Do not print to screen", "optional":true }, "save":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Save packets into file (Specify filename to save packets)", "optional":true }, "max-packets":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "partition-visibility":"shared", "description":"Maximum packets to capture for each data cpu.", "optional":true }, "current-slot":{ "type":"number", "format":"flag", "plat-pos-list":["chassis"], "default":0, "partition-visibility":"shared", "description":"Only for current-slot of chassis", "optional":true } } }