{ "id":"/axapi/v3/system/throughput/stats", "type":"object", "node-type":"scalar", "title":"throughput", "description":"Statistics for the object throughput", "properties":{ "stats":{ "type":"object", "properties":{ "global-system-throughput-bits-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Global System throughput in bits/sec", "long-description":"{}", "optional":true }, "per-part-throughput-bits-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Partition throughput in bits/sec", "long-description":"{}", "optional":true } } } } }