{
"id":"1420131117206389",
"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_db",
"version":""
}
}
curl --location --request POST 'http://localhost:8086/db/saveOrUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":"1420131117206389",
"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_db",
"version":""
}
}'
{
"msg": "string",
"code": 0
}