{% extends "base.html" %} {% block title %}Imaging Progress - PXE Server Manager{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
/imaging/status.
No imaging sessions yet.
A PC being imaged will post status here. Until then, nothing to show.
{{ s.hostname_target }}{% endif %}
{% if s.pctype %}{{ s.pctype }}{% endif %}
{% if s.machinenumber %}#{{ s.machinenumber }}{% endif %}
{% if s.intune_device_id %}{% endif %}
{{ s.started_at or '-' }}{{ s.last_updated or '-' }}{{ s.mac or '-' }}{% for line in s.log_tail %}{{ line }}
{% endfor %}
POST http://172.16.9.1:9009/imaging/status
Content-Type: application/json
{
"serial": "4HBLF33",
"mac": "e4:54:e8:dc:b1:f0",
"hostname_target": "EDNMG3D4",
"pctype": "gea-shopfloor-keyence",
"machinenumber": "9999",
"current_stage": "Run-ShopfloorSetup: 09-Setup-Keyence",
"stage_index": 7,
"stage_total": 9,
"status": "in_progress",
"log_lines": ["last few log lines from the stage"]
}