{
"request":"addcollection",
"datasourceinfo": {
"connecttype": "KQSpatialDB",
"filepath": "F:/platform/V9ServicePlugin/testMosaic11.kqdb"
},
"collection":{
"collectionName":"420281大冶市",
"collectionId":"124",
"crs":"EPSG:2362",
"bandcount":3,
"createPreview":"true",
"downloadable":true,
"editable":true
}
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services/YXService/image/addcollection' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request":"addcollection",
"datasourceinfo": {
"connecttype": "KQSpatialDB",
"filepath": "F:/platform/V9ServicePlugin/testMosaic11.kqdb"
},
"collection":{
"collectionName":"420281大冶市",
"collectionId":"124",
"crs":"EPSG:2362",
"bandcount":3,
"createPreview":"true",
"downloadable":true,
"editable":true
}
}'
{
"resultcode": "success"
}