|
| 1 | +--- |
| 2 | +uid: Connector_help_Skyline_Table_Checker |
| 3 | +--- |
| 4 | + |
| 5 | +# Skyline Table Checker |
| 6 | + |
| 7 | +This connector will search through the elements with the corresponding protocol on the DataMiner System and look for entries in the desired table based on the configuration parameters set by the user. |
| 8 | + |
| 9 | +## About |
| 10 | + |
| 11 | +### Version Info |
| 12 | + |
| 13 | +| Range | Key Features | Based on | System Impact | |
| 14 | +|----------------------|------------------|--------------|-------------------| |
| 15 | +| 1.0.0.x [SLC Main] | Initial version | - | - | |
| 16 | + |
| 17 | +### Product Info |
| 18 | + |
| 19 | +| Range | Supported Firmware | |
| 20 | +|-----------|------------------------| |
| 21 | +| 1.0.0.x | - | |
| 22 | + |
| 23 | +### System Info |
| 24 | + |
| 25 | +| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components | |
| 26 | +|-----------|---------------------|-------------------------|-----------------------|-------------------------| |
| 27 | +| 1.0.0.x | No | Yes | - | - | |
| 28 | + |
| 29 | +## Configuration |
| 30 | + |
| 31 | +### Connections |
| 32 | + |
| 33 | +#### Virtual connection |
| 34 | + |
| 35 | +This connector uses a virtual connection and does not require any input during element creation. |
| 36 | + |
| 37 | +## How to use |
| 38 | + |
| 39 | +### General |
| 40 | + |
| 41 | +The **General** page includes several key parameters: |
| 42 | + |
| 43 | +- **Update Interval** - Determines how often table checks are performed. The default interval is *30 minutes*. |
| 44 | +- **Execute Checks Now** - Button to trigger immediate check instead of waiting for the update interval. |
| 45 | +- **Table Checker Last Update** - Displays the timestamp of the most recent table check. |
| 46 | +- **Check Results** - A table that provides details on the checked entries, including the element and protocol name, table and column ID, whether the entry was found, and the number of instances found. These entries are configured in the *Configuration of Checks* table on the **Configuration** Page. |
| 47 | + |
| 48 | +### Configuration |
| 49 | + |
| 50 | +The **Configuration** page allows users to define and manage the table checks by specifying key parameters for each test. |
| 51 | + |
| 52 | +**Configuration of Checks** table contains the following columns: |
| 53 | + |
| 54 | +- *Test Name* – The name of the check. |
| 55 | +- *Protocol Name* – The protocol name which acts as a filter to filter only the elements using it. |
| 56 | +- *Optional Element Name Regex Filter* – A regular expression filter to refine the element name search. |
| 57 | +- *Table PID* – The unique identifier for the table being checked. |
| 58 | +- *Column ID* – The specific column within the table being checked. |
| 59 | +- *Text to Search On* – The text pattern used to find matches within the column. |
| 60 | + |
| 61 | +The **Update Result Table** button refreshes the results based on the defined checks. |
0 commit comments