{
"name": "新疆电量预测666",
"type": "mysql",
"createBy":"0dbe1580-60ae-4440-9462-df0a8f629f2c",
"config": {
"username": "root",
"password": "123456",
"type": "mysql",
"host": "10.8.10.182",
"port": "33068",
"schema": "chat_model",
"version":""
}
}
curl --location --request POST 'http://localhost:8086/db/connTest' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "新疆电量预测666",
"type": "mysql",
"createBy":"0dbe1580-60ae-4440-9462-df0a8f629f2c",
"config": {
"username": "root",
"password": "123456",
"type": "mysql",
"host": "10.8.10.182",
"port": "33068",
"schema": "chat_model",
"version":""
}
}'
{"msg":"操作成功","code":200,"data":"连接成功"}