IMPLEMENTATION DOCS / UNS FRAMEWORK

API Reference

Core pipeline HTTP endpoints and KPI query parameters.

Look up the core pipeline endpoints here. See the AI component for its additional API. Start with sample data if no pipeline is running yet.
On this page 3 sections
Endpointsuns-kpi ParametersResponse Codes

Endpoints

MethodPathDescription
GET/uns-cacheAll cached topics
POST/uns-cacheSpecific topics
GET/POST/uns-logCheck changes, log to DB
GET/POST/uns-statePoll state changes
GET/uns-stoppageAuto-classify + query
POST/uns-stoppageManual override
GET/POST/uns-productivityPoll production runs
GET/uns-inputQuery entries
POST/uns-inputSubmit entry
DELETE/uns-input?id=NDelete entry
GET/uns-kpiCompute all KPIs

uns-kpi Parameters

ParamDefaultDescription
machine(all)Filter by machine
area(all)Filter by area
hours24Last N hours
from/to-RFC3339 range

Response Codes

CodeMeaning
200Success
400Bad request
404Not found
500Internal error