generated from openBackhaul/ApplicationOwnerRepositoryTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMediatorManager+services.yaml
More file actions
309 lines (296 loc) · 9.68 KB
/
MediatorManager+services.yaml
File metadata and controls
309 lines (296 loc) · 9.68 KB
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
305
306
307
308
309
servers:
operation-servers:
own-oam:
basic:
- operation-name: /v1/register-yourself
uuid: mm-1-0-0-op-s-bm-000
- operation-name: /v1/embed-yourself
uuid: mm-1-0-0-op-s-bm-001
- operation-name: /v1/redirect-service-request-information
uuid: mm-1-0-0-op-s-bm-002
- operation-name: /v1/redirect-oam-request-information
uuid: mm-1-0-0-op-s-bm-003
- operation-name: /v1/end-subscription
uuid: mm-1-0-0-op-s-bm-004
- operation-name: /v1/inquire-oam-request-approvals
uuid: mm-1-0-0-op-s-bm-005
- operation-name: /v1/update-client
uuid: mm-1-0-0-op-s-bm-007
- operation-name: /v1/list-ltps-and-fcs
uuid: mm-1-0-0-op-s-bm-008
- operation-name: /v1/redirect-topology-change-information
uuid: mm-1-0-0-op-s-bm-009
- operation-name: /v1/update-operation-key
uuid: mm-1-0-0-op-s-bm-010
- operation-name: /v1/update-operation-client
uuid: mm-1-0-0-op-s-bm-011
- operation-name: /v1/inquire-basic-auth-approvals
uuid: mm-1-0-0-op-s-bm-012
- operation-name: /v1/dispose-remainders-of-deregistered-application
uuid: mm-1-0-0-op-s-bm-013
- operation-name: /v1/inform-about-preceding-release
uuid: mm-1-0-0-op-s-bm-014
operation-key: n.a.
- operation-name: /v1/update-client-of-subsequent-release
uuid: mm-1-0-0-op-s-bm-015
individual:
- operation-name: /v1/bequeath-your-data-and-die
uuid: mm-1-0-0-op-s-im-000
service:
basic:
- operation-name: /v1/start-application-in-generic-representation
uuid: mm-1-0-0-op-s-bs-000
operation-key: n.a.
- operation-name: /v1/inform-about-application
uuid: mm-1-0-0-op-s-bs-001
operation-key: n.a.
- operation-name: /v1/inform-about-application-in-generic-representation
uuid: mm-1-0-0-op-s-bs-002
operation-key: n.a.
- operation-name: /v1/inform-about-release-history
uuid: mm-1-0-0-op-s-bs-003
operation-key: n.a.
- operation-name: /v1/inform-about-release-history-in-generic-representation
uuid: mm-1-0-0-op-s-bs-004
operation-key: n.a.
- operation-name: /docs
uuid: mm-1-0-0-op-s-bs-005
operation-key: n.a.
individual:
- operation-name: /v1/regard-mediator-instance-manager
uuid: mm-1-0-0-op-s-im-000
- operation-name: /v1/disregard-mediator-instance-manager
uuid: mm-1-0-0-op-s-im-001
- operation-name: /v1/list-mediator-instance-managers
uuid: mm-1-0-0-op-s-is-000
- operation-name: /v1/provide-mediator-instance
uuid: mm-1-0-0-op-s-is-001
- operation-name: /v1/dismantle-mediator-instance
uuid: mm-1-0-0-op-s-is-002
http-server:
own-application-name: MediatorManager
own-release-number: 1.0.0
uuid: mm-1-0-0-http-s-000
application-purpose: Preparing the connection between device and mediator/controller
owner-name: Owner name
owner-email-address: owner@telefonica.com
release-list:
- release-number: 1.0.0
release-date: 12.12.2024
changes: Initial version
tcp-server:
- description: Without TLS layer
local-protocol: http
own-ip-address: 1.1.4.6
own-tcp-port: 4006
uuid: mm-1-0-0-tcp-s-000
clients:
- http-client:
application-name: OldRelease
release-number: 1.0.0
uuid: mm-1-0-0-http-c-or-1-0-0-000
tcp-client:
remote-protocol: http
ip-address: 1.1.4.6
tcp-port: 3007
uuid: mm-1-0-0-tcp-c-or-1-0-0-000
operation-clients:
own-oam:
basic:
- operation-name: /v1/bequeath-your-data-and-die
uuid: mm-1-0-0-op-c-bm-or-1-0-0-000
individual:
service:
basic:
individual:
- http-client:
application-name: NewRelease
release-number: 1.0.0
uuid: mm-1-0-0-http-c-nr-1-0-0-000
tcp-client:
remote-protocol: http
ip-address: 1.1.4.6
tcp-port: 4006
uuid: mm-1-0-0-tcp-c-nr-1-0-0-000
operation-clients:
own-oam:
basic:
individual:
- operation-name: /v1/regard-mediator-vm
uuid: mm-1-0-0-op-c-im-nr-1-0-0-000
service:
basic:
individual:
- http-client:
application-name: RegistryOffice
release-number: 2.0.1
uuid: mm-1-0-0-http-c-ro-2-0-1-000
tcp-client:
remote-protocol: http
ip-address: 1.1.3.8
tcp-port: 3008
uuid: mm-1-0-0-tcp-c-ro-2-0-1-000
operation-clients:
own-oam:
basic:
- operation-name: /v1/register-application
uuid: mm-1-0-0-op-c-bm-ro-2-0-1-000
- operation-name: /v1/relay-server-replacement
uuid: mm-1-0-0-op-c-bm-ro-2-0-1-001
- operation-name: /v1/deregister-application
uuid: mm-1-0-0-op-c-bm-ro-2-0-1-002
- operation-name: /v1/relay-operation-update
uuid: mm-1-0-0-op-c-bm-ro-2-0-1-003
individual:
service:
basic:
individual:
- http-client:
application-name: ExecutionAndTraceLog
release-number: 2.0.1
uuid: mm-1-0-0-http-c-eatl-2-0-1-000
tcp-client:
remote-protocol: http
ip-address: 1.1.3.10
tcp-port: 3010
uuid: mm-1-0-0-tcp-c-eatl-2-0-1-000
operation-clients:
own-oam:
basic:
- operation-name: /v1/record-service-request
uuid: mm-1-0-0-op-c-bs-eatl-2-0-1-000
detailed-logging-is-on: false
individual:
service:
basic:
individual:
- http-client:
application-name: OamLog
release-number: 2.0.1
uuid: mm-1-0-0-http-c-ol-2-0-1-000
tcp-client:
remote-protocol: http
ip-address: 1.1.3.11
tcp-port: 3011
uuid: mm-1-0-0-tcp-c-ol-2-0-1-000
operation-clients:
own-oam:
basic:
- operation-name: /v1/record-oam-request
uuid: mm-1-0-0-op-c-bs-ol-2-0-1-000
individual:
service:
basic:
individual:
- http-client:
application-name: AdministratorAdministration
release-number: 2.0.1
uuid: mm-1-0-0-http-c-aa-2-0-1-000
tcp-client:
remote-protocol: http
ip-address: 1.1.3.12
tcp-port: 3012
uuid: mm-1-0-0-tcp-c-aa-2-0-1-000
operation-clients:
own-oam:
basic:
- operation-name: /v1/approve-oam-request
uuid: mm-1-0-0-op-c-bs-aa-2-0-1-000
individual:
service:
basic:
individual:
- http-client:
application-name: ApplicationLayerTopology
release-number: 2.0.1
uuid: mm-1-0-0-http-c-alt-2-0-1-000
tcp-client:
remote-protocol: http
ip-address: 1.1.3.13
tcp-port: 3013
uuid: mm-1-0-0-tcp-c-alt-2-0-1-000
operation-clients:
own-oam:
basic:
- operation-name: /v1/update-all-ltps-and-fcs
uuid: mm-1-0-0-op-c-bm-alt-2-0-1-000
- operation-name: /v1/update-ltp
uuid: mm-1-0-0-op-c-bm-alt-2-0-1-001
- operation-name: /v1/delete-ltp-and-dependents
uuid: mm-1-0-0-op-c-bm-alt-2-0-1-002
- operation-name: /v1/update-fc
uuid: mm-1-0-0-op-c-bm-alt-2-0-1-003
- operation-name: /v1/update-fc-port
uuid: mm-1-0-0-op-c-bm-alt-2-0-1-004
- operation-name: /v1/delete-fc-port
uuid: mm-1-0-0-op-c-bm-alt-2-0-1-005
individual:
service:
basic:
individual:
- http-client:
application-name: EricssonMediatorInstanceManager
release-number: 1.0.0
uuid: mm-1-0-0-http-c-emim-1-0-0-000
tcp-client:
remote-protocol: http
ip-address: 1.1.2.2
tcp-port: 2002
uuid: mm-1-0-0-tcp-c-emim-1-0-0-000
operation-clients:
own-oam:
basic:
individual:
service:
basic:
individual:
- operation-name: /v1/list-mediator-instances
uuid: mm-1-0-0-op-c-is-emim-1-0-0-000
- operation-name: /v1/provide-mediator-instance
uuid: mm-1-0-0-op-c-is-emim-1-0-0-001
- operation-name: /v1/dismantle-mediator-instance
uuid: mm-1-0-0-op-c-is-emim-1-0-0-002
- http-client:
application-name: HuaweiMediatorInstanceManager
release-number: 1.0.0
uuid: mm-1-0-0-http-c-hmim-1-0-0-000
tcp-client:
remote-protocol: http
ip-address: 1.1.2.3
tcp-port: 2003
uuid: mm-1-0-0-tcp-c-hmim-1-0-0-000
operation-clients:
own-oam:
basic:
individual:
service:
basic:
individual:
- operation-name: /v1/list-mediator-instances
uuid: mm-1-0-0-op-c-is-hmim-1-0-0-000
- operation-name: /v1/provide-mediator-instance
uuid: mm-1-0-0-op-c-is-hmim-1-0-0-001
- operation-name: /v1/dismantle-mediator-instance
uuid: mm-1-0-0-op-c-is-hmim-1-0-0-002
- http-client:
application-name: SiaeMediatorInstanceManager
release-number: 1.0.0
uuid: mm-1-0-0-http-c-smim-1-0-0-000
tcp-client:
remote-protocol: http
ip-address: 1.1.2.4
tcp-port: 2004
uuid: mm-1-0-0-tcp-c-smim-1-0-0-000
operation-clients:
own-oam:
basic:
individual:
service:
basic:
individual:
- operation-name: /v1/list-mediator-instances
uuid: mm-1-0-0-op-c-is-smim-1-0-0-000
- operation-name: /v1/provide-mediator-instance
uuid: mm-1-0-0-op-c-is-smim-1-0-0-001
- operation-name: /v1/dismantle-mediator-instance
uuid: mm-1-0-0-op-c-is-smim-1-0-0-002