Skip to main content
Manage monitored interfaces. All endpoints are public.

GET /api/loft/interfaces

List all interfaces.
curl

POST /api/loft/interfaces

Create a new interface.
curl

GET /api/loft/interfaces/

Get interface by ID.
curl

PUT /api/loft/interfaces/

Update an interface. All fields optional.
curl

DELETE /api/loft/interfaces/

Delete an interface.
curl

GET /api/loft/interfaces//metrics

Get interface metrics.
curl
Response includes messagesTotal, messagesSuccessful, messagesFailed, successRate, averageLatencyMs, p99LatencyMs.