zabbix api - filter event

49 Views Asked by At

I would like to know if the possible to filter by name (contains) or by tags?

$params = @{
    output="extend";
    selectTags="extend";
    groupid = "$groupID"
    filter=@{
        .....
    }
}
Invoke-ZabbixAPI -method event.get -params $params

How to use filter with name or tags?

Other question:

since we have a lot of servers, most of the time, I get time out error. «Exception calling "GetResponse" with "0" argument(s): "The operation has timed out"» Since I cannot change the time out, what's the best way to filter?

0

There are 0 best solutions below