{ "id":"/axapi/v3/slb/mysql/stats", "type":"object", "node-type":"scalar", "title":"mysql", "description":"Statistics for the object mysql", "properties":{ "stats":{ "type":"object", "properties":{ "curr_proxy":{ "type":"number", "format":"counter", "size":"2", "oid":"1", "description":"Curr Proxy Conns", "long-description":"{}", "optional":true }, "total_proxy":{ "type":"number", "format":"counter", "size":"2", "oid":"2", "description":"Total Proxy Conns", "long-description":"{}", "optional":true }, "curr_be_enc":{ "type":"number", "format":"counter", "size":"2", "oid":"3", "description":"Curr BE Encryption Conns", "long-description":"{}", "optional":true }, "total_be_enc":{ "type":"number", "format":"counter", "size":"2", "oid":"4", "description":"Total BE Encryption Conns", "long-description":"{}", "optional":true }, "curr_fe_enc":{ "type":"number", "format":"counter", "size":"2", "oid":"5", "description":"Curr FE Encryption Conns", "long-description":"{}", "optional":true }, "total_fe_enc":{ "type":"number", "format":"counter", "size":"2", "oid":"6", "description":"Total FE Encryption Conns", "long-description":"{}", "optional":true }, "client_fin":{ "type":"number", "format":"counter", "size":"2", "oid":"7", "description":"Client FIN", "long-description":"{}", "optional":true }, "server_fin":{ "type":"number", "format":"counter", "size":"2", "oid":"8", "description":"Server FIN", "long-description":"{}", "optional":true }, "session_err":{ "type":"number", "format":"counter", "size":"2", "oid":"9", "description":"Session err", "long-description":"{}", "optional":true }, "queries":{ "type":"number", "format":"counter", "size":"2", "oid":"10", "description":"DB Queries", "long-description":"{}", "optional":true }, "commands":{ "type":"number", "format":"counter", "size":"2", "oid":"11", "description":"DB commands reply", "long-description":"{}", "optional":true } } } } }