pub async fn get_stats_last_second(
configuration: &mut Configuration,
params: GetStatsLastSecondParams,
) -> Result<Realtime, Error<GetStatsLastSecondError>>
Expand description
Get real-time data for the specified reporting period. Specify 0
to get a single entry for the last complete second. The Timestamp
field included in the response provides the time index of the latest entry in the dataset and can be provided as the start_timestamp
of the next request for a seamless continuation of the dataset from one request to the next.