{
"request": "histograms",
"collectionName": "hongshanqu"
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/histograms' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": "histograms",
"collectionName": "hongshanqu"
}'
{
"result": {
"size": 256,
"min": 0,
"max": 255,
"counts": [
42915,
23218,
24832,
25925,
36054,
57097,
61278,
65211
]
},
"resultcode": "success"
}