@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.
package/pronghorn.json CHANGED
@@ -64,7 +64,7 @@
64
64
  }
65
65
  },
66
66
  {
67
- "name" : "replace",
67
+ "name": "replace",
68
68
  "type": "boolean",
69
69
  "info": "True to replace entire mock data, false to merge/append",
70
70
  "required": false,
@@ -11505,8 +11505,7 @@
11505
11505
  "name": "test-bigiq-qkview.qkview"
11506
11506
  }
11507
11507
  }
11508
- ],
11509
- "definitions": {}
11508
+ ]
11510
11509
  }
11511
11510
  }
11512
11511
  ],
@@ -11807,8 +11806,7 @@
11807
11806
  }
11808
11807
  }
11809
11808
  }
11810
- ],
11811
- "definitions": {}
11809
+ ]
11812
11810
  }
11813
11811
  }
11814
11812
  ],
@@ -11887,8 +11885,7 @@
11887
11885
  "password": ""
11888
11886
  }
11889
11887
  }
11890
- ],
11891
- "definitions": {}
11888
+ ]
11892
11889
  }
11893
11890
  }
11894
11891
  ],
@@ -11956,8 +11953,7 @@
11956
11953
  "iHealthAuthEndpoint": "https://identity.account.f5.com/oauth2/ausp95ykc80HOU7SQ357/v1/token"
11957
11954
  }
11958
11955
  }
11959
- ],
11960
- "definitions": {}
11956
+ ]
11961
11957
  }
11962
11958
  }
11963
11959
  ],
@@ -12030,8 +12026,7 @@
12030
12026
  }
12031
12027
  }
12032
12028
  }
12033
- ],
12034
- "definitions": {}
12029
+ ]
12035
12030
  }
12036
12031
  }
12037
12032
  ],
@@ -12120,8 +12115,7 @@
12120
12115
  "encryptedPassword": "ttZNs4dlnYnR6afp8yrDuhqJmOCN5yNG3ou6NSJjYuu0o7UC0L93hiBFZc9bA+rUTOaATvZc8CBbj1zkIr4R0Q=="
12121
12116
  }
12122
12117
  }
12123
- ],
12124
- "definitions": {}
12118
+ ]
12125
12119
  }
12126
12120
  }
12127
12121
  ],
@@ -12296,8 +12290,7 @@
12296
12290
  "description": "Itential testing"
12297
12291
  }
12298
12292
  }
12299
- ],
12300
- "definitions": {}
12293
+ ]
12301
12294
  }
12302
12295
  }
12303
12296
  ],
@@ -12409,8 +12402,7 @@
12409
12402
  "downloadFilename": "testing3-task.ucs"
12410
12403
  }
12411
12404
  }
12412
- ],
12413
- "definitions": {}
12405
+ ]
12414
12406
  }
12415
12407
  }
12416
12408
  ],
@@ -12534,8 +12526,7 @@
12534
12526
  "script": "tmsh show sys license | grep 'Service Check Date'"
12535
12527
  }
12536
12528
  }
12537
- ],
12538
- "definitions": {}
12529
+ ]
12539
12530
  }
12540
12531
  }
12541
12532
  ],
@@ -12586,8 +12577,7 @@
12586
12577
  }
12587
12578
  }
12588
12579
  }
12589
- ],
12590
- "definitions": {}
12580
+ ]
12591
12581
  }
12592
12582
  }
12593
12583
  ],
@@ -12817,8 +12807,7 @@
12817
12807
  "stopToReview": true
12818
12808
  }
12819
12809
  }
12820
- ],
12821
- "definitions": {}
12810
+ ]
12822
12811
  }
12823
12812
  }
12824
12813
  ],
@@ -13037,8 +13026,7 @@
13037
13026
  "status": "STARTED"
13038
13027
  }
13039
13028
  }
13040
- ],
13041
- "definitions": {}
13029
+ ]
13042
13030
  }
13043
13031
  }
13044
13032
  ],
@@ -13102,8 +13090,7 @@
13102
13090
  "status": "STARTED"
13103
13091
  }
13104
13092
  }
13105
- ],
13106
- "definitions": {}
13093
+ ]
13107
13094
  }
13108
13095
  }
13109
13096
  ],
@@ -13521,6 +13508,1347 @@
13521
13508
  "path": "/getUpgradeInstancesById"
13522
13509
  },
13523
13510
  "task": true
13511
+ },
13512
+ {
13513
+ "name": "initialLicenseActivation",
13514
+ "summary": "Activate a license",
13515
+ "description": "Activate a license",
13516
+ "input": [
13517
+ {
13518
+ "name": "body",
13519
+ "type": "object",
13520
+ "info": "Body.: object",
13521
+ "required": true,
13522
+ "schema": {
13523
+ "type": "object"
13524
+ }
13525
+ }
13526
+ ],
13527
+ "output": {
13528
+ "name": "result",
13529
+ "type": "object",
13530
+ "description": "A JSON Object containing status, code and the result",
13531
+ "schema": {
13532
+ "title": "result",
13533
+ "type": "object"
13534
+ }
13535
+ },
13536
+ "roles": [
13537
+ "admin"
13538
+ ],
13539
+ "route": {
13540
+ "verb": "POST",
13541
+ "path": "/initialLicenseActivation"
13542
+ },
13543
+ "task": true
13544
+ },
13545
+ {
13546
+ "name": "pollInitialLicenseActivation",
13547
+ "summary": "Poll license activation status.",
13548
+ "description": "Poll license activation status.",
13549
+ "input": [
13550
+ {
13551
+ "name": "registrationKey",
13552
+ "type": "string",
13553
+ "info": ": string",
13554
+ "required": true,
13555
+ "schema": {
13556
+ "title": "registrationKey",
13557
+ "type": "string"
13558
+ }
13559
+ }
13560
+ ],
13561
+ "output": {
13562
+ "name": "result",
13563
+ "type": "object",
13564
+ "description": "A JSON Object containing status, code and the result",
13565
+ "schema": {
13566
+ "title": "result",
13567
+ "type": "object"
13568
+ }
13569
+ },
13570
+ "roles": [
13571
+ "admin"
13572
+ ],
13573
+ "route": {
13574
+ "verb": "POST",
13575
+ "path": "/pollInitialLicenseActivation"
13576
+ },
13577
+ "task": true
13578
+ },
13579
+ {
13580
+ "name": "completeInitialActivation",
13581
+ "summary": "Complete or retry an activation.",
13582
+ "description": "Complete or retry an activation.",
13583
+ "input": [
13584
+ {
13585
+ "name": "registrationKey",
13586
+ "type": "string",
13587
+ "info": ": string",
13588
+ "required": true,
13589
+ "schema": {
13590
+ "title": "registrationKey",
13591
+ "type": "string"
13592
+ }
13593
+ },
13594
+ {
13595
+ "name": "body",
13596
+ "type": "object",
13597
+ "info": "Body containing eulaText or licenseText and status: object",
13598
+ "required": true,
13599
+ "schema": {
13600
+ "type": "object"
13601
+ }
13602
+ }
13603
+ ],
13604
+ "output": {
13605
+ "name": "result",
13606
+ "type": "object",
13607
+ "description": "A JSON Object containing status, code and the result",
13608
+ "schema": {
13609
+ "title": "result",
13610
+ "type": "object"
13611
+ }
13612
+ },
13613
+ "roles": [
13614
+ "admin"
13615
+ ],
13616
+ "route": {
13617
+ "verb": "POST",
13618
+ "path": "/completeInitialActivation"
13619
+ },
13620
+ "task": true
13621
+ },
13622
+ {
13623
+ "name": "removeFailedInitialActivation",
13624
+ "summary": "Remove failed activation.",
13625
+ "description": "Remove failed activation.",
13626
+ "input": [
13627
+ {
13628
+ "name": "registrationKey",
13629
+ "type": "string",
13630
+ "info": "License registration key: string",
13631
+ "required": true,
13632
+ "schema": {
13633
+ "title": "registrationKey",
13634
+ "type": "string"
13635
+ }
13636
+ }
13637
+ ],
13638
+ "output": {
13639
+ "name": "result",
13640
+ "type": "object",
13641
+ "description": "A JSON Object containing status, code and the result",
13642
+ "schema": {
13643
+ "title": "result",
13644
+ "type": "object"
13645
+ }
13646
+ },
13647
+ "roles": [
13648
+ "admin"
13649
+ ],
13650
+ "route": {
13651
+ "verb": "POST",
13652
+ "path": "/removeFailedInitialActivation"
13653
+ },
13654
+ "task": true
13655
+ },
13656
+ {
13657
+ "name": "getLicenseReference",
13658
+ "summary": "Get license reference.",
13659
+ "description": "Get license reference.",
13660
+ "input": [
13661
+ {
13662
+ "name": "uuid",
13663
+ "type": "string",
13664
+ "info": ": string",
13665
+ "required": true,
13666
+ "schema": {
13667
+ "title": "uuid",
13668
+ "type": "string"
13669
+ }
13670
+ }
13671
+ ],
13672
+ "output": {
13673
+ "name": "result",
13674
+ "type": "object",
13675
+ "description": "A JSON Object containing status, code and the result",
13676
+ "schema": {
13677
+ "title": "result",
13678
+ "type": "object"
13679
+ }
13680
+ },
13681
+ "roles": [
13682
+ "admin"
13683
+ ],
13684
+ "route": {
13685
+ "verb": "POST",
13686
+ "path": "/getLicenseReference"
13687
+ },
13688
+ "task": true
13689
+ },
13690
+ {
13691
+ "name": "reactivateLicense",
13692
+ "summary": "Reactivate or complete activation of purchased pool license.",
13693
+ "description": "Reactivate or complete activation of purchased pool license.",
13694
+ "input": [
13695
+ {
13696
+ "name": "uuid",
13697
+ "type": "string",
13698
+ "info": ": string",
13699
+ "required": true,
13700
+ "schema": {
13701
+ "title": "uuid",
13702
+ "type": "string"
13703
+ }
13704
+ },
13705
+ {
13706
+ "name": "body",
13707
+ "type": "object",
13708
+ "info": "Body for reactivation or completing activation: object",
13709
+ "required": true,
13710
+ "schema": {
13711
+ "type": "object"
13712
+ }
13713
+ }
13714
+ ],
13715
+ "output": {
13716
+ "name": "result",
13717
+ "type": "object",
13718
+ "description": "A JSON Object containing status, code and the result",
13719
+ "schema": {
13720
+ "title": "result",
13721
+ "type": "object"
13722
+ }
13723
+ },
13724
+ "roles": [
13725
+ "admin"
13726
+ ],
13727
+ "route": {
13728
+ "verb": "POST",
13729
+ "path": "/reactivateLicense"
13730
+ },
13731
+ "task": true
13732
+ },
13733
+ {
13734
+ "name": "deletePurchasedPoolLicense",
13735
+ "summary": "Delete a purchased pool license.",
13736
+ "description": "Delete a purchased pool license.",
13737
+ "input": [
13738
+ {
13739
+ "name": "uuid",
13740
+ "type": "string",
13741
+ "info": "License uuid: string",
13742
+ "required": true,
13743
+ "schema": {
13744
+ "title": "uuid",
13745
+ "type": "string"
13746
+ }
13747
+ }
13748
+ ],
13749
+ "output": {
13750
+ "name": "result",
13751
+ "type": "object",
13752
+ "description": "A JSON Object containing status, code and the result",
13753
+ "schema": {
13754
+ "title": "result",
13755
+ "type": "object"
13756
+ }
13757
+ },
13758
+ "roles": [
13759
+ "admin"
13760
+ ],
13761
+ "route": {
13762
+ "verb": "POST",
13763
+ "path": "/deletePurchasedPoolLicense"
13764
+ },
13765
+ "task": true
13766
+ },
13767
+ {
13768
+ "name": "assignOrRevokeLicense",
13769
+ "summary": "Assign or revoke a pool license to a managed device",
13770
+ "description": "Assign or revoke a pool license to a managed device",
13771
+ "input": [
13772
+ {
13773
+ "name": "body",
13774
+ "type": "object",
13775
+ "info": "Body to assign or revoke license: object",
13776
+ "required": true,
13777
+ "schema": {
13778
+ "type": "object"
13779
+ }
13780
+ }
13781
+ ],
13782
+ "output": {
13783
+ "name": "result",
13784
+ "type": "object",
13785
+ "description": "A JSON Object containing status, code and the result",
13786
+ "schema": {
13787
+ "title": "result",
13788
+ "type": "object"
13789
+ }
13790
+ },
13791
+ "roles": [
13792
+ "admin"
13793
+ ],
13794
+ "route": {
13795
+ "verb": "POST",
13796
+ "path": "/assignOrRevokeLicense"
13797
+ },
13798
+ "task": true
13799
+ },
13800
+ {
13801
+ "name": "pollTaskForCompletion",
13802
+ "summary": "Pool assign or revoke license task for completion.",
13803
+ "description": "Pool assign or revoke license task for completion.",
13804
+ "input": [
13805
+ {
13806
+ "name": "uuid",
13807
+ "type": "string",
13808
+ "info": ": string",
13809
+ "required": true,
13810
+ "schema": {
13811
+ "title": "uuid",
13812
+ "type": "string"
13813
+ }
13814
+ }
13815
+ ],
13816
+ "output": {
13817
+ "name": "result",
13818
+ "type": "object",
13819
+ "description": "A JSON Object containing status, code and the result",
13820
+ "schema": {
13821
+ "title": "result",
13822
+ "type": "object"
13823
+ }
13824
+ },
13825
+ "roles": [
13826
+ "admin"
13827
+ ],
13828
+ "route": {
13829
+ "verb": "POST",
13830
+ "path": "/pollTaskForCompletion"
13831
+ },
13832
+ "task": true
13833
+ },
13834
+ {
13835
+ "name": "viewOutstandingAssignments",
13836
+ "summary": "View outstanding assignments.",
13837
+ "description": "View outstanding assignments.",
13838
+ "input": [],
13839
+ "output": {
13840
+ "name": "result",
13841
+ "type": "object",
13842
+ "description": "A JSON Object containing status, code and the result",
13843
+ "schema": {
13844
+ "title": "result",
13845
+ "type": "object"
13846
+ }
13847
+ },
13848
+ "roles": [
13849
+ "admin"
13850
+ ],
13851
+ "route": {
13852
+ "verb": "GET",
13853
+ "path": "/viewOutstandingAssignments"
13854
+ },
13855
+ "task": true
13856
+ },
13857
+ {
13858
+ "name": "queryExistingPurchasedLicenses",
13859
+ "summary": "Query existing purchased pool licenses.",
13860
+ "description": "Query existing purchased pool licenses.",
13861
+ "input": [],
13862
+ "output": {
13863
+ "name": "result",
13864
+ "type": "object",
13865
+ "description": "A JSON Object containing status, code and the result",
13866
+ "schema": {
13867
+ "title": "result",
13868
+ "type": "object"
13869
+ }
13870
+ },
13871
+ "roles": [
13872
+ "admin"
13873
+ ],
13874
+ "route": {
13875
+ "verb": "GET",
13876
+ "path": "/queryExistingPurchasedLicenses"
13877
+ },
13878
+ "task": true
13879
+ },
13880
+ {
13881
+ "name": "activateNewPurchasedPoolLicense",
13882
+ "summary": "Activate a purchased pool license",
13883
+ "description": "Activate a purchased pool license",
13884
+ "input": [
13885
+ {
13886
+ "name": "body",
13887
+ "type": "object",
13888
+ "info": "Body with registration key, name and method: object",
13889
+ "required": true,
13890
+ "schema": {
13891
+ "type": "object"
13892
+ }
13893
+ }
13894
+ ],
13895
+ "output": {
13896
+ "name": "result",
13897
+ "type": "object",
13898
+ "description": "A JSON Object containing status, code and the result",
13899
+ "schema": {
13900
+ "title": "result",
13901
+ "type": "object"
13902
+ }
13903
+ },
13904
+ "roles": [
13905
+ "admin"
13906
+ ],
13907
+ "route": {
13908
+ "verb": "POST",
13909
+ "path": "/activateNewPurchasedPoolLicense"
13910
+ },
13911
+ "task": true
13912
+ },
13913
+ {
13914
+ "name": "queryPurchasedPoolLicenseAssignments",
13915
+ "summary": "Query assignments for a purchased pool license.",
13916
+ "description": "Query assignments for a purchased pool license.",
13917
+ "input": [
13918
+ {
13919
+ "name": "uuid",
13920
+ "type": "string",
13921
+ "info": ": string",
13922
+ "required": true,
13923
+ "schema": {
13924
+ "title": "uuid",
13925
+ "type": "string"
13926
+ }
13927
+ }
13928
+ ],
13929
+ "output": {
13930
+ "name": "result",
13931
+ "type": "object",
13932
+ "description": "A JSON Object containing status, code and the result",
13933
+ "schema": {
13934
+ "title": "result",
13935
+ "type": "object"
13936
+ }
13937
+ },
13938
+ "roles": [
13939
+ "admin"
13940
+ ],
13941
+ "route": {
13942
+ "verb": "POST",
13943
+ "path": "/queryPurchasedPoolLicenseAssignments"
13944
+ },
13945
+ "task": true
13946
+ },
13947
+ {
13948
+ "name": "assignPurchasedPoolLicenseMembers",
13949
+ "summary": "Assign license to managed device",
13950
+ "description": "Assign license to managed device",
13951
+ "input": [
13952
+ {
13953
+ "name": "uuid",
13954
+ "type": "string",
13955
+ "info": ": string",
13956
+ "required": true,
13957
+ "schema": {
13958
+ "title": "uuid",
13959
+ "type": "string"
13960
+ }
13961
+ },
13962
+ {
13963
+ "name": "body",
13964
+ "type": "object",
13965
+ "info": "Body containing device reference or details: object",
13966
+ "required": true,
13967
+ "schema": {
13968
+ "type": "object"
13969
+ }
13970
+ }
13971
+ ],
13972
+ "output": {
13973
+ "name": "result",
13974
+ "type": "object",
13975
+ "description": "A JSON Object containing status, code and the result",
13976
+ "schema": {
13977
+ "title": "result",
13978
+ "type": "object"
13979
+ }
13980
+ },
13981
+ "roles": [
13982
+ "admin"
13983
+ ],
13984
+ "route": {
13985
+ "verb": "POST",
13986
+ "path": "/assignPurchasedPoolLicenseMembers"
13987
+ },
13988
+ "task": true
13989
+ },
13990
+ {
13991
+ "name": "queryPurchasedPoolLicenseAssignmentStatus",
13992
+ "summary": "Query license assignment status.",
13993
+ "description": "Query license assignment status.",
13994
+ "input": [
13995
+ {
13996
+ "name": "uuid",
13997
+ "type": "string",
13998
+ "info": "License uuid: string",
13999
+ "required": true,
14000
+ "schema": {
14001
+ "title": "uuid",
14002
+ "type": "string"
14003
+ }
14004
+ },
14005
+ {
14006
+ "name": "memberUuid",
14007
+ "type": "string",
14008
+ "info": "Member uuid: string",
14009
+ "required": true,
14010
+ "schema": {
14011
+ "title": "memberUuid",
14012
+ "type": "string"
14013
+ }
14014
+ }
14015
+ ],
14016
+ "output": {
14017
+ "name": "result",
14018
+ "type": "object",
14019
+ "description": "A JSON Object containing status, code and the result",
14020
+ "schema": {
14021
+ "title": "result",
14022
+ "type": "object"
14023
+ }
14024
+ },
14025
+ "roles": [
14026
+ "admin"
14027
+ ],
14028
+ "route": {
14029
+ "verb": "POST",
14030
+ "path": "/queryPurchasedPoolLicenseAssignmentStatus"
14031
+ },
14032
+ "task": true
14033
+ },
14034
+ {
14035
+ "name": "refreshPurchasedPoolLicenseOnBigIPDevice",
14036
+ "summary": "Refresh the license on a BIG-IP device",
14037
+ "description": "Refresh the license on a BIG-IP device",
14038
+ "input": [
14039
+ {
14040
+ "name": "uuid",
14041
+ "type": "string",
14042
+ "info": ": string",
14043
+ "required": true,
14044
+ "schema": {
14045
+ "title": "uuid",
14046
+ "type": "string"
14047
+ }
14048
+ },
14049
+ {
14050
+ "name": "memberUuid",
14051
+ "type": "string",
14052
+ "info": "Member uuid: string",
14053
+ "required": true,
14054
+ "schema": {
14055
+ "title": "memberUuid",
14056
+ "type": "string"
14057
+ }
14058
+ },
14059
+ {
14060
+ "name": "body",
14061
+ "type": "object",
14062
+ "info": "Body including state and optional creds: object",
14063
+ "required": true,
14064
+ "schema": {
14065
+ "type": "object"
14066
+ }
14067
+ }
14068
+ ],
14069
+ "output": {
14070
+ "name": "result",
14071
+ "type": "object",
14072
+ "description": "A JSON Object containing status, code and the result",
14073
+ "schema": {
14074
+ "title": "result",
14075
+ "type": "object"
14076
+ }
14077
+ },
14078
+ "roles": [
14079
+ "admin"
14080
+ ],
14081
+ "route": {
14082
+ "verb": "POST",
14083
+ "path": "/refreshPurchasedPoolLicenseOnBigIPDevice"
14084
+ },
14085
+ "task": true
14086
+ },
14087
+ {
14088
+ "name": "revokeAPurchasedPoolLicense",
14089
+ "summary": "Revoke a license from a device.",
14090
+ "description": "Revoke a license from a device.",
14091
+ "input": [
14092
+ {
14093
+ "name": "uuid",
14094
+ "type": "string",
14095
+ "info": ": string",
14096
+ "required": true,
14097
+ "schema": {
14098
+ "title": "uuid",
14099
+ "type": "string"
14100
+ }
14101
+ },
14102
+ {
14103
+ "name": "memberUuid",
14104
+ "type": "string",
14105
+ "info": "Member uuid: string",
14106
+ "required": true,
14107
+ "schema": {
14108
+ "title": "memberUuid",
14109
+ "type": "string"
14110
+ }
14111
+ }
14112
+ ],
14113
+ "output": {
14114
+ "name": "result",
14115
+ "type": "object",
14116
+ "description": "A JSON Object containing status, code and the result",
14117
+ "schema": {
14118
+ "title": "result",
14119
+ "type": "object"
14120
+ }
14121
+ },
14122
+ "roles": [
14123
+ "admin"
14124
+ ],
14125
+ "route": {
14126
+ "verb": "POST",
14127
+ "path": "/revokeAPurchasedPoolLicense"
14128
+ },
14129
+ "task": true
14130
+ },
14131
+ {
14132
+ "name": "queryExistingRegKeyPools",
14133
+ "summary": "Query existing RegKey Pools.",
14134
+ "description": "Query existing RegKey Pools.",
14135
+ "input": [],
14136
+ "output": {
14137
+ "name": "result",
14138
+ "type": "object",
14139
+ "description": "A JSON Object containing status, code and the result",
14140
+ "schema": {
14141
+ "title": "result",
14142
+ "type": "object"
14143
+ }
14144
+ },
14145
+ "roles": [
14146
+ "admin"
14147
+ ],
14148
+ "route": {
14149
+ "verb": "GET",
14150
+ "path": "/queryExistingRegKeyPools"
14151
+ },
14152
+ "task": true
14153
+ },
14154
+ {
14155
+ "name": "createRegKeyPool",
14156
+ "summary": "Create a RegKey Pool",
14157
+ "description": "Create a RegKey Pool",
14158
+ "input": [
14159
+ {
14160
+ "name": "body",
14161
+ "type": "object",
14162
+ "info": "Body: object",
14163
+ "required": true,
14164
+ "schema": {
14165
+ "type": "object"
14166
+ }
14167
+ }
14168
+ ],
14169
+ "output": {
14170
+ "name": "result",
14171
+ "type": "object",
14172
+ "description": "A JSON Object containing status, code and the result",
14173
+ "schema": {
14174
+ "title": "result",
14175
+ "type": "object"
14176
+ }
14177
+ },
14178
+ "roles": [
14179
+ "admin"
14180
+ ],
14181
+ "route": {
14182
+ "verb": "POST",
14183
+ "path": "/createRegKeyPool"
14184
+ },
14185
+ "task": true
14186
+ },
14187
+ {
14188
+ "name": "updateRegKeyPool",
14189
+ "summary": "Update a RegKey Pool to change name and/or description",
14190
+ "description": "Update a RegKey Pool to change name and/or description",
14191
+ "input": [
14192
+ {
14193
+ "name": "id",
14194
+ "type": "string",
14195
+ "info": "RegKey Pool ID: string",
14196
+ "required": true,
14197
+ "schema": {
14198
+ "title": "id",
14199
+ "type": "string"
14200
+ }
14201
+ },
14202
+ {
14203
+ "name": "body",
14204
+ "type": "object",
14205
+ "info": "Body: object",
14206
+ "required": true,
14207
+ "schema": {
14208
+ "type": "object"
14209
+ }
14210
+ }
14211
+ ],
14212
+ "output": {
14213
+ "name": "result",
14214
+ "type": "object",
14215
+ "description": "A JSON Object containing status, code and the result",
14216
+ "schema": {
14217
+ "title": "result",
14218
+ "type": "object"
14219
+ }
14220
+ },
14221
+ "roles": [
14222
+ "admin"
14223
+ ],
14224
+ "route": {
14225
+ "verb": "POST",
14226
+ "path": "/updateRegKeyPool"
14227
+ },
14228
+ "task": true
14229
+ },
14230
+ {
14231
+ "name": "removeRegKeyPool",
14232
+ "summary": "Remove a RegKey Pool",
14233
+ "description": "Remove a RegKey Pool",
14234
+ "input": [
14235
+ {
14236
+ "name": "id",
14237
+ "type": "string",
14238
+ "info": "RegKey Pool ID: string",
14239
+ "required": true,
14240
+ "schema": {
14241
+ "title": "id",
14242
+ "type": "string"
14243
+ }
14244
+ }
14245
+ ],
14246
+ "output": {
14247
+ "name": "result",
14248
+ "type": "object",
14249
+ "description": "A JSON Object containing status, code and the result",
14250
+ "schema": {
14251
+ "title": "result",
14252
+ "type": "object"
14253
+ }
14254
+ },
14255
+ "roles": [
14256
+ "admin"
14257
+ ],
14258
+ "route": {
14259
+ "verb": "POST",
14260
+ "path": "/removeRegKeyPool"
14261
+ },
14262
+ "task": true
14263
+ },
14264
+ {
14265
+ "name": "queryExistingLicenseKeysForRegKeyPool",
14266
+ "summary": "Query existing license keys for a RegKey Pool.",
14267
+ "description": "Query existing license keys for a RegKey Pool.",
14268
+ "input": [
14269
+ {
14270
+ "name": "id",
14271
+ "type": "string",
14272
+ "info": "RegKey Pool ID: string",
14273
+ "required": true,
14274
+ "schema": {
14275
+ "title": "id",
14276
+ "type": "string"
14277
+ }
14278
+ }
14279
+ ],
14280
+ "output": {
14281
+ "name": "result",
14282
+ "type": "object",
14283
+ "description": "A JSON Object containing status, code and the result",
14284
+ "schema": {
14285
+ "title": "result",
14286
+ "type": "object"
14287
+ }
14288
+ },
14289
+ "roles": [
14290
+ "admin"
14291
+ ],
14292
+ "route": {
14293
+ "verb": "POST",
14294
+ "path": "/queryExistingLicenseKeysForRegKeyPool"
14295
+ },
14296
+ "task": true
14297
+ },
14298
+ {
14299
+ "name": "addLicenseKey",
14300
+ "summary": "Add a license key",
14301
+ "description": "Add a license key",
14302
+ "input": [
14303
+ {
14304
+ "name": "id",
14305
+ "type": "string",
14306
+ "info": "RegKey Pool ID: string",
14307
+ "required": true,
14308
+ "schema": {
14309
+ "title": "id",
14310
+ "type": "string"
14311
+ }
14312
+ },
14313
+ {
14314
+ "name": "body",
14315
+ "type": "object",
14316
+ "info": "Body: object",
14317
+ "required": true,
14318
+ "schema": {
14319
+ "type": "object"
14320
+ }
14321
+ }
14322
+ ],
14323
+ "output": {
14324
+ "name": "result",
14325
+ "type": "object",
14326
+ "description": "A JSON Object containing status, code and the result",
14327
+ "schema": {
14328
+ "title": "result",
14329
+ "type": "object"
14330
+ }
14331
+ },
14332
+ "roles": [
14333
+ "admin"
14334
+ ],
14335
+ "route": {
14336
+ "verb": "POST",
14337
+ "path": "/addLicenseKey"
14338
+ },
14339
+ "task": true
14340
+ },
14341
+ {
14342
+ "name": "pollForRegKeyActivationStatus",
14343
+ "summary": "Poll to get status",
14344
+ "description": "Poll to get status",
14345
+ "input": [
14346
+ {
14347
+ "name": "id",
14348
+ "type": "string",
14349
+ "info": "RegKey Pool ID: string",
14350
+ "required": true,
14351
+ "schema": {
14352
+ "title": "id",
14353
+ "type": "string"
14354
+ }
14355
+ },
14356
+ {
14357
+ "name": "regKey",
14358
+ "type": "string",
14359
+ "info": "RegKey: string",
14360
+ "required": true,
14361
+ "schema": {
14362
+ "title": "regKey",
14363
+ "type": "string"
14364
+ }
14365
+ }
14366
+ ],
14367
+ "output": {
14368
+ "name": "result",
14369
+ "type": "object",
14370
+ "description": "A JSON Object containing status, code and the result",
14371
+ "schema": {
14372
+ "title": "result",
14373
+ "type": "object"
14374
+ }
14375
+ },
14376
+ "roles": [
14377
+ "admin"
14378
+ ],
14379
+ "route": {
14380
+ "verb": "POST",
14381
+ "path": "/pollForRegKeyActivationStatus"
14382
+ },
14383
+ "task": true
14384
+ },
14385
+ {
14386
+ "name": "completeRegKeyActivation",
14387
+ "summary": "Complete or retry reg key activiation. May also reactivate a license with add-on keys.",
14388
+ "description": "Complete or retry reg key activiation. May also reactivate a license with add-on keys.",
14389
+ "input": [
14390
+ {
14391
+ "name": "id",
14392
+ "type": "string",
14393
+ "info": "RegKey Pool ID: string",
14394
+ "required": true,
14395
+ "schema": {
14396
+ "title": "id",
14397
+ "type": "string"
14398
+ }
14399
+ },
14400
+ {
14401
+ "name": "regKey",
14402
+ "type": "string",
14403
+ "info": "RegKey: string",
14404
+ "required": true,
14405
+ "schema": {
14406
+ "title": "regKey",
14407
+ "type": "string"
14408
+ }
14409
+ },
14410
+ {
14411
+ "name": "body",
14412
+ "type": "object",
14413
+ "info": "Body for manual or automatic activation: object",
14414
+ "required": true,
14415
+ "schema": {
14416
+ "type": "object"
14417
+ }
14418
+ }
14419
+ ],
14420
+ "output": {
14421
+ "name": "result",
14422
+ "type": "object",
14423
+ "description": "A JSON Object containing status, code and the result",
14424
+ "schema": {
14425
+ "title": "result",
14426
+ "type": "object"
14427
+ }
14428
+ },
14429
+ "roles": [
14430
+ "admin"
14431
+ ],
14432
+ "route": {
14433
+ "verb": "POST",
14434
+ "path": "/completeRegKeyActivation"
14435
+ },
14436
+ "task": true
14437
+ },
14438
+ {
14439
+ "name": "deleteRegistrationKey",
14440
+ "summary": "Delete a Registration key",
14441
+ "description": "Delete a Registration key",
14442
+ "input": [
14443
+ {
14444
+ "name": "id",
14445
+ "type": "string",
14446
+ "info": "RegKey Pool ID: string",
14447
+ "required": true,
14448
+ "schema": {
14449
+ "title": "id",
14450
+ "type": "string"
14451
+ }
14452
+ },
14453
+ {
14454
+ "name": "regKey",
14455
+ "type": "string",
14456
+ "info": "RegKey: string",
14457
+ "required": true,
14458
+ "schema": {
14459
+ "title": "regKey",
14460
+ "type": "string"
14461
+ }
14462
+ }
14463
+ ],
14464
+ "output": {
14465
+ "name": "result",
14466
+ "type": "object",
14467
+ "description": "A JSON Object containing status, code and the result",
14468
+ "schema": {
14469
+ "title": "result",
14470
+ "type": "object"
14471
+ }
14472
+ },
14473
+ "roles": [
14474
+ "admin"
14475
+ ],
14476
+ "route": {
14477
+ "verb": "POST",
14478
+ "path": "/deleteRegistrationKey"
14479
+ },
14480
+ "task": true
14481
+ },
14482
+ {
14483
+ "name": "getRegistrationKeyAssignment",
14484
+ "summary": "Get the assignment for a registration key in a RegKey Pool",
14485
+ "description": "Get the assignment for a registration key in a RegKey Pool",
14486
+ "input": [
14487
+ {
14488
+ "name": "id",
14489
+ "type": "string",
14490
+ "info": "RegKey Pool ID: string",
14491
+ "required": true,
14492
+ "schema": {
14493
+ "title": "id",
14494
+ "type": "string"
14495
+ }
14496
+ },
14497
+ {
14498
+ "name": "regKey",
14499
+ "type": "string",
14500
+ "info": "RegKey: string",
14501
+ "required": true,
14502
+ "schema": {
14503
+ "title": "regKey",
14504
+ "type": "string"
14505
+ }
14506
+ }
14507
+ ],
14508
+ "output": {
14509
+ "name": "result",
14510
+ "type": "object",
14511
+ "description": "A JSON Object containing status, code and the result",
14512
+ "schema": {
14513
+ "title": "result",
14514
+ "type": "object"
14515
+ }
14516
+ },
14517
+ "roles": [
14518
+ "admin"
14519
+ ],
14520
+ "route": {
14521
+ "verb": "POST",
14522
+ "path": "/getRegistrationKeyAssignment"
14523
+ },
14524
+ "task": true
14525
+ },
14526
+ {
14527
+ "name": "assignRegistrationKeyToDevice",
14528
+ "summary": "Assign a license to a managed or unmanaged device",
14529
+ "description": "Assign a license to a managed or unmanaged device",
14530
+ "input": [
14531
+ {
14532
+ "name": "id",
14533
+ "type": "string",
14534
+ "info": "RegKey Pool ID: string",
14535
+ "required": true,
14536
+ "schema": {
14537
+ "title": "id",
14538
+ "type": "string"
14539
+ }
14540
+ },
14541
+ {
14542
+ "name": "regKey",
14543
+ "type": "string",
14544
+ "info": "RegKey: string",
14545
+ "required": true,
14546
+ "schema": {
14547
+ "title": "regKey",
14548
+ "type": "string"
14549
+ }
14550
+ },
14551
+ {
14552
+ "name": "body",
14553
+ "type": "object",
14554
+ "info": "Body: object",
14555
+ "required": true,
14556
+ "schema": {
14557
+ "type": "object"
14558
+ }
14559
+ }
14560
+ ],
14561
+ "output": {
14562
+ "name": "result",
14563
+ "type": "object",
14564
+ "description": "A JSON Object containing status, code and the result",
14565
+ "schema": {
14566
+ "title": "result",
14567
+ "type": "object"
14568
+ }
14569
+ },
14570
+ "roles": [
14571
+ "admin"
14572
+ ],
14573
+ "route": {
14574
+ "verb": "POST",
14575
+ "path": "/assignRegistrationKeyToDevice"
14576
+ },
14577
+ "task": true
14578
+ },
14579
+ {
14580
+ "name": "getRegistrationKeyAssignmentStatus",
14581
+ "summary": "Get the status of a new registration key assignment",
14582
+ "description": "Get the status of a new registration key assignment",
14583
+ "input": [
14584
+ {
14585
+ "name": "id",
14586
+ "type": "string",
14587
+ "info": "RegKey Pool ID: string",
14588
+ "required": true,
14589
+ "schema": {
14590
+ "title": "id",
14591
+ "type": "string"
14592
+ }
14593
+ },
14594
+ {
14595
+ "name": "regKey",
14596
+ "type": "string",
14597
+ "info": "RegKey: string",
14598
+ "required": true,
14599
+ "schema": {
14600
+ "title": "regKey",
14601
+ "type": "string"
14602
+ }
14603
+ },
14604
+ {
14605
+ "name": "memberUuid",
14606
+ "type": "string",
14607
+ "info": "Member uuid: string",
14608
+ "required": true,
14609
+ "schema": {
14610
+ "title": "memberUuid",
14611
+ "type": "string"
14612
+ }
14613
+ }
14614
+ ],
14615
+ "output": {
14616
+ "name": "result",
14617
+ "type": "object",
14618
+ "description": "A JSON Object containing status, code and the result",
14619
+ "schema": {
14620
+ "title": "result",
14621
+ "type": "object"
14622
+ }
14623
+ },
14624
+ "roles": [
14625
+ "admin"
14626
+ ],
14627
+ "route": {
14628
+ "verb": "POST",
14629
+ "path": "/getRegistrationKeyAssignmentStatus"
14630
+ },
14631
+ "task": true
14632
+ },
14633
+ {
14634
+ "name": "revokedRegistrationKeyFromDevice",
14635
+ "summary": "Revoke a license from a managed or unmanaged device",
14636
+ "description": "Revoke a license from a managed or unmanaged device",
14637
+ "input": [
14638
+ {
14639
+ "name": "id",
14640
+ "type": "string",
14641
+ "info": "RegKey Pool ID: string",
14642
+ "required": true,
14643
+ "schema": {
14644
+ "title": "id",
14645
+ "type": "string"
14646
+ }
14647
+ },
14648
+ {
14649
+ "name": "regKey",
14650
+ "type": "string",
14651
+ "info": "RegKey: string",
14652
+ "required": true,
14653
+ "schema": {
14654
+ "title": "regKey",
14655
+ "type": "string"
14656
+ }
14657
+ },
14658
+ {
14659
+ "name": "memberUuid",
14660
+ "type": "string",
14661
+ "info": "Member uuid: string",
14662
+ "required": true,
14663
+ "schema": {
14664
+ "title": "memberUuid",
14665
+ "type": "string"
14666
+ }
14667
+ },
14668
+ {
14669
+ "name": "body",
14670
+ "type": "object",
14671
+ "info": "Body required for unmanaged devices: object",
14672
+ "required": false,
14673
+ "schema": {
14674
+ "type": "object"
14675
+ }
14676
+ }
14677
+ ],
14678
+ "output": {
14679
+ "name": "result",
14680
+ "type": "object",
14681
+ "description": "A JSON Object containing status, code and the result",
14682
+ "schema": {
14683
+ "title": "result",
14684
+ "type": "object"
14685
+ }
14686
+ },
14687
+ "roles": [
14688
+ "admin"
14689
+ ],
14690
+ "route": {
14691
+ "verb": "POST",
14692
+ "path": "/revokedRegistrationKeyFromDevice"
14693
+ },
14694
+ "task": true
14695
+ },
14696
+ {
14697
+ "name": "setLicenseText",
14698
+ "summary": "Set the license text",
14699
+ "description": "Set the license text",
14700
+ "input": [
14701
+ {
14702
+ "name": "body",
14703
+ "type": "object",
14704
+ "info": "Body with LicenseText: object",
14705
+ "required": true,
14706
+ "schema": {
14707
+ "type": "object"
14708
+ }
14709
+ }
14710
+ ],
14711
+ "output": {
14712
+ "name": "result",
14713
+ "type": "object",
14714
+ "description": "A JSON Object containing status, code and the result",
14715
+ "schema": {
14716
+ "title": "result",
14717
+ "type": "object"
14718
+ }
14719
+ },
14720
+ "roles": [
14721
+ "admin"
14722
+ ],
14723
+ "route": {
14724
+ "verb": "POST",
14725
+ "path": "/setLicenseText"
14726
+ },
14727
+ "task": true
14728
+ },
14729
+ {
14730
+ "name": "getLicenseText",
14731
+ "summary": "Get the license text",
14732
+ "description": "Get the license text",
14733
+ "input": [],
14734
+ "output": {
14735
+ "name": "result",
14736
+ "type": "object",
14737
+ "description": "A JSON Object containing status, code and the result",
14738
+ "schema": {
14739
+ "title": "result",
14740
+ "type": "object"
14741
+ }
14742
+ },
14743
+ "roles": [
14744
+ "admin"
14745
+ ],
14746
+ "route": {
14747
+ "verb": "GET",
14748
+ "path": "/getLicenseText"
14749
+ },
14750
+ "task": true
14751
+ },
14752
+ {
14753
+ "name": "createUtilityBillingLicenseReport",
14754
+ "summary": "Create utility billing license report",
14755
+ "description": "Create utility billing license report",
14756
+ "input": [
14757
+ {
14758
+ "name": "body",
14759
+ "type": "object",
14760
+ "info": "Body: object",
14761
+ "required": true,
14762
+ "schema": {
14763
+ "type": "object"
14764
+ }
14765
+ }
14766
+ ],
14767
+ "output": {
14768
+ "name": "result",
14769
+ "type": "object",
14770
+ "description": "A JSON Object containing status, code and the result",
14771
+ "schema": {
14772
+ "title": "result",
14773
+ "type": "object"
14774
+ }
14775
+ },
14776
+ "roles": [
14777
+ "admin"
14778
+ ],
14779
+ "route": {
14780
+ "verb": "POST",
14781
+ "path": "/createUtilityBillingLicenseReport"
14782
+ },
14783
+ "task": true
14784
+ },
14785
+ {
14786
+ "name": "getUtilityBillingReportStatus",
14787
+ "summary": "View the status of a utility billing report",
14788
+ "description": "View the status of a utility billing report",
14789
+ "input": [
14790
+ {
14791
+ "name": "id",
14792
+ "type": "string",
14793
+ "info": "id: string",
14794
+ "required": true,
14795
+ "schema": {
14796
+ "title": "id",
14797
+ "type": "string"
14798
+ }
14799
+ }
14800
+ ],
14801
+ "output": {
14802
+ "name": "result",
14803
+ "type": "object",
14804
+ "description": "A JSON Object containing status, code and the result",
14805
+ "schema": {
14806
+ "title": "result",
14807
+ "type": "object"
14808
+ }
14809
+ },
14810
+ "roles": [
14811
+ "admin"
14812
+ ],
14813
+ "route": {
14814
+ "verb": "POST",
14815
+ "path": "/getUtilityBillingReportStatus"
14816
+ },
14817
+ "task": true
14818
+ },
14819
+ {
14820
+ "name": "downloadUtilityBillingReport",
14821
+ "summary": "Download a utility billing report",
14822
+ "description": "Download a utility billing report",
14823
+ "input": [
14824
+ {
14825
+ "name": "report",
14826
+ "type": "string",
14827
+ "info": "report: string",
14828
+ "required": true,
14829
+ "schema": {
14830
+ "title": "report",
14831
+ "type": "string"
14832
+ }
14833
+ }
14834
+ ],
14835
+ "output": {
14836
+ "name": "result",
14837
+ "type": "object",
14838
+ "description": "A JSON Object containing status, code and the result",
14839
+ "schema": {
14840
+ "title": "result",
14841
+ "type": "object"
14842
+ }
14843
+ },
14844
+ "roles": [
14845
+ "admin"
14846
+ ],
14847
+ "route": {
14848
+ "verb": "POST",
14849
+ "path": "/downloadUtilityBillingReport"
14850
+ },
14851
+ "task": true
13524
14852
  }
13525
14853
  ],
13526
14854
  "views": []