Source of Change views
The out-of-the-box Source of Change views provide detailed and summary information about the internal and external changes made in your networking environment. You can use this information to build your own customSoiurce of Change reports using your own reporting tool.
Built-in Source of change views
TrueSight Network Automation - Data Warehouse provides the following built-in views:
View Name/Description | Columns in the view | Example |
|---|---|---|
RV_CNG_BY_PERSON_INT_USER Displays the number of configuration changes and the associated internal users for the specified time period. | ORIGINATOR_NAME | select * from RV_CNG_BY_PERSON_INT_USER |
RV_CNG_BY_PERSON_EXT_USER Displays the number of configuration changes and the associated external users for the specified time period. | EXT_USER | select * from RV_CNG_BY_PERSON_EXT_USER |
RV_CONF_CNG_TOTAL_CONF_CNG Displays information about the source, time, and total number of the internal and external configuration changes in your networking environment for the specified time period. | ORIGINATOR_TYPE_NAME | select * from RV_CONF_CNG_TOTAL_CONF_CNG |
RV_CONF_CNG_INT_CONF_CNG Displays information about the source, time, and device on which internal configuration changes are done in your networking environment for the specified time period. | DEVICE_NAME | select * from RV_CONF_CNG_INT_CONF_CNG |
RV_CONF_CNG_EXT_CONF_CNG Displays information about the date and device on which external configuration changes are done in your networking environment for the specified time period. | DEVICE_NAME | select * from RV_CONF_CNG_EXT_CONF_CNG |
RV_CONF_CNG_CNG_HISTORY Displays information about the time and total number of configuration changes in your networking environment for the specified time period | DISPLAY_HOUR | select * from RV_CONF_CNG_CNG_HISTORY |
RV_SOURCE_OF_CNG_DTLS Displays the devices' details and number of internal and external configuration changes for devices in your networking environment for the specified time period | DEVICE_NAME | select * from RV_SOURCE_OF_CNG_DTLS |