@itentialopensource/adapter-f5_bigiq 0.4.9 → 0.5.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.
@@ -0,0 +1,719 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "initialLicenseActivation",
5
+ "protocol": "REST",
6
+ "method": "POST",
7
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/initial-activation?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "requestDatatype": "JSON",
13
+ "responseDatatype": "JSON",
14
+ "headers": {},
15
+ "responseObjects": [
16
+ {
17
+ "type": "default",
18
+ "key": "",
19
+ "mockFile": ""
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "name": "pollInitialLicenseActivation",
25
+ "protocol": "REST",
26
+ "method": "GET",
27
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/initial-activation/{pathv1}?{query}",
28
+ "requestSchema": "schema.json",
29
+ "responseSchema": "schema.json",
30
+ "timeout": 0,
31
+ "sendEmpty": false,
32
+ "sendGetBody": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "completeInitialActivation",
46
+ "protocol": "REST",
47
+ "method": "PATCH",
48
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/initial-activation/{pathv1}?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "requestDatatype": "JSON",
54
+ "responseDatatype": "JSON",
55
+ "headers": {},
56
+ "responseObjects": [
57
+ {
58
+ "type": "default",
59
+ "key": "",
60
+ "mockFile": ""
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "removeFailedInitialActivation",
66
+ "protocol": "REST",
67
+ "method": "DELETE",
68
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/initial-activation/{pathv1}?{query}",
69
+ "requestSchema": "schema.json",
70
+ "responseSchema": "schema.json",
71
+ "timeout": 0,
72
+ "sendEmpty": false,
73
+ "requestDatatype": "JSON",
74
+ "responseDatatype": "JSON",
75
+ "headers": {},
76
+ "responseObjects": [
77
+ {
78
+ "type": "default",
79
+ "key": "",
80
+ "mockFile": ""
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "name": "getLicenseReference",
86
+ "protocol": "REST",
87
+ "method": "GET",
88
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{pathv1}?{query}",
89
+ "requestSchema": "schema.json",
90
+ "responseSchema": "schema.json",
91
+ "timeout": 0,
92
+ "sendEmpty": false,
93
+ "sendGetBody": false,
94
+ "requestDatatype": "JSON",
95
+ "responseDatatype": "JSON",
96
+ "headers": {},
97
+ "responseObjects": [
98
+ {
99
+ "type": "default",
100
+ "key": "",
101
+ "mockFile": ""
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "name": "reactivateLicense",
107
+ "protocol": "REST",
108
+ "method": "PATCH",
109
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{pathv1}?{query}",
110
+ "requestSchema": "schema.json",
111
+ "responseSchema": "schema.json",
112
+ "timeout": 0,
113
+ "sendEmpty": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "deletePurchasedPoolLicense",
127
+ "protocol": "REST",
128
+ "method": "DELETE",
129
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{pathv1}?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "requestDatatype": "JSON",
135
+ "responseDatatype": "JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "assignOrRevokeLicense",
147
+ "protocol": "REST",
148
+ "method": "POST",
149
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/tasks/licensing/pool/member-management?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "requestDatatype": "JSON",
155
+ "responseDatatype": "JSON",
156
+ "headers": {},
157
+ "responseObjects": [
158
+ {
159
+ "type": "default",
160
+ "key": "",
161
+ "mockFile": ""
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "pollTaskForCompletion",
167
+ "protocol": "REST",
168
+ "method": "GET",
169
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/tasks/licensing/pool/member-management/{pathv1}?{query}",
170
+ "requestSchema": "schema.json",
171
+ "responseSchema": "schema.json",
172
+ "timeout": 0,
173
+ "sendEmpty": false,
174
+ "sendGetBody": false,
175
+ "requestDatatype": "JSON",
176
+ "responseDatatype": "JSON",
177
+ "headers": {},
178
+ "responseObjects": [
179
+ {
180
+ "type": "default",
181
+ "key": "",
182
+ "mockFile": ""
183
+ }
184
+ ]
185
+ },
186
+ {
187
+ "name": "viewOutstandingAssignments",
188
+ "protocol": "REST",
189
+ "method": "GET",
190
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/assignments?{query}",
191
+ "requestSchema": "schema.json",
192
+ "responseSchema": "schema.json",
193
+ "timeout": 0,
194
+ "sendEmpty": false,
195
+ "sendGetBody": false,
196
+ "requestDatatype": "JSON",
197
+ "responseDatatype": "JSON",
198
+ "headers": {},
199
+ "responseObjects": [
200
+ {
201
+ "type": "default",
202
+ "key": "",
203
+ "mockFile": ""
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "name": "queryExistingPurchasedLicenses",
209
+ "protocol": "REST",
210
+ "method": "GET",
211
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses?{query}",
212
+ "requestSchema": "schema.json",
213
+ "responseSchema": "schema.json",
214
+ "timeout": 0,
215
+ "sendEmpty": false,
216
+ "sendGetBody": false,
217
+ "requestDatatype": "JSON",
218
+ "responseDatatype": "JSON",
219
+ "headers": {},
220
+ "responseObjects": [
221
+ {
222
+ "type": "default",
223
+ "key": "",
224
+ "mockFile": ""
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "name": "activateNewPurchasedPoolLicense",
230
+ "protocol": "REST",
231
+ "method": "POST",
232
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses?{query}",
233
+ "requestSchema": "schema.json",
234
+ "responseSchema": "schema.json",
235
+ "timeout": 0,
236
+ "sendEmpty": false,
237
+ "requestDatatype": "JSON",
238
+ "responseDatatype": "JSON",
239
+ "headers": {},
240
+ "responseObjects": [
241
+ {
242
+ "type": "default",
243
+ "key": "",
244
+ "mockFile": ""
245
+ }
246
+ ]
247
+ },
248
+ {
249
+ "name": "queryPurchasedPoolLicenseAssignments",
250
+ "protocol": "REST",
251
+ "method": "GET",
252
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{pathv1}/members?{query}",
253
+ "requestSchema": "schema.json",
254
+ "responseSchema": "schema.json",
255
+ "timeout": 0,
256
+ "sendEmpty": false,
257
+ "sendGetBody": false,
258
+ "requestDatatype": "JSON",
259
+ "responseDatatype": "JSON",
260
+ "headers": {},
261
+ "responseObjects": [
262
+ {
263
+ "type": "default",
264
+ "key": "",
265
+ "mockFile": ""
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "name": "assignPurchasedPoolLicenseMembers",
271
+ "protocol": "REST",
272
+ "method": "POST",
273
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{pathv1}/members?{query}",
274
+ "requestSchema": "schema.json",
275
+ "responseSchema": "schema.json",
276
+ "timeout": 0,
277
+ "sendEmpty": false,
278
+ "requestDatatype": "JSON",
279
+ "responseDatatype": "JSON",
280
+ "headers": {},
281
+ "responseObjects": [
282
+ {
283
+ "type": "default",
284
+ "key": "",
285
+ "mockFile": ""
286
+ }
287
+ ]
288
+ },
289
+ {
290
+ "name": "queryPurchasedPoolLicenseAssignmentStatus",
291
+ "protocol": "REST",
292
+ "method": "GET",
293
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{pathv1}/members/{pathv2}?{query}",
294
+ "requestSchema": "schema.json",
295
+ "responseSchema": "schema.json",
296
+ "timeout": 0,
297
+ "sendEmpty": false,
298
+ "sendGetBody": false,
299
+ "requestDatatype": "JSON",
300
+ "responseDatatype": "JSON",
301
+ "headers": {},
302
+ "responseObjects": [
303
+ {
304
+ "type": "default",
305
+ "key": "",
306
+ "mockFile": ""
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ "name": "refreshPurchasedPoolLicenseOnBigIPDevice",
312
+ "protocol": "REST",
313
+ "method": "PATCH",
314
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{pathv1}/members/{pathv2}?{query}",
315
+ "requestSchema": "schema.json",
316
+ "responseSchema": "schema.json",
317
+ "timeout": 0,
318
+ "sendEmpty": false,
319
+ "requestDatatype": "JSON",
320
+ "responseDatatype": "JSON",
321
+ "headers": {},
322
+ "responseObjects": [
323
+ {
324
+ "type": "default",
325
+ "key": "",
326
+ "mockFile": ""
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "name": "revokeAPurchasedPoolLicense",
332
+ "protocol": "REST",
333
+ "method": "DELETE",
334
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{pathv1}/members/{pathv2}?{query}",
335
+ "requestSchema": "schema.json",
336
+ "responseSchema": "schema.json",
337
+ "timeout": 0,
338
+ "sendEmpty": false,
339
+ "requestDatatype": "JSON",
340
+ "responseDatatype": "JSON",
341
+ "headers": {},
342
+ "responseObjects": [
343
+ {
344
+ "type": "default",
345
+ "key": "",
346
+ "mockFile": ""
347
+ }
348
+ ]
349
+ },
350
+ {
351
+ "name": "queryExistingRegKeyPools",
352
+ "protocol": "REST",
353
+ "method": "GET",
354
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses?{query}",
355
+ "requestSchema": "schema.json",
356
+ "responseSchema": "schema.json",
357
+ "timeout": 0,
358
+ "sendEmpty": false,
359
+ "sendGetBody": false,
360
+ "requestDatatype": "JSON",
361
+ "responseDatatype": "JSON",
362
+ "headers": {},
363
+ "responseObjects": [
364
+ {
365
+ "type": "default",
366
+ "key": "",
367
+ "mockFile": ""
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "name": "createRegKeyPool",
373
+ "protocol": "REST",
374
+ "method": "POST",
375
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses?{query}",
376
+ "requestSchema": "schema.json",
377
+ "responseSchema": "schema.json",
378
+ "timeout": 0,
379
+ "sendEmpty": false,
380
+ "requestDatatype": "JSON",
381
+ "responseDatatype": "JSON",
382
+ "headers": {},
383
+ "responseObjects": [
384
+ {
385
+ "type": "default",
386
+ "key": "",
387
+ "mockFile": ""
388
+ }
389
+ ]
390
+ },
391
+ {
392
+ "name": "updateRegKeyPool",
393
+ "protocol": "REST",
394
+ "method": "PATCH",
395
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}?{query}",
396
+ "requestSchema": "schema.json",
397
+ "responseSchema": "schema.json",
398
+ "timeout": 0,
399
+ "sendEmpty": false,
400
+ "requestDatatype": "JSON",
401
+ "responseDatatype": "JSON",
402
+ "headers": {},
403
+ "responseObjects": [
404
+ {
405
+ "type": "default",
406
+ "key": "",
407
+ "mockFile": ""
408
+ }
409
+ ]
410
+ },
411
+ {
412
+ "name": "removeRegKeyPool",
413
+ "protocol": "REST",
414
+ "method": "DELETE",
415
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}?{query}",
416
+ "requestSchema": "schema.json",
417
+ "responseSchema": "schema.json",
418
+ "timeout": 0,
419
+ "sendEmpty": false,
420
+ "requestDatatype": "JSON",
421
+ "responseDatatype": "JSON",
422
+ "headers": {},
423
+ "responseObjects": [
424
+ {
425
+ "type": "default",
426
+ "key": "",
427
+ "mockFile": ""
428
+ }
429
+ ]
430
+ },
431
+ {
432
+ "name": "queryExistingLicenseKeysForRegKeyPool",
433
+ "protocol": "REST",
434
+ "method": "GET",
435
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}/offerings?{query}",
436
+ "requestSchema": "schema.json",
437
+ "responseSchema": "schema.json",
438
+ "timeout": 0,
439
+ "sendEmpty": false,
440
+ "sendGetBody": false,
441
+ "requestDatatype": "JSON",
442
+ "responseDatatype": "JSON",
443
+ "headers": {},
444
+ "responseObjects": [
445
+ {
446
+ "type": "default",
447
+ "key": "",
448
+ "mockFile": ""
449
+ }
450
+ ]
451
+ },
452
+ {
453
+ "name": "addLicenseKey",
454
+ "protocol": "REST",
455
+ "method": "POST",
456
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}/offerings?{query}",
457
+ "requestSchema": "schema.json",
458
+ "responseSchema": "schema.json",
459
+ "timeout": 0,
460
+ "sendEmpty": false,
461
+ "requestDatatype": "JSON",
462
+ "responseDatatype": "JSON",
463
+ "headers": {},
464
+ "responseObjects": [
465
+ {
466
+ "type": "default",
467
+ "key": "",
468
+ "mockFile": ""
469
+ }
470
+ ]
471
+ },
472
+ {
473
+ "name": "pollForRegKeyActivationStatus",
474
+ "protocol": "REST",
475
+ "method": "GET",
476
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}/offerings/{pathv2}?{query}",
477
+ "requestSchema": "schema.json",
478
+ "responseSchema": "schema.json",
479
+ "timeout": 0,
480
+ "sendEmpty": false,
481
+ "sendGetBody": false,
482
+ "requestDatatype": "JSON",
483
+ "responseDatatype": "JSON",
484
+ "headers": {},
485
+ "responseObjects": [
486
+ {
487
+ "type": "default",
488
+ "key": "",
489
+ "mockFile": ""
490
+ }
491
+ ]
492
+ },
493
+ {
494
+ "name": "completeRegKeyActivation",
495
+ "protocol": "REST",
496
+ "method": "PATCH",
497
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}/offerings/{pathv2}?{query}",
498
+ "requestSchema": "schema.json",
499
+ "responseSchema": "schema.json",
500
+ "timeout": 0,
501
+ "sendEmpty": false,
502
+ "requestDatatype": "JSON",
503
+ "responseDatatype": "JSON",
504
+ "headers": {},
505
+ "responseObjects": [
506
+ {
507
+ "type": "default",
508
+ "key": "",
509
+ "mockFile": ""
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "name": "deleteRegistrationKey",
515
+ "protocol": "REST",
516
+ "method": "DELETE",
517
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}/offerings/{pathv2}?{query}",
518
+ "requestSchema": "schema.json",
519
+ "responseSchema": "schema.json",
520
+ "timeout": 0,
521
+ "sendEmpty": false,
522
+ "requestDatatype": "JSON",
523
+ "responseDatatype": "JSON",
524
+ "headers": {},
525
+ "responseObjects": [
526
+ {
527
+ "type": "default",
528
+ "key": "",
529
+ "mockFile": ""
530
+ }
531
+ ]
532
+ },
533
+ {
534
+ "name": "getRegistrationKeyAssignment",
535
+ "protocol": "REST",
536
+ "method": "GET",
537
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}/offerings/{pathv2}/members?{query}",
538
+ "requestSchema": "schema.json",
539
+ "responseSchema": "schema.json",
540
+ "timeout": 0,
541
+ "sendEmpty": false,
542
+ "sendGetBody": false,
543
+ "requestDatatype": "JSON",
544
+ "responseDatatype": "JSON",
545
+ "headers": {},
546
+ "responseObjects": [
547
+ {
548
+ "type": "default",
549
+ "key": "",
550
+ "mockFile": ""
551
+ }
552
+ ]
553
+ },
554
+ {
555
+ "name": "assignRegistrationKeyToDevice",
556
+ "protocol": "REST",
557
+ "method": "POST",
558
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}/offerings/{pathv2}/members?{query}",
559
+ "requestSchema": "schema.json",
560
+ "responseSchema": "schema.json",
561
+ "timeout": 0,
562
+ "sendEmpty": false,
563
+ "requestDatatype": "JSON",
564
+ "responseDatatype": "JSON",
565
+ "headers": {},
566
+ "responseObjects": [
567
+ {
568
+ "type": "default",
569
+ "key": "",
570
+ "mockFile": ""
571
+ }
572
+ ]
573
+ },
574
+ {
575
+ "name": "getRegistrationKeyAssignmentStatus",
576
+ "protocol": "REST",
577
+ "method": "GET",
578
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}/offerings/{pathv2}/members/{pathv3}?{query}",
579
+ "requestSchema": "schema.json",
580
+ "responseSchema": "schema.json",
581
+ "timeout": 0,
582
+ "sendEmpty": false,
583
+ "sendGetBody": false,
584
+ "requestDatatype": "JSON",
585
+ "responseDatatype": "JSON",
586
+ "headers": {},
587
+ "responseObjects": [
588
+ {
589
+ "type": "default",
590
+ "key": "",
591
+ "mockFile": ""
592
+ }
593
+ ]
594
+ },
595
+ {
596
+ "name": "revokedRegistrationKeyFromDevice",
597
+ "protocol": "REST",
598
+ "method": "DELETE",
599
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/pool/regkey/licenses/{pathv1}/offerings/{pathv2}/members/{pathv3}?{query}",
600
+ "requestSchema": "schema.json",
601
+ "responseSchema": "schema.json",
602
+ "timeout": 0,
603
+ "sendEmpty": false,
604
+ "requestDatatype": "JSON",
605
+ "responseDatatype": "JSON",
606
+ "headers": {},
607
+ "responseObjects": [
608
+ {
609
+ "type": "default",
610
+ "key": "",
611
+ "mockFile": ""
612
+ }
613
+ ]
614
+ },
615
+ {
616
+ "name": "setLicenseText",
617
+ "protocol": "REST",
618
+ "method": "POST",
619
+ "entitypath": "{base_path}/{version}/mgmt/setup/license?{query}",
620
+ "requestSchema": "schema.json",
621
+ "responseSchema": "schema.json",
622
+ "timeout": 0,
623
+ "sendEmpty": false,
624
+ "requestDatatype": "JSON",
625
+ "responseDatatype": "JSON",
626
+ "headers": {},
627
+ "responseObjects": [
628
+ {
629
+ "type": "default",
630
+ "key": "",
631
+ "mockFile": ""
632
+ }
633
+ ]
634
+ },
635
+ {
636
+ "name": "getLicenseText",
637
+ "protocol": "REST",
638
+ "method": "GET",
639
+ "entitypath": "{base_path}/{version}/mgmt/setup/license?{query}",
640
+ "requestSchema": "schema.json",
641
+ "responseSchema": "schema.json",
642
+ "timeout": 0,
643
+ "sendEmpty": false,
644
+ "sendGetBody": false,
645
+ "requestDatatype": "JSON",
646
+ "responseDatatype": "JSON",
647
+ "headers": {},
648
+ "responseObjects": [
649
+ {
650
+ "type": "default",
651
+ "key": "",
652
+ "mockFile": ""
653
+ }
654
+ ]
655
+ },
656
+ {
657
+ "name": "createUtilityBillingLicenseReport",
658
+ "protocol": "REST",
659
+ "method": "POST",
660
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/tasks/licensing/utility-billing-reports?{query}",
661
+ "requestSchema": "schema.json",
662
+ "responseSchema": "schema.json",
663
+ "timeout": 0,
664
+ "sendEmpty": false,
665
+ "requestDatatype": "JSON",
666
+ "responseDatatype": "JSON",
667
+ "headers": {},
668
+ "responseObjects": [
669
+ {
670
+ "type": "default",
671
+ "key": "",
672
+ "mockFile": ""
673
+ }
674
+ ]
675
+ },
676
+ {
677
+ "name": "getUtilityBillingReportStatus",
678
+ "protocol": "REST",
679
+ "method": "GET",
680
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/tasks/licensing/utility-billing-reports/{pathv1}?{query}",
681
+ "requestSchema": "schema.json",
682
+ "responseSchema": "schema.json",
683
+ "timeout": 0,
684
+ "sendEmpty": false,
685
+ "sendGetBody": false,
686
+ "requestDatatype": "JSON",
687
+ "responseDatatype": "JSON",
688
+ "headers": {},
689
+ "responseObjects": [
690
+ {
691
+ "type": "default",
692
+ "key": "",
693
+ "mockFile": ""
694
+ }
695
+ ]
696
+ },
697
+ {
698
+ "name": "downloadUtilityBillingReport",
699
+ "protocol": "REST",
700
+ "method": "GET",
701
+ "entitypath": "{base_path}/{version}/mgmt/cm/device/licensing/license-reports-download/{pathv1}?{query}",
702
+ "requestSchema": "schema.json",
703
+ "responseSchema": "schema.json",
704
+ "timeout": 0,
705
+ "sendEmpty": false,
706
+ "sendGetBody": false,
707
+ "requestDatatype": "JSON",
708
+ "responseDatatype": "JSON",
709
+ "headers": {},
710
+ "responseObjects": [
711
+ {
712
+ "type": "default",
713
+ "key": "",
714
+ "mockFile": ""
715
+ }
716
+ ]
717
+ }
718
+ ]
719
+ }