Searched refs:get_acl_groups (Results 1 – 2 of 2) sorted by relevance
186 >>> data = rpc_interface.get_acl_groups(name='my_group')194 >>> data = rpc_interface.get_acl_groups()299 >>> data = rpc_interface.get_acl_groups(hosts__hostname='host1')308 >>> data = rpc_interface.get_acl_groups(name='my_group')313 >>> data = rpc_interface.get_acl_groups(users__login='showard')318 >>> data = rpc_interface.get_acl_groups(hosts__hostname='host1')324 >>> data = rpc_interface.get_acl_groups(name='my_group')327 >>> data = rpc_interface.get_acl_groups(users__login='showard')332 >>> data = rpc_interface.get_acl_groups(hosts__hostname='host1')590 >>> data = rpc_interface.get_acl_groups(name='Everyone')[0][all …]
834 def get_acl_groups(**filter_data): function