@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,1145 @@
1
+ {
2
+ "openapi": "3.0.0",
3
+ "info": {
4
+ "title": "BigIQ License Management",
5
+ "contact": {},
6
+ "version": "8.1.0"
7
+ },
8
+ "servers": [
9
+ {
10
+ "url": "localhost",
11
+ "variables": {}
12
+ }
13
+ ],
14
+ "paths": {
15
+ "/mgmt/cm/device/licensing/pool/initial-activation": {
16
+ "post": {
17
+ "tags": [
18
+ "License Management"
19
+ ],
20
+ "summary": "Activate a license",
21
+ "operationId": "initialLicenseActivation",
22
+ "parameters": [],
23
+ "requestBody": {
24
+ "description": "Body.",
25
+ "content": {
26
+ "application/json": {
27
+ "schema": {
28
+ "type": "object"
29
+ }
30
+ }
31
+ },
32
+ "required": true
33
+ },
34
+ "responses": {
35
+ "200": {
36
+ "description": "Result",
37
+ "headers": {}
38
+ }
39
+ },
40
+ "deprecated": false
41
+ }
42
+ },
43
+ "/mgmt/cm/device/licensing/pool/initial-activation/{registrationKey}": {
44
+ "get": {
45
+ "tags": [
46
+ "License Management"
47
+ ],
48
+ "summary": "Poll license activation status.",
49
+ "operationId": "pollInitialLicenseActivation",
50
+ "parameters": [
51
+ {
52
+ "name": "registrationKey",
53
+ "in": "path",
54
+ "description": "",
55
+ "required": true,
56
+ "style": "simple",
57
+ "schema": {
58
+ "type": "string"
59
+ }
60
+ }
61
+ ],
62
+ "responses": {
63
+ "200": {
64
+ "description": "Result",
65
+ "headers": {}
66
+ }
67
+ },
68
+ "deprecated": false
69
+ },
70
+ "patch": {
71
+ "tags": [
72
+ "License Management"
73
+ ],
74
+ "summary": "Complete or retry an activation.",
75
+ "operationId": "completeInitialActivation",
76
+ "parameters": [
77
+ {
78
+ "name": "registrationKey",
79
+ "in": "path",
80
+ "description": "",
81
+ "required": true,
82
+ "style": "simple",
83
+ "schema": {
84
+ "type": "string"
85
+ }
86
+ }
87
+ ],
88
+ "requestBody": {
89
+ "description": "Body containing eulaText or licenseText and status",
90
+ "content": {
91
+ "application/json": {
92
+ "schema": {
93
+ "type": "object"
94
+ }
95
+ }
96
+ },
97
+ "required": true
98
+ },
99
+ "responses": {
100
+ "200": {
101
+ "description": "Result",
102
+ "headers": {}
103
+ }
104
+ },
105
+ "deprecated": false
106
+ },
107
+ "delete": {
108
+ "tags": [
109
+ "License Management"
110
+ ],
111
+ "summary": "Remove failed activation.",
112
+ "operationId": "removeFailedInitialActivation",
113
+ "parameters": [
114
+ {
115
+ "name": "registrationKey",
116
+ "in": "path",
117
+ "description": "License registration key",
118
+ "required": true,
119
+ "style": "simple",
120
+ "schema": {
121
+ "type": "string"
122
+ }
123
+ }
124
+ ],
125
+ "responses": {
126
+ "200": {
127
+ "description": "Result",
128
+ "headers": {}
129
+ }
130
+ },
131
+ "deprecated": false
132
+ }
133
+ },
134
+ "/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{uuid}": {
135
+ "get": {
136
+ "tags": [
137
+ "License Management"
138
+ ],
139
+ "summary": "Get license reference.",
140
+ "operationId": "getLicenseReference",
141
+ "parameters": [
142
+ {
143
+ "name": "uuid",
144
+ "in": "path",
145
+ "description": "",
146
+ "required": true,
147
+ "style": "simple",
148
+ "schema": {
149
+ "type": "string"
150
+ }
151
+ }
152
+ ],
153
+ "responses": {
154
+ "200": {
155
+ "description": "Result",
156
+ "headers": {}
157
+ }
158
+ },
159
+ "deprecated": false
160
+ },
161
+ "patch": {
162
+ "tags": [
163
+ "License Management"
164
+ ],
165
+ "summary": "Reactivate or complete activation of purchased pool license.",
166
+ "operationId": "reactivateLicense",
167
+ "parameters": [
168
+ {
169
+ "name": "uuid",
170
+ "in": "path",
171
+ "description": "",
172
+ "required": true,
173
+ "style": "simple",
174
+ "schema": {
175
+ "type": "string"
176
+ }
177
+ }
178
+ ],
179
+ "requestBody": {
180
+ "description": "Body for reactivation or completing activation",
181
+ "content": {
182
+ "application/json": {
183
+ "schema": {
184
+ "type": "object"
185
+ }
186
+ }
187
+ },
188
+ "required": true
189
+ },
190
+ "responses": {
191
+ "200": {
192
+ "description": "Result",
193
+ "headers": {}
194
+ }
195
+ },
196
+ "deprecated": false
197
+ },
198
+ "delete": {
199
+ "tags": [
200
+ "License Management"
201
+ ],
202
+ "summary": "Delete a purchased pool license.",
203
+ "operationId": "deletePurchasedPoolLicense",
204
+ "parameters": [
205
+ {
206
+ "name": "uuid",
207
+ "in": "path",
208
+ "description": "License uuid",
209
+ "required": true,
210
+ "style": "simple",
211
+ "schema": {
212
+ "type": "string"
213
+ }
214
+ }
215
+ ],
216
+ "responses": {
217
+ "200": {
218
+ "description": "Result",
219
+ "headers": {}
220
+ }
221
+ },
222
+ "deprecated": false
223
+ }
224
+ },
225
+ "/mgmt/cm/device/tasks/licensing/pool/member-management": {
226
+ "post": {
227
+ "tags": [
228
+ "License Management"
229
+ ],
230
+ "summary": "Assign or revoke a pool license to a managed device",
231
+ "operationId": "assignOrRevokeLicense",
232
+ "parameters": [],
233
+ "requestBody": {
234
+ "description": "Body to assign or revoke license",
235
+ "content": {
236
+ "application/json": {
237
+ "schema": {
238
+ "type": "object"
239
+ }
240
+ }
241
+ },
242
+ "required": true
243
+ },
244
+ "responses": {
245
+ "200": {
246
+ "description": "Result",
247
+ "headers": {}
248
+ }
249
+ },
250
+ "deprecated": false
251
+ }
252
+ },
253
+ "/mgmt/cm/device/tasks/licensing/pool/member-management/{uuid}": {
254
+ "get": {
255
+ "tags": [
256
+ "License Management"
257
+ ],
258
+ "summary": "Pool assign or revoke license task for completion.",
259
+ "operationId": "pollTaskForCompletion",
260
+ "parameters": [
261
+ {
262
+ "name": "uuid",
263
+ "in": "path",
264
+ "description": "",
265
+ "required": true,
266
+ "style": "simple",
267
+ "schema": {
268
+ "type": "string"
269
+ }
270
+ }
271
+ ],
272
+ "responses": {
273
+ "200": {
274
+ "description": "Result",
275
+ "headers": {}
276
+ }
277
+ },
278
+ "deprecated": false
279
+ }
280
+ },
281
+ "/mgmt/cm/device/licensing/assignments": {
282
+ "get": {
283
+ "tags": [
284
+ "License Management"
285
+ ],
286
+ "summary": "View outstanding assignments.",
287
+ "operationId": "viewOutstandingAssignments",
288
+ "parameters": [],
289
+ "responses": {
290
+ "200": {
291
+ "description": "Result",
292
+ "headers": {}
293
+ }
294
+ },
295
+ "deprecated": false
296
+ }
297
+ },
298
+ "/mgmt/cm/device/licensing/pool/purchased-pool/licenses": {
299
+ "get": {
300
+ "tags": [
301
+ "License Management"
302
+ ],
303
+ "summary": "Query existing purchased pool licenses.",
304
+ "operationId": "queryExistingPurchasedLicenses",
305
+ "parameters": [],
306
+ "responses": {
307
+ "200": {
308
+ "description": "Result",
309
+ "headers": {}
310
+ }
311
+ },
312
+ "deprecated": false
313
+ },
314
+ "post": {
315
+ "tags": [
316
+ "License Management"
317
+ ],
318
+ "summary": "Activate a purchased pool license",
319
+ "operationId": "activateNewPurchasedPoolLicense",
320
+ "parameters": [],
321
+ "requestBody": {
322
+ "description": "Body with registration key, name and method",
323
+ "content": {
324
+ "application/json": {
325
+ "schema": {
326
+ "type": "object"
327
+ }
328
+ }
329
+ },
330
+ "required": true
331
+ },
332
+ "responses": {
333
+ "200": {
334
+ "description": "Result",
335
+ "headers": {}
336
+ }
337
+ },
338
+ "deprecated": false
339
+ }
340
+ },
341
+ "/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{uuid}/members": {
342
+ "get": {
343
+ "tags": [
344
+ "License Management"
345
+ ],
346
+ "summary": "Query assignments for a purchased pool license.",
347
+ "operationId": "queryPurchasedPoolLicenseAssignments",
348
+ "parameters": [
349
+ {
350
+ "name": "uuid",
351
+ "in": "path",
352
+ "description": "",
353
+ "required": true,
354
+ "style": "simple",
355
+ "schema": {
356
+ "type": "string"
357
+ }
358
+ }
359
+ ],
360
+ "responses": {
361
+ "200": {
362
+ "description": "Result",
363
+ "headers": {}
364
+ }
365
+ },
366
+ "deprecated": false
367
+ },
368
+ "post": {
369
+ "tags": [
370
+ "License Management"
371
+ ],
372
+ "summary": "Assign license to managed device",
373
+ "operationId": "assignPurchasedPoolLicenseMembers",
374
+ "parameters": [
375
+ {
376
+ "name": "uuid",
377
+ "in": "path",
378
+ "description": "",
379
+ "required": true,
380
+ "style": "simple",
381
+ "schema": {
382
+ "type": "string"
383
+ }
384
+ }
385
+ ],
386
+ "requestBody": {
387
+ "description": "Body containing device reference or details",
388
+ "content": {
389
+ "application/json": {
390
+ "schema": {
391
+ "type": "object"
392
+ }
393
+ }
394
+ },
395
+ "required": true
396
+ },
397
+ "responses": {
398
+ "200": {
399
+ "description": "Result",
400
+ "headers": {}
401
+ }
402
+ },
403
+ "deprecated": false
404
+ }
405
+ },
406
+ "/mgmt/cm/device/licensing/pool/purchased-pool/licenses/{uuid}/members/{member_uuid}": {
407
+ "get": {
408
+ "tags": [
409
+ "License Management"
410
+ ],
411
+ "summary": "Query license assignment status.",
412
+ "operationId": "queryPurchasedPoolLicenseAssignmentStatus",
413
+ "parameters": [
414
+ {
415
+ "name": "uuid",
416
+ "in": "path",
417
+ "description": "License uuid",
418
+ "required": true,
419
+ "style": "simple",
420
+ "schema": {
421
+ "type": "string"
422
+ }
423
+ },
424
+ {
425
+ "name": "member_uuid",
426
+ "in": "path",
427
+ "description": "Member uuid",
428
+ "required": true,
429
+ "style": "simple",
430
+ "schema": {
431
+ "type": "string"
432
+ }
433
+ }
434
+ ],
435
+ "responses": {
436
+ "200": {
437
+ "description": "Result",
438
+ "headers": {}
439
+ }
440
+ },
441
+ "deprecated": false
442
+ },
443
+ "patch": {
444
+ "tags": [
445
+ "License Management"
446
+ ],
447
+ "summary": "Refresh the license on a BIG-IP device",
448
+ "operationId": "refreshPurchasedPoolLicenseOnBigIPDevice",
449
+ "parameters": [
450
+ {
451
+ "name": "uuid",
452
+ "in": "path",
453
+ "description": "",
454
+ "required": true,
455
+ "style": "simple",
456
+ "schema": {
457
+ "type": "string"
458
+ }
459
+ },
460
+ {
461
+ "name": "member_uuid",
462
+ "in": "path",
463
+ "description": "Member uuid",
464
+ "required": true,
465
+ "style": "simple",
466
+ "schema": {
467
+ "type": "string"
468
+ }
469
+ }
470
+ ],
471
+ "requestBody": {
472
+ "description": "Body including state and optional creds",
473
+ "content": {
474
+ "application/json": {
475
+ "schema": {
476
+ "type": "object"
477
+ }
478
+ }
479
+ },
480
+ "required": true
481
+ },
482
+ "responses": {
483
+ "200": {
484
+ "description": "Result",
485
+ "headers": {}
486
+ }
487
+ },
488
+ "deprecated": false
489
+ },
490
+ "delete": {
491
+ "tags": [
492
+ "License Management"
493
+ ],
494
+ "summary": "Revoke a license from a device.",
495
+ "operationId": "revokeAPurchasedPoolLicense",
496
+ "parameters": [
497
+ {
498
+ "name": "uuid",
499
+ "in": "path",
500
+ "description": "",
501
+ "required": true,
502
+ "style": "simple",
503
+ "schema": {
504
+ "type": "string"
505
+ }
506
+ },
507
+ {
508
+ "name": "member_uuid",
509
+ "in": "path",
510
+ "description": "Member uuid",
511
+ "required": true,
512
+ "style": "simple",
513
+ "schema": {
514
+ "type": "string"
515
+ }
516
+ }
517
+ ],
518
+ "responses": {
519
+ "200": {
520
+ "description": "Result",
521
+ "headers": {}
522
+ }
523
+ },
524
+ "deprecated": false
525
+ }
526
+ },
527
+ "/mgmt/cm/device/licensing/pool/regkey/licenses": {
528
+ "get": {
529
+ "tags": [
530
+ "License Management"
531
+ ],
532
+ "summary": "Query existing RegKey Pools.",
533
+ "operationId": "queryExistingRegKeyPools",
534
+ "parameters": [],
535
+ "responses": {
536
+ "200": {
537
+ "description": "Result",
538
+ "headers": {}
539
+ }
540
+ },
541
+ "deprecated": false
542
+ },
543
+ "post": {
544
+ "tags": [
545
+ "License Management"
546
+ ],
547
+ "summary": "Create a RegKey Pool",
548
+ "operationId": "createRegKeyPool",
549
+ "parameters": [],
550
+ "requestBody": {
551
+ "description": "Body",
552
+ "content": {
553
+ "application/json": {
554
+ "schema": {
555
+ "type": "object"
556
+ }
557
+ }
558
+ },
559
+ "required": true
560
+ },
561
+ "responses": {
562
+ "200": {
563
+ "description": "Result",
564
+ "headers": {}
565
+ }
566
+ },
567
+ "deprecated": false
568
+ }
569
+ },
570
+ "/mgmt/cm/device/licensing/pool/regkey/licenses/{id}": {
571
+ "patch": {
572
+ "tags": [
573
+ "License Management"
574
+ ],
575
+ "summary": "Update a RegKey Pool to change name and/or description",
576
+ "operationId": "updateRegKeyPool",
577
+ "parameters": [
578
+ {
579
+ "name": "id",
580
+ "in": "path",
581
+ "description": "RegKey Pool ID",
582
+ "required": true,
583
+ "style": "simple",
584
+ "schema": {
585
+ "type": "string"
586
+ }
587
+ }
588
+ ],
589
+ "requestBody": {
590
+ "description": "Body",
591
+ "content": {
592
+ "application/json": {
593
+ "schema": {
594
+ "type": "object"
595
+ }
596
+ }
597
+ },
598
+ "required": true
599
+ },
600
+ "responses": {
601
+ "200": {
602
+ "description": "Result",
603
+ "headers": {}
604
+ }
605
+ },
606
+ "deprecated": false
607
+ },
608
+ "delete": {
609
+ "tags": [
610
+ "License Management"
611
+ ],
612
+ "summary": "Remove a RegKey Pool",
613
+ "operationId": "removeRegKeyPool",
614
+ "parameters": [
615
+ {
616
+ "name": "id",
617
+ "in": "path",
618
+ "description": "RegKey Pool ID",
619
+ "required": true,
620
+ "style": "simple",
621
+ "schema": {
622
+ "type": "string"
623
+ }
624
+ }
625
+ ],
626
+ "responses": {
627
+ "200": {
628
+ "description": "Result",
629
+ "headers": {}
630
+ }
631
+ },
632
+ "deprecated": false
633
+ }
634
+ },
635
+ "/mgmt/cm/device/licensing/pool/regkey/licenses/{id}/offerings": {
636
+ "get": {
637
+ "tags": [
638
+ "License Management"
639
+ ],
640
+ "summary": "Query existing license keys for a RegKey Pool.",
641
+ "operationId": "queryExistingLicenseKeysForRegKeyPool",
642
+ "parameters": [
643
+ {
644
+ "name": "id",
645
+ "in": "path",
646
+ "description": "RegKey Pool ID",
647
+ "required": true,
648
+ "style": "simple",
649
+ "schema": {
650
+ "type": "string"
651
+ }
652
+ }
653
+ ],
654
+ "responses": {
655
+ "200": {
656
+ "description": "Result",
657
+ "headers": {}
658
+ }
659
+ },
660
+ "deprecated": false
661
+ },
662
+ "post": {
663
+ "tags": [
664
+ "License Management"
665
+ ],
666
+ "summary": "Add a license key",
667
+ "operationId": "addLicenseKey",
668
+ "parameters": [
669
+ {
670
+ "name": "id",
671
+ "in": "path",
672
+ "description": "RegKey Pool ID",
673
+ "required": true,
674
+ "style": "simple",
675
+ "schema": {
676
+ "type": "string"
677
+ }
678
+ }
679
+ ],
680
+ "requestBody": {
681
+ "description": "Body",
682
+ "content": {
683
+ "application/json": {
684
+ "schema": {
685
+ "type": "object"
686
+ }
687
+ }
688
+ },
689
+ "required": true
690
+ },
691
+ "responses": {
692
+ "200": {
693
+ "description": "Result",
694
+ "headers": {}
695
+ }
696
+ },
697
+ "deprecated": false
698
+ }
699
+ },
700
+ "/mgmt/cm/device/licensing/pool/regkey/licenses/{id}/offerings/{regKey}": {
701
+ "get": {
702
+ "tags": [
703
+ "License Management"
704
+ ],
705
+ "summary": "Poll to get status",
706
+ "operationId": "pollForRegKeyActivationStatus",
707
+ "parameters": [
708
+ {
709
+ "name": "id",
710
+ "in": "path",
711
+ "description": "RegKey Pool ID",
712
+ "required": true,
713
+ "style": "simple",
714
+ "schema": {
715
+ "type": "string"
716
+ }
717
+ },
718
+ {
719
+ "name": "regKey",
720
+ "in": "path",
721
+ "description": "RegKey",
722
+ "required": true,
723
+ "style": "simple",
724
+ "schema": {
725
+ "type": "string"
726
+ }
727
+ }
728
+ ],
729
+ "responses": {
730
+ "200": {
731
+ "description": "Result",
732
+ "headers": {}
733
+ }
734
+ },
735
+ "deprecated": false
736
+ },
737
+ "patch": {
738
+ "tags": [
739
+ "License Management"
740
+ ],
741
+ "summary": "Complete or retry reg key activiation. May also reactivate a license with add-on keys.",
742
+ "operationId": "completeRegKeyActivation",
743
+ "parameters": [
744
+ {
745
+ "name": "id",
746
+ "in": "path",
747
+ "description": "RegKey Pool ID",
748
+ "required": true,
749
+ "style": "simple",
750
+ "schema": {
751
+ "type": "string"
752
+ }
753
+ },
754
+ {
755
+ "name": "regKey",
756
+ "in": "path",
757
+ "description": "RegKey",
758
+ "required": true,
759
+ "style": "simple",
760
+ "schema": {
761
+ "type": "string"
762
+ }
763
+ }
764
+ ],
765
+ "requestBody": {
766
+ "description": "Body for manual or automatic activation",
767
+ "content": {
768
+ "application/json": {
769
+ "schema": {
770
+ "type": "object"
771
+ }
772
+ }
773
+ },
774
+ "required": true
775
+ },
776
+ "responses": {
777
+ "200": {
778
+ "description": "Result",
779
+ "headers": {}
780
+ }
781
+ },
782
+ "deprecated": false
783
+ },
784
+ "delete": {
785
+ "tags": [
786
+ "License Management"
787
+ ],
788
+ "summary": "Delete a Registration key",
789
+ "operationId": "deleteRegistrationKey",
790
+ "parameters": [
791
+ {
792
+ "name": "id",
793
+ "in": "path",
794
+ "description": "RegKey Pool ID",
795
+ "required": true,
796
+ "style": "simple",
797
+ "schema": {
798
+ "type": "string"
799
+ }
800
+ },
801
+ {
802
+ "name": "regKey",
803
+ "in": "path",
804
+ "description": "RegKey",
805
+ "required": true,
806
+ "style": "simple",
807
+ "schema": {
808
+ "type": "string"
809
+ }
810
+ }
811
+ ],
812
+ "responses": {
813
+ "200": {
814
+ "description": "Result",
815
+ "headers": {}
816
+ }
817
+ },
818
+ "deprecated": false
819
+ }
820
+ },
821
+ "/mgmt/cm/device/licensing/pool/regkey/licenses/{id}/offerings/{regKey}/members": {
822
+ "get": {
823
+ "tags": [
824
+ "License Management"
825
+ ],
826
+ "summary": "Get the assignment for a registration key in a RegKey Pool",
827
+ "operationId": "getRegistrationKeyAssignment",
828
+ "parameters": [
829
+ {
830
+ "name": "id",
831
+ "in": "path",
832
+ "description": "RegKey Pool ID",
833
+ "required": true,
834
+ "style": "simple",
835
+ "schema": {
836
+ "type": "string"
837
+ }
838
+ },
839
+ {
840
+ "name": "regKey",
841
+ "in": "path",
842
+ "description": "RegKey",
843
+ "required": true,
844
+ "style": "simple",
845
+ "schema": {
846
+ "type": "string"
847
+ }
848
+ }
849
+ ],
850
+ "responses": {
851
+ "200": {
852
+ "description": "Result",
853
+ "headers": {}
854
+ }
855
+ },
856
+ "deprecated": false
857
+ },
858
+ "post": {
859
+ "tags": [
860
+ "License Management"
861
+ ],
862
+ "summary": "Assign a license to a managed or unmanaged device",
863
+ "operationId": "assignRegistrationKeyToDevice",
864
+ "parameters": [
865
+ {
866
+ "name": "id",
867
+ "in": "path",
868
+ "description": "RegKey Pool ID",
869
+ "required": true,
870
+ "style": "simple",
871
+ "schema": {
872
+ "type": "string"
873
+ }
874
+ },
875
+ {
876
+ "name": "regKey",
877
+ "in": "path",
878
+ "description": "RegKey",
879
+ "required": true,
880
+ "style": "simple",
881
+ "schema": {
882
+ "type": "string"
883
+ }
884
+ }
885
+ ],
886
+ "requestBody": {
887
+ "description": "Body",
888
+ "content": {
889
+ "application/json": {
890
+ "schema": {
891
+ "type": "object"
892
+ }
893
+ }
894
+ },
895
+ "required": true
896
+ },
897
+ "responses": {
898
+ "200": {
899
+ "description": "Result",
900
+ "headers": {}
901
+ }
902
+ },
903
+ "deprecated": false
904
+ }
905
+ },
906
+ "/mgmt/cm/device/licensing/pool/regkey/licenses/{id}/offerings/{regKey}/members/{member_uuid}": {
907
+ "get": {
908
+ "tags": [
909
+ "License Management"
910
+ ],
911
+ "summary": "Get the status of a new registration key assignment",
912
+ "operationId": "getRegistrationKeyAssignmentStatus",
913
+ "parameters": [
914
+ {
915
+ "name": "id",
916
+ "in": "path",
917
+ "description": "RegKey Pool ID",
918
+ "required": true,
919
+ "style": "simple",
920
+ "schema": {
921
+ "type": "string"
922
+ }
923
+ },
924
+ {
925
+ "name": "regKey",
926
+ "in": "path",
927
+ "description": "RegKey",
928
+ "required": true,
929
+ "style": "simple",
930
+ "schema": {
931
+ "type": "string"
932
+ }
933
+ },
934
+ {
935
+ "name": "member_uuid",
936
+ "in": "path",
937
+ "description": "Member uuid",
938
+ "required": true,
939
+ "style": "simple",
940
+ "schema": {
941
+ "type": "string"
942
+ }
943
+ }
944
+ ],
945
+ "responses": {
946
+ "200": {
947
+ "description": "Result",
948
+ "headers": {}
949
+ }
950
+ },
951
+ "deprecated": false
952
+ },
953
+ "delete": {
954
+ "tags": [
955
+ "License Management"
956
+ ],
957
+ "summary": "Revoke a license from a managed or unmanaged device",
958
+ "operationId": "revokedRegistrationKeyFromDevice",
959
+ "parameters": [
960
+ {
961
+ "name": "id",
962
+ "in": "path",
963
+ "description": "RegKey Pool ID",
964
+ "required": true,
965
+ "style": "simple",
966
+ "schema": {
967
+ "type": "string"
968
+ }
969
+ },
970
+ {
971
+ "name": "regKey",
972
+ "in": "path",
973
+ "description": "RegKey",
974
+ "required": true,
975
+ "style": "simple",
976
+ "schema": {
977
+ "type": "string"
978
+ }
979
+ },
980
+ {
981
+ "name": "member_uuid",
982
+ "in": "path",
983
+ "description": "Member uuid",
984
+ "required": true,
985
+ "style": "simple",
986
+ "schema": {
987
+ "type": "string"
988
+ }
989
+ }
990
+ ],
991
+ "requestBody": {
992
+ "description": "Body required for unmanaged devices",
993
+ "content": {
994
+ "application/json": {
995
+ "schema": {
996
+ "type": "object"
997
+ }
998
+ }
999
+ },
1000
+ "required": false
1001
+ },
1002
+ "responses": {
1003
+ "200": {
1004
+ "description": "Result",
1005
+ "headers": {}
1006
+ }
1007
+ },
1008
+ "deprecated": false
1009
+ }
1010
+ },
1011
+ "/mgmt/setup/license": {
1012
+ "post": {
1013
+ "tags": [
1014
+ "License Management"
1015
+ ],
1016
+ "summary": "Set the license text",
1017
+ "operationId": "setLicenseText",
1018
+ "parameters": [],
1019
+ "requestBody": {
1020
+ "description": "Body with LicenseText",
1021
+ "content": {
1022
+ "application/json": {
1023
+ "schema": {
1024
+ "type": "object"
1025
+ }
1026
+ }
1027
+ },
1028
+ "required": true
1029
+ },
1030
+ "responses": {
1031
+ "200": {
1032
+ "description": "Result",
1033
+ "headers": {}
1034
+ }
1035
+ },
1036
+ "deprecated": false
1037
+ },
1038
+ "get": {
1039
+ "tags": [
1040
+ "License Management"
1041
+ ],
1042
+ "summary": "Get the license text",
1043
+ "operationId": "getLicenseText",
1044
+ "parameters": [],
1045
+ "responses": {
1046
+ "200": {
1047
+ "description": "Result",
1048
+ "headers": {}
1049
+ }
1050
+ },
1051
+ "deprecated": false
1052
+ }
1053
+ },
1054
+ "/mgmt/cm/device/tasks/licensing/utility-billing-reports": {
1055
+ "post": {
1056
+ "tags": [
1057
+ "License Management"
1058
+ ],
1059
+ "summary": "Create utility billing license report",
1060
+ "operationId": "createUtilityBillingLicenseReport",
1061
+ "parameters": [],
1062
+ "requestBody": {
1063
+ "description": "Body",
1064
+ "content": {
1065
+ "application/json": {
1066
+ "schema": {
1067
+ "type": "object"
1068
+ }
1069
+ }
1070
+ },
1071
+ "required": true
1072
+ },
1073
+ "responses": {
1074
+ "200": {
1075
+ "description": "Result",
1076
+ "headers": {}
1077
+ }
1078
+ },
1079
+ "deprecated": false
1080
+ }
1081
+ },
1082
+ "/mgmt/cm/device/tasks/licensing/utility-billing-reports/{id}": {
1083
+ "get": {
1084
+ "tags": [
1085
+ "License Management"
1086
+ ],
1087
+ "summary": "View the status of a utility billing report",
1088
+ "operationId": "getUtilityBillingReportStatus",
1089
+ "parameters": [
1090
+ {
1091
+ "name": "id",
1092
+ "in": "path",
1093
+ "description": "id",
1094
+ "required": true,
1095
+ "style": "simple",
1096
+ "schema": {
1097
+ "type": "string"
1098
+ }
1099
+ }
1100
+ ],
1101
+ "responses": {
1102
+ "200": {
1103
+ "description": "Result",
1104
+ "headers": {}
1105
+ }
1106
+ },
1107
+ "deprecated": false
1108
+ }
1109
+ },
1110
+ "/mgmt/cm/device/licensing/license-reports-download/{report}": {
1111
+ "get": {
1112
+ "tags": [
1113
+ "License Management"
1114
+ ],
1115
+ "summary": "Download a utility billing report",
1116
+ "operationId": "downloadUtilityBillingReport",
1117
+ "parameters": [
1118
+ {
1119
+ "name": "report",
1120
+ "in": "path",
1121
+ "description": "report",
1122
+ "required": true,
1123
+ "style": "simple",
1124
+ "schema": {
1125
+ "type": "string"
1126
+ }
1127
+ }
1128
+ ],
1129
+ "responses": {
1130
+ "200": {
1131
+ "description": "Result",
1132
+ "headers": {}
1133
+ }
1134
+ },
1135
+ "deprecated": false
1136
+ }
1137
+ }
1138
+ },
1139
+ "components": {},
1140
+ "tags": [
1141
+ {
1142
+ "name": "License Management"
1143
+ }
1144
+ ]
1145
+ }