#2
req 1
connector:http
{
"method": "GET",
"url": "http://laskey.flowmetal.svc.cluster.local:8080/hosts/next"
}
#3
req 1
ok
{
"body": {
"config": {
"disk_layout": "single-nvme",
"os": "rhel-9",
"profile": "edge-router",
"rack": "rack-a1"
},
"hostname": "host-59ec5728"
},
"headers": {
"content-length": "122",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:29:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "rhel-9",
"profile": "edge-router",
"rack": "rack-a1"
},
"hostname": "host-59ec5728"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
err
source=connector
HTTP 503
{
"body": {
"detail": "wilson overloaded; try again"
},
"error_kind": "http_status",
"headers": {
"content-length": "41",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 12:29:02 GMT",
"server": "uvicorn"
},
"status": 503.0
}