{}
curl --location --request POST '/rest/services//plotting/getmetadata' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"result": {
"interfaces": {
"rest": "http:/127.0.0.1:8699/kqgis/rest/services/{servername}/plotting"
},
"ConnectionInfo": {
"CONNECTTYPE": "RelationalDB_PostgreSQL",
"DATABASE": "test04",
"SERVER": "服务ip",
"INSTANCE": "5432"
}
},
"resultcode": "success"
}