{ "id":"/axapi/v3/system/bandwidth", "type":"object", "node-type":"scalar", "title":"bandwidth", "partition-visibility":"shared", "auto-created-object":1, "description":"System bandwidth information", "properties":{ "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; ", "enum":[ "all", "input-bytes-per-sec", "output-bytes-per-sec" ] } } } ] } } }