POLICY_ANALYSIS
The POLICY_ANALYSIS table stores the policy analysis session formation during the policy change and service enforcement change events.
Column Name Description Data type ANALYSIS_ID* Unique ID. Primary key. Character (32) TENANT_NAME Name of the tenant in a multi-tenant setting. Character (64) STATUS* Contains status: NOT_STARTED=.
STARTING=.
INITIALIZING=.
PENDING=.
INTERRUPTED=.
ABORTED=.
ERROR=.
COMPLETE=.
INCOMPLETE=.
Numeric REASON* Reason for the analysis: POLICY_CHANGE=.
ENFORCEMENT_TYPE_CHANGE=.
Numeric CONTEXT* Context of the analysis: SIMULATION=.
ENFORCEMENT=.
Numeric CHANGE_TYPE* Specific change type: POL_ADD=.
POL_REMOVE=.
POL_MODIFY=.
ENFORCEMENT_CHANGE_ALERT=.
ENFORCEMENT_CHANGE_ENFORCE=.
ENFORCEMENT_CHANGE_SUSPEND=.
Numeric LAST_ACCESSED* Last accessed date. Date WORKERS_STARTED* Counter that is incremented when an analysis messaging thread is started and assigned a unit of analysis work. Default: 0 Numeric WORKERS_COMPLETED* This counter is incremented when an analysis messaging thread completes its work. Default: 0 Numeric WORKERS_TOTAL* The number of messaging threads that do the analysis work. Default: 0 Numeric ACCOUNT_EVALUATED* The number of accounts that were evaluated during policy analysis. Default: 0 Numeric * Indicates the column is required and not null.
Parent topic: Provisioning policy tables