Change Tracking views
The out-of-the-box Change Tracking views provide detailed and summary information about changes that are associated with device-related actions in your networking environment. You can use this information to build your own custom Change Tracking reports using your own reporting tool.
Built-in Change Tracking views
TrueSight Network Automation - Data Warehouse provides the following built-in views:
View Name/Description | Columns in the view | Example |
|---|---|---|
RV_CNG_FRQ_EXT_CNG Shows the number of device configuration changes done by external users during the specified time period. | EXT_USER | select * from RV_CNG_FRQ_EXT_CNG where |
RV_CNG_FRQ_INT_CNG Shows the number of device configuration changes done by internal users during the specified time period. | ORIGINATOR_TYPE_NAME | select * from RV_CNG_FRQ_INT_CNG where REAL_TIMESTAMP = '06-04-17' and ORIGINATOR_TYPE_NAME = 'user' |
RV_CNG_FRQ_DEV_GROUP Shows the number of internal and external device configuration changes done by device groups during the specified time period. | DEVICE_GROUP_NAME | select * from RV_CNG_FRQ_DEV_GROUP |
RV_CNG_TRK_SUMM_BY_APPRO_TYPE Shows the jobs by approval types that resulted in configuration changes in the specified time period. | JOB_APPROVAL_TYPE_NAME | select * from RV_CNG_TRK_SUMM_BY_APPRO_TYPE |
RV_CNG_TRK_SUMM_BY_DEV Shows the devices with configuration changes in the specified time period. | DEVICE_NAME | select * from RV_CNG_TRK_SUMM_BY_DEV |
RV_CNG_TRK_TREND_BY_APPRO_TYPE Shows the trends in configuration changes by job approval type for the specified time period. | JOB_APPROVAL_TYPE_NAME | select * from RV_CNG_TRK_TREND_BY_APPRO_TYPE |