|
3 | 3 | Action |
4 | 4 | ~~~~~~ |
5 | 5 |
|
6 | | -+---------------------------+--------------------------------------------------------------+------------------------------------------------------------------------------------------+ |
7 | | -| Reference | Description | Properties | |
8 | | -+===========================+==============================================================+==========================================================================================+ |
9 | | -| st2.generic.actiontrigger | Trigger encapsulating the completion of an action execution. | status, start_timestamp, parameters, action_name, result, execution_id | |
10 | | -+---------------------------+--------------------------------------------------------------+------------------------------------------------------------------------------------------+ |
11 | | -| st2.generic.notifytrigger | Notification trigger. | status, start_timestamp, channel, action_ref, data, message, execution_id, end_timestamp | |
12 | | -+---------------------------+--------------------------------------------------------------+------------------------------------------------------------------------------------------+ |
13 | | -| st2.action.file_writen | Trigger encapsulating action file being written on disk. | content, host_info, ref, file_path | |
14 | | -+---------------------------+--------------------------------------------------------------+------------------------------------------------------------------------------------------+ |
| 6 | ++---------------------------+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ |
| 7 | +| Reference | Description | Properties | |
| 8 | ++===========================+==============================================================+=============================================================================================================+ |
| 9 | +| st2.generic.actiontrigger | Trigger encapsulating the completion of an action execution. | status, start_timestamp, result, parameters, action_ref, runner_ref, execution_id, action_name | |
| 10 | ++---------------------------+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ |
| 11 | +| st2.generic.notifytrigger | Notification trigger. | status, data, start_timestamp, channel, route, action_ref, message, runner_ref, execution_id, end_timestamp | |
| 12 | ++---------------------------+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ |
| 13 | +| st2.action.file_writen | Trigger encapsulating action file being written on disk. | host_info, ref, file_path | |
| 14 | ++---------------------------+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ |
15 | 15 |
|
16 | 16 | Key Value Pair |
17 | 17 | ~~~~~~~~~~~~~~ |
|
0 commit comments