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
messagesTotal, messagesSuccessful, messagesFailed, successRate, averageLatencyMs, p99LatencyMs.