The following table lists CI attributes that CACF manages for change verification:
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
id |
INTEGER |
|
Primary key to this table, it is a unique numeric ID. |
|
last_mod_dt |
LOCAL_TIME |
|
Specifies the timestamp of when this record was last modified. |
|
last_mod_by |
UUID |
ca_contact |
Specifies the UUID of the contact who last modified this record. |
|
tenant |
UUID |
ca_tenant |
Specifies the UUID of the tenant. |
|
del |
INTEGER |
Active_Boolean_ Table::enum |
Indicates the Deleted flag, as follows: 1—Inactive/marked as deleted |
|
ci_planned_change |
INTEGER |
ci_planned_change |
Specifies the change specification. |
|
nr |
UUID |
ca_owned_resource |
|
|
ci_verification_policy |
INTEGER |
ci_verification_policy |
Specifies the verification policy. |
|
ci_managed_attribute |
INTEGER |
ci_managed_attribute |
Specifies the managed attribute. |
|
oldvalue |
STRING 2000 |
|
Specifies the old attribute value. |
|
discoveredvalue |
STRING 2000 |
|
Specifies the discovered attribute value. |
|
newvalue |
STRING 2000 |
|
Specifies the new attribute value. |
|
status |
STRING 32 |
ci_planned_change_status |
Specifies the change verification state. |
|
ci_twa_ci |
INTEGER |
ci_twa_ci |
Specifies the CI in the TWA. |
|
ci_twa_relation |
INTEGER |
ci_twa_relation |
Specifies the relationship in the TWA. |
|
ci_mdr_provider |
INTEGER |
ci_mdr_provider |
Specifies the provider of the MDR. |
|
is_unverifiable |
INTEGER |
Boolean_Table |
Specifies if the change is verifiable. |
|
is_rogueinsert |
INTEGER |
Boolean_Table |
Specifies if the change is a rogue insert. |
|
is_variance |
INTEGER |
Boolean_Table |
Specifies if the change is a variance. |
|
is_rogueupdate |
INTEGER |
Boolean_Table |
Specifies if the change is a rogue update. |
|
ci_verification_policy_act |
STRING 32 |
ci_verification_policy_act |
Specifies the verification policy action. |
|
incident |
STRING 30 |
Call_Req |
Specifies the incident associated with the verification policy. |
|
role |
INTEGER |
usp_role |
Specifies the role associated with the verification policy. |
|
error_message |
STRING 2000 |
|
Specifies the error message. |
|
Copyright © 2013 CA.
All rights reserved.
|
|