Parameter | Description |
---|---|
Field | Specify the field by which to search for alert(s). |
Fields | Specify which fields to return for each item. |
Operation | Type of filter on the field. |
Value | Specify the search value. It can be either a single value or multiple values separated by commas. |
{
"alerts": [
{
"id": 10,
"alert_type_name": "<string>",
"category": "<string>",
"detected_time": "2025-04-06T03:13:38.503125Z",
"updated_time": "2023-01-02T05:02:36",
"status": "<string>",
"devices_count": 1,
"unresolved_devices_count": 2,
"medical_devices_count": 1,
"iot_devices_count": 1,
"it_devices_count": 2,
"ot_devices_count": 2,
"alert_name": "<string>",
"alert_class": "<string>",
"malicious_ip_tags_list": null
},
{
"id": 3,
"alert_type_name": "<string>",
"category": "<string>",
"detected_time": "2025-04-06T03:13:38.503125Z",
"updated_time": "2023-01-02T05:02:36",
"status": "<string>",
"devices_count": 1,
"unresolved_devices_count": 6,
"medical_devices_count": 1,
"iot_devices_count": 1,
"it_devices_count": 2,
"ot_devices_count": 2,
"alert_name": "<string>",
"alert_class": "<string>",
"malicious_ip_tags_list": null
}
]
}
Was this page helpful?