- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get Device Status of Switch
I am looking for a way to get the device status of a MS switch using python and the API.
I have attempted:
getDevice
getOrginizationDevicesStatuses
get DeviceStatuses
This works great for a MR device but the MS device seems to not populate those fields.
The dashboard does have this in the form of a status for each switch in the form of a green check mark that reports "good"
I have been unable to identify a way to pull this information from the API. Any ideas?
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the pointer. Found the issue. The correct line of code is as follows:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
It does work fine for MS. Have you tried with a specific serial ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the pointer. Found the issue. The correct line of code is as follows:
