@itentialopensource/adapter-netbox_v33 2.1.6 → 2.1.8

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/adapter.js CHANGED
@@ -49071,6 +49071,7 @@ via a protocol such as LLDP. Two query parameters must be included in the reques
49071
49071
  * @name deleteIpamIpAddresses
49072
49072
  * @summary ipam_ip-addresses_bulk_delete
49073
49073
  *
49074
+ * @param {Array} data - data param
49074
49075
  * @param {getCallback} callback - a callback function to return the result
49075
49076
  * @return {object} results - An object containing the response of the action
49076
49077
  *
@@ -49079,7 +49080,7 @@ via a protocol such as LLDP. Two query parameters must be included in the reques
49079
49080
  * @task true
49080
49081
  */
49081
49082
  /* YOU CAN CHANGE THE PARAMETERS YOU TAKE IN HERE AND IN THE pronghorn.json FILE */
49082
- deleteIpamIpAddresses(callback) {
49083
+ deleteIpamIpAddresses(data, callback) {
49083
49084
  const meth = 'adapter-deleteIpamIpAddresses';
49084
49085
  const origin = `${this.id}-${meth}`;
49085
49086
  log.trace(origin);
@@ -49091,12 +49092,17 @@ via a protocol such as LLDP. Two query parameters must be included in the reques
49091
49092
  }
49092
49093
 
49093
49094
  /* HERE IS WHERE YOU VALIDATE DATA */
49095
+ if (data === undefined || data === null || data === '') {
49096
+ const errorObj = this.requestHandlerInst.formatErrorObject(this.id, meth, 'Missing Data', ['data'], null, null, null);
49097
+ log.error(`${origin}: ${errorObj.IAPerror.displayString}`);
49098
+ return callback(null, errorObj);
49099
+ }
49094
49100
 
49095
49101
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
49096
49102
  const queryParamsAvailable = {};
49097
49103
  const queryParams = {};
49098
49104
  const pathVars = [];
49099
- const bodyVars = {};
49105
+ const bodyVars = data;
49100
49106
 
49101
49107
  // loop in template. long callback arg name to avoid identifier conflicts
49102
49108
  Object.keys(queryParamsAvailable).forEach((thisKeyInQueryParamsAvailable) => {
package/metadata.json CHANGED
@@ -37,27 +37,75 @@
37
37
  "isDeprecated": false
38
38
  },
39
39
  "brokerSince": "",
40
+ "authMethods": [
41
+ {
42
+ "type": "API Key",
43
+ "primary": true
44
+ }
45
+ ],
40
46
  "documentation": {
41
47
  "storeLink": "",
42
48
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-netbox_v33",
43
- "repoLink": "https://gitlab.com/itentialopensource/adapters/inventory/adapter-netbox_v33",
49
+ "repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-netbox_v33",
44
50
  "docLink": "https://docs.itential.com/opensource/docs/netbox-v33",
45
- "demoLinks": [],
46
- "trainingLinks": [],
51
+ "demoLinks": [
52
+ {
53
+ "title": "Itential & NetBox: Evolving from a Source of Truth to Automation & Orchestration (ONUG)",
54
+ "link": "https://www.itential.com/resource/demo/evolving-from-a-source-of-truth-to-automation-orchestration-with-netbox-onug/"
55
+ },
56
+ {
57
+ "title": "Integrating NetBox as a Source of Truth for Network Automation",
58
+ "link": "https://www.itential.com/resource/demo/integrating-netbox-as-a-source-of-truth-for-network-automation/"
59
+ },
60
+ {
61
+ "title": "Itential’s No-Code Integration with NetBox",
62
+ "link": "https://www.itential.com/solutions/integrations/netbox-network-automation/"
63
+ }
64
+ ],
65
+ "trainingLinks": [
66
+ {
67
+ "title": "Itential Academy",
68
+ "link": "https://www.itential.com/itential-academy/"
69
+ }
70
+ ],
47
71
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
48
72
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
49
73
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
50
74
  "webLink": "",
51
- "vendorLink": "",
52
- "productLink": "",
53
- "apiLinks": []
75
+ "vendorLink": "https://netbox.dev/",
76
+ "productLink": "https://netbox.dev/",
77
+ "apiLinks": [
78
+ {
79
+ "title": "NetBox REST API",
80
+ "link": "https://demo.netbox.dev/api/schema/swagger-ui/",
81
+ "public": true
82
+ },
83
+ {
84
+ "title": "NetBox Sandbox",
85
+ "link": "https://demo.netbox.dev/",
86
+ "public": true
87
+ }
88
+ ]
54
89
  },
55
90
  "assets": [],
56
91
  "relatedItems": {
57
92
  "adapters": [],
58
93
  "integrations": [],
59
94
  "ecosystemApplications": [],
60
- "workflowProjects": [],
95
+ "workflowProjects": [
96
+ {
97
+ "name": "NetBox - REST",
98
+ "webName": "NetBox IP Address Management",
99
+ "overview": "Project with workflows for NetBox using REST protocol for managing IP Address and Prefix",
100
+ "isDependency": false,
101
+ "versions": [
102
+ "^1.0.6"
103
+ ],
104
+ "repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/netbox-rest",
105
+ "docLink": "",
106
+ "webLink": "https://www.itential.com/automations/netbox-ip-address-management/"
107
+ }
108
+ ],
61
109
  "transformationProjects": [],
62
110
  "exampleProjects": []
63
111
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-netbox_v33",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "description": "This adapter integrates with system described as: Netbox v3.3",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
7
- "engineVersion": "1.67.14",
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",
@@ -43,15 +42,15 @@
43
42
  ],
44
43
  "license": "Apache-2.0",
45
44
  "engines": {
46
- "node": ">= 8.0.0",
45
+ "node": ">= 14.0.0",
47
46
  "npm": ">= 6.0.0"
48
47
  },
49
48
  "repository": {
50
49
  "type": "git",
51
- "url": "git@gitlab.com:itentialopensource/adapters/inventory/adapter-netbox_v33.git"
50
+ "url": "git@gitlab.com:itentialopensource/adapters/adapter-netbox_v33.git"
52
51
  },
53
52
  "author": "Itential",
54
- "homepage": "https://gitlab.com/itentialopensource/adapters/inventory/adapter-netbox_v33#readme",
53
+ "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-netbox_v33#readme",
55
54
  "dependencies": {
56
55
  "@itentialopensource/adapter-utils": "^5.3.10",
57
56
  "acorn": "^8.10.0",
@@ -64,7 +63,6 @@
64
63
  "mocha": "^10.3.0",
65
64
  "mocha-param": "^2.0.1",
66
65
  "mongodb": "^4.16.0",
67
- "nyc": "^15.1.0",
68
66
  "ping": "^0.4.4",
69
67
  "prompts": "^2.4.2",
70
68
  "readline-sync": "^1.4.10",
package/pronghorn.json CHANGED
@@ -121709,7 +121709,19 @@
121709
121709
  "name": "deleteIpamIpAddresses",
121710
121710
  "summary": "ipam_ip-addresses_bulk_delete",
121711
121711
  "description": "ipam_ip-addresses_bulk_delete",
121712
- "input": [],
121712
+ "input": [
121713
+ {
121714
+ "name": "data",
121715
+ "type": "array",
121716
+ "info": "List of IP Objects",
121717
+ "required": true,
121718
+ "schema": {
121719
+ "required": [
121720
+ ],
121721
+ "type": "object"
121722
+ }
121723
+ }
121724
+ ],
121713
121725
  "output": {
121714
121726
  "name": "result",
121715
121727
  "type": "object",
@@ -945,6 +945,11 @@
945
945
  "devicebroker": {
946
946
  "type": "object",
947
947
  "properties": {
948
+ "enabled": {
949
+ "type": "boolean",
950
+ "description": "Whether or not the device broker calls have been mapped",
951
+ "default": false
952
+ },
948
953
  "getDevice": {
949
954
  "type": "array",
950
955
  "description": "Broker call(s) to getDevice",
Binary file
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "2.0.0",
3
- "configLines": 185559,
2
+ "version": "2.1.7",
3
+ "configLines": 185576,
4
4
  "scriptLines": 1783,
5
- "codeLines": 79698,
6
- "testLines": 52921,
5
+ "codeLines": 79704,
6
+ "testLines": 52920,
7
7
  "testCases": 2758,
8
- "totalCodeLines": 134402,
8
+ "totalCodeLines": 134407,
9
9
  "wfTasks": 896
10
10
  }
@@ -0,0 +1,120 @@
1
+ {
2
+ "errors": [],
3
+ "statistics": [
4
+ {
5
+ "owner": "errorJson",
6
+ "description": "New adapter errors available for use",
7
+ "value": 0
8
+ },
9
+ {
10
+ "owner": "errorJson",
11
+ "description": "Adapter errors no longer available for use",
12
+ "value": 0
13
+ },
14
+ {
15
+ "owner": "errorJson",
16
+ "description": "Adapter errors that have been updated (e.g. recommendation changes)",
17
+ "value": 31
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of production dependencies",
22
+ "value": 16
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Number of development dependencies",
27
+ "value": 6
28
+ },
29
+ {
30
+ "owner": "packageJson",
31
+ "description": "Number of npm scripts",
32
+ "value": 21
33
+ },
34
+ {
35
+ "owner": "packageJson",
36
+ "description": "Runtime Library dependency",
37
+ "value": "^5.3.10"
38
+ },
39
+ {
40
+ "owner": "propertiesSchemaJson",
41
+ "description": "Adapter properties defined in the propertiesSchema file",
42
+ "value": 78
43
+ },
44
+ {
45
+ "owner": "markdown",
46
+ "description": "Number of lines in the README.md",
47
+ "value": 344
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the SUMMARY.md",
52
+ "value": 9
53
+ },
54
+ {
55
+ "owner": "markdown",
56
+ "description": "Number of lines in the PROPERTIES.md",
57
+ "value": 647
58
+ },
59
+ {
60
+ "owner": "markdown",
61
+ "description": "Number of lines in the TROUBLESHOOT.md",
62
+ "value": 48
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the ENHANCE.md",
67
+ "value": 70
68
+ },
69
+ {
70
+ "owner": "markdown",
71
+ "description": "Number of lines in the BROKER.md",
72
+ "value": 70
73
+ },
74
+ {
75
+ "owner": "unitTestJS",
76
+ "description": "Number of lines of code in unit tests",
77
+ "value": 26732
78
+ },
79
+ {
80
+ "owner": "unitTestJS",
81
+ "description": "Number of unit tests",
82
+ "value": 1808
83
+ },
84
+ {
85
+ "owner": "integrationTestJS",
86
+ "description": "Number of lines of code in integration tests",
87
+ "value": 24936
88
+ },
89
+ {
90
+ "owner": "integrationTestJS",
91
+ "description": "Number of integration tests",
92
+ "value": 880
93
+ },
94
+ {
95
+ "owner": "staticFile",
96
+ "description": "Number of lines of code in adapterBase.js",
97
+ "value": 1453
98
+ },
99
+ {
100
+ "owner": "staticFile",
101
+ "description": "Number of static files added",
102
+ "value": 36
103
+ },
104
+ {
105
+ "owner": "Overall",
106
+ "description": "Total lines of Code",
107
+ "value": 53121
108
+ },
109
+ {
110
+ "owner": "Overall",
111
+ "description": "Total Tests",
112
+ "value": 2688
113
+ },
114
+ {
115
+ "owner": "Overall",
116
+ "description": "Total Files",
117
+ "value": 6
118
+ }
119
+ ]
120
+ }
@@ -14,7 +14,7 @@
14
14
  "stub": true,
15
15
  "protocol": "https",
16
16
  "authentication": {
17
- "auth_method": "no_authentication",
17
+ "auth_method": "static_token",
18
18
  "username": "username",
19
19
  "password": "password",
20
20
  "token": "token",
@@ -22,7 +22,7 @@
22
22
  "token_cache": "local",
23
23
  "invalid_token_error": 401,
24
24
  "auth_field": "header.headers.Authorization",
25
- "auth_field_format": "Basic {b64}{username}:{password}{/b64}",
25
+ "auth_field_format": "Token {token}",
26
26
  "auth_logging": false,
27
27
  "client_id": "",
28
28
  "client_secret": "",
@@ -116,30 +116,32 @@
116
116
  }
117
117
  },
118
118
  "devicebroker": {
119
+ "enabled": false,
119
120
  "getDevice": [
120
121
  {
121
- "path": "/get/devices/{id}",
122
+ "path": "/not/mapped",
122
123
  "method": "GET",
123
124
  "query": {},
124
125
  "body": {},
125
126
  "headers": {},
126
127
  "handleFailure": "ignore",
127
128
  "requestFields": {
128
- "id": "name"
129
+ "insample": "{port}"
129
130
  },
130
131
  "responseDatakey": "",
131
132
  "responseFields": {
132
- "name": "host",
133
- "ostype": "os",
134
- "ostypePrefix": "system-",
135
- "ipaddress": "attributes.ipaddr",
136
- "port": "443"
133
+ "name": "{this}{||}{that}",
134
+ "ostype": "{osfield}",
135
+ "ostypePrefix": "meraki-",
136
+ "port": "{port}",
137
+ "ipaddress": "{ip_addr}",
138
+ "serial" : "{serial}"
137
139
  }
138
140
  }
139
141
  ],
140
142
  "getDevicesFiltered": [
141
143
  {
142
- "path": "/get/devices",
144
+ "path": "/not/mapped",
143
145
  "method": "GET",
144
146
  "pagination": {
145
147
  "offsetVar": "",
@@ -154,42 +156,44 @@
154
156
  "requestFields": {},
155
157
  "responseDatakey": "",
156
158
  "responseFields": {
157
- "name": "host",
158
- "ostype": "os",
159
- "ostypePrefix": "system-",
160
- "ipaddress": "attributes.ipaddr",
161
- "port": "443"
159
+ "name": "{this}{||}{that}",
160
+ "ostype": "{osfield}",
161
+ "ostypePrefix": "meraki-",
162
+ "port": "{port}",
163
+ "ipaddress": "{ip_addr}",
164
+ "serial" : "{serial}",
165
+ "id": "{myid}"
162
166
  }
163
167
  }
164
168
  ],
165
169
  "isAlive": [
166
170
  {
167
- "path": "/get/devices/{id}/status",
171
+ "path": "/not/mapped/{devID}",
168
172
  "method": "GET",
169
173
  "query": {},
170
174
  "body": {},
171
175
  "headers": {},
172
176
  "handleFailure": "ignore",
173
177
  "requestFields": {
174
- "id": "name"
178
+ "devID": "{id}"
175
179
  },
176
180
  "responseDatakey": "",
177
181
  "responseFields": {
178
- "status": "status",
179
- "statusValue": "online"
182
+ "status": "return2xx",
183
+ "statusValue": "AD.200"
180
184
  }
181
185
  }
182
186
  ],
183
187
  "getConfig": [
184
188
  {
185
- "path": "/get/devices/{id}/configPart1",
189
+ "path": "/not/mapped/{devID}",
186
190
  "method": "GET",
187
191
  "query": {},
188
192
  "body": {},
189
193
  "headers": {},
190
194
  "handleFailure": "ignore",
191
195
  "requestFields": {
192
- "id": "name"
196
+ "devID": "{id}"
193
197
  },
194
198
  "responseDatakey": "",
195
199
  "responseFields": {}
@@ -197,7 +201,7 @@
197
201
  ],
198
202
  "getCount": [
199
203
  {
200
- "path": "/get/devices",
204
+ "path": "/not/mapped",
201
205
  "method": "GET",
202
206
  "query": {},
203
207
  "body": {},
@@ -213,15 +217,15 @@
213
217
  "enabled": false,
214
218
  "entities": [
215
219
  {
216
- "entityType": "",
217
- "frequency": 1440,
220
+ "entityType": "device",
221
+ "frequency": 3600,
218
222
  "flushOnFail": false,
219
- "limit": 1000,
223
+ "limit": 10000,
220
224
  "retryAttempts": 5,
221
225
  "sort": true,
222
226
  "populate": [
223
227
  {
224
- "path": "",
228
+ "path": "/not/mapped",
225
229
  "method": "GET",
226
230
  "pagination": {
227
231
  "offsetVar": "",
@@ -235,7 +239,15 @@
235
239
  "handleFailure": "ignore",
236
240
  "requestFields": {},
237
241
  "responseDatakey": "",
238
- "responseFields": {}
242
+ "responseFields": {
243
+ "name": "{this}{||}{that}",
244
+ "ostype": "{osfield}",
245
+ "ostypePrefix": "meraki-",
246
+ "port": "{port}",
247
+ "ipaddress": "{ip_addr}",
248
+ "serial" : "{serial}",
249
+ "id": "{myid}"
250
+ }
239
251
  }
240
252
  ],
241
253
  "cachedTasks": [
@@ -46,6 +46,7 @@ samProps.ssl.accept_invalid_cert = false;
46
46
  if (samProps.request.attempt_timeout < 30000) {
47
47
  samProps.request.attempt_timeout = 30000;
48
48
  }
49
+ samProps.devicebroker.enabled = true;
49
50
  const attemptTimeout = samProps.request.attempt_timeout;
50
51
  const { stub } = samProps;
51
52
 
@@ -22109,7 +22110,7 @@ describe('[integration] Netbox_v33 Adapter Test', () => {
22109
22110
  describe('#deleteIpamIpAddresses - errors', () => {
22110
22111
  it('should work if integrated but since no mockdata should error when run standalone', (done) => {
22111
22112
  try {
22112
- a.deleteIpamIpAddresses((data, error) => {
22113
+ a.deleteIpamIpAddresses([], (data, error) => {
22113
22114
  try {
22114
22115
  if (stub) {
22115
22116
  const displayE = 'Error 400 received on request';
@@ -284,7 +284,6 @@ describe('[unit] Netbox_v33 Adapter Test', () => {
284
284
  assert.equal('mocha test/unit/adapterBaseTestUnit.js --LOG=error', packageDotJson.scripts['test:baseunit']);
285
285
  assert.equal('mocha test/unit/adapterTestUnit.js --LOG=error', packageDotJson.scripts['test:unit']);
286
286
  assert.equal('mocha test/integration/adapterTestIntegration.js --LOG=error', packageDotJson.scripts['test:integration']);
287
- assert.equal('nyc --reporter html --reporter text mocha --reporter dot test/*', packageDotJson.scripts['test:cover']);
288
287
  assert.equal('npm run test:baseunit && npm run test:unit && npm run test:integration', packageDotJson.scripts.test);
289
288
  assert.equal('npm publish --registry=https://registry.npmjs.org --access=public', packageDotJson.scripts.deploy);
290
289
  assert.equal('npm run deploy', packageDotJson.scripts.build);
@@ -321,7 +320,6 @@ describe('[unit] Netbox_v33 Adapter Test', () => {
321
320
  assert.equal('^11.1.1', packageDotJson.dependencies['fs-extra']);
322
321
  assert.equal('^10.3.0', packageDotJson.dependencies.mocha);
323
322
  assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
324
- assert.equal('^15.1.0', packageDotJson.dependencies.nyc);
325
323
  assert.equal('^0.4.4', packageDotJson.dependencies.ping);
326
324
  assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
327
325
  assert.equal('^7.5.3', packageDotJson.dependencies.semver);