Licensed Products but not in use

Solved
dbarr_pxo
Here to help

Licensed Products but not in use

Hello everyone,

 

Can I "catch" licensed devices which are assigned to an organization or even to a network but not in use? I was wondering if I filter somehow with the no traffic of the devices?

 

Thanks in advance!

1 Accepted Solution
Ryan_Miles
Meraki Employee
Meraki Employee

Might be more than one way to get it. But one option would be get device statuses filtering for everything except online status. Something like this.

 

https://api.meraki.com/api/v1/organizations/<your org ID>/devices/statuses?statuses[]=dormant&statuses[]=offline&statuses[]=alerting

View solution in original post

2 Replies 2
Ryan_Miles
Meraki Employee
Meraki Employee

Might be more than one way to get it. But one option would be get device statuses filtering for everything except online status. Something like this.

 

https://api.meraki.com/api/v1/organizations/<your org ID>/devices/statuses?statuses[]=dormant&statuses[]=offline&statuses[]=alerting

Thanks @Ryan_Miles 

Get notified when there are additional replies to this discussion.