Loading...
Loading...
Triage and manage Coralogix Cases with the `cx cases` CLI — e.g. acknowledge, assign, resolve, or re-prioritize a case, or inspect its event timeline or notification deliveries.
npx skill4agent add coralogix/cx-cli cx-cases| Command | Purpose |
|---|---|
| Get a single case by ID |
| Update mutable fields |
| Add a comment to the case timeline |
| Assign a case (email, or raw user ID) |
| Remove the assignee |
| Acknowledge (signals you're working it; stops re-notification) |
| Remove the acknowledgment |
| Resolve a case (irreversible — see below) |
| Close a case (terminal) |
| Override the computed priority |
| Remove a priority override |
| Event timeline (status changes, comments, assignments) |
| A single event — drill in, e.g. to expand a comment thread |
| Notification deliveries (connector, status, time) |
PENDING_ACTIVATION ──► ACTIVE ◄────────► ACKNOWLEDGED
│ ╲ │ ╲
│ ╲ │ ╲
▼ ╲ ▼ ╲
CLOSED ╲──► RESOLVED ◄─── (from ACK)
│
▼
CLOSED (terminal)| From state | Allowed transitions | Notes |
|---|---|---|
| → | System-driven activation; not user-controllable |
| → | Ack is optional; for a false alarm, |
| → | The only "back" transition: |
| → | Irreversible — cannot reopen to |
| (none) | Terminal |
AVAILABILITYSECURITYP1P5cx cases get <id>groupingslabelsimpactedEntitieskpiBreachesaiSummarypriorityDetails.systempriorityDetails.overridecx ollyimpactedEntitiesgroupingscx-telemetry-queryingcx cases assign <id> --user you@example.comcx cases acknowledge <id>cx cases comment <id> --text "<note>"commentcx cases events listcx cases set-priority <id> --priority P1clear-priorityRESOLVEDCLOSEDRESOLVEDCLOSED--reason "<text>"--no-reason--yesACKNOWLEDGEDunacknowledgecx cases update... | jq -r '.[].id' | xargs -I {} cx cases acknowledge {}assign --userresolveclosecloseACTIVE--no-reasonP1-p <profile>references/case-analytics.mdreferences/single-case.mdcx-alertscx-telemetry-querying