Add a CQL server testing API with and endpoint to dump service level parameters of all CQL connections. This endpoint will be later used to test functionality of automated updating CQL connections parameters.
27 lines
732 B
JSON
27 lines
732 B
JSON
{
|
|
"apiVersion":"0.0.1",
|
|
"swaggerVersion":"1.2",
|
|
"basePath":"{{Protocol}}://{{Host}}",
|
|
"resourcePath":"/cql_server_test",
|
|
"produces":[
|
|
"application/json"
|
|
],
|
|
"apis":[
|
|
{
|
|
"path":"/cql_server_test/connections_params",
|
|
"operations":[
|
|
{
|
|
"method":"GET",
|
|
"summary":"Get service level params of each CQL connection",
|
|
"type":"connections_service_level_params",
|
|
"nickname":"connections_params",
|
|
"produces":[
|
|
"application/json"
|
|
],
|
|
"parameters":[]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|