Skip to content

Commit cd12e04

Browse files
committed
Added a driver doc page for the new driver Skyline Table Checker.
1 parent 759303a commit cd12e04

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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.

connector/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8232,6 +8232,8 @@
82328232
topicUid: Connector_help_Skyline_Synthetic_Test_-_HTTP
82338233
- name: Skyline Synthetic Test - Ping
82348234
topicUid: Connector_help_Skyline_Synthetic_Test_-_Ping
8235+
- name: Skyline Table Checker
8236+
topicUid: Connector_help_Skyline_Table_Checker
82358237
- name: Skyline Universal Weather
82368238
topicUid: Connector_help_Skyline_Universal_Weather
82378239
- name: Skyline VOD Workflow Application

0 commit comments

Comments
 (0)