Home | History | Annotate | Download | only in afe

Lines Matching refs:hostname

9  * the name of the object (label name, hostname, user login, etc.)
21 modify_host(2, hostname='myhost') # modify hostname of host with database ID 2
22 modify_host('ipaj2', hostname='myhost') # modify hostname of host 'ipaj2'
264 def add_host(hostname, status=None, locked=None, lock_reason='', protection=None):
269 return models.Host.add_object(hostname=hostname, status=status,
392 @param id: id or hostname for a host.
403 @param id: id or hostname for a host.
427 @param id: id or hostname for a host.
438 @param id: id or hostname for a host.
713 acl_group['hosts'] = [host.hostname
1048 return list(sorted(host.hostname for host in hosts))
1077 # the 'hostname' filter should narrow down the list of hosts on
1079 # This method uses hostname instead of id because it fits better
1219 host_dict = dict(hostname=host.hostname,
1359 @param host id or name of a host. More often a hostname.