Device Search #
The syntax supported in the search input field on the Devices
page is as follows.
id:foo
: Search for devices whose ID containsfoo
name:foo
: Search for devices whose name containsfoo
tag:foo
: Search for devices with the tagfoo
foundness:foo
: Search for devices with a connection state offoo
(foo
isFound
orNotFound
)ssid:foo
: Search for devices whose Connected SSID containsfoo
act:foo
: Search for devices on which Act of IDfoo
is installedsince:foo
: Search for devices that were registered afterfoo
foo
is in ISO 8601 format (e.g.2020-08-27T17:00:00+09:00
)
until:foo
: Search for devices that were registered beforefoo
foo
is in ISO 8601 format (e.g.2020-08-27T17:00:00+09:00
)
found_since:foo
: Search for devices that were connected sincefoo
foo
is in ISO 8601 format (e.g.2020-08-27T17:00:00+09:00
)
found_until:foo
: Search for devices that were connected untilfoo
foo
is in ISO 8601 format (e.g.2020-08-27T17:00:00+09:00
)
hardware_id:foo
: Search for devices whose hardware id containsfoo
- If you enter a string that is not one of the above, search for the devices whose tag name matches the entered string, or whose ID or name contains the entered string.
To search for devices that match multiple conditions (AND search), separate them with a space.
name:foo tag:bar
To search for devices that match any of the conditions (OR search), separate them with OR
.
id:foo OR id:bar
Note: The current specification does not allow spaces in search words. We recommend that you do not use spaces in device names and tag names.