statistics.approute.transport
Operation: GET /dataservice/statistics/approute/transport/{type}
Get application-aware routing statistics from device
def get_app_route_transport_type(
type_: str, limit: int, query: Optional[str] = None
) -> AppRouteTransportResp: ...
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.approute.transport.get_app_route_transport_type()