search_devices
Search for devices by hostname, IP address, user, or group with case-insensitive partial matching. Filter by device type (windows, mac, linux) and limit results.
Instructions
Sucht Geräte nach Hostname, IP-Adresse, Benutzer oder Gruppe.
Die Suche ist case-insensitiv und prüft auf Teilübereinstimmung.
Args:
query: Suchbegriff — wird in Hostname, IP, registeredUser und
logicalGroup gesucht (z.B. 'PCSWIT1984', '192.168.50', 'Köln').
type: Gerätetyp — 'windows' (Standard), 'mac' oder 'linux'.
limit: Maximale Anzahl Ergebnisse (Standard: 20).
Returns:
Objekt mit 'data' (gefundene Geräte) und 'total'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | windows | |
| limit | No | ||
| query | Yes |