DEX system tables for remedial actions

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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.

    Table 1. dex_remedial_action_configuration
    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.

    Table 2. dex_remedial_action_execution
    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.

    Table 3. dex_remedial_action_execution_m2m
    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.