-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1011 from amanda11/remove_mistral_basic
Removal of st2mistral from basic chapter of docs
- Loading branch information
Showing
15 changed files
with
91 additions
and
1,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,44 @@ | ||
.. NOTE: This file has been generated automatically, don't manually edit it | ||
.. NOTE: This file has been generated automatically, don't manually edit it. | ||
Edit st2common/st2common/constants/triggers.py and rebuild the | ||
documentation. | ||
Action | ||
~~~~~~ | ||
|
||
+---------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
| Reference | Description | Properties | | ||
+===========================+=================================================================+=============================================================================================================+ | ||
| st2.generic.actiontrigger | Trigger encapsulating the completion of an action execution. | execution_id, status, start_timestamp, action_name, action_ref, runner_ref, parameters, result | | ||
+---------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
| st2.generic.notifytrigger | Notification trigger. | execution_id, status, start_timestamp, end_timestamp, action_ref, runner_ref, channel, route, message, data | | ||
+---------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
| st2.action.file_writen | Trigger encapsulating action file being written on disk. | ref, file_path, host_info | | ||
+---------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
| st2.generic.inquiry | Trigger indicating a new "inquiry" has entered "pending" status | id, route | | ||
+---------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
+--------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
| Reference | Description | Properties | | ||
+================================+=================================================================+=============================================================================================================+ | ||
| core.st2.generic.actiontrigger | Trigger encapsulating the completion of an action execution. | execution_id, status, start_timestamp, action_name, action_ref, runner_ref, parameters, result | | ||
+--------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
| core.st2.generic.notifytrigger | Notification trigger. | execution_id, status, start_timestamp, end_timestamp, action_ref, runner_ref, channel, route, message, data | | ||
+--------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
| core.st2.action.file_written | Trigger encapsulating action file being written on disk. | ref, file_path, host_info | | ||
+--------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
| core.st2.generic.inquiry | Trigger indicating a new "inquiry" has entered "pending" status | id, route | | ||
+--------------------------------+-----------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ | ||
|
||
Sensor | ||
~~~~~~ | ||
|
||
+--------------------------+--------------------------------------------------+------------+ | ||
| Reference | Description | Properties | | ||
+==========================+==================================================+============+ | ||
| st2.sensor.process_spawn | Trigger indicating sensor process is started up. | object | | ||
+--------------------------+--------------------------------------------------+------------+ | ||
| st2.sensor.process_exit | Trigger indicating sensor process is stopped. | object | | ||
+--------------------------+--------------------------------------------------+------------+ | ||
+-------------------------------+--------------------------------------------------+------------+ | ||
| Reference | Description | Properties | | ||
+===============================+==================================================+============+ | ||
| core.st2.sensor.process_spawn | Trigger indicating sensor process is started up. | object | | ||
+-------------------------------+--------------------------------------------------+------------+ | ||
| core.st2.sensor.process_exit | Trigger indicating sensor process is stopped. | object | | ||
+-------------------------------+--------------------------------------------------+------------+ | ||
|
||
Key Value Pair | ||
~~~~~~~~~~~~~~ | ||
|
||
+---------------------------------+---------------------------------------------------------+------------------------+ | ||
| Reference | Description | Properties | | ||
+=================================+=========================================================+========================+ | ||
| st2.key_value_pair.create | Trigger encapsulating datastore item creation. | object | | ||
+---------------------------------+---------------------------------------------------------+------------------------+ | ||
| st2.key_value_pair.update | Trigger encapsulating datastore set action. | object | | ||
+---------------------------------+---------------------------------------------------------+------------------------+ | ||
| st2.key_value_pair.value_change | Trigger encapsulating a change of datastore item value. | old_object, new_object | | ||
+---------------------------------+---------------------------------------------------------+------------------------+ | ||
| st2.key_value_pair.delete | Trigger encapsulating datastore item deletion. | object | | ||
+---------------------------------+---------------------------------------------------------+------------------------+ | ||
+--------------------------------------+---------------------------------------------------------+------------------------+ | ||
| Reference | Description | Properties | | ||
+======================================+=========================================================+========================+ | ||
| core.st2.key_value_pair.create | Trigger encapsulating datastore item creation. | object | | ||
+--------------------------------------+---------------------------------------------------------+------------------------+ | ||
| core.st2.key_value_pair.update | Trigger encapsulating datastore set action. | object | | ||
+--------------------------------------+---------------------------------------------------------+------------------------+ | ||
| core.st2.key_value_pair.value_change | Trigger encapsulating a change of datastore item value. | old_object, new_object | | ||
+--------------------------------------+---------------------------------------------------------+------------------------+ | ||
| core.st2.key_value_pair.delete | Trigger encapsulating datastore item deletion. | object | | ||
+--------------------------------------+---------------------------------------------------------+------------------------+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.