IQI
Get Internet Quality Index (IQI) summary
radar.quality.iqi.summary(IQISummaryParams**kwargs) -> IQISummaryResponse
GET/radar/quality/iqi/summary
Get Internet Quality Index (IQI) time series
radar.quality.iqi.timeseries_groups(IQITimeseriesGroupsParams**kwargs) -> IQITimeseriesGroupsResponse
GET/radar/quality/iqi/timeseries_groups
ModelsExpand Collapse
class IQISummaryResponse: …
class IQISummaryResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class IQITimeseriesGroupsResponse: …
class IQITimeseriesGroupsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.