{}
curl --location --request POST '/rest/services//data/getmetadata' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"result": {
"interfaces": {
"rest": "http://127.0.0.1:8699/kqgis/rest/services/test033005/data",
"wfs": "http://127.0.0.1:8699/kqgis/rest/services/test033005/data/wfs"
},
"test033005": {
"datasourceID": "114",
"description": "",
"ConnectionInfo": {
"CONNECTTYPE": "RelationalDB_OCI11",
"DATABASE": "127.0.0.1/orcl",
"USER": "test033005"
}
}
},
"resultcode": "success"
}