{ "id":"/axapi/v3/slb/mysql", "type":"object", "node-type":"scalar", "title":"mysql", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure mysql", "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; 'curr_proxy': Curr Proxy Conns; 'total_proxy': Total Proxy Conns; 'curr_be_enc': Curr BE Encryption Conns; 'total_be_enc': Total BE Encryption Conns; 'curr_fe_enc': Curr FE Encryption Conns; 'total_fe_enc': Total FE Encryption Conns; 'client_fin': Client FIN; 'server_fin': Server FIN; 'session_err': Session err; 'queries': DB Queries; 'commands': DB commands reply; ", "enum":[ "all", "curr_proxy", "total_proxy", "curr_be_enc", "total_be_enc", "curr_fe_enc", "total_fe_enc", "client_fin", "server_fin", "session_err", "queries", "commands" ] } } } ] } } }