@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/AUTH.md +2 -0
- package/BROKER.md +31 -19
- package/CALLS.md +210 -0
- package/CHANGELOG.md +16 -0
- package/PROPERTIES.md +5 -0
- package/README.md +60 -63
- package/SYSTEMINFO.md +8 -2
- package/TAB1.md +7 -1
- package/TAB2.md +80 -3250
- package/adapter.js +2967 -0
- package/entities/LicenseManagement/action.json +719 -0
- package/entities/LicenseManagement/schema.json +53 -0
- package/metadata.json +16 -5
- package/package.json +6 -8
- package/pronghorn.json +1355 -27
- package/propertiesSchema.json +5 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/report/license-mgmt-openapi.json +1145 -0
- package/report/updateReport1717076263858.json +120 -0
- package/sampleProperties.json +37 -25
- package/test/integration/adapterTestIntegration.js +891 -0
- package/test/unit/adapterTestUnit.js +1287 -2
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": false,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "initialLicenseActivation",
|
|
12
|
+
"enum": [
|
|
13
|
+
"initialLicenseActivation",
|
|
14
|
+
"pollInitialLicenseActivation",
|
|
15
|
+
"completeInitialActivation",
|
|
16
|
+
"removeFailedInitialActivation",
|
|
17
|
+
"getLicenseReference",
|
|
18
|
+
"reactivateLicense",
|
|
19
|
+
"deletePurchasedPoolLicense",
|
|
20
|
+
"assignOrRevokeLicense",
|
|
21
|
+
"pollTaskForCompletion",
|
|
22
|
+
"viewOutstandingAssignments",
|
|
23
|
+
"queryExistingPurchasedLicenses",
|
|
24
|
+
"activateNewPurchasedPoolLicense",
|
|
25
|
+
"queryPurchasedPoolLicenseAssignments",
|
|
26
|
+
"assignPurchasedPoolLicenseMembers",
|
|
27
|
+
"queryPurchasedPoolLicenseAssignmentStatus",
|
|
28
|
+
"refreshPurchasedPoolLicenseOnBigIPDevice",
|
|
29
|
+
"revokeAPurchasedPoolLicense",
|
|
30
|
+
"queryExistingRegKeyPools",
|
|
31
|
+
"createRegKeyPool",
|
|
32
|
+
"updateRegKeyPool",
|
|
33
|
+
"removeRegKeyPool",
|
|
34
|
+
"queryExistingLicenseKeysForRegKeyPool",
|
|
35
|
+
"addLicenseKey",
|
|
36
|
+
"pollForRegKeyActivationStatus",
|
|
37
|
+
"completeRegKeyActivation",
|
|
38
|
+
"deleteRegistrationKey",
|
|
39
|
+
"getRegistrationKeyAssignment",
|
|
40
|
+
"assignRegistrationKeyToDevice",
|
|
41
|
+
"getRegistrationKeyAssignmentStatus",
|
|
42
|
+
"revokedRegistrationKeyFromDevice",
|
|
43
|
+
"setLicenseText",
|
|
44
|
+
"getLicenseText",
|
|
45
|
+
"createUtilityBillingLicenseReport",
|
|
46
|
+
"getUtilityBillingReportStatus",
|
|
47
|
+
"downloadUtilityBillingReport"
|
|
48
|
+
],
|
|
49
|
+
"external_name": "ph_request_type"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"definitions": {}
|
|
53
|
+
}
|
package/metadata.json
CHANGED
|
@@ -41,13 +41,24 @@
|
|
|
41
41
|
"isDeprecated": false
|
|
42
42
|
},
|
|
43
43
|
"brokerSince": "",
|
|
44
|
+
"authMethods": [
|
|
45
|
+
{
|
|
46
|
+
"type": "Token",
|
|
47
|
+
"primary": true
|
|
48
|
+
}
|
|
49
|
+
],
|
|
44
50
|
"documentation": {
|
|
45
51
|
"storeLink": "",
|
|
46
52
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-f5_bigiq",
|
|
47
|
-
"repoLink": "https://gitlab.com/itentialopensource/adapters/
|
|
53
|
+
"repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-f5_bigiq",
|
|
48
54
|
"docLink": "https://docs.itential.com/opensource/docs/f5-big-iq",
|
|
49
55
|
"demoLinks": [],
|
|
50
|
-
"trainingLinks": [
|
|
56
|
+
"trainingLinks": [
|
|
57
|
+
{
|
|
58
|
+
"title": "Itential Academy",
|
|
59
|
+
"link": "https://www.itential.com/itential-academy/"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
51
62
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
52
63
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
53
64
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
@@ -74,11 +85,11 @@
|
|
|
74
85
|
"overview": "Project with workflows for the BIG-IQ from F5",
|
|
75
86
|
"isDependency": false,
|
|
76
87
|
"versions": [
|
|
77
|
-
"^0.
|
|
88
|
+
"^1.0.4"
|
|
78
89
|
],
|
|
79
|
-
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/
|
|
90
|
+
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/f5-big-iq-rest",
|
|
80
91
|
"docLink": "",
|
|
81
|
-
"webLink": ""
|
|
92
|
+
"webLink": "https://www.itential.com/automations/f5-big-iq-modular-automations/"
|
|
82
93
|
}
|
|
83
94
|
],
|
|
84
95
|
"transformationProjects": [],
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-f5_bigiq",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: f5Big-iqApi.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
7
|
-
"engineVersion": "1.67.
|
|
7
|
+
"engineVersion": "1.67.19",
|
|
8
8
|
"adapterType": "http",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"test:baseunit": "mocha test/unit/adapterBaseTestUnit.js --LOG=error",
|
|
16
16
|
"test:unit": "mocha test/unit/adapterTestUnit.js --LOG=error",
|
|
17
17
|
"test:integration": "mocha test/integration/adapterTestIntegration.js --LOG=error",
|
|
18
|
-
"test:cover": "nyc --reporter html --reporter text mocha --reporter dot test/*",
|
|
19
18
|
"test": "npm run test:baseunit && npm run test:unit && npm run test:integration",
|
|
20
19
|
"adapter:install": "npm i && node utils/tbScript.js install",
|
|
21
20
|
"adapter:checkMigrate": "node utils/checkMigrate.js",
|
|
@@ -45,15 +44,15 @@
|
|
|
45
44
|
],
|
|
46
45
|
"license": "Apache-2.0",
|
|
47
46
|
"engines": {
|
|
48
|
-
"node": ">=
|
|
47
|
+
"node": ">= 14.0.0",
|
|
49
48
|
"npm": ">= 6.0.0"
|
|
50
49
|
},
|
|
51
50
|
"repository": {
|
|
52
51
|
"type": "git",
|
|
53
|
-
"url": "git@gitlab.com:itentialopensource/adapters/
|
|
52
|
+
"url": "git@gitlab.com:itentialopensource/adapters/adapter-f5_bigiq.git"
|
|
54
53
|
},
|
|
55
54
|
"author": "Itential",
|
|
56
|
-
"homepage": "https://gitlab.com/itentialopensource/adapters/
|
|
55
|
+
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-f5_bigiq#readme",
|
|
57
56
|
"dependencies": {
|
|
58
57
|
"@itentialopensource/adapter-utils": "^5.3.10",
|
|
59
58
|
"acorn": "^8.10.0",
|
|
@@ -65,8 +64,7 @@
|
|
|
65
64
|
"json-query": "^2.2.2",
|
|
66
65
|
"mocha": "^10.3.0",
|
|
67
66
|
"mocha-param": "^2.0.1",
|
|
68
|
-
"mongodb": "^4.
|
|
69
|
-
"nyc": "^15.1.0",
|
|
67
|
+
"mongodb": "^4.16.0",
|
|
70
68
|
"ping": "^0.4.4",
|
|
71
69
|
"prompts": "^2.4.2",
|
|
72
70
|
"readline-sync": "^1.4.10",
|