This call may have the info you need... https://developer.cisco.com/meraki/api-v1/#!get-organization-wireless-devices-ethernet-statuses It is org-wide, you could set up a script to run it every hour or some other period, and check for changes. array[] name:string The name of the AP serial:string The serial number of the AP -aggregation:object Aggregation details object speed:integer Link Aggregation speed enabled:boolean Link Aggregation enabled flag -network:object Network details object id:string The network ID the AP is associated to -power:object Power details object mode:string The PoE power mode for the AP. Can be 'full' or 'low' -ac:object AC power details object isConnected:boolean AC power connected -poe:object PoE power details object isConnected:boolean PoE power connected -ports:array[] List of port details name:string Label of the port -linkNegotiation:object Link negotiation details object for the port speed:integer The speed of the port duplex:string The duplex mode of the port. Can be 'full' or 'half' -poe:object PoE details object for the port standard:string The PoE Standard for the port. Can be '802.3at', '802.3af', '802.3bt', or null
... View more