@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.
- package/CALLS.md +0 -1698
- package/CHANGELOG.md +16 -0
- package/adapter.js +0 -23865
- package/entities/.system/action.json +2 -2
- package/package.json +1 -1
- package/pronghorn.json +0 -71760
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/sampleProperties.json +1 -1
- package/test/integration/adapterTestIntegration.js +0 -25029
- package/test/unit/adapterTestUnit.js +0 -8127
- package/entities/CommandService/action.json +0 -44
- package/entities/CommandService/schema.json +0 -20
- package/entities/ConfigOperationService/action.json +0 -184
- package/entities/ConfigOperationService/schema.json +0 -27
- package/entities/ConfigResourceService/action.json +0 -964
- package/entities/ConfigResourceService/schema.json +0 -66
- package/entities/ConfigTemplateService/action.json +0 -345
- package/entities/ConfigTemplateService/schema.json +0 -266
- package/entities/DeviceLCMService/action.json +0 -44
- package/entities/DeviceLCMService/schema.json +0 -20
- package/entities/DeviceOnboardingService/action.json +0 -105
- package/entities/DeviceOnboardingService/schema.json +0 -23
- package/entities/DevicemanagerService/action.json +0 -1770
- package/entities/DevicemanagerService/schema.json +0 -402
- package/entities/DevicemodelService/action.json +0 -2114
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportComponent-default.json +0 -49
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDevice-default.json +0 -29
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDeviceView-default.json +0 -53
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportInterface-default.json +0 -21
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicense-default.json +0 -45
- package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicenseFeature-default.json +0 -41
- package/entities/DevicemodelService/schema.json +0 -419
- package/entities/InventoryService/action.json +0 -164
- 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": "
|
|
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": "
|
|
32
|
+
"entitypath": "/api/v2/system-details?{query}",
|
|
33
33
|
"requestSchema": "schema.json",
|
|
34
34
|
"responseSchema": "schema.json",
|
|
35
35
|
"timeout": 0,
|