In the '/api/v2/job_host_summaries' path, does "dark" mean that the host was "unreachable"?

I have attached a snippet of the api response in question.

(attachments)

data.json (720 Bytes)

Runner docs [1] suggest that a dark host is one that could not be contacted

.. however, a (very old) code snippet [2] suggests they are "hosts which were contacted but never got a chance to return".

[1] https://docs.ansible.com/ansible/2.3/dev_guide/developing_api.html#python-api-pre-2-0
[2] https://github.com/ansible/ansible/blob/53d24ef002ec3225b9b8c9343279d64ac0642c54/lib/ansible/runner/__init__.py#L558

Thanks for your reply!

Appreciate the quick response. i love working with the AWX/Tower api!

yw! It was a good question - the job summary fields can feel a bit fuzzy to me, too