Query Incidents Group IDs API
The Query Incidents Group ID API retrieves a list of incident group IDs with corresponding incident group.
Payload example
{ "startTime":"2016-12-15T00:00:00Z", "endTime":"2017-01-23T00:00:00Z", "incidentCriteria":{ "categories":[ {"incidentType":"Threat"}, {"incidentType":"Alert","category":"Policy"} ] } }
Responses
Code | Description | Schema | |
---|---|---|---|
default |
List of all incident group IDs with corresponding incident group. | incidentGroup | String. Concatenated incidentType.category.name defined by the corresponding incidentGroupId. |
incidentGroupId | Integer. A unique incident group ID for all valid incident groups. |