{
"request": "statistic",
"datasourceName": "china",
"datasetName": "road",
"statisticinfos": [
{
"length": "MIN"
},
{
"area": "MAX"
},
{
"name": "UNIQUEVALUE",
"limit": 10
}
]
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//data/statistic' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "statistic",
"datasourceName": "china",
"datasetName": "road",
"statisticinfos": [
{
"length": "MIN"
},
{
"area": "MAX"
},
{
"name": "UNIQUEVALUE",
"limit": 10
}
]
}'
{
"result": [
{
"TBDLMJ": {
"mode": "SUM",
"result": 2255019418.04
}
}
],
"resultcode": "success"
}