{ "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":{ "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 }, "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 }, "current-slot":{ "type":"number", "format":"flag", "plat-pos-list":["chassis"], "default":0, "partition-visibility":"shared", "description":"Only for current-slot of chassis", "optional":true }, "no-stop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Non-stop execution", "optional":true } } }