{"type":"api","title":"Get Post Aggregation Data By Query Multicloud General 4404","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["MultiCloud - General"],"description":"Get aggregated data based on input query and filter. The data can be filtered on time and other unique parameters based upon necessity and intended usage","operationId":"getPostAggregationDataByQuery_MulticloudGeneral_4404","requestBody":{"description":"Stats query string","content":{"application/json":{"schema":{"type":"object"},"examples":{"Stats Query String":{"description":"Stats Query String","value":{"query":{"field":"latency","type":"long","value":["1"],"operator":"greater"},"fields":["latency"],"aggregation":{"metrics":[{"property":"latency","type":"avg"}]}}}}}},"required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"edgeBillingAccountInfoList":{"type":"array","items":{"type":"object","properties":{"edgeBillingAccountId":{"type":"string","description":"Interconnect billing account Id","example":"12345"},"edgeBillingAccountName":{"type":"string","description":"Interconnect billing account name","example":"Cisco IC"}},"description":"Interconnect billing account Information","$$ref":"#/components/schemas/InterconnectBillingAccountInfo"}}},"$$ref":"#/components/schemas/InlineResponse2001"},"examples":{"Aggregated Search Result":{"description":"Aggregated Search Result","value":{"data":[{"latency":0.6404125644631974}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"post","path":"/multicloud/statistics/interface/aggregation"}}