GetPercentiles
. This function returns a value for each percentile group specified (or the default percentile groupings). The percentile group "1" contains the aggregated field value that occurs in approximately one percent of the values that match the query. The percentile group "5" contains the aggregated field value that occurs in approximately five percent of the values that match the query, and so on. The result is an approximation, the more values that match the query, the more accurate the percentile values.curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/indices/percentiles' \
--header 'Content-Type: application/json' \
--data-raw '{
"indexName": "string",
"queryString": "string",
"aggregationField": "string",
"queryVersion": "string",
"percents": [
0
]
}'
{
"percentiles": []
}