Dynamic Inventory specific vendor

Hi Guys,

I’m trying to levearage Librenms for dynamic inventory, below is part of Python piece, please advise if there is a possibility to curl only specific vendor? for Instance I want to pull out information only for Arista Vendor EOS

librenms = json.loads(
urllib2.urlopen(urllib2.Request(
https://librenms.local/api/v0/devices’,
headers={‘X-Auth-Token’: ‘0dsdsdsdsxxxxxxx’},
)).read()
)