@itentialopensource/adapter-paragon_pathfinder 1.1.0 → 1.2.0

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 (33) hide show
  1. package/CALLS.md +0 -1698
  2. package/CHANGELOG.md +8 -0
  3. package/adapter.js +0 -23865
  4. package/package.json +1 -1
  5. package/pronghorn.json +0 -71760
  6. package/refs?service=git-upload-pack +0 -0
  7. package/report/adapterInfo.json +6 -6
  8. package/test/integration/adapterTestIntegration.js +0 -25029
  9. package/test/unit/adapterTestUnit.js +0 -8127
  10. package/entities/CommandService/action.json +0 -44
  11. package/entities/CommandService/schema.json +0 -20
  12. package/entities/ConfigOperationService/action.json +0 -184
  13. package/entities/ConfigOperationService/schema.json +0 -27
  14. package/entities/ConfigResourceService/action.json +0 -964
  15. package/entities/ConfigResourceService/schema.json +0 -66
  16. package/entities/ConfigTemplateService/action.json +0 -345
  17. package/entities/ConfigTemplateService/schema.json +0 -266
  18. package/entities/DeviceLCMService/action.json +0 -44
  19. package/entities/DeviceLCMService/schema.json +0 -20
  20. package/entities/DeviceOnboardingService/action.json +0 -105
  21. package/entities/DeviceOnboardingService/schema.json +0 -23
  22. package/entities/DevicemanagerService/action.json +0 -1770
  23. package/entities/DevicemanagerService/schema.json +0 -402
  24. package/entities/DevicemodelService/action.json +0 -2114
  25. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportComponent-default.json +0 -49
  26. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDevice-default.json +0 -29
  27. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportDeviceView-default.json +0 -53
  28. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportInterface-default.json +0 -21
  29. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicense-default.json +0 -45
  30. package/entities/DevicemodelService/mockdatafiles/devicemodelServiceExportLicenseFeature-default.json +0 -41
  31. package/entities/DevicemodelService/schema.json +0 -419
  32. package/entities/InventoryService/action.json +0 -164
  33. package/entities/InventoryService/schema.json +0 -26
@@ -1,44 +0,0 @@
1
- {
2
- "actions": [
3
- {
4
- "name": "deviceLCMServiceDeleteSingleDevice",
5
- "protocol": "REST",
6
- "method": "POST",
7
- "entitypath": "{base_path}/{version}/devicemanager/delete-single-device?{query}",
8
- "requestSchema": "schema.json",
9
- "responseSchema": "schema.json",
10
- "timeout": 0,
11
- "sendEmpty": false,
12
- "requestDatatype": "JSON",
13
- "responseDatatype": "JSON",
14
- "headers": {},
15
- "responseObjects": [
16
- {
17
- "type": "default",
18
- "key": "",
19
- "mockFile": ""
20
- }
21
- ]
22
- },
23
- {
24
- "name": "deviceLCMServiceDeleteDevicesAsync",
25
- "protocol": "REST",
26
- "method": "POST",
27
- "entitypath": "{base_path}/{version}/devicemanager/delete-devices-async?{query}",
28
- "requestSchema": "schema.json",
29
- "responseSchema": "schema.json",
30
- "timeout": 0,
31
- "sendEmpty": false,
32
- "requestDatatype": "JSON",
33
- "responseDatatype": "JSON",
34
- "headers": {},
35
- "responseObjects": [
36
- {
37
- "type": "default",
38
- "key": "",
39
- "mockFile": ""
40
- }
41
- ]
42
- }
43
- ]
44
- }
@@ -1,20 +0,0 @@
1
- {
2
- "$id": "schema.json",
3
- "type": "object",
4
- "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": false,
6
- "dynamicfields": true,
7
- "properties": {
8
- "ph_request_type": {
9
- "type": "string",
10
- "description": "type of request (internal to adapter)",
11
- "default": "deviceLCMServiceDeleteSingleDevice",
12
- "enum": [
13
- "deviceLCMServiceDeleteSingleDevice",
14
- "deviceLCMServiceDeleteDevicesAsync"
15
- ],
16
- "external_name": "ph_request_type"
17
- }
18
- },
19
- "definitions": {}
20
- }
@@ -1,105 +0,0 @@
1
- {
2
- "actions": [
3
- {
4
- "name": "deviceOnboardingServiceDiscoverDevices",
5
- "protocol": "REST",
6
- "method": "POST",
7
- "entitypath": "{base_path}/{version}/devicemanager/discover-devices?{query}",
8
- "requestSchema": "schema.json",
9
- "responseSchema": "schema.json",
10
- "timeout": 0,
11
- "sendEmpty": false,
12
- "requestDatatype": "JSON",
13
- "responseDatatype": "JSON",
14
- "headers": {},
15
- "responseObjects": [
16
- {
17
- "type": "default",
18
- "key": "",
19
- "mockFile": ""
20
- }
21
- ]
22
- },
23
- {
24
- "name": "deviceOnboardingServiceGetSupportedVendors",
25
- "protocol": "REST",
26
- "method": "GET",
27
- "entitypath": "{base_path}/{version}/devicemanager/get-supported-vendors?{query}",
28
- "requestSchema": "schema.json",
29
- "responseSchema": "schema.json",
30
- "timeout": 0,
31
- "sendEmpty": false,
32
- "sendGetBody": false,
33
- "requestDatatype": "JSON",
34
- "responseDatatype": "JSON",
35
- "headers": {},
36
- "responseObjects": [
37
- {
38
- "type": "default",
39
- "key": "",
40
- "mockFile": ""
41
- }
42
- ]
43
- },
44
- {
45
- "name": "deviceOnboardingServiceAddDevices",
46
- "protocol": "REST",
47
- "method": "POST",
48
- "entitypath": "{base_path}/{version}/devicemanager/add-devices?{query}",
49
- "requestSchema": "schema.json",
50
- "responseSchema": "schema.json",
51
- "timeout": 0,
52
- "sendEmpty": false,
53
- "requestDatatype": "JSON",
54
- "responseDatatype": "JSON",
55
- "headers": {},
56
- "responseObjects": [
57
- {
58
- "type": "default",
59
- "key": "",
60
- "mockFile": ""
61
- }
62
- ]
63
- },
64
- {
65
- "name": "deviceOnboardingServiceGetBootstrapConfig",
66
- "protocol": "REST",
67
- "method": "POST",
68
- "entitypath": "{base_path}/{version}/devicemanager/get-bootstrap-config?{query}",
69
- "requestSchema": "schema.json",
70
- "responseSchema": "schema.json",
71
- "timeout": 0,
72
- "sendEmpty": false,
73
- "requestDatatype": "JSON",
74
- "responseDatatype": "JSON",
75
- "headers": {},
76
- "responseObjects": [
77
- {
78
- "type": "default",
79
- "key": "",
80
- "mockFile": ""
81
- }
82
- ]
83
- },
84
- {
85
- "name": "deviceOnboardingServiceActivateReachableDevices",
86
- "protocol": "REST",
87
- "method": "POST",
88
- "entitypath": "{base_path}/{version}/devicemanager/activate-reachable-devices?{query}",
89
- "requestSchema": "schema.json",
90
- "responseSchema": "schema.json",
91
- "timeout": 0,
92
- "sendEmpty": false,
93
- "requestDatatype": "JSON",
94
- "responseDatatype": "JSON",
95
- "headers": {},
96
- "responseObjects": [
97
- {
98
- "type": "default",
99
- "key": "",
100
- "mockFile": ""
101
- }
102
- ]
103
- }
104
- ]
105
- }
@@ -1,23 +0,0 @@
1
- {
2
- "$id": "schema.json",
3
- "type": "object",
4
- "schema": "http://json-schema.org/draft-07/schema#",
5
- "translate": false,
6
- "dynamicfields": true,
7
- "properties": {
8
- "ph_request_type": {
9
- "type": "string",
10
- "description": "type of request (internal to adapter)",
11
- "default": "deviceOnboardingServiceDiscoverDevices",
12
- "enum": [
13
- "deviceOnboardingServiceDiscoverDevices",
14
- "deviceOnboardingServiceGetSupportedVendors",
15
- "deviceOnboardingServiceAddDevices",
16
- "deviceOnboardingServiceGetBootstrapConfig",
17
- "deviceOnboardingServiceActivateReachableDevices"
18
- ],
19
- "external_name": "ph_request_type"
20
- }
21
- },
22
- "definitions": {}
23
- }