お世話になっております。ふりっぱぁです
zabbix : 2.0.6
API を使って、アイテムに関する情報を取得しようとしています
https://www.zabbix.com/documentation/2.0/manual/appendix/api/item/get
item.get API を用いて、以下のようなパラメータを指定した場合には、意図どおり、
タイプが SNMPTrap (17) の、なおかつ、有効なアイテム(status=0)が列挙できます
"params": {
"output": "extend",
"filter": {
"type": "17",
"status": "0"},
"monitored": "true",
"selectHosts": "extend",
"selectInterfaces": "extend",
"selectTriggers": "extend"}
ここで、追加の条件として、トリガーに関連付けられているものだけに絞りこみたいのですが、
"params": {
"output": "extend",
"filter": {
"type": "17",