getNewEventsPerSituationsStats
A GET request that returns the percentage of noise reduction from events-to-Situations aggregation, deduplication, and clustering in the specified time range.
Back to Stats API.
Request arguments
Endpoint getNewEventsPerSituationsStats
takes the following request arguments.
Response
Endpoint getNewEventsPerSituationsStats
returns the following response:
Successful requests return a JSON object containing the following:
Name | Type | Description |
---|---|---|
| String | "New Events per Situation" |
| Number Array | An array of data points. Each data point is an array in the format [data point, timestamp]:
[Delete all except the appropriate Time Period box or complete the custom list if not supplied. Delete this para!] |
Examples
The following examples demonstrate typical use of endpoint getNewEventsPerSituationsStats
:
Request example
A cURL request that retrieves the percentage noise reduction for the past month ranging from 10.28am on Sunday, August 26th until 10.28am on Wednesday, September 26th 2018:
curl -G -u graze:graze -k -v "https://localhost/graze/v1/getNewEventsPerSituationsStats" --data-urlencode 'from=1533103200' --data-urlencode 'to=1535695200'
Response example
A successful responses returns an 95% to 96% reduction in events to Situations for each week over the past month:
[ { "datapoints":[ [95.86151338591529,1535279280000], [95.79150698161867,1535884080000], [95.62050414072417,1536488880000], [96.08938014241262,1537093680000], [95.96508799542137,1537698480000] ], "target":"New Events per Situation" } ]