@itentialopensource/adapter-infoblox 1.15.4 → 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 +8 -0
- package/adapter.js +1 -1
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
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
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
|
Binary file
|
package/report/adapterInfo.json
CHANGED