- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Change Ports Status TimeSpan Meraki SDK
I'm using the API https://developer.cisco.com/meraki/api/get-device-switch-ports-statuses/
want to pass timespan in the SDK after the switch serial
Status = dashboard.switch.getDeviceSwitchPortsStatuses(Serial)
how do I do that, please? I know the default is 1 day I want to change it to 30 days.
___
Below is my loop in SDK .
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Awsome, I will try it ! thank you !
