curl --request GET \
--url https://api.example.com/api/v1/remediations{
"apiVersion": "v1",
"kind": "RemediationPlanList",
"metadata": {
"totalCount": 3,
"page": 1,
"pageSize": 20
},
"items": [
{
"name": "remediation-inc-20260319-001-1",
"namespace": "production",
"issueRef": "INC-20260319-001",
"attempt": 1,
"strategy": "Runbook: oomkill-standard (Tier 1 match: oom_kill + critical + Deployment)",
"state": "Completed",
"startedAt": "2026-03-19T14:35:00Z",
"completedAt": "2026-03-19T14:38:00Z",
"result": "All actions completed successfully. Resource healthy after verification.",
"agenticMode": false,
"agenticStepCount": 0,
"actions": [
{"type": "AdjustResources", "params": {"memoryLimit": "1Gi"}},
{"type": "RestartDeployment", "params": {"deployment": "payment-service"}}
],
"creationTimestamp": "2026-03-19T14:34:00Z"
},
{
"name": "remediation-inc-20260319-002-1",
"namespace": "production",
"issueRef": "INC-20260319-002",
"attempt": 1,
"strategy": "Agentic mode: no matching runbook found",
"state": "Executing",
"startedAt": "2026-03-19T15:10:00Z",
"result": "",
"agenticMode": true,
"agenticStepCount": 3,
"actions": [],
"creationTimestamp": "2026-03-19T15:09:00Z"
}
]
}
Returns all remediation plans with execution state, actions, and agentic mode details
curl --request GET \
--url https://api.example.com/api/v1/remediations{
"apiVersion": "v1",
"kind": "RemediationPlanList",
"metadata": {
"totalCount": 3,
"page": 1,
"pageSize": 20
},
"items": [
{
"name": "remediation-inc-20260319-001-1",
"namespace": "production",
"issueRef": "INC-20260319-001",
"attempt": 1,
"strategy": "Runbook: oomkill-standard (Tier 1 match: oom_kill + critical + Deployment)",
"state": "Completed",
"startedAt": "2026-03-19T14:35:00Z",
"completedAt": "2026-03-19T14:38:00Z",
"result": "All actions completed successfully. Resource healthy after verification.",
"agenticMode": false,
"agenticStepCount": 0,
"actions": [
{"type": "AdjustResources", "params": {"memoryLimit": "1Gi"}},
{"type": "RestartDeployment", "params": {"deployment": "payment-service"}}
],
"creationTimestamp": "2026-03-19T14:34:00Z"
},
{
"name": "remediation-inc-20260319-002-1",
"namespace": "production",
"issueRef": "INC-20260319-002",
"attempt": 1,
"strategy": "Agentic mode: no matching runbook found",
"state": "Executing",
"startedAt": "2026-03-19T15:10:00Z",
"result": "",
"agenticMode": true,
"agenticStepCount": 3,
"actions": [],
"creationTimestamp": "2026-03-19T15:09:00Z"
}
]
}
Pending, Executing, Verifying, Completed, Failed, RolledBackINC-20260319-001)agenticMode: false): Executes a pre-defined sequence of actions from a matched runbookagenticMode: true): AI-driven step-by-step remediation where the LLM proposes actions, observes results, and decides next steps{
"apiVersion": "v1",
"kind": "RemediationPlanList",
"metadata": {
"totalCount": 3,
"page": 1,
"pageSize": 20
},
"items": [
{
"name": "remediation-inc-20260319-001-1",
"namespace": "production",
"issueRef": "INC-20260319-001",
"attempt": 1,
"strategy": "Runbook: oomkill-standard (Tier 1 match: oom_kill + critical + Deployment)",
"state": "Completed",
"startedAt": "2026-03-19T14:35:00Z",
"completedAt": "2026-03-19T14:38:00Z",
"result": "All actions completed successfully. Resource healthy after verification.",
"agenticMode": false,
"agenticStepCount": 0,
"actions": [
{"type": "AdjustResources", "params": {"memoryLimit": "1Gi"}},
{"type": "RestartDeployment", "params": {"deployment": "payment-service"}}
],
"creationTimestamp": "2026-03-19T14:34:00Z"
},
{
"name": "remediation-inc-20260319-002-1",
"namespace": "production",
"issueRef": "INC-20260319-002",
"attempt": 1,
"strategy": "Agentic mode: no matching runbook found",
"state": "Executing",
"startedAt": "2026-03-19T15:10:00Z",
"result": "",
"agenticMode": true,
"agenticStepCount": 3,
"actions": [],
"creationTimestamp": "2026-03-19T15:09:00Z"
}
]
}