multicloud.statistics.interface.aggregation

Operation: POST /dataservice/multicloud/statistics/interface/aggregation

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

def post(payload: Any) -> InlineResponse2001: ...

Example:

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.multicloud.statistics.interface.aggregation.post()