DEX system tables for remedial actions
Definitions for any remedial action are predetermined based on the rules and criteria that store configuration settings for remedial actions. Each execution of the remedial action is maintained in the DEX tables to track the progress of remedial action executions.
Remedial action configuration
Stores the configuration settings for remedial actions.
| Field | Description |
|---|---|
| OS | Operating system compatibility (macOS, Windows, all) |
| source | Origin of the remedial action (alert, configuration_item) |
| playbook_type | Type of playbook (generic, tailored) |
| check_definition | Reference to associated check definitions |
| is_bulk_action | Flag for bulk action capability |
| active | Status of the configuration |
Remedial action execution
Tracks the progress of remedial action executions.
| Field | Description |
|---|---|
| state | UI progress state |
| device_list | List of target devices |
| source_record_table | Source table reference |
| source_record_id | Source record identifier |
M2M remedial action execution
Maps the relationship between tracking and actual execution.
| dex_remedial_action_execution | Links to UI execution record |
| remedial_action_execution | Links to actual execution record |
Note:
For more information on the base system remedial actions, see Digital End-User Experience Remedial Actions.