#0
req 0
connector:http
{
"method": "GET",
"url": "http://tire-registry.flowmetal.svc.cluster.local:8080/lots/next"
}
#1
req 0
ok
{
"body": "{\"lot_id\":\"lot_17cdd0aed9\",\"weight_kg\":1704,\"condition\":\"smoldering\",\"discovered_at\":1776751380}",
"body_json": {
"condition": "smoldering",
"discovered_at": 1776751380.0,
"lot_id": "lot_17cdd0aed9",
"weight_kg": 1704.0
},
"headers": {
"content-length": "96",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:03:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#2
req 1
connector:http
{
"body_json": {
"lot_id": "lot_17cdd0aed9",
"priority": "urgent"
},
"method": "POST",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents"
}
#3
req 1
ok
{
"body": "{\"incident_id\":\"inc_c14f12d187e9\",\"lot_id\":\"lot_17cdd0aed9\",\"priority\":\"urgent\"}",
"body_json": {
"incident_id": "inc_c14f12d187e9",
"lot_id": "lot_17cdd0aed9",
"priority": "urgent"
},
"headers": {
"content-length": "80",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:03:10 GMT",
"server": "uvicorn"
},
"status": 202.0
}
#6
req 3
connector:http
{
"method": "GET",
"url": "http://fire-dispatch.flowmetal.svc.cluster.local:8080/incidents/inc_c14f12d187e9"
}
#7
req 3
ok
{
"body": "{\"incident_id\":\"inc_c14f12d187e9\",\"status\":\"contained\",\"lot_id\":\"lot_17cdd0aed9\",\"priority\":\"urgent\",\"took_seconds\":4.21}",
"body_json": {
"incident_id": "inc_c14f12d187e9",
"lot_id": "lot_17cdd0aed9",
"priority": "urgent",
"status": "contained",
"took_seconds": 4.21
},
"headers": {
"content-length": "121",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 06:10:34 GMT",
"server": "uvicorn"
},
"status": 200.0
}