MonitoringTimeParameters

MonitoringTimeParameters
Monitoring Time Parameters

Time parameters for querying monitoring data. Specifies the start time for the query window, with the end time implicitly set to the current time. The system will examine monitoring metrics from the specified start_time to now.

JSON Example
{
    "start_time": 0
}
start_time
Required  

The start time (in epoch milliseconds) for querying monitoring data. The system will examine monitoring metrics from this start time to the current time. Must be a valid epoch timestamp in milliseconds (e.g., 1607723730545 for Dec 11, 2020).