Parameter | Description |
---|---|
Field | Specify the field by which to search for device-alert relations. |
Fields | Specify which fields to return for each item. |
Value | Specify the search value. It can be either a single value or multiple values separated by commas. |
{
"devices_alerts": [
{
"device_uid": "<string>",
"device_name": "<string>",
"alert_id": 2,
"device_type": "<string>",
"device_alert_status": "<string>",
"device_category": "<string>"
},
{
"device_uid": "<string>",
"device_name": "<string>",
"alert_id": 2,
"device_type": "<string>",
"device_alert_status": "<string>",
"device_category": "<string>"
}
]
}
Was this page helpful?