Hi,
I want to use this call in Python scripting and get the trafficInKbps field for the last 30 days, but the param input value does not seem to work. please help, look like a simple solution
ts=30*3600 (seconds)
switch_ports_json = dashboard.switch.getDeviceSwitchPortsStatuses(device_serial, timespan=ts)
or
switch_ports_json = dashboard.switch.getDeviceSwitchPortsStatuses(device_serial, t0='30')
None of these are working in my environment.