{ "id":"/axapi/v3/system/app-performance", "type":"object", "node-type":"scalar", "title":"app-performance", "partition-visibility":"shared", "auto-created-object":1, "description":"Application perfomance stats", "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; 'total-throughput-bits-per-sec': Total Throughput in bits/sec; 'l4-conns-per-sec': L4 Connections/sec; 'l7-conns-per-sec': L7 Connections/sec; 'l7-trans-per-sec': L7 Transactions/sec; 'ssl-conns-per-sec': SSL Connections/sec; 'ip-nat-conns-per-sec': IP NAT Connections/sec; 'total-new-conns-per-sec': Total New Connections Established/sec; 'total-curr-conns': Total Current Established Connections; 'l4-bandwidth': L4 Bandwidth in bits/sec; 'l7-bandwidth': L7 Bandwidth in bits/sec; 'serv-ssl-conns-per-sec': Server SSL Connections/sec; 'fw-conns-per-sec': FW Connections/sec; 'gifw-conns-per-sec': GiFW Connections/sec; ", "enum":[ "all", "total-throughput-bits-per-sec", "l4-conns-per-sec", "l7-conns-per-sec", "l7-trans-per-sec", "ssl-conns-per-sec", "ip-nat-conns-per-sec", "total-new-conns-per-sec", "total-curr-conns", "l4-bandwidth", "l7-bandwidth", "serv-ssl-conns-per-sec", "fw-conns-per-sec", "gifw-conns-per-sec" ] } } } ] } } }