Lines Matching refs:host_id
687 host_id=host_dict['id'], active=True, complete=False)
692 host_id=host_dict['id'], is_active=True, is_complete=False)
1454 def get_host_special_tasks(host_id, **filter_data): argument
1468 host = models.Host.smart_get(host_id, False)
1470 return get_special_tasks(host_id=host_id, **filter_data)
1478 host_id=host_id, **filter_data)
1515 def get_status_task(host_id, end_time): argument
1537 status_history.get_status_task(host_id, end_time),
1542 def get_host_status_task(host_id, end_time): argument
1557 host = models.Host.smart_get(host_id)
1559 return get_status_task(host_id, end_time)
1567 host_id=host_id, end_time=end_time)
1570 def get_host_diagnosis_interval(host_id, end_time, success): argument
1596 host = models.Host.smart_get(host_id)
1599 host_id, end_time, success)
1603 host_id, end_time, success)