Incidents¶
Search and view security incidents from the SCM Unified Incident Framework.
Commands¶
List Incidents¶
# List all incidents
scm incidents list
# Filter by status and severity
scm incidents list --status open --severity high
# Filter by product
scm incidents list --product "Prisma Access"
# JSON output for automation
scm incidents list --json
Options:
| Option | Required | Description |
|---|---|---|
--status, -s |
No | Filter: open, closed, in_progress |
--severity |
No | Filter: critical, high, medium, low, informational |
--product, -p |
No | Filter by product name |
--json, -j |
No | Output as JSON |
Show Incident Detail¶
Shows full incident detail including alerts and remediations. Use --json for the complete structured output.
Fields:
incident_id- Unique incident identifiertitle- Incident descriptionseverity- critical, high, medium, low, informationalstatus- open, closed, in_progressraised_time- Epoch timestamp when incident was raisedupdated_time- Epoch timestamp of last updatealerts- Associated alerts withalert_id,title,severity, andstateremediations- Remediation guidance (string)
Arguments:
| Argument | Required | Description |
|---|---|---|
incident_id |
Yes | Incident ID to show |
Options:
| Option | Required | Description |
|---|---|---|
--json, -j |
No | Output as JSON |