1. Considering the following API, organizations/:organizationId/devices/statuses?serials[]=ABCD-1234-EFGH, I would like to know: a. Is there a way to get a “leaner” response using query params (or using another method)? For instance, is it possible to get this minimal response: { "name": "switch-name", "serial": "ABCD-1234-EFGH", "mac": "11:22:33:44:55:66", "publicIp": "216.40.28.234", "networkId": "L_12345", "status": "online", "lastReportedAt": "2023-02-20T09:29:43.459000Z", "productType": "switch", "model": "MS250-48FP", "lanIp": "192.168.6.3", "gateway": "192.168.6.1" } 2. What does the “serial” attribute mean in the context of switches and devices? Is it a GUID generated by the dashboard or is it deterministic for every device, i.e., when disconnected and reconnected to the system, will it receive the same serial ID? 3. What device models are supported by the dashboard? Only Cisco/Cisco Meraki models? If not, please direct me to a proper list.
... View more