{ "id":"/axapi/v3/slb/mlb", "type":"object", "node-type":"scalar", "title":"mlb", "partition-visibility":"shared", "auto-created-object":1, "description":"Show mlb Statistics", "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; 'client_msg_sent': Client message sent; 'server_msg_received': Server message received; 'server_conn_created': Server connection created; 'server_conn_rst': Server connection reset; 'server_conn_failed': Server connection failed; 'server_conn_closed': Server connection closed; 'client_conn_created': Client connection created; 'client_conn_closed': Client connection closed; 'client_conn_not_found': Client connection not found; ", "enum":[ "all", "client_msg_sent", "server_msg_received", "server_conn_created", "server_conn_rst", "server_conn_failed", "server_conn_closed", "client_conn_created", "client_conn_closed", "client_conn_not_found" ] }, "optional":true } } ] } } }