{ "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 egress throughput in bits/sec", "long-description":"{}", "optional":true }, "global-system-ingress-throughput-bits-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Global System ingress throughput in bits/sec", "long-description":"{}", "optional":true }, "per-part-throughput-bits-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Partition throughput in bits/sec", "long-description":"{}", "optional":true }, "global-client-ssl-count":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"global ssl count", "long-description":"{}", "optional":true }, "global-server-ssl-count":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"global server ssl count", "long-description":"{}", "optional":true }, "global-client-ssl-connections-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"global ssl conneciton per sec", "long-description":"{}", "optional":true }, "global-server-ssl-connections-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"global server ssl conneciton", "long-description":"{}", "optional":true } } } } }