@itentialopensource/adapter-calix_smx 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +19 -0
  3. package/.jshintrc +3 -0
  4. package/AUTH.md +42 -0
  5. package/BROKER.md +211 -0
  6. package/CALLS.md +207 -0
  7. package/CODE_OF_CONDUCT.md +43 -0
  8. package/CONTRIBUTING.md +13 -0
  9. package/ENHANCE.md +69 -0
  10. package/LICENSE +201 -0
  11. package/PROPERTIES.md +676 -0
  12. package/README.md +344 -0
  13. package/SUMMARY.md +9 -0
  14. package/SYSTEMINFO.md +35 -0
  15. package/TROUBLESHOOT.md +56 -0
  16. package/UTILITIES.md +473 -0
  17. package/adapter.js +189915 -0
  18. package/adapterBase.js +1526 -0
  19. package/entities/.generic/action.json +214 -0
  20. package/entities/.generic/schema.json +28 -0
  21. package/entities/.system/action.json +50 -0
  22. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  23. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  24. package/entities/.system/schema.json +19 -0
  25. package/entities/.system/schemaTokenReq.json +53 -0
  26. package/entities/.system/schemaTokenResp.json +53 -0
  27. package/entities/Config/action.json +861 -0
  28. package/entities/Config/schema.json +136 -0
  29. package/entities/ConfigDevice/action.json +12813 -0
  30. package/entities/ConfigDevice/schema.json +1281 -0
  31. package/entities/ConfigProfile/action.json +2608 -0
  32. package/entities/ConfigProfile/schema.json +164 -0
  33. package/entities/ConfigTemplate/action.json +841 -0
  34. package/entities/ConfigTemplate/schema.json +147 -0
  35. package/entities/EMS/action.json +1565 -0
  36. package/entities/EMS/schema.json +182 -0
  37. package/entities/EMSProfile/action.json +14871 -0
  38. package/entities/EMSProfile/schema.json +1001 -0
  39. package/entities/EMSRegion/action.json +127 -0
  40. package/entities/EMSRegion/schema.json +24 -0
  41. package/entities/EMSService/action.json +855 -0
  42. package/entities/EMSService/schema.json +269 -0
  43. package/entities/EMSSubscriber/action.json +190 -0
  44. package/entities/EMSSubscriber/schema.json +104 -0
  45. package/entities/Fault/action.json +209 -0
  46. package/entities/Fault/schema.json +61 -0
  47. package/entities/Log/action.json +25 -0
  48. package/entities/Log/schema.json +19 -0
  49. package/entities/PerformanceMonitoring/action.json +1114 -0
  50. package/entities/PerformanceMonitoring/schema.json +302 -0
  51. package/entities/Port/action.json +24 -0
  52. package/entities/Port/schema.json +30 -0
  53. package/error.json +190 -0
  54. package/metadata.json +81 -0
  55. package/package.json +76 -0
  56. package/pronghorn.json +119022 -0
  57. package/propertiesDecorators.json +18 -0
  58. package/propertiesSchema.json +1765 -0
  59. package/report/creationReport.json +9189 -0
  60. package/report/smx_modified_rename.json +97860 -0
  61. package/report/updateReport1766175812348.json +120 -0
  62. package/sampleProperties.json +263 -0
  63. package/test/integration/adapterTestBasicGet.js +117 -0
  64. package/test/integration/adapterTestConnectivity.js +117 -0
  65. package/test/integration/adapterTestIntegration.js +45491 -0
  66. package/test/unit/adapterBaseTestUnit.js +1628 -0
  67. package/test/unit/adapterTestUnit.js +66088 -0
  68. package/utils/adapterInfo.js +156 -0
  69. package/utils/argParser.js +44 -0
  70. package/utils/checkMigrate.js +102 -0
  71. package/utils/entitiesToDB.js +190 -0
  72. package/utils/findPath.js +74 -0
  73. package/utils/logger.js +26 -0
  74. package/utils/methodDocumentor.js +273 -0
  75. package/utils/modify.js +153 -0
  76. package/utils/mongoDbConnection.js +79 -0
  77. package/utils/mongoUtils.js +162 -0
  78. package/utils/pre-commit.sh +32 -0
  79. package/utils/removeHooks.js +20 -0
  80. package/utils/setup.js +33 -0
  81. package/utils/taskMover.js +308 -0
  82. package/utils/tbScript.js +103 -0
  83. package/utils/tbUtils.js +347 -0
  84. package/utils/testRunner.js +298 -0
  85. package/utils/troubleshootingAdapter.js +177 -0
  86. package/utils/updateAdapterConfig.js +158 -0
@@ -0,0 +1,2608 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getClassMapIpByDeviceByProfile",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/config/device/{pathv1}/classMap-ip/{pathv2}?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "getClassMapEthernetByDevice",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/config/device/{pathv1}/classMap-ethernet?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "sendGetBody": false,
34
+ "requestDatatype": "JSON",
35
+ "responseDatatype": "JSON",
36
+ "headers": {},
37
+ "responseObjects": [
38
+ {
39
+ "type": "default",
40
+ "key": "",
41
+ "mockFile": ""
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "getClassMapIpByDevice",
47
+ "protocol": "REST",
48
+ "method": "GET",
49
+ "entitypath": "{base_path}/{version}/config/device/{pathv1}/classMap-ip?{query}",
50
+ "requestSchema": "schema.json",
51
+ "responseSchema": "schema.json",
52
+ "timeout": 0,
53
+ "sendEmpty": false,
54
+ "sendGetBody": false,
55
+ "requestDatatype": "JSON",
56
+ "responseDatatype": "JSON",
57
+ "headers": {},
58
+ "responseObjects": [
59
+ {
60
+ "type": "default",
61
+ "key": "",
62
+ "mockFile": ""
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "name": "getAllG8032Ring",
68
+ "protocol": "REST",
69
+ "method": "GET",
70
+ "entitypath": "{base_path}/{version}/config/profile/G8032Ring?{query}",
71
+ "requestSchema": "schema.json",
72
+ "responseSchema": "schema.json",
73
+ "timeout": 0,
74
+ "sendEmpty": false,
75
+ "sendGetBody": false,
76
+ "requestDatatype": "JSON",
77
+ "responseDatatype": "JSON",
78
+ "headers": {},
79
+ "responseObjects": [
80
+ {
81
+ "type": "default",
82
+ "key": "",
83
+ "mockFile": ""
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "name": "getAllAccessList",
89
+ "protocol": "REST",
90
+ "method": "GET",
91
+ "entitypath": "{base_path}/{version}/config/profile/access-list?{query}",
92
+ "requestSchema": "schema.json",
93
+ "responseSchema": "schema.json",
94
+ "timeout": 0,
95
+ "sendEmpty": false,
96
+ "sendGetBody": false,
97
+ "requestDatatype": "JSON",
98
+ "responseDatatype": "JSON",
99
+ "headers": {},
100
+ "responseObjects": [
101
+ {
102
+ "type": "default",
103
+ "key": "",
104
+ "mockFile": ""
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "name": "getAllAccessListIpv4",
110
+ "protocol": "REST",
111
+ "method": "GET",
112
+ "entitypath": "{base_path}/{version}/config/profile/access-list-ipv4?{query}",
113
+ "requestSchema": "schema.json",
114
+ "responseSchema": "schema.json",
115
+ "timeout": 0,
116
+ "sendEmpty": false,
117
+ "sendGetBody": false,
118
+ "requestDatatype": "JSON",
119
+ "responseDatatype": "JSON",
120
+ "headers": {},
121
+ "responseObjects": [
122
+ {
123
+ "type": "default",
124
+ "key": "",
125
+ "mockFile": ""
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "name": "getAccessListIpv4ByProfile",
131
+ "protocol": "REST",
132
+ "method": "GET",
133
+ "entitypath": "{base_path}/{version}/config/profile/access-list-ipv4/{pathv1}?{query}",
134
+ "requestSchema": "schema.json",
135
+ "responseSchema": "schema.json",
136
+ "timeout": 0,
137
+ "sendEmpty": false,
138
+ "sendGetBody": false,
139
+ "requestDatatype": "JSON",
140
+ "responseDatatype": "JSON",
141
+ "headers": {},
142
+ "responseObjects": [
143
+ {
144
+ "type": "default",
145
+ "key": "",
146
+ "mockFile": ""
147
+ }
148
+ ]
149
+ },
150
+ {
151
+ "name": "getAllAccessListIpv6",
152
+ "protocol": "REST",
153
+ "method": "GET",
154
+ "entitypath": "{base_path}/{version}/config/profile/access-list-ipv6?{query}",
155
+ "requestSchema": "schema.json",
156
+ "responseSchema": "schema.json",
157
+ "timeout": 0,
158
+ "sendEmpty": false,
159
+ "sendGetBody": false,
160
+ "requestDatatype": "JSON",
161
+ "responseDatatype": "JSON",
162
+ "headers": {},
163
+ "responseObjects": [
164
+ {
165
+ "type": "default",
166
+ "key": "",
167
+ "mockFile": ""
168
+ }
169
+ ]
170
+ },
171
+ {
172
+ "name": "getAccessListIpv6ByProfile",
173
+ "protocol": "REST",
174
+ "method": "GET",
175
+ "entitypath": "{base_path}/{version}/config/profile/access-list-ipv6/{pathv1}?{query}",
176
+ "requestSchema": "schema.json",
177
+ "responseSchema": "schema.json",
178
+ "timeout": 0,
179
+ "sendEmpty": false,
180
+ "sendGetBody": false,
181
+ "requestDatatype": "JSON",
182
+ "responseDatatype": "JSON",
183
+ "headers": {},
184
+ "responseObjects": [
185
+ {
186
+ "type": "default",
187
+ "key": "",
188
+ "mockFile": ""
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "name": "getAccessListByProfile",
194
+ "protocol": "REST",
195
+ "method": "GET",
196
+ "entitypath": "{base_path}/{version}/config/profile/access-list/{pathv1}?{query}",
197
+ "requestSchema": "schema.json",
198
+ "responseSchema": "schema.json",
199
+ "timeout": 0,
200
+ "sendEmpty": false,
201
+ "sendGetBody": false,
202
+ "requestDatatype": "JSON",
203
+ "responseDatatype": "JSON",
204
+ "headers": {},
205
+ "responseObjects": [
206
+ {
207
+ "type": "default",
208
+ "key": "",
209
+ "mockFile": ""
210
+ }
211
+ ]
212
+ },
213
+ {
214
+ "name": "getAllAggregateShaperProfile",
215
+ "protocol": "REST",
216
+ "method": "GET",
217
+ "entitypath": "{base_path}/{version}/config/profile/aggregate-shaper-profile?{query}",
218
+ "requestSchema": "schema.json",
219
+ "responseSchema": "schema.json",
220
+ "timeout": 0,
221
+ "sendEmpty": false,
222
+ "sendGetBody": false,
223
+ "requestDatatype": "JSON",
224
+ "responseDatatype": "JSON",
225
+ "headers": {},
226
+ "responseObjects": [
227
+ {
228
+ "type": "default",
229
+ "key": "",
230
+ "mockFile": ""
231
+ }
232
+ ]
233
+ },
234
+ {
235
+ "name": "getAllAggregatedService",
236
+ "protocol": "REST",
237
+ "method": "GET",
238
+ "entitypath": "{base_path}/{version}/config/profile/aggregated-service?{query}",
239
+ "requestSchema": "schema.json",
240
+ "responseSchema": "schema.json",
241
+ "timeout": 0,
242
+ "sendEmpty": false,
243
+ "sendGetBody": false,
244
+ "requestDatatype": "JSON",
245
+ "responseDatatype": "JSON",
246
+ "headers": {},
247
+ "responseObjects": [
248
+ {
249
+ "type": "default",
250
+ "key": "",
251
+ "mockFile": ""
252
+ }
253
+ ]
254
+ },
255
+ {
256
+ "name": "getAggregatedServiceByProfile",
257
+ "protocol": "REST",
258
+ "method": "GET",
259
+ "entitypath": "{base_path}/{version}/config/profile/aggregated-service/{pathv1}?{query}",
260
+ "requestSchema": "schema.json",
261
+ "responseSchema": "schema.json",
262
+ "timeout": 0,
263
+ "sendEmpty": false,
264
+ "sendGetBody": false,
265
+ "requestDatatype": "JSON",
266
+ "responseDatatype": "JSON",
267
+ "headers": {},
268
+ "responseObjects": [
269
+ {
270
+ "type": "default",
271
+ "key": "",
272
+ "mockFile": ""
273
+ }
274
+ ]
275
+ },
276
+ {
277
+ "name": "getAllAuthenticationProfile",
278
+ "protocol": "REST",
279
+ "method": "GET",
280
+ "entitypath": "{base_path}/{version}/config/profile/authentication-profile?{query}",
281
+ "requestSchema": "schema.json",
282
+ "responseSchema": "schema.json",
283
+ "timeout": 0,
284
+ "sendEmpty": false,
285
+ "sendGetBody": false,
286
+ "requestDatatype": "JSON",
287
+ "responseDatatype": "JSON",
288
+ "headers": {},
289
+ "responseObjects": [
290
+ {
291
+ "type": "default",
292
+ "key": "",
293
+ "mockFile": ""
294
+ }
295
+ ]
296
+ },
297
+ {
298
+ "name": "getAuthenticationProfileByProfile",
299
+ "protocol": "REST",
300
+ "method": "GET",
301
+ "entitypath": "{base_path}/{version}/config/profile/authentication-profile/{pathv1}?{query}",
302
+ "requestSchema": "schema.json",
303
+ "responseSchema": "schema.json",
304
+ "timeout": 0,
305
+ "sendEmpty": false,
306
+ "sendGetBody": false,
307
+ "requestDatatype": "JSON",
308
+ "responseDatatype": "JSON",
309
+ "headers": {},
310
+ "responseObjects": [
311
+ {
312
+ "type": "default",
313
+ "key": "",
314
+ "mockFile": ""
315
+ }
316
+ ]
317
+ },
318
+ {
319
+ "name": "getAllBandwidthProfile",
320
+ "protocol": "REST",
321
+ "method": "GET",
322
+ "entitypath": "{base_path}/{version}/config/profile/bandwidth-profile?{query}",
323
+ "requestSchema": "schema.json",
324
+ "responseSchema": "schema.json",
325
+ "timeout": 0,
326
+ "sendEmpty": false,
327
+ "sendGetBody": false,
328
+ "requestDatatype": "JSON",
329
+ "responseDatatype": "JSON",
330
+ "headers": {},
331
+ "responseObjects": [
332
+ {
333
+ "type": "default",
334
+ "key": "",
335
+ "mockFile": ""
336
+ }
337
+ ]
338
+ },
339
+ {
340
+ "name": "getBandwidthProfileByProfile",
341
+ "protocol": "REST",
342
+ "method": "GET",
343
+ "entitypath": "{base_path}/{version}/config/profile/bandwidth-profile/{pathv1}?{query}",
344
+ "requestSchema": "schema.json",
345
+ "responseSchema": "schema.json",
346
+ "timeout": 0,
347
+ "sendEmpty": false,
348
+ "sendGetBody": false,
349
+ "requestDatatype": "JSON",
350
+ "responseDatatype": "JSON",
351
+ "headers": {},
352
+ "responseObjects": [
353
+ {
354
+ "type": "default",
355
+ "key": "",
356
+ "mockFile": ""
357
+ }
358
+ ]
359
+ },
360
+ {
361
+ "name": "getAllClassMapIp",
362
+ "protocol": "REST",
363
+ "method": "GET",
364
+ "entitypath": "{base_path}/{version}/config/profile/classMap-ip?{query}",
365
+ "requestSchema": "schema.json",
366
+ "responseSchema": "schema.json",
367
+ "timeout": 0,
368
+ "sendEmpty": false,
369
+ "sendGetBody": false,
370
+ "requestDatatype": "JSON",
371
+ "responseDatatype": "JSON",
372
+ "headers": {},
373
+ "responseObjects": [
374
+ {
375
+ "type": "default",
376
+ "key": "",
377
+ "mockFile": ""
378
+ }
379
+ ]
380
+ },
381
+ {
382
+ "name": "getAllCosqProfile",
383
+ "protocol": "REST",
384
+ "method": "GET",
385
+ "entitypath": "{base_path}/{version}/config/profile/cosq-profile?{query}",
386
+ "requestSchema": "schema.json",
387
+ "responseSchema": "schema.json",
388
+ "timeout": 0,
389
+ "sendEmpty": false,
390
+ "sendGetBody": false,
391
+ "requestDatatype": "JSON",
392
+ "responseDatatype": "JSON",
393
+ "headers": {},
394
+ "responseObjects": [
395
+ {
396
+ "type": "default",
397
+ "key": "",
398
+ "mockFile": ""
399
+ }
400
+ ]
401
+ },
402
+ {
403
+ "name": "getCosqProfileByProfile",
404
+ "protocol": "REST",
405
+ "method": "GET",
406
+ "entitypath": "{base_path}/{version}/config/profile/cosq-profile/{pathv1}?{query}",
407
+ "requestSchema": "schema.json",
408
+ "responseSchema": "schema.json",
409
+ "timeout": 0,
410
+ "sendEmpty": false,
411
+ "sendGetBody": false,
412
+ "requestDatatype": "JSON",
413
+ "responseDatatype": "JSON",
414
+ "headers": {},
415
+ "responseObjects": [
416
+ {
417
+ "type": "default",
418
+ "key": "",
419
+ "mockFile": ""
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "name": "getAllDelayMeasurementProfile",
425
+ "protocol": "REST",
426
+ "method": "GET",
427
+ "entitypath": "{base_path}/{version}/config/profile/delay-measurement-profile?{query}",
428
+ "requestSchema": "schema.json",
429
+ "responseSchema": "schema.json",
430
+ "timeout": 0,
431
+ "sendEmpty": false,
432
+ "sendGetBody": false,
433
+ "requestDatatype": "JSON",
434
+ "responseDatatype": "JSON",
435
+ "headers": {},
436
+ "responseObjects": [
437
+ {
438
+ "type": "default",
439
+ "key": "",
440
+ "mockFile": ""
441
+ }
442
+ ]
443
+ },
444
+ {
445
+ "name": "getAllDhcpProfile",
446
+ "protocol": "REST",
447
+ "method": "GET",
448
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-profile?{query}",
449
+ "requestSchema": "schema.json",
450
+ "responseSchema": "schema.json",
451
+ "timeout": 0,
452
+ "sendEmpty": false,
453
+ "sendGetBody": false,
454
+ "requestDatatype": "JSON",
455
+ "responseDatatype": "JSON",
456
+ "headers": {},
457
+ "responseObjects": [
458
+ {
459
+ "type": "default",
460
+ "key": "",
461
+ "mockFile": ""
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "name": "getDhcpProfileByProfile",
467
+ "protocol": "REST",
468
+ "method": "GET",
469
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-profile/{pathv1}?{query}",
470
+ "requestSchema": "schema.json",
471
+ "responseSchema": "schema.json",
472
+ "timeout": 0,
473
+ "sendEmpty": false,
474
+ "sendGetBody": false,
475
+ "requestDatatype": "JSON",
476
+ "responseDatatype": "JSON",
477
+ "headers": {},
478
+ "responseObjects": [
479
+ {
480
+ "type": "default",
481
+ "key": "",
482
+ "mockFile": ""
483
+ }
484
+ ]
485
+ },
486
+ {
487
+ "name": "getAllDhcpV4RelayProfile",
488
+ "protocol": "REST",
489
+ "method": "GET",
490
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v4-relay-profile?{query}",
491
+ "requestSchema": "schema.json",
492
+ "responseSchema": "schema.json",
493
+ "timeout": 0,
494
+ "sendEmpty": false,
495
+ "sendGetBody": false,
496
+ "requestDatatype": "JSON",
497
+ "responseDatatype": "JSON",
498
+ "headers": {},
499
+ "responseObjects": [
500
+ {
501
+ "type": "default",
502
+ "key": "",
503
+ "mockFile": ""
504
+ }
505
+ ]
506
+ },
507
+ {
508
+ "name": "getDhcpV4RelayProfileByProfile",
509
+ "protocol": "REST",
510
+ "method": "GET",
511
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v4-relay-profile/{pathv1}?{query}",
512
+ "requestSchema": "schema.json",
513
+ "responseSchema": "schema.json",
514
+ "timeout": 0,
515
+ "sendEmpty": false,
516
+ "sendGetBody": false,
517
+ "requestDatatype": "JSON",
518
+ "responseDatatype": "JSON",
519
+ "headers": {},
520
+ "responseObjects": [
521
+ {
522
+ "type": "default",
523
+ "key": "",
524
+ "mockFile": ""
525
+ }
526
+ ]
527
+ },
528
+ {
529
+ "name": "getAllDhcpV4ServerPool",
530
+ "protocol": "REST",
531
+ "method": "GET",
532
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v4-server-pool?{query}",
533
+ "requestSchema": "schema.json",
534
+ "responseSchema": "schema.json",
535
+ "timeout": 0,
536
+ "sendEmpty": false,
537
+ "sendGetBody": false,
538
+ "requestDatatype": "JSON",
539
+ "responseDatatype": "JSON",
540
+ "headers": {},
541
+ "responseObjects": [
542
+ {
543
+ "type": "default",
544
+ "key": "",
545
+ "mockFile": ""
546
+ }
547
+ ]
548
+ },
549
+ {
550
+ "name": "getDhcpV4ServerPoolByProfile",
551
+ "protocol": "REST",
552
+ "method": "GET",
553
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v4-server-pool/{pathv1}?{query}",
554
+ "requestSchema": "schema.json",
555
+ "responseSchema": "schema.json",
556
+ "timeout": 0,
557
+ "sendEmpty": false,
558
+ "sendGetBody": false,
559
+ "requestDatatype": "JSON",
560
+ "responseDatatype": "JSON",
561
+ "headers": {},
562
+ "responseObjects": [
563
+ {
564
+ "type": "default",
565
+ "key": "",
566
+ "mockFile": ""
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "name": "getAllDhcpV4ServerProfile",
572
+ "protocol": "REST",
573
+ "method": "GET",
574
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v4-server-profile?{query}",
575
+ "requestSchema": "schema.json",
576
+ "responseSchema": "schema.json",
577
+ "timeout": 0,
578
+ "sendEmpty": false,
579
+ "sendGetBody": false,
580
+ "requestDatatype": "JSON",
581
+ "responseDatatype": "JSON",
582
+ "headers": {},
583
+ "responseObjects": [
584
+ {
585
+ "type": "default",
586
+ "key": "",
587
+ "mockFile": ""
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "name": "getDhcpV4ServerProfileByProfile",
593
+ "protocol": "REST",
594
+ "method": "GET",
595
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v4-server-profile/{pathv1}?{query}",
596
+ "requestSchema": "schema.json",
597
+ "responseSchema": "schema.json",
598
+ "timeout": 0,
599
+ "sendEmpty": false,
600
+ "sendGetBody": false,
601
+ "requestDatatype": "JSON",
602
+ "responseDatatype": "JSON",
603
+ "headers": {},
604
+ "responseObjects": [
605
+ {
606
+ "type": "default",
607
+ "key": "",
608
+ "mockFile": ""
609
+ }
610
+ ]
611
+ },
612
+ {
613
+ "name": "getAllDhcpV6RelayProfile",
614
+ "protocol": "REST",
615
+ "method": "GET",
616
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v6-relay-profile?{query}",
617
+ "requestSchema": "schema.json",
618
+ "responseSchema": "schema.json",
619
+ "timeout": 0,
620
+ "sendEmpty": false,
621
+ "sendGetBody": false,
622
+ "requestDatatype": "JSON",
623
+ "responseDatatype": "JSON",
624
+ "headers": {},
625
+ "responseObjects": [
626
+ {
627
+ "type": "default",
628
+ "key": "",
629
+ "mockFile": ""
630
+ }
631
+ ]
632
+ },
633
+ {
634
+ "name": "getDhcpV6RelayProfileByProfile",
635
+ "protocol": "REST",
636
+ "method": "GET",
637
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v6-relay-profile/{pathv1}?{query}",
638
+ "requestSchema": "schema.json",
639
+ "responseSchema": "schema.json",
640
+ "timeout": 0,
641
+ "sendEmpty": false,
642
+ "sendGetBody": false,
643
+ "requestDatatype": "JSON",
644
+ "responseDatatype": "JSON",
645
+ "headers": {},
646
+ "responseObjects": [
647
+ {
648
+ "type": "default",
649
+ "key": "",
650
+ "mockFile": ""
651
+ }
652
+ ]
653
+ },
654
+ {
655
+ "name": "getAllDhcpV6ServerProfile",
656
+ "protocol": "REST",
657
+ "method": "GET",
658
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v6-server-profile?{query}",
659
+ "requestSchema": "schema.json",
660
+ "responseSchema": "schema.json",
661
+ "timeout": 0,
662
+ "sendEmpty": false,
663
+ "sendGetBody": false,
664
+ "requestDatatype": "JSON",
665
+ "responseDatatype": "JSON",
666
+ "headers": {},
667
+ "responseObjects": [
668
+ {
669
+ "type": "default",
670
+ "key": "",
671
+ "mockFile": ""
672
+ }
673
+ ]
674
+ },
675
+ {
676
+ "name": "getDhcpV6ServerProfileByProfile",
677
+ "protocol": "REST",
678
+ "method": "GET",
679
+ "entitypath": "{base_path}/{version}/config/profile/dhcp-v6-server-profile/{pathv1}?{query}",
680
+ "requestSchema": "schema.json",
681
+ "responseSchema": "schema.json",
682
+ "timeout": 0,
683
+ "sendEmpty": false,
684
+ "sendGetBody": false,
685
+ "requestDatatype": "JSON",
686
+ "responseDatatype": "JSON",
687
+ "headers": {},
688
+ "responseObjects": [
689
+ {
690
+ "type": "default",
691
+ "key": "",
692
+ "mockFile": ""
693
+ }
694
+ ]
695
+ },
696
+ {
697
+ "name": "getAllDialplanProfile",
698
+ "protocol": "REST",
699
+ "method": "GET",
700
+ "entitypath": "{base_path}/{version}/config/profile/dialplan-profile?{query}",
701
+ "requestSchema": "schema.json",
702
+ "responseSchema": "schema.json",
703
+ "timeout": 0,
704
+ "sendEmpty": false,
705
+ "sendGetBody": false,
706
+ "requestDatatype": "JSON",
707
+ "responseDatatype": "JSON",
708
+ "headers": {},
709
+ "responseObjects": [
710
+ {
711
+ "type": "default",
712
+ "key": "",
713
+ "mockFile": ""
714
+ }
715
+ ]
716
+ },
717
+ {
718
+ "name": "getAllDiameterClientInstance",
719
+ "protocol": "REST",
720
+ "method": "GET",
721
+ "entitypath": "{base_path}/{version}/config/profile/diameter-client-instance?{query}",
722
+ "requestSchema": "schema.json",
723
+ "responseSchema": "schema.json",
724
+ "timeout": 0,
725
+ "sendEmpty": false,
726
+ "sendGetBody": false,
727
+ "requestDatatype": "JSON",
728
+ "responseDatatype": "JSON",
729
+ "headers": {},
730
+ "responseObjects": [
731
+ {
732
+ "type": "default",
733
+ "key": "",
734
+ "mockFile": ""
735
+ }
736
+ ]
737
+ },
738
+ {
739
+ "name": "getAllDiameterPeerProfile",
740
+ "protocol": "REST",
741
+ "method": "GET",
742
+ "entitypath": "{base_path}/{version}/config/profile/diameter-peer-profile?{query}",
743
+ "requestSchema": "schema.json",
744
+ "responseSchema": "schema.json",
745
+ "timeout": 0,
746
+ "sendEmpty": false,
747
+ "sendGetBody": false,
748
+ "requestDatatype": "JSON",
749
+ "responseDatatype": "JSON",
750
+ "headers": {},
751
+ "responseObjects": [
752
+ {
753
+ "type": "default",
754
+ "key": "",
755
+ "mockFile": ""
756
+ }
757
+ ]
758
+ },
759
+ {
760
+ "name": "getAllDownstreamDataRateProfile",
761
+ "protocol": "REST",
762
+ "method": "GET",
763
+ "entitypath": "{base_path}/{version}/config/profile/downstream-data-rate-profile?{query}",
764
+ "requestSchema": "schema.json",
765
+ "responseSchema": "schema.json",
766
+ "timeout": 0,
767
+ "sendEmpty": false,
768
+ "sendGetBody": false,
769
+ "requestDatatype": "JSON",
770
+ "responseDatatype": "JSON",
771
+ "headers": {},
772
+ "responseObjects": [
773
+ {
774
+ "type": "default",
775
+ "key": "",
776
+ "mockFile": ""
777
+ }
778
+ ]
779
+ },
780
+ {
781
+ "name": "getDownstreamDataRateProfileByProfile",
782
+ "protocol": "REST",
783
+ "method": "GET",
784
+ "entitypath": "{base_path}/{version}/config/profile/downstream-data-rate-profile/{pathv1}?{query}",
785
+ "requestSchema": "schema.json",
786
+ "responseSchema": "schema.json",
787
+ "timeout": 0,
788
+ "sendEmpty": false,
789
+ "sendGetBody": false,
790
+ "requestDatatype": "JSON",
791
+ "responseDatatype": "JSON",
792
+ "headers": {},
793
+ "responseObjects": [
794
+ {
795
+ "type": "default",
796
+ "key": "",
797
+ "mockFile": ""
798
+ }
799
+ ]
800
+ },
801
+ {
802
+ "name": "getAllDscpmapProfile",
803
+ "protocol": "REST",
804
+ "method": "GET",
805
+ "entitypath": "{base_path}/{version}/config/profile/dscpmap-profile?{query}",
806
+ "requestSchema": "schema.json",
807
+ "responseSchema": "schema.json",
808
+ "timeout": 0,
809
+ "sendEmpty": false,
810
+ "sendGetBody": false,
811
+ "requestDatatype": "JSON",
812
+ "responseDatatype": "JSON",
813
+ "headers": {},
814
+ "responseObjects": [
815
+ {
816
+ "type": "default",
817
+ "key": "",
818
+ "mockFile": ""
819
+ }
820
+ ]
821
+ },
822
+ {
823
+ "name": "getDscpmapProfileByProfile",
824
+ "protocol": "REST",
825
+ "method": "GET",
826
+ "entitypath": "{base_path}/{version}/config/profile/dscpmap-profile/{pathv1}?{query}",
827
+ "requestSchema": "schema.json",
828
+ "responseSchema": "schema.json",
829
+ "timeout": 0,
830
+ "sendEmpty": false,
831
+ "sendGetBody": false,
832
+ "requestDatatype": "JSON",
833
+ "responseDatatype": "JSON",
834
+ "headers": {},
835
+ "responseObjects": [
836
+ {
837
+ "type": "default",
838
+ "key": "",
839
+ "mockFile": ""
840
+ }
841
+ ]
842
+ },
843
+ {
844
+ "name": "getAllDtaProfile",
845
+ "protocol": "REST",
846
+ "method": "GET",
847
+ "entitypath": "{base_path}/{version}/config/profile/dta-profile?{query}",
848
+ "requestSchema": "schema.json",
849
+ "responseSchema": "schema.json",
850
+ "timeout": 0,
851
+ "sendEmpty": false,
852
+ "sendGetBody": false,
853
+ "requestDatatype": "JSON",
854
+ "responseDatatype": "JSON",
855
+ "headers": {},
856
+ "responseObjects": [
857
+ {
858
+ "type": "default",
859
+ "key": "",
860
+ "mockFile": ""
861
+ }
862
+ ]
863
+ },
864
+ {
865
+ "name": "getDtaProfileByProfile",
866
+ "protocol": "REST",
867
+ "method": "GET",
868
+ "entitypath": "{base_path}/{version}/config/profile/dta-profile/{pathv1}?{query}",
869
+ "requestSchema": "schema.json",
870
+ "responseSchema": "schema.json",
871
+ "timeout": 0,
872
+ "sendEmpty": false,
873
+ "sendGetBody": false,
874
+ "requestDatatype": "JSON",
875
+ "responseDatatype": "JSON",
876
+ "headers": {},
877
+ "responseObjects": [
878
+ {
879
+ "type": "default",
880
+ "key": "",
881
+ "mockFile": ""
882
+ }
883
+ ]
884
+ },
885
+ {
886
+ "name": "getAllErps",
887
+ "protocol": "REST",
888
+ "method": "GET",
889
+ "entitypath": "{base_path}/{version}/config/profile/erps?{query}",
890
+ "requestSchema": "schema.json",
891
+ "responseSchema": "schema.json",
892
+ "timeout": 0,
893
+ "sendEmpty": false,
894
+ "sendGetBody": false,
895
+ "requestDatatype": "JSON",
896
+ "responseDatatype": "JSON",
897
+ "headers": {},
898
+ "responseObjects": [
899
+ {
900
+ "type": "default",
901
+ "key": "",
902
+ "mockFile": ""
903
+ }
904
+ ]
905
+ },
906
+ {
907
+ "name": "getAllFastRateAdaptationProfile",
908
+ "protocol": "REST",
909
+ "method": "GET",
910
+ "entitypath": "{base_path}/{version}/config/profile/fast-rate-adaptation-profile?{query}",
911
+ "requestSchema": "schema.json",
912
+ "responseSchema": "schema.json",
913
+ "timeout": 0,
914
+ "sendEmpty": false,
915
+ "sendGetBody": false,
916
+ "requestDatatype": "JSON",
917
+ "responseDatatype": "JSON",
918
+ "headers": {},
919
+ "responseObjects": [
920
+ {
921
+ "type": "default",
922
+ "key": "",
923
+ "mockFile": ""
924
+ }
925
+ ]
926
+ },
927
+ {
928
+ "name": "getFastRateAdaptationProfileByProfile",
929
+ "protocol": "REST",
930
+ "method": "GET",
931
+ "entitypath": "{base_path}/{version}/config/profile/fast-rate-adaptation-profile/{pathv1}?{query}",
932
+ "requestSchema": "schema.json",
933
+ "responseSchema": "schema.json",
934
+ "timeout": 0,
935
+ "sendEmpty": false,
936
+ "sendGetBody": false,
937
+ "requestDatatype": "JSON",
938
+ "responseDatatype": "JSON",
939
+ "headers": {},
940
+ "responseObjects": [
941
+ {
942
+ "type": "default",
943
+ "key": "",
944
+ "mockFile": ""
945
+ }
946
+ ]
947
+ },
948
+ {
949
+ "name": "getAllH248Profile",
950
+ "protocol": "REST",
951
+ "method": "GET",
952
+ "entitypath": "{base_path}/{version}/config/profile/h248-profile?{query}",
953
+ "requestSchema": "schema.json",
954
+ "responseSchema": "schema.json",
955
+ "timeout": 0,
956
+ "sendEmpty": false,
957
+ "sendGetBody": false,
958
+ "requestDatatype": "JSON",
959
+ "responseDatatype": "JSON",
960
+ "headers": {},
961
+ "responseObjects": [
962
+ {
963
+ "type": "default",
964
+ "key": "",
965
+ "mockFile": ""
966
+ }
967
+ ]
968
+ },
969
+ {
970
+ "name": "getH248ProfileByProfile",
971
+ "protocol": "REST",
972
+ "method": "GET",
973
+ "entitypath": "{base_path}/{version}/config/profile/h248-profile/{pathv1}?{query}",
974
+ "requestSchema": "schema.json",
975
+ "responseSchema": "schema.json",
976
+ "timeout": 0,
977
+ "sendEmpty": false,
978
+ "sendGetBody": false,
979
+ "requestDatatype": "JSON",
980
+ "responseDatatype": "JSON",
981
+ "headers": {},
982
+ "responseObjects": [
983
+ {
984
+ "type": "default",
985
+ "key": "",
986
+ "mockFile": ""
987
+ }
988
+ ]
989
+ },
990
+ {
991
+ "name": "getAllIdProfile",
992
+ "protocol": "REST",
993
+ "method": "GET",
994
+ "entitypath": "{base_path}/{version}/config/profile/id-profile?{query}",
995
+ "requestSchema": "schema.json",
996
+ "responseSchema": "schema.json",
997
+ "timeout": 0,
998
+ "sendEmpty": false,
999
+ "sendGetBody": false,
1000
+ "requestDatatype": "JSON",
1001
+ "responseDatatype": "JSON",
1002
+ "headers": {},
1003
+ "responseObjects": [
1004
+ {
1005
+ "type": "default",
1006
+ "key": "",
1007
+ "mockFile": ""
1008
+ }
1009
+ ]
1010
+ },
1011
+ {
1012
+ "name": "getIdProfileByProfile",
1013
+ "protocol": "REST",
1014
+ "method": "GET",
1015
+ "entitypath": "{base_path}/{version}/config/profile/id-profile/{pathv1}?{query}",
1016
+ "requestSchema": "schema.json",
1017
+ "responseSchema": "schema.json",
1018
+ "timeout": 0,
1019
+ "sendEmpty": false,
1020
+ "sendGetBody": false,
1021
+ "requestDatatype": "JSON",
1022
+ "responseDatatype": "JSON",
1023
+ "headers": {},
1024
+ "responseObjects": [
1025
+ {
1026
+ "type": "default",
1027
+ "key": "",
1028
+ "mockFile": ""
1029
+ }
1030
+ ]
1031
+ },
1032
+ {
1033
+ "name": "getAllIgmpProfile",
1034
+ "protocol": "REST",
1035
+ "method": "GET",
1036
+ "entitypath": "{base_path}/{version}/config/profile/igmp-profile?{query}",
1037
+ "requestSchema": "schema.json",
1038
+ "responseSchema": "schema.json",
1039
+ "timeout": 0,
1040
+ "sendEmpty": false,
1041
+ "sendGetBody": false,
1042
+ "requestDatatype": "JSON",
1043
+ "responseDatatype": "JSON",
1044
+ "headers": {},
1045
+ "responseObjects": [
1046
+ {
1047
+ "type": "default",
1048
+ "key": "",
1049
+ "mockFile": ""
1050
+ }
1051
+ ]
1052
+ },
1053
+ {
1054
+ "name": "getIgmpProfileByProfile",
1055
+ "protocol": "REST",
1056
+ "method": "GET",
1057
+ "entitypath": "{base_path}/{version}/config/profile/igmp-profile/{pathv1}?{query}",
1058
+ "requestSchema": "schema.json",
1059
+ "responseSchema": "schema.json",
1060
+ "timeout": 0,
1061
+ "sendEmpty": false,
1062
+ "sendGetBody": false,
1063
+ "requestDatatype": "JSON",
1064
+ "responseDatatype": "JSON",
1065
+ "headers": {},
1066
+ "responseObjects": [
1067
+ {
1068
+ "type": "default",
1069
+ "key": "",
1070
+ "mockFile": ""
1071
+ }
1072
+ ]
1073
+ },
1074
+ {
1075
+ "name": "getAllL2DhcpProxyProfile",
1076
+ "protocol": "REST",
1077
+ "method": "GET",
1078
+ "entitypath": "{base_path}/{version}/config/profile/l2-dhcp-proxy-profile?{query}",
1079
+ "requestSchema": "schema.json",
1080
+ "responseSchema": "schema.json",
1081
+ "timeout": 0,
1082
+ "sendEmpty": false,
1083
+ "sendGetBody": false,
1084
+ "requestDatatype": "JSON",
1085
+ "responseDatatype": "JSON",
1086
+ "headers": {},
1087
+ "responseObjects": [
1088
+ {
1089
+ "type": "default",
1090
+ "key": "",
1091
+ "mockFile": ""
1092
+ }
1093
+ ]
1094
+ },
1095
+ {
1096
+ "name": "getAllL2cpProfile",
1097
+ "protocol": "REST",
1098
+ "method": "GET",
1099
+ "entitypath": "{base_path}/{version}/config/profile/l2cp-profile?{query}",
1100
+ "requestSchema": "schema.json",
1101
+ "responseSchema": "schema.json",
1102
+ "timeout": 0,
1103
+ "sendEmpty": false,
1104
+ "sendGetBody": false,
1105
+ "requestDatatype": "JSON",
1106
+ "responseDatatype": "JSON",
1107
+ "headers": {},
1108
+ "responseObjects": [
1109
+ {
1110
+ "type": "default",
1111
+ "key": "",
1112
+ "mockFile": ""
1113
+ }
1114
+ ]
1115
+ },
1116
+ {
1117
+ "name": "getL2cpProfileByProfile",
1118
+ "protocol": "REST",
1119
+ "method": "GET",
1120
+ "entitypath": "{base_path}/{version}/config/profile/l2cp-profile/{pathv1}?{query}",
1121
+ "requestSchema": "schema.json",
1122
+ "responseSchema": "schema.json",
1123
+ "timeout": 0,
1124
+ "sendEmpty": false,
1125
+ "sendGetBody": false,
1126
+ "requestDatatype": "JSON",
1127
+ "responseDatatype": "JSON",
1128
+ "headers": {},
1129
+ "responseObjects": [
1130
+ {
1131
+ "type": "default",
1132
+ "key": "",
1133
+ "mockFile": ""
1134
+ }
1135
+ ]
1136
+ },
1137
+ {
1138
+ "name": "getAllL3DhcpProfile",
1139
+ "protocol": "REST",
1140
+ "method": "GET",
1141
+ "entitypath": "{base_path}/{version}/config/profile/l3-dhcp-profile?{query}",
1142
+ "requestSchema": "schema.json",
1143
+ "responseSchema": "schema.json",
1144
+ "timeout": 0,
1145
+ "sendEmpty": false,
1146
+ "sendGetBody": false,
1147
+ "requestDatatype": "JSON",
1148
+ "responseDatatype": "JSON",
1149
+ "headers": {},
1150
+ "responseObjects": [
1151
+ {
1152
+ "type": "default",
1153
+ "key": "",
1154
+ "mockFile": ""
1155
+ }
1156
+ ]
1157
+ },
1158
+ {
1159
+ "name": "getL3DhcpProfileByProfile",
1160
+ "protocol": "REST",
1161
+ "method": "GET",
1162
+ "entitypath": "{base_path}/{version}/config/profile/l3-dhcp-profile/{pathv1}?{query}",
1163
+ "requestSchema": "schema.json",
1164
+ "responseSchema": "schema.json",
1165
+ "timeout": 0,
1166
+ "sendEmpty": false,
1167
+ "sendGetBody": false,
1168
+ "requestDatatype": "JSON",
1169
+ "responseDatatype": "JSON",
1170
+ "headers": {},
1171
+ "responseObjects": [
1172
+ {
1173
+ "type": "default",
1174
+ "key": "",
1175
+ "mockFile": ""
1176
+ }
1177
+ ]
1178
+ },
1179
+ {
1180
+ "name": "getAllLineConfigVector",
1181
+ "protocol": "REST",
1182
+ "method": "GET",
1183
+ "entitypath": "{base_path}/{version}/config/profile/line-config-vector?{query}",
1184
+ "requestSchema": "schema.json",
1185
+ "responseSchema": "schema.json",
1186
+ "timeout": 0,
1187
+ "sendEmpty": false,
1188
+ "sendGetBody": false,
1189
+ "requestDatatype": "JSON",
1190
+ "responseDatatype": "JSON",
1191
+ "headers": {},
1192
+ "responseObjects": [
1193
+ {
1194
+ "type": "default",
1195
+ "key": "",
1196
+ "mockFile": ""
1197
+ }
1198
+ ]
1199
+ },
1200
+ {
1201
+ "name": "getLineConfigVectorByProfile",
1202
+ "protocol": "REST",
1203
+ "method": "GET",
1204
+ "entitypath": "{base_path}/{version}/config/profile/line-config-vector/{pathv1}?{query}",
1205
+ "requestSchema": "schema.json",
1206
+ "responseSchema": "schema.json",
1207
+ "timeout": 0,
1208
+ "sendEmpty": false,
1209
+ "sendGetBody": false,
1210
+ "requestDatatype": "JSON",
1211
+ "responseDatatype": "JSON",
1212
+ "headers": {},
1213
+ "responseObjects": [
1214
+ {
1215
+ "type": "default",
1216
+ "key": "",
1217
+ "mockFile": ""
1218
+ }
1219
+ ]
1220
+ },
1221
+ {
1222
+ "name": "getAllLineSpectrumProfile",
1223
+ "protocol": "REST",
1224
+ "method": "GET",
1225
+ "entitypath": "{base_path}/{version}/config/profile/line-spectrum-profile?{query}",
1226
+ "requestSchema": "schema.json",
1227
+ "responseSchema": "schema.json",
1228
+ "timeout": 0,
1229
+ "sendEmpty": false,
1230
+ "sendGetBody": false,
1231
+ "requestDatatype": "JSON",
1232
+ "responseDatatype": "JSON",
1233
+ "headers": {},
1234
+ "responseObjects": [
1235
+ {
1236
+ "type": "default",
1237
+ "key": "",
1238
+ "mockFile": ""
1239
+ }
1240
+ ]
1241
+ },
1242
+ {
1243
+ "name": "getLineSpectrumProfileByProfile",
1244
+ "protocol": "REST",
1245
+ "method": "GET",
1246
+ "entitypath": "{base_path}/{version}/config/profile/line-spectrum-profile/{pathv1}?{query}",
1247
+ "requestSchema": "schema.json",
1248
+ "responseSchema": "schema.json",
1249
+ "timeout": 0,
1250
+ "sendEmpty": false,
1251
+ "sendGetBody": false,
1252
+ "requestDatatype": "JSON",
1253
+ "responseDatatype": "JSON",
1254
+ "headers": {},
1255
+ "responseObjects": [
1256
+ {
1257
+ "type": "default",
1258
+ "key": "",
1259
+ "mockFile": ""
1260
+ }
1261
+ ]
1262
+ },
1263
+ {
1264
+ "name": "getAllLldpProfile",
1265
+ "protocol": "REST",
1266
+ "method": "GET",
1267
+ "entitypath": "{base_path}/{version}/config/profile/lldp-profile?{query}",
1268
+ "requestSchema": "schema.json",
1269
+ "responseSchema": "schema.json",
1270
+ "timeout": 0,
1271
+ "sendEmpty": false,
1272
+ "sendGetBody": false,
1273
+ "requestDatatype": "JSON",
1274
+ "responseDatatype": "JSON",
1275
+ "headers": {},
1276
+ "responseObjects": [
1277
+ {
1278
+ "type": "default",
1279
+ "key": "",
1280
+ "mockFile": ""
1281
+ }
1282
+ ]
1283
+ },
1284
+ {
1285
+ "name": "getLldpProfileByProfile",
1286
+ "protocol": "REST",
1287
+ "method": "GET",
1288
+ "entitypath": "{base_path}/{version}/config/profile/lldp-profile/{pathv1}?{query}",
1289
+ "requestSchema": "schema.json",
1290
+ "responseSchema": "schema.json",
1291
+ "timeout": 0,
1292
+ "sendEmpty": false,
1293
+ "sendGetBody": false,
1294
+ "requestDatatype": "JSON",
1295
+ "responseDatatype": "JSON",
1296
+ "headers": {},
1297
+ "responseObjects": [
1298
+ {
1299
+ "type": "default",
1300
+ "key": "",
1301
+ "mockFile": ""
1302
+ }
1303
+ ]
1304
+ },
1305
+ {
1306
+ "name": "getAllLossMeasurementProfile",
1307
+ "protocol": "REST",
1308
+ "method": "GET",
1309
+ "entitypath": "{base_path}/{version}/config/profile/loss-measurement-profile?{query}",
1310
+ "requestSchema": "schema.json",
1311
+ "responseSchema": "schema.json",
1312
+ "timeout": 0,
1313
+ "sendEmpty": false,
1314
+ "sendGetBody": false,
1315
+ "requestDatatype": "JSON",
1316
+ "responseDatatype": "JSON",
1317
+ "headers": {},
1318
+ "responseObjects": [
1319
+ {
1320
+ "type": "default",
1321
+ "key": "",
1322
+ "mockFile": ""
1323
+ }
1324
+ ]
1325
+ },
1326
+ {
1327
+ "name": "getAllMatchlistProfile",
1328
+ "protocol": "REST",
1329
+ "method": "GET",
1330
+ "entitypath": "{base_path}/{version}/config/profile/matchlist-profile?{query}",
1331
+ "requestSchema": "schema.json",
1332
+ "responseSchema": "schema.json",
1333
+ "timeout": 0,
1334
+ "sendEmpty": false,
1335
+ "sendGetBody": false,
1336
+ "requestDatatype": "JSON",
1337
+ "responseDatatype": "JSON",
1338
+ "headers": {},
1339
+ "responseObjects": [
1340
+ {
1341
+ "type": "default",
1342
+ "key": "",
1343
+ "mockFile": ""
1344
+ }
1345
+ ]
1346
+ },
1347
+ {
1348
+ "name": "getMatchlistProfileByProfile",
1349
+ "protocol": "REST",
1350
+ "method": "GET",
1351
+ "entitypath": "{base_path}/{version}/config/profile/matchlist-profile/{pathv1}?{query}",
1352
+ "requestSchema": "schema.json",
1353
+ "responseSchema": "schema.json",
1354
+ "timeout": 0,
1355
+ "sendEmpty": false,
1356
+ "sendGetBody": false,
1357
+ "requestDatatype": "JSON",
1358
+ "responseDatatype": "JSON",
1359
+ "headers": {},
1360
+ "responseObjects": [
1361
+ {
1362
+ "type": "default",
1363
+ "key": "",
1364
+ "mockFile": ""
1365
+ }
1366
+ ]
1367
+ },
1368
+ {
1369
+ "name": "getAllMeg",
1370
+ "protocol": "REST",
1371
+ "method": "GET",
1372
+ "entitypath": "{base_path}/{version}/config/profile/meg?{query}",
1373
+ "requestSchema": "schema.json",
1374
+ "responseSchema": "schema.json",
1375
+ "timeout": 0,
1376
+ "sendEmpty": false,
1377
+ "sendGetBody": false,
1378
+ "requestDatatype": "JSON",
1379
+ "responseDatatype": "JSON",
1380
+ "headers": {},
1381
+ "responseObjects": [
1382
+ {
1383
+ "type": "default",
1384
+ "key": "",
1385
+ "mockFile": ""
1386
+ }
1387
+ ]
1388
+ },
1389
+ {
1390
+ "name": "getMegByProfile",
1391
+ "protocol": "REST",
1392
+ "method": "GET",
1393
+ "entitypath": "{base_path}/{version}/config/profile/meg/{pathv1}?{query}",
1394
+ "requestSchema": "schema.json",
1395
+ "responseSchema": "schema.json",
1396
+ "timeout": 0,
1397
+ "sendEmpty": false,
1398
+ "sendGetBody": false,
1399
+ "requestDatatype": "JSON",
1400
+ "responseDatatype": "JSON",
1401
+ "headers": {},
1402
+ "responseObjects": [
1403
+ {
1404
+ "type": "default",
1405
+ "key": "",
1406
+ "mockFile": ""
1407
+ }
1408
+ ]
1409
+ },
1410
+ {
1411
+ "name": "getAllMgcpProfile",
1412
+ "protocol": "REST",
1413
+ "method": "GET",
1414
+ "entitypath": "{base_path}/{version}/config/profile/mgcp-profile?{query}",
1415
+ "requestSchema": "schema.json",
1416
+ "responseSchema": "schema.json",
1417
+ "timeout": 0,
1418
+ "sendEmpty": false,
1419
+ "sendGetBody": false,
1420
+ "requestDatatype": "JSON",
1421
+ "responseDatatype": "JSON",
1422
+ "headers": {},
1423
+ "responseObjects": [
1424
+ {
1425
+ "type": "default",
1426
+ "key": "",
1427
+ "mockFile": ""
1428
+ }
1429
+ ]
1430
+ },
1431
+ {
1432
+ "name": "getMgcpProfileByProfile",
1433
+ "protocol": "REST",
1434
+ "method": "GET",
1435
+ "entitypath": "{base_path}/{version}/config/profile/mgcp-profile/{pathv1}?{query}",
1436
+ "requestSchema": "schema.json",
1437
+ "responseSchema": "schema.json",
1438
+ "timeout": 0,
1439
+ "sendEmpty": false,
1440
+ "sendGetBody": false,
1441
+ "requestDatatype": "JSON",
1442
+ "responseDatatype": "JSON",
1443
+ "headers": {},
1444
+ "responseObjects": [
1445
+ {
1446
+ "type": "default",
1447
+ "key": "",
1448
+ "mockFile": ""
1449
+ }
1450
+ ]
1451
+ },
1452
+ {
1453
+ "name": "getAllMulticastProfile",
1454
+ "protocol": "REST",
1455
+ "method": "GET",
1456
+ "entitypath": "{base_path}/{version}/config/profile/multicast-profile?{query}",
1457
+ "requestSchema": "schema.json",
1458
+ "responseSchema": "schema.json",
1459
+ "timeout": 0,
1460
+ "sendEmpty": false,
1461
+ "sendGetBody": false,
1462
+ "requestDatatype": "JSON",
1463
+ "responseDatatype": "JSON",
1464
+ "headers": {},
1465
+ "responseObjects": [
1466
+ {
1467
+ "type": "default",
1468
+ "key": "",
1469
+ "mockFile": ""
1470
+ }
1471
+ ]
1472
+ },
1473
+ {
1474
+ "name": "getMulticastProfileByProfile",
1475
+ "protocol": "REST",
1476
+ "method": "GET",
1477
+ "entitypath": "{base_path}/{version}/config/profile/multicast-profile/{pathv1}?{query}",
1478
+ "requestSchema": "schema.json",
1479
+ "responseSchema": "schema.json",
1480
+ "timeout": 0,
1481
+ "sendEmpty": false,
1482
+ "sendGetBody": false,
1483
+ "requestDatatype": "JSON",
1484
+ "responseDatatype": "JSON",
1485
+ "headers": {},
1486
+ "responseObjects": [
1487
+ {
1488
+ "type": "default",
1489
+ "key": "",
1490
+ "mockFile": ""
1491
+ }
1492
+ ]
1493
+ },
1494
+ {
1495
+ "name": "getAllMulticastWhitelistProfile",
1496
+ "protocol": "REST",
1497
+ "method": "GET",
1498
+ "entitypath": "{base_path}/{version}/config/profile/multicast-whitelist-profile?{query}",
1499
+ "requestSchema": "schema.json",
1500
+ "responseSchema": "schema.json",
1501
+ "timeout": 0,
1502
+ "sendEmpty": false,
1503
+ "sendGetBody": false,
1504
+ "requestDatatype": "JSON",
1505
+ "responseDatatype": "JSON",
1506
+ "headers": {},
1507
+ "responseObjects": [
1508
+ {
1509
+ "type": "default",
1510
+ "key": "",
1511
+ "mockFile": ""
1512
+ }
1513
+ ]
1514
+ },
1515
+ {
1516
+ "name": "getMulticastWhitelistProfileByProfile",
1517
+ "protocol": "REST",
1518
+ "method": "GET",
1519
+ "entitypath": "{base_path}/{version}/config/profile/multicast-whitelist-profile/{pathv1}?{query}",
1520
+ "requestSchema": "schema.json",
1521
+ "responseSchema": "schema.json",
1522
+ "timeout": 0,
1523
+ "sendEmpty": false,
1524
+ "sendGetBody": false,
1525
+ "requestDatatype": "JSON",
1526
+ "responseDatatype": "JSON",
1527
+ "headers": {},
1528
+ "responseObjects": [
1529
+ {
1530
+ "type": "default",
1531
+ "key": "",
1532
+ "mockFile": ""
1533
+ }
1534
+ ]
1535
+ },
1536
+ {
1537
+ "name": "getAllMvrProfile",
1538
+ "protocol": "REST",
1539
+ "method": "GET",
1540
+ "entitypath": "{base_path}/{version}/config/profile/mvr-profile?{query}",
1541
+ "requestSchema": "schema.json",
1542
+ "responseSchema": "schema.json",
1543
+ "timeout": 0,
1544
+ "sendEmpty": false,
1545
+ "sendGetBody": false,
1546
+ "requestDatatype": "JSON",
1547
+ "responseDatatype": "JSON",
1548
+ "headers": {},
1549
+ "responseObjects": [
1550
+ {
1551
+ "type": "default",
1552
+ "key": "",
1553
+ "mockFile": ""
1554
+ }
1555
+ ]
1556
+ },
1557
+ {
1558
+ "name": "getMvrProfileByProfile",
1559
+ "protocol": "REST",
1560
+ "method": "GET",
1561
+ "entitypath": "{base_path}/{version}/config/profile/mvr-profile/{pathv1}?{query}",
1562
+ "requestSchema": "schema.json",
1563
+ "responseSchema": "schema.json",
1564
+ "timeout": 0,
1565
+ "sendEmpty": false,
1566
+ "sendGetBody": false,
1567
+ "requestDatatype": "JSON",
1568
+ "responseDatatype": "JSON",
1569
+ "headers": {},
1570
+ "responseObjects": [
1571
+ {
1572
+ "type": "default",
1573
+ "key": "",
1574
+ "mockFile": ""
1575
+ }
1576
+ ]
1577
+ },
1578
+ {
1579
+ "name": "getAllNoiseMarginProfile",
1580
+ "protocol": "REST",
1581
+ "method": "GET",
1582
+ "entitypath": "{base_path}/{version}/config/profile/noise-margin-profile?{query}",
1583
+ "requestSchema": "schema.json",
1584
+ "responseSchema": "schema.json",
1585
+ "timeout": 0,
1586
+ "sendEmpty": false,
1587
+ "sendGetBody": false,
1588
+ "requestDatatype": "JSON",
1589
+ "responseDatatype": "JSON",
1590
+ "headers": {},
1591
+ "responseObjects": [
1592
+ {
1593
+ "type": "default",
1594
+ "key": "",
1595
+ "mockFile": ""
1596
+ }
1597
+ ]
1598
+ },
1599
+ {
1600
+ "name": "getNoiseMarginProfileByProfile",
1601
+ "protocol": "REST",
1602
+ "method": "GET",
1603
+ "entitypath": "{base_path}/{version}/config/profile/noise-margin-profile/{pathv1}?{query}",
1604
+ "requestSchema": "schema.json",
1605
+ "responseSchema": "schema.json",
1606
+ "timeout": 0,
1607
+ "sendEmpty": false,
1608
+ "sendGetBody": false,
1609
+ "requestDatatype": "JSON",
1610
+ "responseDatatype": "JSON",
1611
+ "headers": {},
1612
+ "responseObjects": [
1613
+ {
1614
+ "type": "default",
1615
+ "key": "",
1616
+ "mockFile": ""
1617
+ }
1618
+ ]
1619
+ },
1620
+ {
1621
+ "name": "getAllOamPmProfile",
1622
+ "protocol": "REST",
1623
+ "method": "GET",
1624
+ "entitypath": "{base_path}/{version}/config/profile/oam-pm-profile?{query}",
1625
+ "requestSchema": "schema.json",
1626
+ "responseSchema": "schema.json",
1627
+ "timeout": 0,
1628
+ "sendEmpty": false,
1629
+ "sendGetBody": false,
1630
+ "requestDatatype": "JSON",
1631
+ "responseDatatype": "JSON",
1632
+ "headers": {},
1633
+ "responseObjects": [
1634
+ {
1635
+ "type": "default",
1636
+ "key": "",
1637
+ "mockFile": ""
1638
+ }
1639
+ ]
1640
+ },
1641
+ {
1642
+ "name": "getOamPmProfileByProfile",
1643
+ "protocol": "REST",
1644
+ "method": "GET",
1645
+ "entitypath": "{base_path}/{version}/config/profile/oam-pm-profile/{pathv1}?{query}",
1646
+ "requestSchema": "schema.json",
1647
+ "responseSchema": "schema.json",
1648
+ "timeout": 0,
1649
+ "sendEmpty": false,
1650
+ "sendGetBody": false,
1651
+ "requestDatatype": "JSON",
1652
+ "responseDatatype": "JSON",
1653
+ "headers": {},
1654
+ "responseObjects": [
1655
+ {
1656
+ "type": "default",
1657
+ "key": "",
1658
+ "mockFile": ""
1659
+ }
1660
+ ]
1661
+ },
1662
+ {
1663
+ "name": "getAllOntTimingProfile",
1664
+ "protocol": "REST",
1665
+ "method": "GET",
1666
+ "entitypath": "{base_path}/{version}/config/profile/ont-timing-profile?{query}",
1667
+ "requestSchema": "schema.json",
1668
+ "responseSchema": "schema.json",
1669
+ "timeout": 0,
1670
+ "sendEmpty": false,
1671
+ "sendGetBody": false,
1672
+ "requestDatatype": "JSON",
1673
+ "responseDatatype": "JSON",
1674
+ "headers": {},
1675
+ "responseObjects": [
1676
+ {
1677
+ "type": "default",
1678
+ "key": "",
1679
+ "mockFile": ""
1680
+ }
1681
+ ]
1682
+ },
1683
+ {
1684
+ "name": "getOntTimingProfileByProfile",
1685
+ "protocol": "REST",
1686
+ "method": "GET",
1687
+ "entitypath": "{base_path}/{version}/config/profile/ont-timing-profile/{pathv1}?{query}",
1688
+ "requestSchema": "schema.json",
1689
+ "responseSchema": "schema.json",
1690
+ "timeout": 0,
1691
+ "sendEmpty": false,
1692
+ "sendGetBody": false,
1693
+ "requestDatatype": "JSON",
1694
+ "responseDatatype": "JSON",
1695
+ "headers": {},
1696
+ "responseObjects": [
1697
+ {
1698
+ "type": "default",
1699
+ "key": "",
1700
+ "mockFile": ""
1701
+ }
1702
+ ]
1703
+ },
1704
+ {
1705
+ "name": "getAllOuiMatchList",
1706
+ "protocol": "REST",
1707
+ "method": "GET",
1708
+ "entitypath": "{base_path}/{version}/config/profile/oui-match-list?{query}",
1709
+ "requestSchema": "schema.json",
1710
+ "responseSchema": "schema.json",
1711
+ "timeout": 0,
1712
+ "sendEmpty": false,
1713
+ "sendGetBody": false,
1714
+ "requestDatatype": "JSON",
1715
+ "responseDatatype": "JSON",
1716
+ "headers": {},
1717
+ "responseObjects": [
1718
+ {
1719
+ "type": "default",
1720
+ "key": "",
1721
+ "mockFile": ""
1722
+ }
1723
+ ]
1724
+ },
1725
+ {
1726
+ "name": "getOuiMatchListByProfile",
1727
+ "protocol": "REST",
1728
+ "method": "GET",
1729
+ "entitypath": "{base_path}/{version}/config/profile/oui-match-list/{pathv1}?{query}",
1730
+ "requestSchema": "schema.json",
1731
+ "responseSchema": "schema.json",
1732
+ "timeout": 0,
1733
+ "sendEmpty": false,
1734
+ "sendGetBody": false,
1735
+ "requestDatatype": "JSON",
1736
+ "responseDatatype": "JSON",
1737
+ "headers": {},
1738
+ "responseObjects": [
1739
+ {
1740
+ "type": "default",
1741
+ "key": "",
1742
+ "mockFile": ""
1743
+ }
1744
+ ]
1745
+ },
1746
+ {
1747
+ "name": "getAllPcpMap",
1748
+ "protocol": "REST",
1749
+ "method": "GET",
1750
+ "entitypath": "{base_path}/{version}/config/profile/pcp-map?{query}",
1751
+ "requestSchema": "schema.json",
1752
+ "responseSchema": "schema.json",
1753
+ "timeout": 0,
1754
+ "sendEmpty": false,
1755
+ "sendGetBody": false,
1756
+ "requestDatatype": "JSON",
1757
+ "responseDatatype": "JSON",
1758
+ "headers": {},
1759
+ "responseObjects": [
1760
+ {
1761
+ "type": "default",
1762
+ "key": "",
1763
+ "mockFile": ""
1764
+ }
1765
+ ]
1766
+ },
1767
+ {
1768
+ "name": "getAllPolicyActions",
1769
+ "protocol": "REST",
1770
+ "method": "GET",
1771
+ "entitypath": "{base_path}/{version}/config/profile/policy-actions?{query}",
1772
+ "requestSchema": "schema.json",
1773
+ "responseSchema": "schema.json",
1774
+ "timeout": 0,
1775
+ "sendEmpty": false,
1776
+ "sendGetBody": false,
1777
+ "requestDatatype": "JSON",
1778
+ "responseDatatype": "JSON",
1779
+ "headers": {},
1780
+ "responseObjects": [
1781
+ {
1782
+ "type": "default",
1783
+ "key": "",
1784
+ "mockFile": ""
1785
+ }
1786
+ ]
1787
+ },
1788
+ {
1789
+ "name": "getAllPolicyMap",
1790
+ "protocol": "REST",
1791
+ "method": "GET",
1792
+ "entitypath": "{base_path}/{version}/config/profile/policy-map?{query}",
1793
+ "requestSchema": "schema.json",
1794
+ "responseSchema": "schema.json",
1795
+ "timeout": 0,
1796
+ "sendEmpty": false,
1797
+ "sendGetBody": false,
1798
+ "requestDatatype": "JSON",
1799
+ "responseDatatype": "JSON",
1800
+ "headers": {},
1801
+ "responseObjects": [
1802
+ {
1803
+ "type": "default",
1804
+ "key": "",
1805
+ "mockFile": ""
1806
+ }
1807
+ ]
1808
+ },
1809
+ {
1810
+ "name": "getAllPonupstreampolicy",
1811
+ "protocol": "REST",
1812
+ "method": "GET",
1813
+ "entitypath": "{base_path}/{version}/config/profile/ponupstreampolicy?{query}",
1814
+ "requestSchema": "schema.json",
1815
+ "responseSchema": "schema.json",
1816
+ "timeout": 0,
1817
+ "sendEmpty": false,
1818
+ "sendGetBody": false,
1819
+ "requestDatatype": "JSON",
1820
+ "responseDatatype": "JSON",
1821
+ "headers": {},
1822
+ "responseObjects": [
1823
+ {
1824
+ "type": "default",
1825
+ "key": "",
1826
+ "mockFile": ""
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "name": "getAllPppoeIaProfile",
1832
+ "protocol": "REST",
1833
+ "method": "GET",
1834
+ "entitypath": "{base_path}/{version}/config/profile/pppoe-ia-profile?{query}",
1835
+ "requestSchema": "schema.json",
1836
+ "responseSchema": "schema.json",
1837
+ "timeout": 0,
1838
+ "sendEmpty": false,
1839
+ "sendGetBody": false,
1840
+ "requestDatatype": "JSON",
1841
+ "responseDatatype": "JSON",
1842
+ "headers": {},
1843
+ "responseObjects": [
1844
+ {
1845
+ "type": "default",
1846
+ "key": "",
1847
+ "mockFile": ""
1848
+ }
1849
+ ]
1850
+ },
1851
+ {
1852
+ "name": "getPppoeIaProfileByProfile",
1853
+ "protocol": "REST",
1854
+ "method": "GET",
1855
+ "entitypath": "{base_path}/{version}/config/profile/pppoe-ia-profile/{pathv1}?{query}",
1856
+ "requestSchema": "schema.json",
1857
+ "responseSchema": "schema.json",
1858
+ "timeout": 0,
1859
+ "sendEmpty": false,
1860
+ "sendGetBody": false,
1861
+ "requestDatatype": "JSON",
1862
+ "responseDatatype": "JSON",
1863
+ "headers": {},
1864
+ "responseObjects": [
1865
+ {
1866
+ "type": "default",
1867
+ "key": "",
1868
+ "mockFile": ""
1869
+ }
1870
+ ]
1871
+ },
1872
+ {
1873
+ "name": "getAllPppoeProfile",
1874
+ "protocol": "REST",
1875
+ "method": "GET",
1876
+ "entitypath": "{base_path}/{version}/config/profile/pppoe-profile?{query}",
1877
+ "requestSchema": "schema.json",
1878
+ "responseSchema": "schema.json",
1879
+ "timeout": 0,
1880
+ "sendEmpty": false,
1881
+ "sendGetBody": false,
1882
+ "requestDatatype": "JSON",
1883
+ "responseDatatype": "JSON",
1884
+ "headers": {},
1885
+ "responseObjects": [
1886
+ {
1887
+ "type": "default",
1888
+ "key": "",
1889
+ "mockFile": ""
1890
+ }
1891
+ ]
1892
+ },
1893
+ {
1894
+ "name": "getPppoeProfileByProfile",
1895
+ "protocol": "REST",
1896
+ "method": "GET",
1897
+ "entitypath": "{base_path}/{version}/config/profile/pppoe-profile/{pathv1}?{query}",
1898
+ "requestSchema": "schema.json",
1899
+ "responseSchema": "schema.json",
1900
+ "timeout": 0,
1901
+ "sendEmpty": false,
1902
+ "sendGetBody": false,
1903
+ "requestDatatype": "JSON",
1904
+ "responseDatatype": "JSON",
1905
+ "headers": {},
1906
+ "responseObjects": [
1907
+ {
1908
+ "type": "default",
1909
+ "key": "",
1910
+ "mockFile": ""
1911
+ }
1912
+ ]
1913
+ },
1914
+ {
1915
+ "name": "getAllPriorityMapProfile",
1916
+ "protocol": "REST",
1917
+ "method": "GET",
1918
+ "entitypath": "{base_path}/{version}/config/profile/priorityMap-profile?{query}",
1919
+ "requestSchema": "schema.json",
1920
+ "responseSchema": "schema.json",
1921
+ "timeout": 0,
1922
+ "sendEmpty": false,
1923
+ "sendGetBody": false,
1924
+ "requestDatatype": "JSON",
1925
+ "responseDatatype": "JSON",
1926
+ "headers": {},
1927
+ "responseObjects": [
1928
+ {
1929
+ "type": "default",
1930
+ "key": "",
1931
+ "mockFile": ""
1932
+ }
1933
+ ]
1934
+ },
1935
+ {
1936
+ "name": "getPriorityMapProfileByProfile",
1937
+ "protocol": "REST",
1938
+ "method": "GET",
1939
+ "entitypath": "{base_path}/{version}/config/profile/priorityMap-profile/{pathv1}?{query}",
1940
+ "requestSchema": "schema.json",
1941
+ "responseSchema": "schema.json",
1942
+ "timeout": 0,
1943
+ "sendEmpty": false,
1944
+ "sendGetBody": false,
1945
+ "requestDatatype": "JSON",
1946
+ "responseDatatype": "JSON",
1947
+ "headers": {},
1948
+ "responseObjects": [
1949
+ {
1950
+ "type": "default",
1951
+ "key": "",
1952
+ "mockFile": ""
1953
+ }
1954
+ ]
1955
+ },
1956
+ {
1957
+ "name": "getProvisionedDevices",
1958
+ "protocol": "REST",
1959
+ "method": "GET",
1960
+ "entitypath": "{base_path}/{version}/config/profile/provisioned-devices/{pathv1}?{query}",
1961
+ "requestSchema": "schema.json",
1962
+ "responseSchema": "schema.json",
1963
+ "timeout": 0,
1964
+ "sendEmpty": false,
1965
+ "sendGetBody": false,
1966
+ "requestDatatype": "JSON",
1967
+ "responseDatatype": "JSON",
1968
+ "headers": {},
1969
+ "responseObjects": [
1970
+ {
1971
+ "type": "default",
1972
+ "key": "",
1973
+ "mockFile": ""
1974
+ }
1975
+ ]
1976
+ },
1977
+ {
1978
+ "name": "getAllPwe3GosProfile",
1979
+ "protocol": "REST",
1980
+ "method": "GET",
1981
+ "entitypath": "{base_path}/{version}/config/profile/pwe3-gos-profile?{query}",
1982
+ "requestSchema": "schema.json",
1983
+ "responseSchema": "schema.json",
1984
+ "timeout": 0,
1985
+ "sendEmpty": false,
1986
+ "sendGetBody": false,
1987
+ "requestDatatype": "JSON",
1988
+ "responseDatatype": "JSON",
1989
+ "headers": {},
1990
+ "responseObjects": [
1991
+ {
1992
+ "type": "default",
1993
+ "key": "",
1994
+ "mockFile": ""
1995
+ }
1996
+ ]
1997
+ },
1998
+ {
1999
+ "name": "getAllPwe3Profile",
2000
+ "protocol": "REST",
2001
+ "method": "GET",
2002
+ "entitypath": "{base_path}/{version}/config/profile/pwe3-profile?{query}",
2003
+ "requestSchema": "schema.json",
2004
+ "responseSchema": "schema.json",
2005
+ "timeout": 0,
2006
+ "sendEmpty": false,
2007
+ "sendGetBody": false,
2008
+ "requestDatatype": "JSON",
2009
+ "responseDatatype": "JSON",
2010
+ "headers": {},
2011
+ "responseObjects": [
2012
+ {
2013
+ "type": "default",
2014
+ "key": "",
2015
+ "mockFile": ""
2016
+ }
2017
+ ]
2018
+ },
2019
+ {
2020
+ "name": "getAllRadiusClientInstance",
2021
+ "protocol": "REST",
2022
+ "method": "GET",
2023
+ "entitypath": "{base_path}/{version}/config/profile/radius-client-instance?{query}",
2024
+ "requestSchema": "schema.json",
2025
+ "responseSchema": "schema.json",
2026
+ "timeout": 0,
2027
+ "sendEmpty": false,
2028
+ "sendGetBody": false,
2029
+ "requestDatatype": "JSON",
2030
+ "responseDatatype": "JSON",
2031
+ "headers": {},
2032
+ "responseObjects": [
2033
+ {
2034
+ "type": "default",
2035
+ "key": "",
2036
+ "mockFile": ""
2037
+ }
2038
+ ]
2039
+ },
2040
+ {
2041
+ "name": "getAllRadiusServerProfile",
2042
+ "protocol": "REST",
2043
+ "method": "GET",
2044
+ "entitypath": "{base_path}/{version}/config/profile/radius-server-profile?{query}",
2045
+ "requestSchema": "schema.json",
2046
+ "responseSchema": "schema.json",
2047
+ "timeout": 0,
2048
+ "sendEmpty": false,
2049
+ "sendGetBody": false,
2050
+ "requestDatatype": "JSON",
2051
+ "responseDatatype": "JSON",
2052
+ "headers": {},
2053
+ "responseObjects": [
2054
+ {
2055
+ "type": "default",
2056
+ "key": "",
2057
+ "mockFile": ""
2058
+ }
2059
+ ]
2060
+ },
2061
+ {
2062
+ "name": "getAllReinitializationPolicyProfile",
2063
+ "protocol": "REST",
2064
+ "method": "GET",
2065
+ "entitypath": "{base_path}/{version}/config/profile/reinitialization-policy-profile?{query}",
2066
+ "requestSchema": "schema.json",
2067
+ "responseSchema": "schema.json",
2068
+ "timeout": 0,
2069
+ "sendEmpty": false,
2070
+ "sendGetBody": false,
2071
+ "requestDatatype": "JSON",
2072
+ "responseDatatype": "JSON",
2073
+ "headers": {},
2074
+ "responseObjects": [
2075
+ {
2076
+ "type": "default",
2077
+ "key": "",
2078
+ "mockFile": ""
2079
+ }
2080
+ ]
2081
+ },
2082
+ {
2083
+ "name": "getReinitializationPolicyProfileByProfile",
2084
+ "protocol": "REST",
2085
+ "method": "GET",
2086
+ "entitypath": "{base_path}/{version}/config/profile/reinitialization-policy-profile/{pathv1}?{query}",
2087
+ "requestSchema": "schema.json",
2088
+ "responseSchema": "schema.json",
2089
+ "timeout": 0,
2090
+ "sendEmpty": false,
2091
+ "sendGetBody": false,
2092
+ "requestDatatype": "JSON",
2093
+ "responseDatatype": "JSON",
2094
+ "headers": {},
2095
+ "responseObjects": [
2096
+ {
2097
+ "type": "default",
2098
+ "key": "",
2099
+ "mockFile": ""
2100
+ }
2101
+ ]
2102
+ },
2103
+ {
2104
+ "name": "getAllRetransmissionProfile",
2105
+ "protocol": "REST",
2106
+ "method": "GET",
2107
+ "entitypath": "{base_path}/{version}/config/profile/retransmission-profile?{query}",
2108
+ "requestSchema": "schema.json",
2109
+ "responseSchema": "schema.json",
2110
+ "timeout": 0,
2111
+ "sendEmpty": false,
2112
+ "sendGetBody": false,
2113
+ "requestDatatype": "JSON",
2114
+ "responseDatatype": "JSON",
2115
+ "headers": {},
2116
+ "responseObjects": [
2117
+ {
2118
+ "type": "default",
2119
+ "key": "",
2120
+ "mockFile": ""
2121
+ }
2122
+ ]
2123
+ },
2124
+ {
2125
+ "name": "getRetransmissionProfileByProfile",
2126
+ "protocol": "REST",
2127
+ "method": "GET",
2128
+ "entitypath": "{base_path}/{version}/config/profile/retransmission-profile/{pathv1}?{query}",
2129
+ "requestSchema": "schema.json",
2130
+ "responseSchema": "schema.json",
2131
+ "timeout": 0,
2132
+ "sendEmpty": false,
2133
+ "sendGetBody": false,
2134
+ "requestDatatype": "JSON",
2135
+ "responseDatatype": "JSON",
2136
+ "headers": {},
2137
+ "responseObjects": [
2138
+ {
2139
+ "type": "default",
2140
+ "key": "",
2141
+ "mockFile": ""
2142
+ }
2143
+ ]
2144
+ },
2145
+ {
2146
+ "name": "getAllRfiProfile",
2147
+ "protocol": "REST",
2148
+ "method": "GET",
2149
+ "entitypath": "{base_path}/{version}/config/profile/rfi-profile?{query}",
2150
+ "requestSchema": "schema.json",
2151
+ "responseSchema": "schema.json",
2152
+ "timeout": 0,
2153
+ "sendEmpty": false,
2154
+ "sendGetBody": false,
2155
+ "requestDatatype": "JSON",
2156
+ "responseDatatype": "JSON",
2157
+ "headers": {},
2158
+ "responseObjects": [
2159
+ {
2160
+ "type": "default",
2161
+ "key": "",
2162
+ "mockFile": ""
2163
+ }
2164
+ ]
2165
+ },
2166
+ {
2167
+ "name": "getRfiProfileByProfile",
2168
+ "protocol": "REST",
2169
+ "method": "GET",
2170
+ "entitypath": "{base_path}/{version}/config/profile/rfi-profile/{pathv1}?{query}",
2171
+ "requestSchema": "schema.json",
2172
+ "responseSchema": "schema.json",
2173
+ "timeout": 0,
2174
+ "sendEmpty": false,
2175
+ "sendGetBody": false,
2176
+ "requestDatatype": "JSON",
2177
+ "responseDatatype": "JSON",
2178
+ "headers": {},
2179
+ "responseObjects": [
2180
+ {
2181
+ "type": "default",
2182
+ "key": "",
2183
+ "mockFile": ""
2184
+ }
2185
+ ]
2186
+ },
2187
+ {
2188
+ "name": "getAllRgMgmtProfile",
2189
+ "protocol": "REST",
2190
+ "method": "GET",
2191
+ "entitypath": "{base_path}/{version}/config/profile/rg-mgmt-profile?{query}",
2192
+ "requestSchema": "schema.json",
2193
+ "responseSchema": "schema.json",
2194
+ "timeout": 0,
2195
+ "sendEmpty": false,
2196
+ "sendGetBody": false,
2197
+ "requestDatatype": "JSON",
2198
+ "responseDatatype": "JSON",
2199
+ "headers": {},
2200
+ "responseObjects": [
2201
+ {
2202
+ "type": "default",
2203
+ "key": "",
2204
+ "mockFile": ""
2205
+ }
2206
+ ]
2207
+ },
2208
+ {
2209
+ "name": "getRgMgmtProfileByProfile",
2210
+ "protocol": "REST",
2211
+ "method": "GET",
2212
+ "entitypath": "{base_path}/{version}/config/profile/rg-mgmt-profile/{pathv1}?{query}",
2213
+ "requestSchema": "schema.json",
2214
+ "responseSchema": "schema.json",
2215
+ "timeout": 0,
2216
+ "sendEmpty": false,
2217
+ "sendGetBody": false,
2218
+ "requestDatatype": "JSON",
2219
+ "responseDatatype": "JSON",
2220
+ "headers": {},
2221
+ "responseObjects": [
2222
+ {
2223
+ "type": "default",
2224
+ "key": "",
2225
+ "mockFile": ""
2226
+ }
2227
+ ]
2228
+ },
2229
+ {
2230
+ "name": "getAllRmongosProfile",
2231
+ "protocol": "REST",
2232
+ "method": "GET",
2233
+ "entitypath": "{base_path}/{version}/config/profile/rmongos-profile?{query}",
2234
+ "requestSchema": "schema.json",
2235
+ "responseSchema": "schema.json",
2236
+ "timeout": 0,
2237
+ "sendEmpty": false,
2238
+ "sendGetBody": false,
2239
+ "requestDatatype": "JSON",
2240
+ "responseDatatype": "JSON",
2241
+ "headers": {},
2242
+ "responseObjects": [
2243
+ {
2244
+ "type": "default",
2245
+ "key": "",
2246
+ "mockFile": ""
2247
+ }
2248
+ ]
2249
+ },
2250
+ {
2251
+ "name": "getRmongosProfileByProfile",
2252
+ "protocol": "REST",
2253
+ "method": "GET",
2254
+ "entitypath": "{base_path}/{version}/config/profile/rmongos-profile/{pathv1}?{query}",
2255
+ "requestSchema": "schema.json",
2256
+ "responseSchema": "schema.json",
2257
+ "timeout": 0,
2258
+ "sendEmpty": false,
2259
+ "sendGetBody": false,
2260
+ "requestDatatype": "JSON",
2261
+ "responseDatatype": "JSON",
2262
+ "headers": {},
2263
+ "responseObjects": [
2264
+ {
2265
+ "type": "default",
2266
+ "key": "",
2267
+ "mockFile": ""
2268
+ }
2269
+ ]
2270
+ },
2271
+ {
2272
+ "name": "getAllSipProfile",
2273
+ "protocol": "REST",
2274
+ "method": "GET",
2275
+ "entitypath": "{base_path}/{version}/config/profile/sip-profile?{query}",
2276
+ "requestSchema": "schema.json",
2277
+ "responseSchema": "schema.json",
2278
+ "timeout": 0,
2279
+ "sendEmpty": false,
2280
+ "sendGetBody": false,
2281
+ "requestDatatype": "JSON",
2282
+ "responseDatatype": "JSON",
2283
+ "headers": {},
2284
+ "responseObjects": [
2285
+ {
2286
+ "type": "default",
2287
+ "key": "",
2288
+ "mockFile": ""
2289
+ }
2290
+ ]
2291
+ },
2292
+ {
2293
+ "name": "getSipProfileByProfile",
2294
+ "protocol": "REST",
2295
+ "method": "GET",
2296
+ "entitypath": "{base_path}/{version}/config/profile/sip-profile/{pathv1}?{query}",
2297
+ "requestSchema": "schema.json",
2298
+ "responseSchema": "schema.json",
2299
+ "timeout": 0,
2300
+ "sendEmpty": false,
2301
+ "sendGetBody": false,
2302
+ "requestDatatype": "JSON",
2303
+ "responseDatatype": "JSON",
2304
+ "headers": {},
2305
+ "responseObjects": [
2306
+ {
2307
+ "type": "default",
2308
+ "key": "",
2309
+ "mockFile": ""
2310
+ }
2311
+ ]
2312
+ },
2313
+ {
2314
+ "name": "getAllSubscriberServiceTemplate",
2315
+ "protocol": "REST",
2316
+ "method": "GET",
2317
+ "entitypath": "{base_path}/{version}/config/profile/subscriber-service-template?{query}",
2318
+ "requestSchema": "schema.json",
2319
+ "responseSchema": "schema.json",
2320
+ "timeout": 0,
2321
+ "sendEmpty": false,
2322
+ "sendGetBody": false,
2323
+ "requestDatatype": "JSON",
2324
+ "responseDatatype": "JSON",
2325
+ "headers": {},
2326
+ "responseObjects": [
2327
+ {
2328
+ "type": "default",
2329
+ "key": "",
2330
+ "mockFile": ""
2331
+ }
2332
+ ]
2333
+ },
2334
+ {
2335
+ "name": "getSubscriberServiceTemplateByProfile",
2336
+ "protocol": "REST",
2337
+ "method": "GET",
2338
+ "entitypath": "{base_path}/{version}/config/profile/subscriber-service-template/{pathv1}?{query}",
2339
+ "requestSchema": "schema.json",
2340
+ "responseSchema": "schema.json",
2341
+ "timeout": 0,
2342
+ "sendEmpty": false,
2343
+ "sendGetBody": false,
2344
+ "requestDatatype": "JSON",
2345
+ "responseDatatype": "JSON",
2346
+ "headers": {},
2347
+ "responseObjects": [
2348
+ {
2349
+ "type": "default",
2350
+ "key": "",
2351
+ "mockFile": ""
2352
+ }
2353
+ ]
2354
+ },
2355
+ {
2356
+ "name": "getAllTddProfile",
2357
+ "protocol": "REST",
2358
+ "method": "GET",
2359
+ "entitypath": "{base_path}/{version}/config/profile/tdd-profile?{query}",
2360
+ "requestSchema": "schema.json",
2361
+ "responseSchema": "schema.json",
2362
+ "timeout": 0,
2363
+ "sendEmpty": false,
2364
+ "sendGetBody": false,
2365
+ "requestDatatype": "JSON",
2366
+ "responseDatatype": "JSON",
2367
+ "headers": {},
2368
+ "responseObjects": [
2369
+ {
2370
+ "type": "default",
2371
+ "key": "",
2372
+ "mockFile": ""
2373
+ }
2374
+ ]
2375
+ },
2376
+ {
2377
+ "name": "getTddProfileByProfile",
2378
+ "protocol": "REST",
2379
+ "method": "GET",
2380
+ "entitypath": "{base_path}/{version}/config/profile/tdd-profile/{pathv1}?{query}",
2381
+ "requestSchema": "schema.json",
2382
+ "responseSchema": "schema.json",
2383
+ "timeout": 0,
2384
+ "sendEmpty": false,
2385
+ "sendGetBody": false,
2386
+ "requestDatatype": "JSON",
2387
+ "responseDatatype": "JSON",
2388
+ "headers": {},
2389
+ "responseObjects": [
2390
+ {
2391
+ "type": "default",
2392
+ "key": "",
2393
+ "mockFile": ""
2394
+ }
2395
+ ]
2396
+ },
2397
+ {
2398
+ "name": "getAllTdmProfile",
2399
+ "protocol": "REST",
2400
+ "method": "GET",
2401
+ "entitypath": "{base_path}/{version}/config/profile/tdm-profile?{query}",
2402
+ "requestSchema": "schema.json",
2403
+ "responseSchema": "schema.json",
2404
+ "timeout": 0,
2405
+ "sendEmpty": false,
2406
+ "sendGetBody": false,
2407
+ "requestDatatype": "JSON",
2408
+ "responseDatatype": "JSON",
2409
+ "headers": {},
2410
+ "responseObjects": [
2411
+ {
2412
+ "type": "default",
2413
+ "key": "",
2414
+ "mockFile": ""
2415
+ }
2416
+ ]
2417
+ },
2418
+ {
2419
+ "name": "getTdmProfileByProfile1",
2420
+ "protocol": "REST",
2421
+ "method": "GET",
2422
+ "entitypath": "{base_path}/{version}/config/profile/tdm-profile/{pathv1}?{query}",
2423
+ "requestSchema": "schema.json",
2424
+ "responseSchema": "schema.json",
2425
+ "timeout": 0,
2426
+ "sendEmpty": false,
2427
+ "sendGetBody": false,
2428
+ "requestDatatype": "JSON",
2429
+ "responseDatatype": "JSON",
2430
+ "headers": {},
2431
+ "responseObjects": [
2432
+ {
2433
+ "type": "default",
2434
+ "key": "",
2435
+ "mockFile": ""
2436
+ }
2437
+ ]
2438
+ },
2439
+ {
2440
+ "name": "getAllTransportServiceProfile",
2441
+ "protocol": "REST",
2442
+ "method": "GET",
2443
+ "entitypath": "{base_path}/{version}/config/profile/transport-service-profile?{query}",
2444
+ "requestSchema": "schema.json",
2445
+ "responseSchema": "schema.json",
2446
+ "timeout": 0,
2447
+ "sendEmpty": false,
2448
+ "sendGetBody": false,
2449
+ "requestDatatype": "JSON",
2450
+ "responseDatatype": "JSON",
2451
+ "headers": {},
2452
+ "responseObjects": [
2453
+ {
2454
+ "type": "default",
2455
+ "key": "",
2456
+ "mockFile": ""
2457
+ }
2458
+ ]
2459
+ },
2460
+ {
2461
+ "name": "getTransportServiceProfileByProfile1",
2462
+ "protocol": "REST",
2463
+ "method": "GET",
2464
+ "entitypath": "{base_path}/{version}/config/profile/transport-service-profile/{pathv1}?{query}",
2465
+ "requestSchema": "schema.json",
2466
+ "responseSchema": "schema.json",
2467
+ "timeout": 0,
2468
+ "sendEmpty": false,
2469
+ "sendGetBody": false,
2470
+ "requestDatatype": "JSON",
2471
+ "responseDatatype": "JSON",
2472
+ "headers": {},
2473
+ "responseObjects": [
2474
+ {
2475
+ "type": "default",
2476
+ "key": "",
2477
+ "mockFile": ""
2478
+ }
2479
+ ]
2480
+ },
2481
+ {
2482
+ "name": "getAllUpstreamDataRateProfile",
2483
+ "protocol": "REST",
2484
+ "method": "GET",
2485
+ "entitypath": "{base_path}/{version}/config/profile/upstream-data-rate-profile?{query}",
2486
+ "requestSchema": "schema.json",
2487
+ "responseSchema": "schema.json",
2488
+ "timeout": 0,
2489
+ "sendEmpty": false,
2490
+ "sendGetBody": false,
2491
+ "requestDatatype": "JSON",
2492
+ "responseDatatype": "JSON",
2493
+ "headers": {},
2494
+ "responseObjects": [
2495
+ {
2496
+ "type": "default",
2497
+ "key": "",
2498
+ "mockFile": ""
2499
+ }
2500
+ ]
2501
+ },
2502
+ {
2503
+ "name": "getUpstreamDataRateProfileByProfile",
2504
+ "protocol": "REST",
2505
+ "method": "GET",
2506
+ "entitypath": "{base_path}/{version}/config/profile/upstream-data-rate-profile/{pathv1}?{query}",
2507
+ "requestSchema": "schema.json",
2508
+ "responseSchema": "schema.json",
2509
+ "timeout": 0,
2510
+ "sendEmpty": false,
2511
+ "sendGetBody": false,
2512
+ "requestDatatype": "JSON",
2513
+ "responseDatatype": "JSON",
2514
+ "headers": {},
2515
+ "responseObjects": [
2516
+ {
2517
+ "type": "default",
2518
+ "key": "",
2519
+ "mockFile": ""
2520
+ }
2521
+ ]
2522
+ },
2523
+ {
2524
+ "name": "getAllUpstreamPowerBackOffProfile",
2525
+ "protocol": "REST",
2526
+ "method": "GET",
2527
+ "entitypath": "{base_path}/{version}/config/profile/upstream-power-back-off-profile?{query}",
2528
+ "requestSchema": "schema.json",
2529
+ "responseSchema": "schema.json",
2530
+ "timeout": 0,
2531
+ "sendEmpty": false,
2532
+ "sendGetBody": false,
2533
+ "requestDatatype": "JSON",
2534
+ "responseDatatype": "JSON",
2535
+ "headers": {},
2536
+ "responseObjects": [
2537
+ {
2538
+ "type": "default",
2539
+ "key": "",
2540
+ "mockFile": ""
2541
+ }
2542
+ ]
2543
+ },
2544
+ {
2545
+ "name": "getUpstreamPowerBackOffProfileByProfile",
2546
+ "protocol": "REST",
2547
+ "method": "GET",
2548
+ "entitypath": "{base_path}/{version}/config/profile/upstream-power-back-off-profile/{pathv1}?{query}",
2549
+ "requestSchema": "schema.json",
2550
+ "responseSchema": "schema.json",
2551
+ "timeout": 0,
2552
+ "sendEmpty": false,
2553
+ "sendGetBody": false,
2554
+ "requestDatatype": "JSON",
2555
+ "responseDatatype": "JSON",
2556
+ "headers": {},
2557
+ "responseObjects": [
2558
+ {
2559
+ "type": "default",
2560
+ "key": "",
2561
+ "mockFile": ""
2562
+ }
2563
+ ]
2564
+ },
2565
+ {
2566
+ "name": "getAllVectoring",
2567
+ "protocol": "REST",
2568
+ "method": "GET",
2569
+ "entitypath": "{base_path}/{version}/config/profile/vectoring?{query}",
2570
+ "requestSchema": "schema.json",
2571
+ "responseSchema": "schema.json",
2572
+ "timeout": 0,
2573
+ "sendEmpty": false,
2574
+ "sendGetBody": false,
2575
+ "requestDatatype": "JSON",
2576
+ "responseDatatype": "JSON",
2577
+ "headers": {},
2578
+ "responseObjects": [
2579
+ {
2580
+ "type": "default",
2581
+ "key": "",
2582
+ "mockFile": ""
2583
+ }
2584
+ ]
2585
+ },
2586
+ {
2587
+ "name": "getVectoringByProfile",
2588
+ "protocol": "REST",
2589
+ "method": "GET",
2590
+ "entitypath": "{base_path}/{version}/config/profile/vectoring/{pathv1}?{query}",
2591
+ "requestSchema": "schema.json",
2592
+ "responseSchema": "schema.json",
2593
+ "timeout": 0,
2594
+ "sendEmpty": false,
2595
+ "sendGetBody": false,
2596
+ "requestDatatype": "JSON",
2597
+ "responseDatatype": "JSON",
2598
+ "headers": {},
2599
+ "responseObjects": [
2600
+ {
2601
+ "type": "default",
2602
+ "key": "",
2603
+ "mockFile": ""
2604
+ }
2605
+ ]
2606
+ }
2607
+ ]
2608
+ }