cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3509
Views
2
Helpful
2
Replies

Organization API (inventory vs deviceStatuses)

jjabson
Level 4
Level 4

Hi,

There's 2 APIs under "Organizations":

GET 'https://api.meraki.com/api/v0/organizations/{organizationId}/deviceStatuses'
GET 'https://api.meraki.com/api/v0/organizations/{organizationId}/inventory'

WIll both return all the devices being managed by the dashboard (i.e. all the devices under all networks)? With the difference in 'deviceStatues' providing if the device is "Active"?

1 Accepted Solution

Accepted Solutions

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

The inventory will show every device, including those not assigned to a network.

deviceStatuses will only show devices assigned to a network.

View solution in original post

2 Replies 2

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

The inventory will show every device, including those not assigned to a network.

deviceStatuses will only show devices assigned to a network.

Thanks @Philip D'Ath!