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?