Hostname / IP
{% if connection_info.hostname %}
{{ connection_info.hostname }}
{% else %}
Missing
{% endif %}
Platform
{% if connection_info.platform %}
{{ connection_info.platform }}
{% else %}
Missing
{% endif %}
Connection
{% if device_valid %}
Ready
{% else %}
Not Ready
{% endif %}
{% if device_valid %}
Device is ready for command execution.
{% else %}
{{ validation_message }}
{% endif %}