You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: connector/doc/Telestream_Vantage.md
+23-17
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,16 @@ This connector queries a SOAP interface available on the target machine.
12
12
13
13
Multiple different SOAP requests are daisy-chained to query for the list of configured workflows and jobs. Additional details are also retrieved for each **workflow** and **job** (including completion percentage and other metrics, such as the total execution time).
14
14
15
-
The connector also queries the Vantage SOAP interface for the various **servers** available in the cluster and retrieves information for each of these machines, including their **service****list**, state and metrics.
15
+
The connector also queries the Vantage SOAP interface for the various **servers** available in the cluster and retrieves information for each of these machines, including their **servicelist**, state, and metrics.
| 1.0.3.x [SLC Main]| Added unicode option. Major logic refactor with performance improvements. Upgrading from 1.0.2.x to 1.0.3.x has no major impact, as only changes to the internal logic are implemented. | No | Yes |
24
25
25
26
### Product Info
26
27
@@ -29,6 +30,7 @@ The connector also queries the Vantage SOAP interface for the various **servers*
29
30
| 1.0.0.x | Vantage 6.3 |
30
31
| 1.0.1.x | Vantage 6.3 |
31
32
| 1.0.2.x | Vantage 6.3 |
33
+
| 1.0.3.x | Vantage 6.3 |
32
34
33
35
## Installation and configuration
34
36
@@ -40,56 +42,60 @@ This connector uses an HTTP connection and requires the following input during e
40
42
41
43
HTTP CONNECTION:
42
44
43
-
-**IP address/host**: The polling IP of the device, e.g. *10.11.12.13.*
45
+
-**IP address/host**: The polling IP of the device, e.g. *10.11.12.13*.
44
46
-**Port number**: The port of the connected device, by default *8676*.
45
47
-**Bus Address:** By default, this field is filled in with "*ByPassProxy*". This is necessary to avoid network issues.
46
48
47
-
#### HTTP secondary connection:
49
+
#### HTTP secondary connection
48
50
49
51
This connector has a secondary connection and requires the following input during element creation.
50
52
51
53
HTTP CONNECTION:
52
54
53
-
-**IP address/host**: The polling IP of the device, e.g. *10.11.12.13.*
55
+
-**IP address/host**: The polling IP of the device, e.g. *10.11.12.13*.
54
56
-**Port number**: The port of the connected device, by default *8676*.
55
57
-**Bus Address**: By default, this field is filled in with "*ByPassProxy*". This is necessary to avoid network issues.
56
58
57
59
### Configuration of Redundant Polling
58
60
59
61
This connector supports redundant polling. If an HTTP request times out, a secondary connection will be used for a retry. In order to use this feature, you must configure the secondary HTTP connection.
60
62
61
-
## Usage
63
+
### Web Interface
64
+
65
+
The web interface is only accessible when the client machine has network access to the product.
66
+
67
+
## How to Use
62
68
63
69
Two main sets of pages are available in the connector. One set displays the **cluster information** (**servers** and **services**) and the other displays the **workflows** and **jobs** information.
64
70
65
71
Each set consists of two pages, one displaying the information in a **tree view** and the other displaying the **source tables** that contain all the data retrieved from the server. Users can monitor either page according to preference.
66
72
67
-
### Domain Machines and Server
73
+
### Domain Machines and Server Page
68
74
69
75
This page displays a list of **servers** available in the **domain**. For each server, a list of **services** is also displayed, along with all **service metrics**.
70
76
71
77
This page displays its data in a **tree view**.
72
78
73
-
### Domain Machines and Server Tables
79
+
### Domain Machines and Server Tables Page
74
80
75
81
This page displays the same data as the "Domain Machines and Server" page, but the data is displayed in a **table structure** instead of a tree view.
76
82
77
-
### Workflow and Jobs
83
+
### Workflow and Jobs Page
78
84
79
85
This page displays a list of **workflows** that are configured on the cluster. For each retrieved **workflow**, a **list of jobs** is also retrieved, along with the **current completed percentage**. For each of these jobs, a **list of sessions** is also retrieved. This information contains a historical overview of each job with each different step.
80
86
81
87
This page displays its data in a **tree view** format.
82
88
83
-
### Workflow and Jobs Tables
89
+
### Workflow and Jobs Tables Page
84
90
85
91
This page displays the same data as the "Workflow and Jobs" page, but the data is displayed in a **table structure** instead of a tree view.
86
92
87
-
### Driver Configuration
93
+
### Driver Configuration Page
88
94
89
95
This page allows you to filter the jobs by their present status, and filter the session by date.
90
96
91
97
These filters limit the information shown on the other pages according to the selected options.
92
98
93
-
### Web Interface
99
+
### Request Queue and Tasks (range 1.0.3.x)
94
100
95
-
This page displays the web interface of the device. However, note that the client machine has to be able to access the device, as otherwise it will not be possible to open the web interface.
101
+
Range 1.0.3.x features a queue containing the current requests to be done. No priority ordering has been implemented. The requests are done by order of entry in the queue, so set requests do not get priority. To fill the request queue and process responses, independent tasks are used. Each task has a maximum lifetime of 15 minutes.
0 commit comments