View incident list
POST/insights/v3.0/resource/query/incidents/incidents_view
Retrieves the list of incident.
Request
Header Parameters
Region mapping for the tenant.
A Prisma-Tenant is a unique identifier for a tenant or a subtenant within a single or multi-tenant architecture, providing precise tenant management and resource allocation.
- application/json
Body
required
User who acknowledged the incident
Possible values: [true
, false
]
Whether the incident has been acknowledged
Possible values: [SC
, RN
, MU
, Authentication
, GP
, Certificates
, ZTNA
, Prisma Access Infrastructure
, DNS
, Security
, Application Experience
, PORTAL
, GATEWAY
, EP
]
Category of the incident
Number of child incidents
Incident Code
Number of correlated alerts
Detailed message of the incident
Unique identifier for the incident
Number of parent incidents
Timestamp when the incident was raised
Possible values: [Warning
, Critical
, Informational
]
Severity level of the incident
Possible values: [Raised
, Clearing
, Cleared
]
Current status of the incident
Possible values: [Raised
, ClearPending
, Cleared
]
Computed status of the incident
Title of the incident
Timestamp of last update
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- Array [
- ]
- ]
data object[]
incidents object[]
User who acknowledged the incident
Whether the incident has been acknowledged
Category of the incident
Number of child incidents
Incident code
Number of correlated alerts
Unique identifier for the incident
Number of parent incidents
Timestamp when the incident was raised
Severity level of the incident
Current status of the incident
Computed status of the incident
Title of the incident
Timestamp of last update
{
"data": [
{
"incidents": [
{
"ack_by": "xyz@xyz.com",
"acknowledged": true,
"category": "SC",
"child_incidents_count": 0,
"code": "INC_SC_SITE_DOWN",
"correlated_alerts_count": 2,
"incident_id": "3a0379f6-4d45-4e62-b119-84ca59c041d0",
"parent_incidents_count": 0,
"raised_time": 1731051358702,
"severity": "Critical",
"status": "Raised",
"status_computed": "Raised",
"title": "Service Connection Site ipsec-prisma-to-mel-isp1 is down",
"updated_time": 1731051358702
}
]
}
]
}
{
"data": [
{
"incidents": [
{
"acknowledged": false,
"category": "SC",
"child_incidents_count": 0,
"code": "INC_SC_SITE_DOWN",
"correlated_alerts_count": 2,
"incident_id": "3a0379f6-4d45-4e62-b119-84ca59c041d0",
"parent_incidents_count": 0,
"raised_time": 1731051358702,
"severity": "Critical",
"status": "Raised",
"status_computed": "Raised",
"title": "Service Connection Site ipsec-prisma-to-mel-isp1 is down",
"updated_time": 1731051358702
},
{
"acknowledged": false,
"category": "SC",
"child_incidents_count": 0,
"code": "INC_SC_SITE_DOWN",
"correlated_alerts_count": 2,
"incident_id": "513c153b-58df-4c07-9b6c-ca10d2e81021",
"parent_incidents_count": 0,
"raised_time": 1731051358609,
"severity": "Critical",
"status": "Raised",
"status_computed": "Raised",
"title": "Service Connection Site ipsec-prisma-to-mel-isp2 is down",
"updated_time": 1731051358609
}
]
}
]
}