Rule Action is the action which achieves the end task to be fulfilled.
There can be many actions associated to a rule, so when a rule is satisfied all its actions are triggered
| Column Name | Column Datatype | Column Null Option | Column Comment |
| rule_action_id | varchar(64) | not null | Non-displayable id used in the backend as a reference between tables. |
| type | nvarchar(64) | with null | Type of the rule action. JAVA, SHELL, HTTP etc. |
| action | nvarchar(4096) | with null | String containing the action that needs to be executed. For example, if JAVA is selected above in the ictype field, this field contains the JAVA class name with the package qualifier. If SHELL is selected, this field contains the command that needs to be executed from a shell. |
| display_name | nvarchar(128) | with null | Name for this action. |
| description | nvarchar(256) | with null | Text explaining the purpose of this action. |
| is_system | integer | with null | True/false. iCanProvision comes with some in-built rule actions for certain rules. These are system rule actions. |
| rule_id | varchar(50) | with null | Non-displayable id used in the backend as a reference between tables. |
| options | nvarchar(128) | with null | Specifies the options for the rule action |
| exec_mode | integer | with null | Specifies the execution mode |
| timeout | integer | with null | Specifies the time out of the rule action |
Product Name: Unicenter Service Management
Table Type: Table