Skip to content

Instantly share code, notes, and snippets.

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",