{ "id":"/axapi/v3/system/bandwidth", "type":"object", "node-type":"scalar", "title":"bandwidth", "partition-visibility":"shared", "auto-created-object":1, "description":"System bandwidth information", "properties":{ "warning-threshold":{ "type":"number", "format":"number", "minimum":50, "maximum":80, "default":75, "partition-visibility":"shared", "description":"Adjust bandwidth warning threshold", "optional":true }, "critical-threshold":{ "type":"number", "format":"number", "minimum":81, "maximum":99, "default":95, "partition-visibility":"shared", "description":"Adjust bandwidth critical threshold", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'input-bytes-per-sec': In Bytes per second; 'output-bytes-per-sec': Out Bytes per second; 'ppsl_drop_egr': Packet-Per-Sec Limit Drop at egress; 'ppsl_drop_ing': Packet-Per-Sec Limit Drop at ingress; 'ppsl_ignore_limit': Packet-Per-Sec Limit ignored packets count; 'licexpire_drop': License Expire Drop; 'bwl_drop': BW Limit Drop; ", "enum":[ "all", "input-bytes-per-sec", "output-bytes-per-sec", "ppsl_drop_egr", "ppsl_drop_ing", "ppsl_ignore_limit", "licexpire_drop", "bwl_drop" ] } } } ] } } }