dwagon / Hostinfo

Host Information Database for Unix Sysadmins
10 stars 4 forks source link

REST api to pull specific values for matching hosts #39

Closed dwagon closed 8 years ago

dwagon commented 8 years ago

Currently the process of finding a key value for a list of hosts is:

hosts = get list of hosts
for host in hosts:
    get details from host

This is incredibly slow.

Better options would be run this query and return the values for the specified keys.

dwagon commented 8 years ago

Implemented