{ "id":"/axapi/v3/system/bandwidth/stats", "type":"object", "node-type":"scalar", "title":"bandwidth", "description":"Statistics for the object bandwidth", "properties":{ "stats":{ "type":"object", "properties":{ "input-bytes-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"In Bytes per second", "long-description":"{}", "optional":true }, "output-bytes-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Out Bytes per second", "long-description":"{}", "optional":true } } } } }