Great to hear! While you’re at it, you can consider using getOrganizationDevices specifying productTypes=“switch”, which will retrieve only switches (saving you to filter the results afterwards). Or, skip two steps by leveraging getOrganizationSwitchPortsBySwitch which will get you the port configurations of all switches in the organization. In a small environment it won’t matter much, but in larger ones - it would be a ~80% API call reduction.
... View more