forked from SkylineCommunications/SLC-C-DevOpsExercise1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
protocol.xml
304 lines (279 loc) · 7.53 KB
/
protocol.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<?xml version="1.0" encoding="utf-8" ?>
<!--
****************************************************************************
* Copyright (c) 2023, Skyline Communications NV All Rights Reserved. *
****************************************************************************
By using this driver, you expressly agree with the usage terms and
conditions set out below.
This driver and all related materials are protected by copyrights and
other intellectual property rights that exclusively belong
to Skyline Communications.
A user license granted for this driver is strictly for personal use only.
This driver may not be used in any way by anyone without the prior
written consent of Skyline Communications. Any sublicensing of this
driver is forbidden.
Any modifications to this driver by the user are only allowed for
personal use and within the intended purpose of the driver,
and will remain the sole responsibility of the user.
Skyline Communications will not be responsible for any damages or
malfunctions whatsoever of the driver resulting from a modification
or adaptation by the user.
The content of this driver is confidential information.
The user hereby agrees to keep this confidential information strictly
secret and confidential and not to disclose or reveal it, in whole
or in part, directly or indirectly to any person, entity, organization
or administration without the prior written consent of
Skyline Communications.
Any inquiries can be addressed to:
Skyline Communications NV
Ambachtenstraat 33
B-8870 Izegem
Belgium
Tel. : +32 51 31 35 69
Fax. : +32 51 31 01 29
E-mail : info@skyline.be
Web : www.skyline.be
Contact : Ben Vandenberghe
-->
<Protocol xmlns="http://www.skyline.be/protocol">
<Name>Skyline DevOpsExercise1</Name>
<Description>Skyline DevOpsExercise1 DataMiner connector</Description>
<Version>1.0.0.2</Version>
<IntegrationID>DMS-DRV-7991</IntegrationID>
<Provider>Skyline Communications</Provider>
<Vendor>Skyline</Vendor>
<VendorOID>1.3.6.1.4.1.8813.2.48</VendorOID>
<DeviceOID>147</DeviceOID>
<ElementType>Unknown</ElementType>
<Type relativeTimers="true">virtual</Type>
<Display defaultPage="General" pageOrder="General" wideColumnPages=""/>
<SNMP includepages="true">auto</SNMP>
<Compliancies>
<CassandraReady>true</CassandraReady>
<MinimumRequiredVersion>10.1.0.0 - 9966</MinimumRequiredVersion>
</Compliancies>
<Params>
<Param id="9">
<Name>updateUTCTime</Name>
<Description>Update UTC Time</Description>
<Type>dummy</Type>
</Param>
<Param id="10" trending="false">
<Name>currentTimeUtc</Name>
<Description>Current Time (UTC)</Description>
<Type>read</Type>
<Information>
<Subtext>This displays the current time in UTC.</Subtext>
</Information>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Decimals>8</Decimals>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Decimals>8</Decimals>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>0</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type options="datetime">number</Type>
</Measurement>
</Param>
<Param id="11" trending="false">
<Name>timer</Name>
<Description>Timer</Description>
<Type>read</Type>
<Information>
<Subtext>The current value of a timer in seconds.</Subtext>
</Information>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<DefaultValue>0</DefaultValue>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>1</Row>
</Position>
</Positions>
<Range>
<Low>0</Low>
</Range>
<Units>s</Units>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="12" trending="false">
<Name>timerStatus</Name>
<Description>Timer Status</Description>
<Type>read</Type>
<Information>
<Subtext>Status of the timer.</Subtext>
</Information>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<DefaultValue>0</DefaultValue>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>2</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type>discreet</Type>
<Discreets>
<Discreet>
<Display>Stopped</Display>
<Value>0</Value>
</Discreet>
<Discreet>
<Display>Running</Display>
<Value>1</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>
<!-- SuppressValidator 2.49.1 No message needed -->
<Param id="15">
<Name>BUT_TimerActions</Name>
<Type>write</Type>
<Information>
<Subtext>Start, Pause, Stop or Reset a timer.</Subtext>
</Information>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
<Positions>
<Position>
<Page>General</Page>
<Column>0</Column>
<Row>3</Row>
</Position>
</Positions>
</Display>
<Measurement>
<Type width="110">button</Type>
<Discreets>
<Discreet>
<Display>Start Timer</Display>
<Value>0</Value>
</Discreet>
<Discreet>
<Display>Stop Timer</Display>
<Value>1</Value>
</Discreet>
<Discreet>
<Display>Reset Timer</Display>
<Value>2</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>
<!-- /SuppressValidator 2.49.1 -->
</Params>
<QActions>
<QAction id="9" name="UpdateUTCTime" encoding="csharp" triggers="9">
</QAction>
<QAction id="15" name="TimerActions" encoding="csharp" triggers="15">
</QAction>
</QActions>
<Groups>
<Group id="9">
<Name>updateUtcTime</Name>
<Description>Update UTC Time</Description>
<Type>poll action</Type>
<Content>
<Action>9</Action>
</Content>
</Group>
<Group id="11">
<Name>timerIncrease</Name>
<Description>Timer Increase</Description>
<Type>poll action</Type>
<Condition>id:12 == 1</Condition>
<Content>
<Action>11</Action>
</Content>
</Group>
</Groups>
<Triggers>
</Triggers>
<Actions>
<Action id="9">
<Name>updateUtcTime</Name>
<On id="9">parameter</On>
<Type>run actions</Type>
</Action>
<Action id="11">
<Name>incrementTimer</Name>
<On id="11">parameter</On>
<Type>increment</Type>
</Action>
</Actions>
<Timers>
<Timer id="1">
<Name>Very Fast Timer (1s)</Name>
<Time initial="true">1000</Time>
<Interval>75</Interval>
<Content>
<Group>9</Group>
<Group>11</Group>
</Content>
</Timer>
</Timers>
<PortSettings>
</PortSettings>
<VersionHistory>
<Branches>
<Branch id="1">
<Comment>Main Branch</Comment>
<SystemVersions>
<SystemVersion id="0">
<MajorVersions>
<MajorVersion id="0">
<MinorVersions>
<MinorVersion id="2">
<Date>2023-08-28</Date>
<Provider>
<Author>Sam S</Author>
<Company>BAI Communications</Company>
</Provider>
<Changes>
<Fix>Fixed all DIS Validation errors in 1.0.0.1</Fix>
<NewFeature>Initial version</NewFeature>
</Changes>
</MinorVersion>
</MinorVersions>
</MajorVersion>
</MajorVersions>
</SystemVersion>
</SystemVersions>
</Branch>
</Branches>
</VersionHistory>
</Protocol>