Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

clients

Plugin
Arg Description Type
search Client search string. Can have the following prefixes: ’label:’, ‘host:’ string
client_id string

Required permissions: READ_RESULTS

Description

Returns client info for one or more clients from the datastore.

This plugin is typically used when needing to iterate of the list of clients.

The search argument allows search expressions analogous to those in the GUI’s client search bar.

The information returned for each client is the same as is returned by the client_info() function. If you are retrieving information for a specific client then you may want to consider using that instead.

See also

  • client_info: Returns client info for a specific client from the datastore.