This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:api:reference:trigger:object [2019/10/07 06:35] 127.0.0.1 external edit |
manual:api:reference:trigger:object [2021/04/01 10:26] (current) vmaksimovs [ZBXNEXT-6141] fixed event name description |
||
---|---|---|---|
Line 7: | Line 7: | ||
The trigger object has the following properties. | The trigger object has the following properties. | ||
- | ^ Property ^ Type ^ Description ^ | + | ^ Property ^ [[:manual/api/reference_commentary#data_types|Type]] ^ Description ^ |
| triggerid | string | //(readonly)// ID of the trigger. | | | triggerid | string | //(readonly)// ID of the trigger. | | ||
| **description** \\ (required) | string | Name of the trigger. | | | **description** \\ (required) | string | Name of the trigger. | | ||
| **expression** \\ (required) | string | Reduced trigger expression. | | | **expression** \\ (required) | string | Reduced trigger expression. | | ||
+ | | event_name | string | Event name generated by the trigger. | | ||
| opdata | string | Operational data. | | | opdata | string | Operational data. | | ||
| comments | string | Additional description of the trigger. | | | comments | string | Additional description of the trigger. | | ||
Line 33: | Line 34: | ||
The trigger tag object has the following properties. | The trigger tag object has the following properties. | ||
- | ^ Property ^ Type ^ Description ^ | + | ^ Property ^ [[:manual/api/reference_commentary#data_types|Type]] ^ Description ^ |
| **tag** \\ (required) | string | Trigger tag name. | | | **tag** \\ (required) | string | Trigger tag name. | | ||
| value | string | Trigger tag value. | | | value | string | Trigger tag value. | |