This is only true for devices on the network. I'm only getting a handful of MGs with the API call below. We have 250 that are unclaimed. I can probably come up with a python script to create a dummy network and add the devices to get the information. response = dashboard.organizations.getOrganizationDevices( ORGID, total_pages='all',models='MG41' )
... View more