Ticketing API
The Ticketing Agent provides APIs for incident management, platform configuration, severity routing, and connectivity testing. Base URL:http://logclaw-ticketing-agent:18081
Dashboard proxy: /api/ticketing/*
Incidents
List Incidents
Response
Acknowledge Incident
open to acknowledged.
Response
Resolve Incident
resolved.
Response
Escalate Incident
Response
Runtime Configuration
Get Full Configuration
Response
Sensitive fields (API keys, tokens, passwords) are masked with
**** in the response. Use the PATCH endpoints to update them.Update Platform Settings
Request Body
Required Fields Per Platform
Response
Update Routing Rules
Request Body
Response
Update Anomaly Settings
Request Body
Update LLM Settings
Request Body
Connectivity Testing
Test Platform Connection
Request Body
Success Response
Failure Response
Test LLM Connection
Success Response
Batch Operations
Batch Update Incidents
Request Body
Response
Audit Trail
Get Incident Audit Log
Query Parameters
Response
LLM Status
Get LLM Provider Status
Response (Healthy)
Response (Degraded / Unreachable)
When the LLM provider is unreachable, the Ticketing Agent continues to create incidents using rule-based fallback RCA instead of AI-generated root cause analysis. The Dashboard displays a “Fallback” badge on affected incidents.
Deduplication
The Ticketing Agent automatically deduplicates incoming anomalies to prevent duplicate incidents. Two anomalies are considered duplicates when they share the same service name, severity level, and occur within the configured lookback window. When a duplicate is detected:- No new incident is created
- The existing incident’s
updatedAttimestamp is refreshed - The anomaly count is incremented on the existing incident