statistics
Operation: GET /dataservice/statistics
Get statistics types
def get_statistic_type() -> List[Any]: ...
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.statistics.get_statistic_type()
Operation: POST /dataservice/statistics
Get stats raw data
def get_stats_raw_data_13(
payload: Optional[Any] = None,
page: Optional[int] = None,
page_size: Optional[int] = None,
sort_by: Optional[str] = None,
sort_order: Optional[str] = None,
) -> Any: ...
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.statistics.get_stats_raw_data_13()
- statistics.aggregation
- statistics.app_agg
- statistics.apphosting
- statistics.apphostinginterface
- statistics.approute
- statistics.art
- statistics.bfd
- statistics.bridgeinterface
- statistics.bridgemac
- statistics.cflowd
- statistics.cloudx
- statistics.collect
- statistics.collection
- statistics.csv
- statistics.demomode
- statistics.device
- statistics.devicehealth
- statistics.doccount
- statistics.download
- statistics.dpi
- statistics.eiolte
- statistics.endpoint_tracker
- statistics.fields
- statistics.flowlog
- statistics.fwall
- statistics.interface
- statistics.ipsalert
- statistics.nwa
- statistics.on_demand
- statistics.page
- statistics.perfmon
- statistics.process
- statistics.qos
- statistics.query
- statistics.sdra
- statistics.settings
- statistics.sitehealth
- statistics.speedtest
- statistics.sul
- statistics.system
- statistics.tunnelhealth
- statistics.umbrella
- statistics.urlf
- statistics.vnfstatistics
- statistics.wlanclientinfo