Plugin
Arg | Description | Type |
---|---|---|
search | Client search string. Can have the following prefixes: ’label:’, ‘host:’ | string |
client_id | string |
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.