Interface GroupsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    GroupsService

    public static interface GroupsService.ListResponse
    extends Response
    List all the groups in the system. Usage: .... GET /ovirt-engine/api/groups .... Will return the list of groups: [source,xml] ---- mygroup 476652557A382F67696B6D2B32762B37796E46476D513D3D DC=example,DC=com myextension-authz ... ---- The order of the returned list of groups isn't guaranteed.
    • Method Detail

      • groups

        List<Group> groups()
        The list of groups.