@itentialopensource/adapter-paragon_ems_device_manager 0.1.3 → 0.2.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/.eslintignore +0 -1
- package/.jshintrc +3 -0
- package/CALLS.md +47 -47
- package/CHANGELOG.md +16 -0
- package/CONTRIBUTING.md +1 -160
- package/ENHANCE.md +2 -2
- package/README.md +31 -22
- package/adapter.js +164 -334
- package/adapterBase.js +538 -873
- package/changelogs/changelog.md +24 -0
- package/metadata.json +47 -0
- package/package.json +23 -26
- package/pronghorn.json +474 -142
- package/propertiesSchema.json +452 -40
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +38961 -0
- package/report/adapter-openapi.yaml +42960 -0
- package/report/adapterInfo.json +8 -8
- package/report/updateReport1691507539375.json +120 -0
- package/report/updateReport1692202557008.json +120 -0
- package/report/updateReport1694461636875.json +120 -0
- package/report/updateReport1698420909524.json +120 -0
- package/sampleProperties.json +63 -2
- package/test/integration/adapterTestBasicGet.js +1 -1
- package/test/integration/adapterTestConnectivity.js +91 -42
- package/test/integration/adapterTestIntegration.js +130 -2
- package/test/unit/adapterBaseTestUnit.js +388 -313
- package/test/unit/adapterTestUnit.js +306 -109
- package/utils/adapterInfo.js +1 -1
- package/utils/addAuth.js +1 -1
- package/utils/artifactize.js +1 -1
- package/utils/checkMigrate.js +1 -1
- package/utils/entitiesToDB.js +1 -0
- package/utils/findPath.js +1 -1
- package/utils/methodDocumentor.js +71 -23
- package/utils/modify.js +13 -15
- package/utils/packModificationScript.js +1 -1
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +3 -10
- package/utils/tbUtils.js +2 -3
- package/utils/testRunner.js +1 -1
- package/utils/troubleshootingAdapter.js +1 -3
- package/workflows/README.md +0 -3
package/.eslintignore
CHANGED
package/.jshintrc
CHANGED
package/CALLS.md
CHANGED
|
@@ -168,7 +168,7 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
168
168
|
</tr>
|
|
169
169
|
<tr>
|
|
170
170
|
<td style="padding:15px">devicemanagerServiceBulkListConfigTemplate(body, callback)</td>
|
|
171
|
-
<td style="padding:15px">
|
|
171
|
+
<td style="padding:15px">Bulk list config-templates</td>
|
|
172
172
|
<td style="padding:15px">{base_path}/{version}/bulk-list-config-template?{query}</td>
|
|
173
173
|
<td style="padding:15px">Yes</td>
|
|
174
174
|
</tr>
|
|
@@ -197,8 +197,8 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
197
197
|
<td style="padding:15px">Yes</td>
|
|
198
198
|
</tr>
|
|
199
199
|
<tr>
|
|
200
|
-
<td style="padding:15px">devicemanagerServiceListDeviceTemplate(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
201
|
-
<td style="padding:15px">
|
|
200
|
+
<td style="padding:15px">devicemanagerServiceListDeviceTemplate(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
201
|
+
<td style="padding:15px">List device-templates</td>
|
|
202
202
|
<td style="padding:15px">{base_path}/{version}/device-template?{query}</td>
|
|
203
203
|
<td style="padding:15px">Yes</td>
|
|
204
204
|
</tr>
|
|
@@ -222,7 +222,7 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
222
222
|
</tr>
|
|
223
223
|
<tr>
|
|
224
224
|
<td style="padding:15px">devicemanagerServiceBulkListDeviceTemplate(body, callback)</td>
|
|
225
|
-
<td style="padding:15px">
|
|
225
|
+
<td style="padding:15px">Bulk list device-templates</td>
|
|
226
226
|
<td style="padding:15px">{base_path}/{version}/bulk-list-device-template?{query}</td>
|
|
227
227
|
<td style="padding:15px">Yes</td>
|
|
228
228
|
</tr>
|
|
@@ -234,7 +234,7 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
234
234
|
</tr>
|
|
235
235
|
<tr>
|
|
236
236
|
<td style="padding:15px">devicemanagerServiceBulkExtRefUpdate(body, callback)</td>
|
|
237
|
-
<td style="padding:15px">
|
|
237
|
+
<td style="padding:15px">Bulk external reference updates</td>
|
|
238
238
|
<td style="padding:15px">{base_path}/{version}/bulk-ext-ref-update?{query}</td>
|
|
239
239
|
<td style="padding:15px">Yes</td>
|
|
240
240
|
</tr>
|
|
@@ -245,14 +245,14 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
245
245
|
<td style="padding:15px">Yes</td>
|
|
246
246
|
</tr>
|
|
247
247
|
<tr>
|
|
248
|
-
<td style="padding:15px">devicemanagerServiceListConfigTemplateDeployment(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
249
|
-
<td style="padding:15px">
|
|
248
|
+
<td style="padding:15px">devicemanagerServiceListConfigTemplateDeployment(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
249
|
+
<td style="padding:15px">List config-template-deployments</td>
|
|
250
250
|
<td style="padding:15px">{base_path}/{version}/config-template-deployment?{query}</td>
|
|
251
251
|
<td style="padding:15px">Yes</td>
|
|
252
252
|
</tr>
|
|
253
253
|
<tr>
|
|
254
254
|
<td style="padding:15px">devicemanagerServiceBulkListConfiguration(body, callback)</td>
|
|
255
|
-
<td style="padding:15px">
|
|
255
|
+
<td style="padding:15px">Bulk list configurations</td>
|
|
256
256
|
<td style="padding:15px">{base_path}/{version}/bulk-list-configuration?{query}</td>
|
|
257
257
|
<td style="padding:15px">Yes</td>
|
|
258
258
|
</tr>
|
|
@@ -263,8 +263,8 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
263
263
|
<td style="padding:15px">Yes</td>
|
|
264
264
|
</tr>
|
|
265
265
|
<tr>
|
|
266
|
-
<td style="padding:15px">devicemanagerServiceListConfigTemplateViewdef(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
267
|
-
<td style="padding:15px">
|
|
266
|
+
<td style="padding:15px">devicemanagerServiceListConfigTemplateViewdef(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
267
|
+
<td style="padding:15px">List config-template-viewdefs</td>
|
|
268
268
|
<td style="padding:15px">{base_path}/{version}/config-template-viewdef?{query}</td>
|
|
269
269
|
<td style="padding:15px">Yes</td>
|
|
270
270
|
</tr>
|
|
@@ -299,8 +299,8 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
299
299
|
<td style="padding:15px">Yes</td>
|
|
300
300
|
</tr>
|
|
301
301
|
<tr>
|
|
302
|
-
<td style="padding:15px">devicemanagerServiceListConfigArchive(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
303
|
-
<td style="padding:15px">
|
|
302
|
+
<td style="padding:15px">devicemanagerServiceListConfigArchive(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
303
|
+
<td style="padding:15px">List config-archives</td>
|
|
304
304
|
<td style="padding:15px">{base_path}/{version}/config-archive?{query}</td>
|
|
305
305
|
<td style="padding:15px">Yes</td>
|
|
306
306
|
</tr>
|
|
@@ -335,8 +335,8 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
335
335
|
<td style="padding:15px">Yes</td>
|
|
336
336
|
</tr>
|
|
337
337
|
<tr>
|
|
338
|
-
<td style="padding:15px">devicemanagerServiceListResourceLock(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
339
|
-
<td style="padding:15px">
|
|
338
|
+
<td style="padding:15px">devicemanagerServiceListResourceLock(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
339
|
+
<td style="padding:15px">List resource-locks</td>
|
|
340
340
|
<td style="padding:15px">{base_path}/{version}/resource-lock?{query}</td>
|
|
341
341
|
<td style="padding:15px">Yes</td>
|
|
342
342
|
</tr>
|
|
@@ -360,7 +360,7 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
360
360
|
</tr>
|
|
361
361
|
<tr>
|
|
362
362
|
<td style="padding:15px">devicemanagerServiceSync(body, callback)</td>
|
|
363
|
-
<td style="padding:15px">
|
|
363
|
+
<td style="padding:15px">Sync</td>
|
|
364
364
|
<td style="padding:15px">{base_path}/{version}/sync?{query}</td>
|
|
365
365
|
<td style="padding:15px">Yes</td>
|
|
366
366
|
</tr>
|
|
@@ -384,7 +384,7 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
384
384
|
</tr>
|
|
385
385
|
<tr>
|
|
386
386
|
<td style="padding:15px">devicemanagerServiceBulkRefUpdate(body, callback)</td>
|
|
387
|
-
<td style="padding:15px">
|
|
387
|
+
<td style="padding:15px">Bulk reference updates</td>
|
|
388
388
|
<td style="padding:15px">{base_path}/{version}/bulk-ref-update?{query}</td>
|
|
389
389
|
<td style="padding:15px">Yes</td>
|
|
390
390
|
</tr>
|
|
@@ -414,7 +414,7 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
414
414
|
</tr>
|
|
415
415
|
<tr>
|
|
416
416
|
<td style="padding:15px">devicemanagerServiceBulkListConfigTemplateViewdef(body, callback)</td>
|
|
417
|
-
<td style="padding:15px">
|
|
417
|
+
<td style="padding:15px">Bulk list config-template-viewdefs</td>
|
|
418
418
|
<td style="padding:15px">{base_path}/{version}/bulk-list-config-template-viewdef?{query}</td>
|
|
419
419
|
<td style="padding:15px">Yes</td>
|
|
420
420
|
</tr>
|
|
@@ -425,8 +425,8 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
425
425
|
<td style="padding:15px">Yes</td>
|
|
426
426
|
</tr>
|
|
427
427
|
<tr>
|
|
428
|
-
<td style="padding:15px">devicemanagerServiceListDeviceActivationInfo(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
429
|
-
<td style="padding:15px">
|
|
428
|
+
<td style="padding:15px">devicemanagerServiceListDeviceActivationInfo(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
429
|
+
<td style="padding:15px">List device-activation-infos</td>
|
|
430
430
|
<td style="padding:15px">{base_path}/{version}/device-activation-info?{query}</td>
|
|
431
431
|
<td style="padding:15px">Yes</td>
|
|
432
432
|
</tr>
|
|
@@ -437,14 +437,14 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
437
437
|
<td style="padding:15px">Yes</td>
|
|
438
438
|
</tr>
|
|
439
439
|
<tr>
|
|
440
|
-
<td style="padding:15px">devicemanagerServiceListLastPublishedNotification(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
441
|
-
<td style="padding:15px">
|
|
440
|
+
<td style="padding:15px">devicemanagerServiceListLastPublishedNotification(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
441
|
+
<td style="padding:15px">List last-published-notifications</td>
|
|
442
442
|
<td style="padding:15px">{base_path}/{version}/last-published-notification?{query}</td>
|
|
443
443
|
<td style="padding:15px">Yes</td>
|
|
444
444
|
</tr>
|
|
445
445
|
<tr>
|
|
446
446
|
<td style="padding:15px">devicemanagerServiceBulkListConfigTemplateDeployment(body, callback)</td>
|
|
447
|
-
<td style="padding:15px">
|
|
447
|
+
<td style="padding:15px">Bulk list config-template-deployments</td>
|
|
448
448
|
<td style="padding:15px">{base_path}/{version}/bulk-list-config-template-deployment?{query}</td>
|
|
449
449
|
<td style="padding:15px">Yes</td>
|
|
450
450
|
</tr>
|
|
@@ -473,20 +473,20 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
473
473
|
<td style="padding:15px">Yes</td>
|
|
474
474
|
</tr>
|
|
475
475
|
<tr>
|
|
476
|
-
<td style="padding:15px">devicemanagerServiceListConfigResourceRef(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
477
|
-
<td style="padding:15px">
|
|
476
|
+
<td style="padding:15px">devicemanagerServiceListConfigResourceRef(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
477
|
+
<td style="padding:15px">List config-resource-refs</td>
|
|
478
478
|
<td style="padding:15px">{base_path}/{version}/config-resource-ref?{query}</td>
|
|
479
479
|
<td style="padding:15px">Yes</td>
|
|
480
480
|
</tr>
|
|
481
481
|
<tr>
|
|
482
482
|
<td style="padding:15px">devicemanagerServiceBulkListResourceLock(body, callback)</td>
|
|
483
|
-
<td style="padding:15px">
|
|
483
|
+
<td style="padding:15px">Bulk list resource-locks</td>
|
|
484
484
|
<td style="padding:15px">{base_path}/{version}/bulk-list-resource-lock?{query}</td>
|
|
485
485
|
<td style="padding:15px">Yes</td>
|
|
486
486
|
</tr>
|
|
487
487
|
<tr>
|
|
488
488
|
<td style="padding:15px">devicemanagerServiceBulkListConfigResourceRef(body, callback)</td>
|
|
489
|
-
<td style="padding:15px">
|
|
489
|
+
<td style="padding:15px">Bulk list config-resource-refs</td>
|
|
490
490
|
<td style="padding:15px">{base_path}/{version}/bulk-list-config-resource-ref?{query}</td>
|
|
491
491
|
<td style="padding:15px">Yes</td>
|
|
492
492
|
</tr>
|
|
@@ -510,25 +510,25 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
510
510
|
</tr>
|
|
511
511
|
<tr>
|
|
512
512
|
<td style="padding:15px">devicemanagerServiceBulkListConfigArchive(body, callback)</td>
|
|
513
|
-
<td style="padding:15px">
|
|
513
|
+
<td style="padding:15px">Bulk list config-archives</td>
|
|
514
514
|
<td style="padding:15px">{base_path}/{version}/bulk-list-config-archive?{query}</td>
|
|
515
515
|
<td style="padding:15px">Yes</td>
|
|
516
516
|
</tr>
|
|
517
517
|
<tr>
|
|
518
518
|
<td style="padding:15px">devicemanagerServiceBulkListLastPublishedNotification(body, callback)</td>
|
|
519
|
-
<td style="padding:15px">
|
|
519
|
+
<td style="padding:15px">Bulk list last-published-notifications</td>
|
|
520
520
|
<td style="padding:15px">{base_path}/{version}/bulk-list-last-published-notification?{query}</td>
|
|
521
521
|
<td style="padding:15px">Yes</td>
|
|
522
522
|
</tr>
|
|
523
523
|
<tr>
|
|
524
524
|
<td style="padding:15px">devicemanagerServiceExtRefUpdate(body, callback)</td>
|
|
525
|
-
<td style="padding:15px">
|
|
525
|
+
<td style="padding:15px">External reference update</td>
|
|
526
526
|
<td style="padding:15px">{base_path}/{version}/ext-ref-update?{query}</td>
|
|
527
527
|
<td style="padding:15px">Yes</td>
|
|
528
528
|
</tr>
|
|
529
529
|
<tr>
|
|
530
530
|
<td style="padding:15px">devicemanagerServiceBulkListActivationIPInfo(body, callback)</td>
|
|
531
|
-
<td style="padding:15px">
|
|
531
|
+
<td style="padding:15px">Bulk list activation-ip-infos</td>
|
|
532
532
|
<td style="padding:15px">{base_path}/{version}/bulk-list-activation-ip-info?{query}</td>
|
|
533
533
|
<td style="padding:15px">Yes</td>
|
|
534
534
|
</tr>
|
|
@@ -539,14 +539,14 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
539
539
|
<td style="padding:15px">Yes</td>
|
|
540
540
|
</tr>
|
|
541
541
|
<tr>
|
|
542
|
-
<td style="padding:15px">devicemanagerServiceListConfigTemplate(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
543
|
-
<td style="padding:15px">
|
|
542
|
+
<td style="padding:15px">devicemanagerServiceListConfigTemplate(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
543
|
+
<td style="padding:15px">List config-templates</td>
|
|
544
544
|
<td style="padding:15px">{base_path}/{version}/config-template?{query}</td>
|
|
545
545
|
<td style="padding:15px">Yes</td>
|
|
546
546
|
</tr>
|
|
547
547
|
<tr>
|
|
548
548
|
<td style="padding:15px">devicemanagerServiceBulkListDeletedResource(body, callback)</td>
|
|
549
|
-
<td style="padding:15px">
|
|
549
|
+
<td style="padding:15px">Bulk list deleted-resources</td>
|
|
550
550
|
<td style="padding:15px">{base_path}/{version}/bulk-list-deleted-resource?{query}</td>
|
|
551
551
|
<td style="padding:15px">Yes</td>
|
|
552
552
|
</tr>
|
|
@@ -557,8 +557,8 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
557
557
|
<td style="padding:15px">Yes</td>
|
|
558
558
|
</tr>
|
|
559
559
|
<tr>
|
|
560
|
-
<td style="padding:15px">devicemanagerServiceListActivationIPInfo(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
561
|
-
<td style="padding:15px">
|
|
560
|
+
<td style="padding:15px">devicemanagerServiceListActivationIPInfo(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
561
|
+
<td style="padding:15px">List activation-ip-infos</td>
|
|
562
562
|
<td style="padding:15px">{base_path}/{version}/activation-ip-info?{query}</td>
|
|
563
563
|
<td style="padding:15px">Yes</td>
|
|
564
564
|
</tr>
|
|
@@ -605,8 +605,8 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
605
605
|
<td style="padding:15px">Yes</td>
|
|
606
606
|
</tr>
|
|
607
607
|
<tr>
|
|
608
|
-
<td style="padding:15px">devicemanagerServiceListDeletedResource(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
609
|
-
<td style="padding:15px">
|
|
608
|
+
<td style="padding:15px">devicemanagerServiceListDeletedResource(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
609
|
+
<td style="padding:15px">List deleted-resources</td>
|
|
610
610
|
<td style="padding:15px">{base_path}/{version}/deleted-resource?{query}</td>
|
|
611
611
|
<td style="padding:15px">Yes</td>
|
|
612
612
|
</tr>
|
|
@@ -617,20 +617,20 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
617
617
|
<td style="padding:15px">Yes</td>
|
|
618
618
|
</tr>
|
|
619
619
|
<tr>
|
|
620
|
-
<td style="padding:15px">devicemanagerServiceListConfigResource(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
621
|
-
<td style="padding:15px">
|
|
620
|
+
<td style="padding:15px">devicemanagerServiceListConfigResource(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
621
|
+
<td style="padding:15px">List config-resources</td>
|
|
622
622
|
<td style="padding:15px">{base_path}/{version}/config-resource?{query}</td>
|
|
623
623
|
<td style="padding:15px">Yes</td>
|
|
624
624
|
</tr>
|
|
625
625
|
<tr>
|
|
626
626
|
<td style="padding:15px">devicemanagerServiceBulkListDeviceActivationInfo(body, callback)</td>
|
|
627
|
-
<td style="padding:15px">
|
|
627
|
+
<td style="padding:15px">Bulk list device-activation-infos</td>
|
|
628
628
|
<td style="padding:15px">{base_path}/{version}/bulk-list-device-activation-info?{query}</td>
|
|
629
629
|
<td style="padding:15px">Yes</td>
|
|
630
630
|
</tr>
|
|
631
631
|
<tr>
|
|
632
632
|
<td style="padding:15px">devicemanagerServiceBulkListConfigResource(body, callback)</td>
|
|
633
|
-
<td style="padding:15px">
|
|
633
|
+
<td style="padding:15px">Bulk list config-resources</td>
|
|
634
634
|
<td style="padding:15px">{base_path}/{version}/bulk-list-config-resource?{query}</td>
|
|
635
635
|
<td style="padding:15px">Yes</td>
|
|
636
636
|
</tr>
|
|
@@ -677,14 +677,14 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
677
677
|
<td style="padding:15px">Yes</td>
|
|
678
678
|
</tr>
|
|
679
679
|
<tr>
|
|
680
|
-
<td style="padding:15px">devicemanagerServiceListConfiguration(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
681
|
-
<td style="padding:15px">
|
|
680
|
+
<td style="padding:15px">devicemanagerServiceListConfiguration(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
681
|
+
<td style="padding:15px">List configurations</td>
|
|
682
682
|
<td style="padding:15px">{base_path}/{version}/configuration?{query}</td>
|
|
683
683
|
<td style="padding:15px">Yes</td>
|
|
684
684
|
</tr>
|
|
685
685
|
<tr>
|
|
686
686
|
<td style="padding:15px">devicemanagerServiceRefUpdate(body, callback)</td>
|
|
687
|
-
<td style="padding:15px">
|
|
687
|
+
<td style="padding:15px">Reference update</td>
|
|
688
688
|
<td style="padding:15px">{base_path}/{version}/ref-update?{query}</td>
|
|
689
689
|
<td style="padding:15px">Yes</td>
|
|
690
690
|
</tr>
|
|
@@ -1055,7 +1055,7 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
1055
1055
|
<td style="padding:15px">Yes</td>
|
|
1056
1056
|
</tr>
|
|
1057
1057
|
<tr>
|
|
1058
|
-
<td style="padding:15px">configTemplateServiceListConfigTemplateView(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
1058
|
+
<td style="padding:15px">configTemplateServiceListConfigTemplateView(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = 'AND', specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
1059
1059
|
<td style="padding:15px">ConfigTemplateService_ListConfigTemplateView</td>
|
|
1060
1060
|
<td style="padding:15px">{base_path}/{version}/config-template-view?{query}</td>
|
|
1061
1061
|
<td style="padding:15px">Yes</td>
|
|
@@ -1212,13 +1212,13 @@ Specific adapter calls are built based on the API of the Paragon_ems_device_mana
|
|
|
1212
1212
|
</tr>
|
|
1213
1213
|
<tr>
|
|
1214
1214
|
<td style="padding:15px">commandServiceRebootDevices(body, callback)</td>
|
|
1215
|
-
<td style="padding:15px">
|
|
1215
|
+
<td style="padding:15px">RebootDevices</td>
|
|
1216
1216
|
<td style="padding:15px">{base_path}/{version}/reboot-devices?{query}</td>
|
|
1217
1217
|
<td style="padding:15px">Yes</td>
|
|
1218
1218
|
</tr>
|
|
1219
1219
|
<tr>
|
|
1220
1220
|
<td style="padding:15px">commandServiceGetNeighbors(body, callback)</td>
|
|
1221
|
-
<td style="padding:15px">
|
|
1221
|
+
<td style="padding:15px">GetNeighbors</td>
|
|
1222
1222
|
<td style="padding:15px">{base_path}/{version}/get-neighbors?{query}</td>
|
|
1223
1223
|
<td style="padding:15px">Yes</td>
|
|
1224
1224
|
</tr>
|
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.2.1 [02-28-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.02.28_11:19AM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/controller-orchestrator/adapter-paragon_ems_device_manager!2
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.2.0 [12-29-2023]
|
|
11
|
+
|
|
12
|
+
* Adapter Engine has been updated and the changes are being migrated to the adapter
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/controller-orchestrator/adapter-paragon_ems_device_manager!1
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.1.3 [09-19-2023]
|
|
3
19
|
|
|
4
20
|
* Bug fixes and performance improvements
|
package/CONTRIBUTING.md
CHANGED
|
@@ -10,163 +10,4 @@ This project and everyone participating in it is governed by the Code of Conduct
|
|
|
10
10
|
|
|
11
11
|
## How to Contribute
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
This section guides you through submitting a bug report. Following these guidelines helps maintainers understand your report :pencil:, reproduce the behavior :computer: :left_right_arrow: :computer:, and find related reports :mag_right:.
|
|
16
|
-
|
|
17
|
-
Before creating bug reports, please check before-submitting-a-bug-report, as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible. If you have an Itential support contract, please create an Itential Service Desk ticket. If you don't have an Itential support contract, please send an email of the issue to support@itential.com.
|
|
18
|
-
|
|
19
|
-
#### Before Submitting A Bug Report
|
|
20
|
-
|
|
21
|
-
* **Check the README.md.** You might be able to find the cause of the problem and fix things yourself. Most importantly, check if you can reproduce the problem __in the latest version__.
|
|
22
|
-
* **Work through the troubleshooting process.** Troubleshooting will include changing the log level of Itential Automation Platform (IAP) and adapters and checking the logs to see what the issues are. These logs should be included in any ticket you open for this issue.
|
|
23
|
-
* **Check for resolutions to the issue.** Check the <a href="https://itential.atlassian.net/servicedesk/customer/kb/view/286883841?applicationId=605994d2-2cb2-3174-af59-ed5b23ff5fd5&spaceKey=PKB&src=1187380921" target="_blank">Itential Knowledge Base</a> to see if there is a known resolution for the issue you are having.
|
|
24
|
-
* **Ask around in chat if you are an Itential employee** to see if others are experiencing the same issue.
|
|
25
|
-
|
|
26
|
-
#### How to Submit a (Good) Bug Report
|
|
27
|
-
|
|
28
|
-
Bugs are tracked through the Itential Service Desk. Explain the problem and include additional details to help maintainers reproduce the problem:
|
|
29
|
-
|
|
30
|
-
- **Use a clear and descriptive title** for the issue to identify the problem.
|
|
31
|
-
- **Describe the exact steps which reproduce the problem** in as much detail as possible. For example, start by explaining how you configured the adapter (e.g., which properties you used and how they were set) or how you are using an artifact.
|
|
32
|
-
- **Provide specific examples to demonstrate the steps**. Include logs, or copy/paste snippets, in your examples.
|
|
33
|
-
- **Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior.
|
|
34
|
-
- **Explain which behavior you expected to see instead and why.**
|
|
35
|
-
- **Include screenshots and animated GIFs** which show you following the described steps and clearly demonstrate the problem. You can use <a href="https://www.cockos.com/licecap/" target="_blank">this tool</a> to record GIFs on macOS and Windows. Use <a href="https://github.com/colinkeenan/silentcast" target="_blank">this tool</a> or <a href="https://github.com/rhcarvalho/byzanz-guiz" target="_blank">program</a> on Linux.
|
|
36
|
-
- **If the problem wasn't triggered by a specific action**, describe what you were doing before the problem happened and share more information using the guidelines below.
|
|
37
|
-
|
|
38
|
-
Provide more context by answering these questions:
|
|
39
|
-
|
|
40
|
-
- **Did the problem start happening recently** (e.g. after updating to a new version/tag) or was this always a problem?
|
|
41
|
-
- If the problem started happening recently, **can you reproduce the problem in an older version/tag?** What's the most recent version in which the problem does not happen?
|
|
42
|
-
- **Can you reliably reproduce the issue?** If not, provide details about how often the problem happens and under which conditions it normally happens.
|
|
43
|
-
|
|
44
|
-
Include details about your configuration and environment:
|
|
45
|
-
|
|
46
|
-
- **Which version of the adapter/artifact are you using?** You can get the exact version by checking the project version in the package.json file.
|
|
47
|
-
- **What's the name and version of the OS you're using**?
|
|
48
|
-
- **Are you running or using IAP in a virtual machine?** If so, which VM software are you using and which operating systems and versions are used for the host and guest?
|
|
49
|
-
- **Are there firewalls between IAP and any other system you are integrating with?** If so, have you tried running curl from the system IAP is on to the other system to verify you have connectivity between the systems?
|
|
50
|
-
|
|
51
|
-
### Your First Code Contribution
|
|
52
|
-
|
|
53
|
-
#### Local development
|
|
54
|
-
|
|
55
|
-
This project can be developed locally on all operating systems. For instructions on how to do this, follow the steps highlighted in the README.md. The README.mdprovides many more details on cloning the repository for local development, how to lint and test your changes.
|
|
56
|
-
|
|
57
|
-
#### Development Process
|
|
58
|
-
|
|
59
|
-
The following provides a local copy of the repository along with dependencies.
|
|
60
|
-
|
|
61
|
-
```json
|
|
62
|
-
go to the repository you are interested in working on
|
|
63
|
-
click on the Clone button to get the link(s) you can use to clone the repository
|
|
64
|
-
git clone <link to clone the project>
|
|
65
|
-
npm install
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
Prior to making changes you should create a branch to work in. The branch should be named with the type of change (major, minor or patch) and then a Jira issue number or a description of the issue.
|
|
69
|
-
|
|
70
|
-
```json
|
|
71
|
-
git checkout -b <name_of_your_new_branch>
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
Make all of the desired changes.
|
|
75
|
-
|
|
76
|
-
> **Note:** All code changes should be accompanied by additional Unit and Integration tests to minimize the likelihood that any changes will negatively impact the adapter/artifact as well as to ensure the desired functionality is achieved.
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
<table border="1" class="bordered-table">
|
|
80
|
-
<tr>
|
|
81
|
-
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Files</span></th>
|
|
82
|
-
<th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Changes</span></th>
|
|
83
|
-
</tr>
|
|
84
|
-
<tr>
|
|
85
|
-
<td style="padding:15px">.codeclimate.yml, .eslintignore, .eslintrc.js, .gitignore, .gitlab-ci.yml, .jshintrc, .npmignore</td>
|
|
86
|
-
<td style="padding:15px">These are foundational files that are used in linting and building of the adapter. Changes to these files are heavily scrutinized and may be implemented in a different manner so that the changes can be implemented across all adapters.</td>
|
|
87
|
-
</tr>
|
|
88
|
-
<tr>
|
|
89
|
-
<td style="padding:15px">CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE, README.md</td>
|
|
90
|
-
<td style="padding:15px">These are license and process files for the repository. Changes to these files may require legal review and may also be implemented in a different manner so that the changes can be implemented across all adapters.</td>
|
|
91
|
-
</tr>
|
|
92
|
-
<tr>
|
|
93
|
-
<td style="padding:15px">utils/*, adapterBase.js</td>
|
|
94
|
-
<td style="padding:15px">Changes to these files will rarely be accepted. These are process files that need to be changed through the builder process and migration.</td>
|
|
95
|
-
</tr>
|
|
96
|
-
<tr>
|
|
97
|
-
<td style="padding:15px">adapter.js</td>
|
|
98
|
-
<td style="padding:15px">Changes to this file are code changes. They should be accompanied by the appropriate unit and integration tests. If new methods are added, they should also be added to the pronghorn.json file, otherwise integration tests are likely to fail.</td>
|
|
99
|
-
</tr>
|
|
100
|
-
<tr>
|
|
101
|
-
<td style="padding:15px">error.json, propertiesSchema.json</td>
|
|
102
|
-
<td style="padding:15px">These files are utilized by the Itential Runtime libraries. You can make changes to these files, but the changes should be appending of new errors or properties. Removal of errors and properties can result in rejection of the changes.</td>
|
|
103
|
-
</tr>
|
|
104
|
-
<tr>
|
|
105
|
-
<td style="padding:15px">pacakge.json, package-lock.json</td>
|
|
106
|
-
<td style="padding:15px">The package-lock.json is automatically generated and should only be updated when the dependencies inside of the package.json are modified. You can make changes to the package.json to add additional scripts, add new dependencies, modify names, etc. However, changing the scripts or dependencies that are Itential specific will be overriden during the acceptance process.</td>
|
|
107
|
-
</tr>
|
|
108
|
-
<tr>
|
|
109
|
-
<td style="padding:15px">pronghorn.json</td>
|
|
110
|
-
<td style="padding:15px">Changes to this file are made for integration into IAP. The most common change here is adding new methods that shoud be exposed to the IAP Workflow.</td>
|
|
111
|
-
</tr>
|
|
112
|
-
<tr>
|
|
113
|
-
<td style="padding:15px">entities/*</td>
|
|
114
|
-
<td style="padding:15px">Changes to these files include adding new capabilities, updating existing capabilities, or removing deprecated capabilities in the adapter. Translation configuration can also be modified here.</td>
|
|
115
|
-
</tr>
|
|
116
|
-
<tr>
|
|
117
|
-
<td style="padding:15px">test/*</td>
|
|
118
|
-
<td style="padding:15px">Changes to these files include adding, updating, or removing unit and integration tests in the adapter. Tests should never be removed unless the methods that are being tested are removed also. Both the unit and integration test file should have a marker that identifies where modification can take place. Modifications above that marker are likely to be rejected or implemented in a different manner.</td>
|
|
119
|
-
</tr>
|
|
120
|
-
</table>
|
|
121
|
-
<br>
|
|
122
|
-
|
|
123
|
-
> **Note:** It is a best practice to lint and test your code prior to committing changes into the repository. You can lint your code by running **npm run lint** and test it by running **node utils/testRunner.sh**. However, there are pre-commit hooks that will run these scripts when you commit your changes.
|
|
124
|
-
|
|
125
|
-
Commit the changes to the repository.
|
|
126
|
-
|
|
127
|
-
```json
|
|
128
|
-
git commit -a -m "<descriptive message>"
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
> **Note:** There are pre-commit hooks in place. If the pre-commit hooks fail, you will need to address those issues before moving forward.
|
|
132
|
-
|
|
133
|
-
Push the changes into the repository. This should only be done after the commit has successfully completed.
|
|
134
|
-
|
|
135
|
-
```json
|
|
136
|
-
git push origin <name_of_your_new_branch>
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
Create a Merge Request.
|
|
140
|
-
|
|
141
|
-
### Merge Requests
|
|
142
|
-
|
|
143
|
-
- Fill out the provided merge request template.
|
|
144
|
-
- Reference related issues and merge requests liberally.
|
|
145
|
-
- Include screenshots and animated GIFs in your merge request whenever possible.
|
|
146
|
-
- Follow the project Styleguide.
|
|
147
|
-
- End all files with a newline.
|
|
148
|
-
|
|
149
|
-
## Styleguide
|
|
150
|
-
|
|
151
|
-
### Git Commit Messages
|
|
152
|
-
|
|
153
|
-
- Use the present tense ("Add feature" not "Added feature")
|
|
154
|
-
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
|
|
155
|
-
- Consider starting the commit message with an applicable emoji _(not required)_:
|
|
156
|
-
- :art: `:art:` When improving the format/structure of the code.
|
|
157
|
-
- :racehorse: `:racehorse:` When improving performance
|
|
158
|
-
- :non-potable_water: `:non-potable_water:` When plugging memory leaks.
|
|
159
|
-
- :memo: `:memo:` When writing documentation.
|
|
160
|
-
- :penguin: `:penguin:` When fixing something on Linux.
|
|
161
|
-
- :apple: `:apple:` When fixing something on macOS.
|
|
162
|
-
- :checkered_flag: `:checkered_flag:` When fixing something on Windows.
|
|
163
|
-
- :bug: `:bug:` When fixing a bug.
|
|
164
|
-
- :fire: `:fire:` When removing code or files.
|
|
165
|
-
- :green_heart: `:green_heart:` When fixing the CI build.
|
|
166
|
-
- :white_check_mark: `:white_check_mark:` When adding tests,
|
|
167
|
-
- :lock: `:lock:` When dealing with security.
|
|
168
|
-
- :arrow_up: `:arrow_up:` When upgrading dependencies.
|
|
169
|
-
- :arrow_down: `:arrow_down:` When downgrading dependencies.
|
|
170
|
-
- :shirt: `:shirt:` When removing linter warnings.
|
|
171
|
-
|
|
172
|
-
__Avoid installing unnecessary packages.__ Do not install packages just because they might be "nice to have". Itential Opensource projects are supposed to be minimal, specific, and compact by design.
|
|
13
|
+
Follow the contributing guide (here)[https://gitlab.com/itentialopensource/adapters/contributing-guide]
|
package/ENHANCE.md
CHANGED
|
@@ -18,7 +18,7 @@ npm run adapter:update
|
|
|
18
18
|
|
|
19
19
|
If you do not have a Swagger or OpenAPI document, you can use a Postman Collection and convert that to an OpenAPI document using APIMatic and then follow the first process.
|
|
20
20
|
|
|
21
|
-
If you want to manually update the adapter that can also be done the key thing is to make sure you update all of the right files. Within the entities directory you will find 1 or more entities. You can create a new entity or add to an existing entity. Each entity has an action.json file, any new call will need to be put in the action.json file. It will also need to be added to the enum for the ph_request_type in the appropriate schema files. Once this configuration is complete you will need to add the call to the adapter.js file and, in order to make it available as a workflow task in IAP, it should also be added to the pronghorn.json file. You can optionally add it to the unit and integration test files. There is more information on how to work on each of these files in the <a href="https://
|
|
21
|
+
If you want to manually update the adapter that can also be done the key thing is to make sure you update all of the right files. Within the entities directory you will find 1 or more entities. You can create a new entity or add to an existing entity. Each entity has an action.json file, any new call will need to be put in the action.json file. It will also need to be added to the enum for the ph_request_type in the appropriate schema files. Once this configuration is complete you will need to add the call to the adapter.js file and, in order to make it available as a workflow task in IAP, it should also be added to the pronghorn.json file. You can optionally add it to the unit and integration test files. There is more information on how to work on each of these files in the <a href="https://docs.itential.com/opensource/docs/adapters" target="_blank">Adapter Technical Resources</a> on our Documentation Site.
|
|
22
22
|
|
|
23
23
|
```text
|
|
24
24
|
Files to update
|
|
@@ -66,4 +66,4 @@ Files to update
|
|
|
66
66
|
* test/integration/adapterTestIntegration.js: add better data for the create and update calls so that they will not fail.
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
As mentioned previously, for most of these changes as well as other possible changes, there is more information on how to work on an adapter in the <a href="https://
|
|
69
|
+
As mentioned previously, for most of these changes as well as other possible changes, there is more information on how to work on an adapter in the <a href="https://docs.itential.com/opensource/docs/adapters" target="_blank">Adapter Technical Resources</a> on our Documentation Site.
|