@itentialopensource/adapter-f5_bigiq 0.3.0 → 0.3.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/CHANGELOG.md +8 -0
- package/adapter.js +96 -1919
- package/entities/Device/action.json +21 -0
- package/entities/Device/schema.json +1 -0
- package/entities/Qkview/action.json +1 -1
- package/entities/Qkview/schema.json +1 -1
- package/package.json +1 -1
- package/pronghorn.json +46 -717
- package/refs?service=git-upload-pack +0 -0
- package/test/integration/adapterTestIntegration.js +29 -631
- package/test/unit/adapterTestUnit.js +51 -446
- package/entities/Configuration/action.json +0 -24
- package/entities/Configuration/schema.json +0 -19
- package/entities/DeviceInfo/action.json +0 -45
- package/entities/DeviceInfo/schema.json +0 -20
- package/entities/Licensing/action.json +0 -66
- package/entities/Licensing/schema.json +0 -21
- package/entities/SSLManagement/action.json +0 -330
- package/entities/SSLManagement/schema.json +0 -34
- package/entities/SoftwareManagement/action.json +0 -46
- package/entities/SoftwareManagement/schema.json +0 -20
package/pronghorn.json
CHANGED
|
@@ -6334,6 +6334,50 @@
|
|
|
6334
6334
|
},
|
|
6335
6335
|
"task": true
|
|
6336
6336
|
},
|
|
6337
|
+
{
|
|
6338
|
+
"name": "performDeviceDiscoveryTask",
|
|
6339
|
+
"summary": "Perform Device Discovery Task",
|
|
6340
|
+
"description": "Perform Device Discovery Task",
|
|
6341
|
+
"input": [
|
|
6342
|
+
{
|
|
6343
|
+
"name": "objectId",
|
|
6344
|
+
"type": "string",
|
|
6345
|
+
"info": "Unique id assigned to device discovery task. required: string",
|
|
6346
|
+
"required": true,
|
|
6347
|
+
"schema": {
|
|
6348
|
+
"title": "objectId",
|
|
6349
|
+
"type": "string"
|
|
6350
|
+
}
|
|
6351
|
+
},
|
|
6352
|
+
{
|
|
6353
|
+
"name": "body",
|
|
6354
|
+
"type": "object",
|
|
6355
|
+
"info": "body",
|
|
6356
|
+
"required": true,
|
|
6357
|
+
"schema": {
|
|
6358
|
+
"title": "body",
|
|
6359
|
+
"type": "object"
|
|
6360
|
+
}
|
|
6361
|
+
}
|
|
6362
|
+
],
|
|
6363
|
+
"output": {
|
|
6364
|
+
"name": "result",
|
|
6365
|
+
"type": "object",
|
|
6366
|
+
"description": "A JSON Object containing status, code and the result",
|
|
6367
|
+
"schema": {
|
|
6368
|
+
"title": "result",
|
|
6369
|
+
"type": "object"
|
|
6370
|
+
}
|
|
6371
|
+
},
|
|
6372
|
+
"roles": [
|
|
6373
|
+
"admin"
|
|
6374
|
+
],
|
|
6375
|
+
"route": {
|
|
6376
|
+
"verb": "POST",
|
|
6377
|
+
"path": "/performDeviceDiscoveryTask"
|
|
6378
|
+
},
|
|
6379
|
+
"task": true
|
|
6380
|
+
},
|
|
6337
6381
|
{
|
|
6338
6382
|
"name": "postDeviceTrustTask",
|
|
6339
6383
|
"summary": "Post Device Trust Task",
|
|
@@ -11186,7 +11230,7 @@
|
|
|
11186
11230
|
"task": true
|
|
11187
11231
|
},
|
|
11188
11232
|
{
|
|
11189
|
-
"name": "
|
|
11233
|
+
"name": "deleteaBIGIQQkview",
|
|
11190
11234
|
"summary": "Delete a BIGIP Qkview",
|
|
11191
11235
|
"description": "Delete a BIGIP Qkview",
|
|
11192
11236
|
"input": [
|
|
@@ -11215,7 +11259,7 @@
|
|
|
11215
11259
|
],
|
|
11216
11260
|
"route": {
|
|
11217
11261
|
"verb": "POST",
|
|
11218
|
-
"path": "/
|
|
11262
|
+
"path": "/deleteaBIGIQQkview"
|
|
11219
11263
|
},
|
|
11220
11264
|
"task": true
|
|
11221
11265
|
},
|
|
@@ -12781,721 +12825,6 @@
|
|
|
12781
12825
|
"path": "/queryDSCGroupByGroupId"
|
|
12782
12826
|
},
|
|
12783
12827
|
"task": true
|
|
12784
|
-
},
|
|
12785
|
-
{
|
|
12786
|
-
"name": "retrieveLicenseInformation",
|
|
12787
|
-
"summary": "Retrieve License Information",
|
|
12788
|
-
"description": "Retrieve License Information",
|
|
12789
|
-
"input": [],
|
|
12790
|
-
"output": {
|
|
12791
|
-
"name": "result",
|
|
12792
|
-
"type": "object",
|
|
12793
|
-
"description": "A JSON Object containing status, code and the result",
|
|
12794
|
-
"schema": {
|
|
12795
|
-
"title": "result",
|
|
12796
|
-
"type": "object"
|
|
12797
|
-
}
|
|
12798
|
-
},
|
|
12799
|
-
"roles": [
|
|
12800
|
-
"admin"
|
|
12801
|
-
],
|
|
12802
|
-
"route": {
|
|
12803
|
-
"verb": "GET",
|
|
12804
|
-
"path": "/retrieveLicenseInformation"
|
|
12805
|
-
},
|
|
12806
|
-
"task": true
|
|
12807
|
-
},
|
|
12808
|
-
{
|
|
12809
|
-
"name": "activateReactiveLicense",
|
|
12810
|
-
"summary": "Activate/Reactive License",
|
|
12811
|
-
"description": "Activate/Reactive License",
|
|
12812
|
-
"input": [
|
|
12813
|
-
{
|
|
12814
|
-
"name": "body",
|
|
12815
|
-
"type": "string",
|
|
12816
|
-
"info": ": string",
|
|
12817
|
-
"required": true,
|
|
12818
|
-
"schema": {
|
|
12819
|
-
"type": "string",
|
|
12820
|
-
"example": "{\n {\"command\": \"install\", \"registrationKey\": \"12345-12345-12345-12345-1234567\"}\n}",
|
|
12821
|
-
"definitions": {}
|
|
12822
|
-
}
|
|
12823
|
-
}
|
|
12824
|
-
],
|
|
12825
|
-
"output": {
|
|
12826
|
-
"name": "result",
|
|
12827
|
-
"type": "object",
|
|
12828
|
-
"description": "A JSON Object containing status, code and the result",
|
|
12829
|
-
"schema": {
|
|
12830
|
-
"title": "result",
|
|
12831
|
-
"type": "object"
|
|
12832
|
-
}
|
|
12833
|
-
},
|
|
12834
|
-
"roles": [
|
|
12835
|
-
"admin"
|
|
12836
|
-
],
|
|
12837
|
-
"route": {
|
|
12838
|
-
"verb": "POST",
|
|
12839
|
-
"path": "/activateReactiveLicense"
|
|
12840
|
-
},
|
|
12841
|
-
"task": true
|
|
12842
|
-
},
|
|
12843
|
-
{
|
|
12844
|
-
"name": "showBIGIPLicenseExample",
|
|
12845
|
-
"summary": "Show BIG-IP License Example",
|
|
12846
|
-
"description": "Show BIG-IP License Example",
|
|
12847
|
-
"input": [],
|
|
12848
|
-
"output": {
|
|
12849
|
-
"name": "result",
|
|
12850
|
-
"type": "object",
|
|
12851
|
-
"description": "A JSON Object containing status, code and the result",
|
|
12852
|
-
"schema": {
|
|
12853
|
-
"title": "result",
|
|
12854
|
-
"type": "object"
|
|
12855
|
-
}
|
|
12856
|
-
},
|
|
12857
|
-
"roles": [
|
|
12858
|
-
"admin"
|
|
12859
|
-
],
|
|
12860
|
-
"route": {
|
|
12861
|
-
"verb": "GET",
|
|
12862
|
-
"path": "/showBIGIPLicenseExample"
|
|
12863
|
-
},
|
|
12864
|
-
"task": true
|
|
12865
|
-
},
|
|
12866
|
-
{
|
|
12867
|
-
"name": "retrievesoftwareprovisioningFeatures",
|
|
12868
|
-
"summary": "Retrieve software provisioning (features)",
|
|
12869
|
-
"description": "Retrieve software provisioning (features)",
|
|
12870
|
-
"input": [],
|
|
12871
|
-
"output": {
|
|
12872
|
-
"name": "result",
|
|
12873
|
-
"type": "object",
|
|
12874
|
-
"description": "A JSON Object containing status, code and the result",
|
|
12875
|
-
"schema": {
|
|
12876
|
-
"title": "result",
|
|
12877
|
-
"type": "object"
|
|
12878
|
-
}
|
|
12879
|
-
},
|
|
12880
|
-
"roles": [
|
|
12881
|
-
"admin"
|
|
12882
|
-
],
|
|
12883
|
-
"route": {
|
|
12884
|
-
"verb": "GET",
|
|
12885
|
-
"path": "/retrievesoftwareprovisioningFeatures"
|
|
12886
|
-
},
|
|
12887
|
-
"task": true
|
|
12888
|
-
},
|
|
12889
|
-
{
|
|
12890
|
-
"name": "runCommandAsRootUser",
|
|
12891
|
-
"summary": "Run command as root user",
|
|
12892
|
-
"description": "Run command as root user",
|
|
12893
|
-
"input": [
|
|
12894
|
-
{
|
|
12895
|
-
"name": "body",
|
|
12896
|
-
"type": "object",
|
|
12897
|
-
"info": ": object",
|
|
12898
|
-
"required": true,
|
|
12899
|
-
"schema": {
|
|
12900
|
-
"allOf": [
|
|
12901
|
-
{
|
|
12902
|
-
"type": "object"
|
|
12903
|
-
},
|
|
12904
|
-
{
|
|
12905
|
-
"example": {
|
|
12906
|
-
"command": "run",
|
|
12907
|
-
"utilCmdArgs": "-c 'f5mku -K'"
|
|
12908
|
-
}
|
|
12909
|
-
}
|
|
12910
|
-
],
|
|
12911
|
-
"definitions": {}
|
|
12912
|
-
}
|
|
12913
|
-
}
|
|
12914
|
-
],
|
|
12915
|
-
"output": {
|
|
12916
|
-
"name": "result",
|
|
12917
|
-
"type": "object",
|
|
12918
|
-
"description": "A JSON Object containing status, code and the result",
|
|
12919
|
-
"schema": {
|
|
12920
|
-
"title": "result",
|
|
12921
|
-
"type": "object"
|
|
12922
|
-
}
|
|
12923
|
-
},
|
|
12924
|
-
"roles": [
|
|
12925
|
-
"admin"
|
|
12926
|
-
],
|
|
12927
|
-
"route": {
|
|
12928
|
-
"verb": "POST",
|
|
12929
|
-
"path": "/runCommandAsRootUser"
|
|
12930
|
-
},
|
|
12931
|
-
"task": true
|
|
12932
|
-
},
|
|
12933
|
-
{
|
|
12934
|
-
"name": "retrieveallsoftwareimages",
|
|
12935
|
-
"summary": "Retrieve all software images",
|
|
12936
|
-
"description": "Retrieve all software images",
|
|
12937
|
-
"input": [],
|
|
12938
|
-
"output": {
|
|
12939
|
-
"name": "result",
|
|
12940
|
-
"type": "object",
|
|
12941
|
-
"description": "A JSON Object containing status, code and the result",
|
|
12942
|
-
"schema": {
|
|
12943
|
-
"title": "result",
|
|
12944
|
-
"type": "object"
|
|
12945
|
-
}
|
|
12946
|
-
},
|
|
12947
|
-
"roles": [
|
|
12948
|
-
"admin"
|
|
12949
|
-
],
|
|
12950
|
-
"route": {
|
|
12951
|
-
"verb": "GET",
|
|
12952
|
-
"path": "/retrieveallsoftwareimages"
|
|
12953
|
-
},
|
|
12954
|
-
"task": true
|
|
12955
|
-
},
|
|
12956
|
-
{
|
|
12957
|
-
"name": "retrieveallhotfiximages",
|
|
12958
|
-
"summary": "Retrieve all hotfix images",
|
|
12959
|
-
"description": "Retrieve all hotfix images",
|
|
12960
|
-
"input": [],
|
|
12961
|
-
"output": {
|
|
12962
|
-
"name": "result",
|
|
12963
|
-
"type": "object",
|
|
12964
|
-
"description": "A JSON Object containing status, code and the result",
|
|
12965
|
-
"schema": {
|
|
12966
|
-
"title": "result",
|
|
12967
|
-
"type": "object"
|
|
12968
|
-
}
|
|
12969
|
-
},
|
|
12970
|
-
"roles": [
|
|
12971
|
-
"admin"
|
|
12972
|
-
],
|
|
12973
|
-
"route": {
|
|
12974
|
-
"verb": "GET",
|
|
12975
|
-
"path": "/retrieveallhotfiximages"
|
|
12976
|
-
},
|
|
12977
|
-
"task": true
|
|
12978
|
-
},
|
|
12979
|
-
{
|
|
12980
|
-
"name": "retrieveallLTMcertificateobjects",
|
|
12981
|
-
"summary": "Retrieve all LTM certificate objects",
|
|
12982
|
-
"description": "Retrieve all LTM certificate objects",
|
|
12983
|
-
"input": [],
|
|
12984
|
-
"output": {
|
|
12985
|
-
"name": "result",
|
|
12986
|
-
"type": "object",
|
|
12987
|
-
"description": "A JSON Object containing status, code and the result",
|
|
12988
|
-
"schema": {
|
|
12989
|
-
"title": "result",
|
|
12990
|
-
"type": "object"
|
|
12991
|
-
}
|
|
12992
|
-
},
|
|
12993
|
-
"roles": [
|
|
12994
|
-
"admin"
|
|
12995
|
-
],
|
|
12996
|
-
"route": {
|
|
12997
|
-
"verb": "GET",
|
|
12998
|
-
"path": "/retrieveallLTMcertificateobjects"
|
|
12999
|
-
},
|
|
13000
|
-
"task": true
|
|
13001
|
-
},
|
|
13002
|
-
{
|
|
13003
|
-
"name": "createOverwriteSSLCertificatefromUpload",
|
|
13004
|
-
"summary": "Create/Overwrite SSL Certificate from Upload",
|
|
13005
|
-
"description": "Create/Overwrite SSL Certificate from Upload",
|
|
13006
|
-
"input": [
|
|
13007
|
-
{
|
|
13008
|
-
"name": "body",
|
|
13009
|
-
"type": "object",
|
|
13010
|
-
"info": ": object",
|
|
13011
|
-
"required": true,
|
|
13012
|
-
"schema": {
|
|
13013
|
-
"allOf": [
|
|
13014
|
-
{
|
|
13015
|
-
"type": "object"
|
|
13016
|
-
},
|
|
13017
|
-
{
|
|
13018
|
-
"example": {
|
|
13019
|
-
"command": "install",
|
|
13020
|
-
"name": "mysslcertificate",
|
|
13021
|
-
"from-local-file": "/var/config/rest/downloads/mysslcertificate.crt"
|
|
13022
|
-
}
|
|
13023
|
-
}
|
|
13024
|
-
],
|
|
13025
|
-
"definitions": {}
|
|
13026
|
-
}
|
|
13027
|
-
}
|
|
13028
|
-
],
|
|
13029
|
-
"output": {
|
|
13030
|
-
"name": "result",
|
|
13031
|
-
"type": "object",
|
|
13032
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13033
|
-
"schema": {
|
|
13034
|
-
"title": "result",
|
|
13035
|
-
"type": "object"
|
|
13036
|
-
}
|
|
13037
|
-
},
|
|
13038
|
-
"roles": [
|
|
13039
|
-
"admin"
|
|
13040
|
-
],
|
|
13041
|
-
"route": {
|
|
13042
|
-
"verb": "POST",
|
|
13043
|
-
"path": "/createOverwriteSSLCertificatefromUpload"
|
|
13044
|
-
},
|
|
13045
|
-
"task": true
|
|
13046
|
-
},
|
|
13047
|
-
{
|
|
13048
|
-
"name": "retrieveallLTMprivatekeyobjects",
|
|
13049
|
-
"summary": "Retrieve all LTM private key objects",
|
|
13050
|
-
"description": "Retrieve all LTM private key objects",
|
|
13051
|
-
"input": [],
|
|
13052
|
-
"output": {
|
|
13053
|
-
"name": "result",
|
|
13054
|
-
"type": "object",
|
|
13055
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13056
|
-
"schema": {
|
|
13057
|
-
"title": "result",
|
|
13058
|
-
"type": "object"
|
|
13059
|
-
}
|
|
13060
|
-
},
|
|
13061
|
-
"roles": [
|
|
13062
|
-
"admin"
|
|
13063
|
-
],
|
|
13064
|
-
"route": {
|
|
13065
|
-
"verb": "GET",
|
|
13066
|
-
"path": "/retrieveallLTMprivatekeyobjects"
|
|
13067
|
-
},
|
|
13068
|
-
"task": true
|
|
13069
|
-
},
|
|
13070
|
-
{
|
|
13071
|
-
"name": "createOverwriteSSLKeyfromUpload",
|
|
13072
|
-
"summary": "Create/Overwrite SSL Key from Upload",
|
|
13073
|
-
"description": "Create/Overwrite SSL Key from Upload",
|
|
13074
|
-
"input": [
|
|
13075
|
-
{
|
|
13076
|
-
"name": "body",
|
|
13077
|
-
"type": "object",
|
|
13078
|
-
"info": ": object",
|
|
13079
|
-
"required": true,
|
|
13080
|
-
"schema": {
|
|
13081
|
-
"allOf": [
|
|
13082
|
-
{
|
|
13083
|
-
"type": "object"
|
|
13084
|
-
},
|
|
13085
|
-
{
|
|
13086
|
-
"example": {
|
|
13087
|
-
"command": "install",
|
|
13088
|
-
"name": "mysslcertificate",
|
|
13089
|
-
"from-local-file": "/var/config/rest/downloads/mysslcertificate.key"
|
|
13090
|
-
}
|
|
13091
|
-
}
|
|
13092
|
-
],
|
|
13093
|
-
"definitions": {}
|
|
13094
|
-
}
|
|
13095
|
-
}
|
|
13096
|
-
],
|
|
13097
|
-
"output": {
|
|
13098
|
-
"name": "result",
|
|
13099
|
-
"type": "object",
|
|
13100
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13101
|
-
"schema": {
|
|
13102
|
-
"title": "result",
|
|
13103
|
-
"type": "object"
|
|
13104
|
-
}
|
|
13105
|
-
},
|
|
13106
|
-
"roles": [
|
|
13107
|
-
"admin"
|
|
13108
|
-
],
|
|
13109
|
-
"route": {
|
|
13110
|
-
"verb": "POST",
|
|
13111
|
-
"path": "/createOverwriteSSLKeyfromUpload"
|
|
13112
|
-
},
|
|
13113
|
-
"task": true
|
|
13114
|
-
},
|
|
13115
|
-
{
|
|
13116
|
-
"name": "retrieveallcertificatefiles",
|
|
13117
|
-
"summary": "Retrieve all certificate files",
|
|
13118
|
-
"description": "Retrieve all certificate files",
|
|
13119
|
-
"input": [],
|
|
13120
|
-
"output": {
|
|
13121
|
-
"name": "result",
|
|
13122
|
-
"type": "object",
|
|
13123
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13124
|
-
"schema": {
|
|
13125
|
-
"title": "result",
|
|
13126
|
-
"type": "object"
|
|
13127
|
-
}
|
|
13128
|
-
},
|
|
13129
|
-
"roles": [
|
|
13130
|
-
"admin"
|
|
13131
|
-
],
|
|
13132
|
-
"route": {
|
|
13133
|
-
"verb": "GET",
|
|
13134
|
-
"path": "/retrieveallcertificatefiles"
|
|
13135
|
-
},
|
|
13136
|
-
"task": true
|
|
13137
|
-
},
|
|
13138
|
-
{
|
|
13139
|
-
"name": "retrieveallkeyfiles",
|
|
13140
|
-
"summary": "Retrieve all key files",
|
|
13141
|
-
"description": "Retrieve all key files",
|
|
13142
|
-
"input": [],
|
|
13143
|
-
"output": {
|
|
13144
|
-
"name": "result",
|
|
13145
|
-
"type": "object",
|
|
13146
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13147
|
-
"schema": {
|
|
13148
|
-
"title": "result",
|
|
13149
|
-
"type": "object"
|
|
13150
|
-
}
|
|
13151
|
-
},
|
|
13152
|
-
"roles": [
|
|
13153
|
-
"admin"
|
|
13154
|
-
],
|
|
13155
|
-
"route": {
|
|
13156
|
-
"verb": "GET",
|
|
13157
|
-
"path": "/retrieveallkeyfiles"
|
|
13158
|
-
},
|
|
13159
|
-
"task": true
|
|
13160
|
-
},
|
|
13161
|
-
{
|
|
13162
|
-
"name": "retrieveallclientSSLprofiles",
|
|
13163
|
-
"summary": "Retrieve all client SSL profiles",
|
|
13164
|
-
"description": "Retrieve all client SSL profiles",
|
|
13165
|
-
"input": [],
|
|
13166
|
-
"output": {
|
|
13167
|
-
"name": "result",
|
|
13168
|
-
"type": "object",
|
|
13169
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13170
|
-
"schema": {
|
|
13171
|
-
"title": "result",
|
|
13172
|
-
"type": "object"
|
|
13173
|
-
}
|
|
13174
|
-
},
|
|
13175
|
-
"roles": [
|
|
13176
|
-
"admin"
|
|
13177
|
-
],
|
|
13178
|
-
"route": {
|
|
13179
|
-
"verb": "GET",
|
|
13180
|
-
"path": "/retrieveallclientSSLprofiles"
|
|
13181
|
-
},
|
|
13182
|
-
"task": true
|
|
13183
|
-
},
|
|
13184
|
-
{
|
|
13185
|
-
"name": "createClientSSLProfile",
|
|
13186
|
-
"summary": "Create Client SSL Profile",
|
|
13187
|
-
"description": "Create Client SSL Profile",
|
|
13188
|
-
"input": [
|
|
13189
|
-
{
|
|
13190
|
-
"name": "body",
|
|
13191
|
-
"type": "object",
|
|
13192
|
-
"info": ": object",
|
|
13193
|
-
"required": true,
|
|
13194
|
-
"schema": {
|
|
13195
|
-
"allOf": [
|
|
13196
|
-
{
|
|
13197
|
-
"type": "object"
|
|
13198
|
-
},
|
|
13199
|
-
{
|
|
13200
|
-
"example": {
|
|
13201
|
-
"name": "myclientsslprofile",
|
|
13202
|
-
"defaultsFrom": "/Common/clientssl",
|
|
13203
|
-
"cert": "/Common/mysslcertificate",
|
|
13204
|
-
"key": "/Common/mysslcertificate",
|
|
13205
|
-
"usage": "Server"
|
|
13206
|
-
}
|
|
13207
|
-
}
|
|
13208
|
-
],
|
|
13209
|
-
"definitions": {}
|
|
13210
|
-
}
|
|
13211
|
-
}
|
|
13212
|
-
],
|
|
13213
|
-
"output": {
|
|
13214
|
-
"name": "result",
|
|
13215
|
-
"type": "object",
|
|
13216
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13217
|
-
"schema": {
|
|
13218
|
-
"title": "result",
|
|
13219
|
-
"type": "object"
|
|
13220
|
-
}
|
|
13221
|
-
},
|
|
13222
|
-
"roles": [
|
|
13223
|
-
"admin"
|
|
13224
|
-
],
|
|
13225
|
-
"route": {
|
|
13226
|
-
"verb": "POST",
|
|
13227
|
-
"path": "/createClientSSLProfile"
|
|
13228
|
-
},
|
|
13229
|
-
"task": true
|
|
13230
|
-
},
|
|
13231
|
-
{
|
|
13232
|
-
"name": "getClientSSLProfileAPIExample",
|
|
13233
|
-
"summary": "Client SSL Profile API Example",
|
|
13234
|
-
"description": "Client SSL Profile API Example",
|
|
13235
|
-
"input": [],
|
|
13236
|
-
"output": {
|
|
13237
|
-
"name": "result",
|
|
13238
|
-
"type": "object",
|
|
13239
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13240
|
-
"schema": {
|
|
13241
|
-
"title": "result",
|
|
13242
|
-
"type": "object"
|
|
13243
|
-
}
|
|
13244
|
-
},
|
|
13245
|
-
"roles": [
|
|
13246
|
-
"admin"
|
|
13247
|
-
],
|
|
13248
|
-
"route": {
|
|
13249
|
-
"verb": "GET",
|
|
13250
|
-
"path": "/getClientSSLProfileAPIExample"
|
|
13251
|
-
},
|
|
13252
|
-
"task": true
|
|
13253
|
-
},
|
|
13254
|
-
{
|
|
13255
|
-
"name": "uploadSSLCertificate",
|
|
13256
|
-
"summary": "Upload SSL Certificate",
|
|
13257
|
-
"description": "Upload SSL Certificate",
|
|
13258
|
-
"input": [
|
|
13259
|
-
{
|
|
13260
|
-
"name": "file",
|
|
13261
|
-
"type": "string",
|
|
13262
|
-
"info": ": string",
|
|
13263
|
-
"required": true,
|
|
13264
|
-
"schema": {
|
|
13265
|
-
"title": "file",
|
|
13266
|
-
"type": "string"
|
|
13267
|
-
}
|
|
13268
|
-
}
|
|
13269
|
-
],
|
|
13270
|
-
"output": {
|
|
13271
|
-
"name": "result",
|
|
13272
|
-
"type": "object",
|
|
13273
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13274
|
-
"schema": {
|
|
13275
|
-
"title": "result",
|
|
13276
|
-
"type": "object"
|
|
13277
|
-
}
|
|
13278
|
-
},
|
|
13279
|
-
"roles": [
|
|
13280
|
-
"admin"
|
|
13281
|
-
],
|
|
13282
|
-
"route": {
|
|
13283
|
-
"verb": "POST",
|
|
13284
|
-
"path": "/uploadSSLCertificate"
|
|
13285
|
-
},
|
|
13286
|
-
"task": true
|
|
13287
|
-
},
|
|
13288
|
-
{
|
|
13289
|
-
"name": "uploadSSLKey",
|
|
13290
|
-
"summary": "Upload SSL Key",
|
|
13291
|
-
"description": "Upload SSL Key",
|
|
13292
|
-
"input": [
|
|
13293
|
-
{
|
|
13294
|
-
"name": "file",
|
|
13295
|
-
"type": "string",
|
|
13296
|
-
"info": ": string",
|
|
13297
|
-
"required": true,
|
|
13298
|
-
"schema": {
|
|
13299
|
-
"title": "file",
|
|
13300
|
-
"type": "string"
|
|
13301
|
-
}
|
|
13302
|
-
}
|
|
13303
|
-
],
|
|
13304
|
-
"output": {
|
|
13305
|
-
"name": "result",
|
|
13306
|
-
"type": "object",
|
|
13307
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13308
|
-
"schema": {
|
|
13309
|
-
"title": "result",
|
|
13310
|
-
"type": "object"
|
|
13311
|
-
}
|
|
13312
|
-
},
|
|
13313
|
-
"roles": [
|
|
13314
|
-
"admin"
|
|
13315
|
-
],
|
|
13316
|
-
"route": {
|
|
13317
|
-
"verb": "POST",
|
|
13318
|
-
"path": "/uploadSSLKey"
|
|
13319
|
-
},
|
|
13320
|
-
"task": true
|
|
13321
|
-
},
|
|
13322
|
-
{
|
|
13323
|
-
"name": "attachClientSSLProfiletoVirtualServer",
|
|
13324
|
-
"summary": "Attach Client SSL Profile to Virtual Server",
|
|
13325
|
-
"description": "Attach Client SSL Profile to Virtual Server",
|
|
13326
|
-
"input": [
|
|
13327
|
-
{
|
|
13328
|
-
"name": "body",
|
|
13329
|
-
"type": "object",
|
|
13330
|
-
"info": ": object",
|
|
13331
|
-
"required": true,
|
|
13332
|
-
"schema": {
|
|
13333
|
-
"allOf": [
|
|
13334
|
-
{
|
|
13335
|
-
"type": "object"
|
|
13336
|
-
},
|
|
13337
|
-
{
|
|
13338
|
-
"example": {
|
|
13339
|
-
"name": "myclientsslprofile"
|
|
13340
|
-
}
|
|
13341
|
-
}
|
|
13342
|
-
],
|
|
13343
|
-
"definitions": {}
|
|
13344
|
-
}
|
|
13345
|
-
}
|
|
13346
|
-
],
|
|
13347
|
-
"output": {
|
|
13348
|
-
"name": "result",
|
|
13349
|
-
"type": "object",
|
|
13350
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13351
|
-
"schema": {
|
|
13352
|
-
"title": "result",
|
|
13353
|
-
"type": "object"
|
|
13354
|
-
}
|
|
13355
|
-
},
|
|
13356
|
-
"roles": [
|
|
13357
|
-
"admin"
|
|
13358
|
-
],
|
|
13359
|
-
"route": {
|
|
13360
|
-
"verb": "POST",
|
|
13361
|
-
"path": "/attachClientSSLProfiletoVirtualServer"
|
|
13362
|
-
},
|
|
13363
|
-
"task": true
|
|
13364
|
-
},
|
|
13365
|
-
{
|
|
13366
|
-
"name": "detachClientSSLProfilefromVirtualServer",
|
|
13367
|
-
"summary": "Detach Client SSL Profile from Virtual Server",
|
|
13368
|
-
"description": "Detach Client SSL Profile from Virtual Server",
|
|
13369
|
-
"input": [],
|
|
13370
|
-
"output": {
|
|
13371
|
-
"name": "result",
|
|
13372
|
-
"type": "object",
|
|
13373
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13374
|
-
"schema": {
|
|
13375
|
-
"title": "result",
|
|
13376
|
-
"type": "object"
|
|
13377
|
-
}
|
|
13378
|
-
},
|
|
13379
|
-
"roles": [
|
|
13380
|
-
"admin"
|
|
13381
|
-
],
|
|
13382
|
-
"route": {
|
|
13383
|
-
"verb": "GET",
|
|
13384
|
-
"path": "/detachClientSSLProfilefromVirtualServer"
|
|
13385
|
-
},
|
|
13386
|
-
"task": true
|
|
13387
|
-
},
|
|
13388
|
-
{
|
|
13389
|
-
"name": "deleteClientSSLProfile",
|
|
13390
|
-
"summary": "Delete Client SSL Profile",
|
|
13391
|
-
"description": "Delete Client SSL Profile",
|
|
13392
|
-
"input": [],
|
|
13393
|
-
"output": {
|
|
13394
|
-
"name": "result",
|
|
13395
|
-
"type": "object",
|
|
13396
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13397
|
-
"schema": {
|
|
13398
|
-
"title": "result",
|
|
13399
|
-
"type": "object"
|
|
13400
|
-
}
|
|
13401
|
-
},
|
|
13402
|
-
"roles": [
|
|
13403
|
-
"admin"
|
|
13404
|
-
],
|
|
13405
|
-
"route": {
|
|
13406
|
-
"verb": "GET",
|
|
13407
|
-
"path": "/deleteClientSSLProfile"
|
|
13408
|
-
},
|
|
13409
|
-
"task": true
|
|
13410
|
-
},
|
|
13411
|
-
{
|
|
13412
|
-
"name": "deleteSSLCertificate",
|
|
13413
|
-
"summary": "Delete SSL Certificate",
|
|
13414
|
-
"description": "Delete SSL Certificate",
|
|
13415
|
-
"input": [],
|
|
13416
|
-
"output": {
|
|
13417
|
-
"name": "result",
|
|
13418
|
-
"type": "object",
|
|
13419
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13420
|
-
"schema": {
|
|
13421
|
-
"title": "result",
|
|
13422
|
-
"type": "object"
|
|
13423
|
-
}
|
|
13424
|
-
},
|
|
13425
|
-
"roles": [
|
|
13426
|
-
"admin"
|
|
13427
|
-
],
|
|
13428
|
-
"route": {
|
|
13429
|
-
"verb": "GET",
|
|
13430
|
-
"path": "/deleteSSLCertificate"
|
|
13431
|
-
},
|
|
13432
|
-
"task": true
|
|
13433
|
-
},
|
|
13434
|
-
{
|
|
13435
|
-
"name": "deleteCryptoSSLKey",
|
|
13436
|
-
"summary": "Delete SSL Key",
|
|
13437
|
-
"description": "Delete SSL Key",
|
|
13438
|
-
"input": [],
|
|
13439
|
-
"output": {
|
|
13440
|
-
"name": "result",
|
|
13441
|
-
"type": "object",
|
|
13442
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13443
|
-
"schema": {
|
|
13444
|
-
"title": "result",
|
|
13445
|
-
"type": "object"
|
|
13446
|
-
}
|
|
13447
|
-
},
|
|
13448
|
-
"roles": [
|
|
13449
|
-
"admin"
|
|
13450
|
-
],
|
|
13451
|
-
"route": {
|
|
13452
|
-
"verb": "GET",
|
|
13453
|
-
"path": "/deleteCryptoSSLKey"
|
|
13454
|
-
},
|
|
13455
|
-
"task": true
|
|
13456
|
-
},
|
|
13457
|
-
{
|
|
13458
|
-
"name": "saveConfiguration",
|
|
13459
|
-
"summary": "Save Configuration",
|
|
13460
|
-
"description": "Save Configuration",
|
|
13461
|
-
"input": [
|
|
13462
|
-
{
|
|
13463
|
-
"name": "body",
|
|
13464
|
-
"type": "object",
|
|
13465
|
-
"info": ": object",
|
|
13466
|
-
"required": true,
|
|
13467
|
-
"schema": {
|
|
13468
|
-
"allOf": [
|
|
13469
|
-
{
|
|
13470
|
-
"type": "object"
|
|
13471
|
-
},
|
|
13472
|
-
{
|
|
13473
|
-
"example": {
|
|
13474
|
-
"command": "save"
|
|
13475
|
-
}
|
|
13476
|
-
}
|
|
13477
|
-
],
|
|
13478
|
-
"definitions": {}
|
|
13479
|
-
}
|
|
13480
|
-
}
|
|
13481
|
-
],
|
|
13482
|
-
"output": {
|
|
13483
|
-
"name": "result",
|
|
13484
|
-
"type": "object",
|
|
13485
|
-
"description": "A JSON Object containing status, code and the result",
|
|
13486
|
-
"schema": {
|
|
13487
|
-
"title": "result",
|
|
13488
|
-
"type": "object"
|
|
13489
|
-
}
|
|
13490
|
-
},
|
|
13491
|
-
"roles": [
|
|
13492
|
-
"admin"
|
|
13493
|
-
],
|
|
13494
|
-
"route": {
|
|
13495
|
-
"verb": "POST",
|
|
13496
|
-
"path": "/saveConfiguration"
|
|
13497
|
-
},
|
|
13498
|
-
"task": true
|
|
13499
12828
|
}
|
|
13500
12829
|
],
|
|
13501
12830
|
"views": []
|