Searched refs:host_add_labels (Results 1 – 3 of 3) sorted by relevance
245 >>> rpc_interface.host_add_labels(id='host1', labels=['label1'])246 >>> rpc_interface.host_add_labels(id='host2', labels=['label1', 'label2'])
59 rpc_interface.host_add_labels,
400 def host_add_labels(id, labels): function