The Ingestion API exposes REST endpoints for traditional HTTP ingestion.
Headers: X-API-Key: string
Body:
{
"supplier_code": "SUP-001",
"equipment_code": "EQ-001",
"temperature": 65.5,
"pressure": 120.0,
"vibration": 2.1,
"status": "running"
}Returns the health status of the API.
The system uses gRPC for high-throughput edge telemetry.
Service: TelemetryIngestion
RPCs:
StreamTelemetry (stream TelemetryBatch) returns (IngestionResponse)StreamImages (stream ImageBatch) returns (IngestionResponse)