{ "id":"/axapi/v3/visibility/packet-capture/object-templates/fw-service-group-mem-tmpl/{name}/trigger-stats-severity", "type":"object", "node-type":"scalar", "title":"trigger-stats-severity", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure triggers severity for system object stats", "properties":{ "error":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet capture on all error counters (Default disabled)", "optional":true }, "error-alert":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet capture on all alert error counters (Default disabled)", "optional":true }, "error-warning":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet capture on all warning error counters (Default disabled)", "optional":true }, "error-critical":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet capture on all critical error counters (Default disabled)", "optional":true }, "drop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet capture on all drop counters (Default disabled)", "optional":true }, "drop-alert":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet capture on all alert drop counters (Default disabled)", "optional":true }, "drop-warning":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet capture on all warning drop counters (Default disabled)", "optional":true }, "drop-critical":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable packet capture on all critical drop counters (Default disabled)", "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 } } }