File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 15919
15919
"operationId": "upgrade-sks-cluster-service-level"
15920
15920
}
15921
15921
},
15922
+ "/dbaas-settings-valkey": {
15923
+ "get": {
15924
+ "tags": [
15925
+ "dbaas"
15926
+ ],
15927
+ "responses": {
15928
+ "200": {
15929
+ "description": "200",
15930
+ "content": {
15931
+ "application/json": {
15932
+ "schema": {
15933
+ "type": "object",
15934
+ "properties": {
15935
+ "settings": {
15936
+ "type": "object",
15937
+ "properties": {
15938
+ "valkey": {
15939
+ "type": "object",
15940
+ "properties": {
15941
+ "properties": {
15942
+ "type": "object"
15943
+ },
15944
+ "additionalProperties": {
15945
+ "type": "boolean"
15946
+ },
15947
+ "type": {
15948
+ "type": "string"
15949
+ },
15950
+ "title": {
15951
+ "type": "string"
15952
+ }
15953
+ },
15954
+ "description": "Valkey configuration values"
15955
+ }
15956
+ }
15957
+ }
15958
+ }
15959
+ }
15960
+ }
15961
+ }
15962
+ }
15963
+ },
15964
+ "description": "Returns the default settings for Valkey.",
15965
+ "parameters": [],
15966
+ "summary": "Get DBaaS Valkey settings",
15967
+ "operationId": "get-dbaas-settings-valkey"
15968
+ }
15969
+ },
15922
15970
"/api-key/{id}": {
15923
15971
"delete": {
15924
15972
"tags": [
You can’t perform that action at this time.
0 commit comments