{ "id":"/axapi/v3/capture-config/{name}", "type":"object", "node-type":"list", "title":"capture-config", "partition-visibility":"shared", "description":"Packet Capture-Configuration", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"capture-config name", "optional":false }, "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable capture-config", "optional":true }, "file-history-size":{ "type":"number", "format":"number", "minimum":1, "maximum":6144, "partition-visibility":"shared", "not-list":[ "file-size", "count" ], "description":"(Default) Specify pcapng file history size in MB (default 10)", "optional":true }, "file-size":{ "type":"number", "format":"number", "minimum":1, "maximum":6144, "partition-visibility":"shared", "not":"file-history-size", "description":"Specify pcapng filesize in MB (default 10)", "optional":true }, "count":{ "type":"number", "format":"number", "minimum":0, "maximum":65535, "default":0, "partition-visibility":"shared", "not":"file-history-size", "description":"Specify maximum packet number. (default 0 for unlimited)", "optional":true }, "length":{ "type":"number", "format":"number", "minimum":64, "maximum":1518, "partition-visibility":"shared", "description":"Packet length Bytes to capture (Default 128)", "optional":true }, "filter":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1024, "partition-visibility":"shared", "description":"Filter packets to save using Berkeley Packet Filter syntax", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }