{ "id":"/axapi/v3/system/app-performance/stats", "type":"object", "node-type":"scalar", "title":"app-performance", "description":"Statistics for the object app-performance", "properties":{ "stats":{ "type":"object", "properties":{ "total-throughput-bits-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Total Throughput in bits/sec", "long-description":"{}", "optional":true }, "l4-conns-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"L4 Connections/sec", "long-description":"{}", "optional":true }, "l7-conns-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"L7 Connections/sec", "long-description":"{}", "optional":true }, "l7-trans-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"L7 Transactions/sec", "long-description":"{}", "optional":true }, "ssl-conns-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"SSL Connections/sec", "long-description":"{}", "optional":true }, "ip-nat-conns-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"IP NAT Connections/sec", "long-description":"{}", "optional":true }, "total-new-conns-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"Total New Connections Established/sec", "long-description":"{}", "optional":true }, "total-curr-conns":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Total Current Established Connections", "long-description":"{}", "optional":true }, "l4-bandwidth":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"L4 Bandwidth in bits/sec", "long-description":"{}", "optional":true }, "l7-bandwidth":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"L7 Bandwidth in bits/sec", "long-description":"{}", "optional":true }, "serv-ssl-conns-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"Server SSL Connections/sec", "long-description":"{}", "optional":true }, "fw-conns-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"FW Connections/sec", "long-description":"{}", "optional":true }, "gifw-conns-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"GiFW Connections/sec", "long-description":"{}", "optional":true } } } } }