Configuration Drift views
The out-of-the-box Configuration Drift reports provide detailed and summary information about drift (a discrepancy from the trusted configuration) in your networking environment. You can use this information to build your own custom Configuration Drift reports using your own reporting tool
Built-in Configuration Drift views
TrueSight Network Automation - Data Warehouse provides the following built-in views.
View Name/Description | Columns in the view | Example |
|---|---|---|
RV_CONF_DRIFT_DTLS Displays the devices that have a configuration drift at the specified point in time. | DEVICE_NAME | select * from RV_CONF_DRIFT_DTLS |
RV_CONF_DRIFT_SUMM Displays the number of devices with configuration drift at the specified point in time. | CNT_DEVICES_WITH_DRIFTS | select * from RV_CONF_DRIFT_SUMM |
RV_CONF_DRIFT_TREND Displays the trend of device configuration drifts over the specified time period. | DRIFT | select * from RV_CONF_DRIFT_TREND |