diff options
-rw-r--r-- | doc/server/plugins/grouping/metadata.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server/plugins/grouping/metadata.txt b/doc/server/plugins/grouping/metadata.txt index 43cc6a2d7..fc8605115 100644 --- a/doc/server/plugins/grouping/metadata.txt +++ b/doc/server/plugins/grouping/metadata.txt @@ -281,9 +281,9 @@ This class provides query routines for the servers Metadata. +==============================+================================================+===================+ | by_name(client) | Get ClientMetadata object for 'client' | ClientMetadata | +------------------------------+------------------------------------------------+-------------------+ -| names_by_groups(group) | | | +| names_by_groups(groups) | All client names in the list of 'groups' | List | +------------------------------+------------------------------------------------+-------------------+ -| names_by_profiles(profile) | All clients names in 'profile' | List | +| names_by_profiles(profiles) | All client names in the list of 'profiles' | List | +------------------------------+------------------------------------------------+-------------------+ | all_clients() | All known client hostnames | List | +------------------------------+------------------------------------------------+-------------------+ |