Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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.

FieldDescription
OSOperating system compatibility (macOS, Windows, all)
sourceOrigin of the remedial action (alert, configuration_item)
playbook_typeType of playbook (generic, tailored)
check_definitionReference to associated check definitions
is_bulk_actionFlag for bulk action capability
activeStatus of the configuration

Remedial action execution

Tracks the progress of remedial action executions.

FieldDescription
stateUI progress state
device_listList of target devices
source_record_tableSource table reference
source_record_idSource record identifier

M2M remedial action execution

Maps the relationship between tracking and actual execution.

  
dex_remedial_action_executionLinks to UI execution record
remedial_action_executionLinks to actual execution record

Note: For more information on the base system remedial actions, see Digital End-User Experience Remedial Actions.

Parent Topic:DEX remedial actions