#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": "md-raid10",
"os": "flatcar-stable",
"profile": "edge-router",
"rack": "rack-b1"
},
"hostname": "host-5d6a753a"
},
"headers": {
"content-length": "128",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:10:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "md-raid10",
"os": "flatcar-stable",
"profile": "edge-router",
"rack": "rack-b1"
},
"hostname": "host-5d6a753a"
},
"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 11:10:05 GMT",
"server": "uvicorn"
},
"status": 503.0
}