Hi all,
I'm using the api to determine which issues are still 'active' by looking at the trigger value then retrieving the related events.
Background:
However, trigger.get is returning some triggers that only contain internal events. (Which I did not expect it to do, as the documentation seems to state that internal event 'triggers' are different to triggers, but I do see them in the triggers table).
but, after passing the triggerid to Event.Get, it does not have access to these events? (I know they exists because I checked it in the database) Is it possible to have access to the trigger but not the related event? I have checked the user permissions in Zabbix and it's got everything.
How do I filter out/identify these 'internal' triggers when I call trigger.get
Thanks.
I'm using the api to determine which issues are still 'active' by looking at the trigger value then retrieving the related events.
Background:
However, trigger.get is returning some triggers that only contain internal events. (Which I did not expect it to do, as the documentation seems to state that internal event 'triggers' are different to triggers, but I do see them in the triggers table).
but, after passing the triggerid to Event.Get, it does not have access to these events? (I know they exists because I checked it in the database) Is it possible to have access to the trigger but not the related event? I have checked the user permissions in Zabbix and it's got everything.
How do I filter out/identify these 'internal' triggers when I call trigger.get
Thanks.
Comment