MonitoringResponseByTime

MonitoringResponseByTime
Monitoring Response By Time

Response object containing a list of application monitoring results by time. Each item in the array corresponds to monitoring metrics for each time granularity.

JSON Example
{
    "results": [
        {
            "unprotected_count": 0,
            "protected_count": 0,
            "time": 0
        }
    ],
    "granularity": "string"
}
results
Optional

List of application monitoring results, each providing metrics for a give time granularity.

granularity
Optional

Granularity of the result.

Enumeration: ALL, NONE, SECOND, MINUTE, FIVE_MINUTE, FIFTEEN_MINUTE, THIRTY_MINUTE, HOUR, DAY, WEEK, MONTH, QUARTER, YEAR