This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Device | |
GET /device?q={search}&{params} # Lists ALL devices OR filters by search and/or params, if present | |
# params: vendor, dns, name, location, ip, description | |
# these can hopefully be autogenerated/parsed | |
# Example Output: | |
#[ | |
# { | |
# "device": "some-device.some.net", | |
# "location": "some-location", | |
# "system_name": "some-device", |