get_service_stats

Function get_service_stats 

Source
pub async fn get_service_stats(
    configuration: &mut Configuration,
    params: GetServiceStatsParams,
) -> Result<Stats, Error<GetServiceStatsError>>
Expand description

Get the stats from a service for a block of time. This lists all stats by PoP location, starting with AMS. This call requires parameters to select block of time to query. Use either a timestamp range (using start_time and end_time) or a specified month/year combo (using month and year).