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
This connector is used to collect from the **BIP (Production Incident Database)** system, responsible for interfacing all the Collector subsystems, the storage subsystem and all potential customers using the collected and correlated data.
7
+
This connector is used to collect data from the **BIP (Production Incident Database)** system, responsible for interfacing all the collector subsystems, the storage subsystem, and all potential customers using the collected and correlated data.
8
8
9
9
## About
10
10
@@ -18,7 +18,7 @@ This connector is used to collect from the **BIP (Production Incident Database)*
18
18
19
19
| Range | Supported Firmware |
20
20
|---------|--------------------|
21
-
| 1.0.0.x | 4.58 |
21
+
| 1.0.0.x | 4.58 |
22
22
23
23
### System Info
24
24
@@ -32,24 +32,27 @@ This connector is used to collect from the **BIP (Production Incident Database)*
32
32
33
33
#### HTTP Main Connection
34
34
35
-
This connector uses HTTPA connection and requires the following input during element creation:
35
+
This connector uses an HTTPS connection and requires the following input during element creation:
36
+
36
37
HTTP CONNECTION:
37
38
38
-
-**IP address/host**: The polling IP or URL of the destination.Should always start with _https://_
39
-
-**IP port**: Default:*8443*.
39
+
-**IP address/host**: The polling IP or URL of the destination.Should always start with `https://`
40
+
-**IP port**: Default:*8443*.
40
41
41
42
##### Initialization
42
-
In order to perform requests, first the **Domains List** parameter needs to be configured.
43
-
It is possible to define only one Domain or multiple separated by **;**.
43
+
44
+
In order to perform requests, first the **Domains List** parameter needs to be configured. You can define only one domain or define multiple domains separated by semicolons (";").
44
45
45
46
## How to use
46
47
47
48
The connector contains the following data pages:
48
49
49
-
-**General**: This page contains the **Domains List** parameter that allows the user to define from each domain should the requests be directed. Without this parameter defined there is no possibility to perform requests.
50
+
-**General**: Contains the **Domains List** parameter, which allows you to define from which domain requests should be directed. If this parameter is not defined, the connector cannot request any data.
51
+
52
+
-**Resources**: Contains the **Resources Table**, with all the information obtained from the get resources request.
50
53
51
-
-**Resources**: This page contains the **Resources Table** that contains all the information obtained from the get resources request.
54
+
-**Alarms**: Contains the **Event Types Table**, with all the possible event types, and the **Event Table**, with the active events, limited to the last 15 minutes.
52
55
53
-
-**Alarms**: This page contains the **Event Types Table** that contains all the possible Event Types and the **Event Table** that contains the active events limited to the last 15 minutes. Also from this page it is possible to define the Display key of the Events Table. The parameter **Events Table Display Key Selection** is used to select this. If **Internal Description** is selected the Display Key will have the following format_Event ID/Event Internal Description/Resource Internal Description_ if **External Description** is selected th format will be _Event ID/Event External Description/Resource External Description_.
56
+
On this page, you can also define the display key of the Events Table, by means of the parameter **Events Table Display Key Selection**. If *Internal Description* is selected, the display key will have the following format: `Event ID/Event Internal Description/Resource Internal Description`. If *External Description* is selected, the format will be `Event ID/Event External Description/Resource External Description`.
54
57
55
-
-**Polling Configuration**: From this page it is possible to select which and when the 3 available requests are polled. Also it is possible to poll the requests on demand pressing the button **Poll**available on every entry of the table. There is also a **Poll All** button that allows the user to poll all requests at once.
58
+
-**Polling Configuration**: On this page, you can select which of the available requests is polled and when. You can also poll the requests on demand with the **Poll**button for each entry in the table. With the **Poll All** button, you can poll all requests on demand at once.
0 commit comments