================================== statistics.qos.app_agg.aggregation ================================== Operation: POST /dataservice/statistics/qos/app-agg/aggregation --------------------------------------------------------------- Get aggregated data based on input query and filters. The data can be filtered on time and other unique parameters based upon necessity and intended usage .. code:: python def post(payload: Any) -> List[QoSAggResp]: ... Example: ^^^^^^^^ .. code:: python from catalyswan.core import create_client url = "example.com" username = "admin" password = "password123" with create_client( url=url, username=username, password=password ) as client: client.statistics.qos.app_agg.aggregation.post() .. toctree:: :maxdepth: 1 models