{
"name": "test01",
"aliasName": "test01",
"description": "",
"maxThreadCount": 8,
"resourcePoolSize": 4,
"scalemode": 1,
"mapscales": [
{
"static": true,
"scale": 0.000001,
"id": 0
}
],
"vectorFormat": "png",
"imageFormat": "jpg",
"sr": "EPSG:4326"
}
curl --location --request POST 'http://172.16.1.44:9800/som/setserviceinfo' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "test01",
"aliasName": "test01",
"description": "",
"maxThreadCount": 8,
"resourcePoolSize": 4,
"scalemode": 1,
"mapscales": [
{
"static": true,
"scale": 0.000001,
"id": 0
}
],
"vectorFormat": "png",
"imageFormat": "jpg",
"sr": "EPSG:4326"
}'
{
"resultcode": "success"
}