@itentialopensource/adapter-infoblox 1.15.3 → 1.15.5
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/CALLS.md +1 -1
- package/CHANGELOG.md +16 -0
- package/adapter.js +1 -1
- package/package.json +2 -2
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
- package/compliance-report.json +0 -9
- package/compliance-report.txt +0 -5
package/CALLS.md
CHANGED
|
@@ -227,7 +227,7 @@ Specific adapter calls are built based on the API of the Infoblox. The Adapter B
|
|
|
227
227
|
<td style="padding:15px">Yes</td>
|
|
228
228
|
</tr>
|
|
229
229
|
<tr>
|
|
230
|
-
<td style="padding:15px">createHostRecord2(hostName,
|
|
230
|
+
<td style="padding:15px">createHostRecord2(hostName, comment, IPAddress, callback)</td>
|
|
231
231
|
<td style="padding:15px">createHostRecord2</td>
|
|
232
232
|
<td style="padding:15px">{base_path}/{version}/record:host/{pathv1}?{query}</td>
|
|
233
233
|
<td style="padding:15px">Yes</td>
|
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 1.15.5 [11-19-2024]
|
|
3
|
+
|
|
4
|
+
* change order of params to fix createHostRecord2
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-infoblox!49
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 1.15.4 [10-15-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.10.14_21:30PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-infoblox!48
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 1.15.3 [08-28-2024]
|
|
3
19
|
|
|
4
20
|
* update dependencies and metadata
|
package/adapter.js
CHANGED
|
@@ -998,7 +998,7 @@ class Infoblox extends AdapterBaseCl {
|
|
|
998
998
|
* @param {getCallback} callback - a callback function to return the result
|
|
999
999
|
* (entities) or the error
|
|
1000
1000
|
*/
|
|
1001
|
-
createHostRecord2(hostName,
|
|
1001
|
+
createHostRecord2(hostName, comment, IPAddress, callback) {
|
|
1002
1002
|
const meth = 'adapter-createHostRecord2';
|
|
1003
1003
|
const origin = `${this.id}-${meth}`;
|
|
1004
1004
|
log.trace(origin);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-infoblox",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.5",
|
|
4
4
|
"description": "Itential Infoblox Adapter",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Infoblox",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"author": "Itential",
|
|
58
58
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-infoblox#readme",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
60
|
+
"@itentialopensource/adapter-utils": "^5.9.4",
|
|
61
61
|
"acorn": "^8.12.1",
|
|
62
62
|
"ajv": "^8.17.1",
|
|
63
63
|
"axios": "^1.7.4",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
package/compliance-report.json
DELETED
package/compliance-report.txt
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
---------------------------------------------------------------------------------------------
|
|
2
|
-
**** Project Compliance Summary ****
|
|
3
|
-
0 project(s) are not valid
|
|
4
|
-
0 project(s) are valid
|
|
5
|
-
---------------------------------------------------------------------------------------------
|