@itentialopensource/adapter-paragon_pathfinder 1.1.0 → 1.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.
Files changed (35) hide show
  1. package/CALLS.md +0 -1698
  2. package/CHANGELOG.md +16 -0
  3. package/adapter.js +0 -23865
  4. package/entities/.system/action.json +2 -2
  5. package/package.json +1 -1
  6. package/pronghorn.json +0 -71760
  7. package/refs?service=git-upload-pack +0 -0
  8. package/report/adapterInfo.json +7 -7
  9. package/sampleProperties.json +1 -1
  10. package/test/integration/adapterTestIntegration.js +0 -25029
  11. package/test/unit/adapterTestUnit.js +0 -8127
  12. package/entities/CommandService/action.json +0 -44
  13. package/entities/CommandService/schema.json +0 -20
  14. package/entities/ConfigOperationService/action.json +0 -184
  15. package/entities/ConfigOperationService/schema.json +0 -27
  16. package/entities/ConfigResourceService/action.json +0 -964
  17. package/entities/ConfigResourceService/schema.json +0 -66
  18. package/entities/ConfigTemplateService/action.json +0 -345
  19. package/entities/ConfigTemplateService/schema.json +0 -266
  20. package/entities/DeviceLCMService/action.json +0 -44
  21. package/entities/DeviceLCMService/schema.json +0 -20
  22. package/entities/DeviceOnboardingService/action.json +0 -105
  23. package/entities/DeviceOnboardingService/schema.json +0 -23
  24. package/entities/DevicemanagerService/action.json +0 -1770
  25. package/entities/DevicemanagerService/schema.json +0 -402
  26. package/entities/DevicemodelService/action.json +0 -2114
  27. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportComponent-default.json +0 -49
  28. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDevice-default.json +0 -29
  29. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDeviceView-default.json +0 -53
  30. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportInterface-default.json +0 -21
  31. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicense-default.json +0 -45
  32. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicenseFeature-default.json +0 -41
  33. package/entities/DevicemodelService/schema.json +0 -419
  34. package/entities/InventoryService/action.json +0 -164
  35. package/entities/InventoryService/schema.json +0 -26
@@ -4,7 +4,7 @@
4
4
  "name": "getToken",
5
5
  "protocol": "REST",
6
6
  "method": "POST",
7
- "entitypath": "{base_path}/{version}/iam/authenticate",
7
+ "entitypath": "/api/v2/login",
8
8
  "requestSchema": "schemaTokenReq.json",
9
9
  "responseSchema": "schemaTokenResp.json",
10
10
  "timeout": 0,
@@ -29,7 +29,7 @@
29
29
  "name": "healthcheck",
30
30
  "protocol": "REST",
31
31
  "method": "GET",
32
- "entitypath": "{base_path}/{version}/healthcheck?{query}",
32
+ "entitypath": "/api/v2/system-details?{query}",
33
33
  "requestSchema": "schema.json",
34
34
  "responseSchema": "schema.json",
35
35
  "timeout": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-paragon_pathfinder",
3
- "version": "1.1.0",
3
+ "version": "1.2.1",
4
4
  "description": "This adapter integrates with paragon pathfinder",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.15",