@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
@@ -1,44 +0,0 @@
1
- {
2
- "actions": [
3
- {
4
- "name": "commandServiceRebootDevices",
5
- "protocol": "REST",
6
- "method": "POST",
7
- "entitypath": "{base_path}/{version}/devicemanager/reboot-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": "commandServiceGetNeighbors",
25
- "protocol": "REST",
26
- "method": "POST",
27
- "entitypath": "{base_path}/{version}/devicemanager/get-neighbors?{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": "commandServiceRebootDevices",
12
- "enum": [
13
- "commandServiceRebootDevices",
14
- "commandServiceGetNeighbors"
15
- ],
16
- "external_name": "ph_request_type"
17
- }
18
- },
19
- "definitions": {}
20
- }
@@ -1,184 +0,0 @@
1
- {
2
- "actions": [
3
- {
4
- "name": "configOperationServiceDeployConfigResource",
5
- "protocol": "REST",
6
- "method": "POST",
7
- "entitypath": "{base_path}/{version}/devicemanager/deploy-config-resource?{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": "configOperationServiceDeployConfigResourceAsync",
25
- "protocol": "REST",
26
- "method": "POST",
27
- "entitypath": "{base_path}/{version}/devicemanager/deploy-config-resource-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
- "name": "configOperationServicePublishConfigResource",
45
- "protocol": "REST",
46
- "method": "POST",
47
- "entitypath": "{base_path}/{version}/devicemanager/publish-config-resource?{query}",
48
- "requestSchema": "schema.json",
49
- "responseSchema": "schema.json",
50
- "timeout": 0,
51
- "sendEmpty": false,
52
- "requestDatatype": "JSON",
53
- "responseDatatype": "JSON",
54
- "headers": {},
55
- "responseObjects": [
56
- {
57
- "type": "default",
58
- "key": "",
59
- "mockFile": ""
60
- }
61
- ]
62
- },
63
- {
64
- "name": "configOperationServiceSyncConfig",
65
- "protocol": "REST",
66
- "method": "POST",
67
- "entitypath": "{base_path}/{version}/devicemanager/sync-config?{query}",
68
- "requestSchema": "schema.json",
69
- "responseSchema": "schema.json",
70
- "timeout": 0,
71
- "sendEmpty": false,
72
- "requestDatatype": "JSON",
73
- "responseDatatype": "JSON",
74
- "headers": {},
75
- "responseObjects": [
76
- {
77
- "type": "default",
78
- "key": "",
79
- "mockFile": ""
80
- }
81
- ]
82
- },
83
- {
84
- "name": "configOperationServiceGetEffectiveState",
85
- "protocol": "REST",
86
- "method": "POST",
87
- "entitypath": "{base_path}/{version}/devicemanager/get-effective-state?{query}",
88
- "requestSchema": "schema.json",
89
- "responseSchema": "schema.json",
90
- "timeout": 0,
91
- "sendEmpty": false,
92
- "requestDatatype": "JSON",
93
- "responseDatatype": "JSON",
94
- "headers": {},
95
- "responseObjects": [
96
- {
97
- "type": "default",
98
- "key": "",
99
- "mockFile": ""
100
- }
101
- ]
102
- },
103
- {
104
- "name": "configOperationServicePreviewConfig",
105
- "protocol": "REST",
106
- "method": "POST",
107
- "entitypath": "{base_path}/{version}/devicemanager/preview-config?{query}",
108
- "requestSchema": "schema.json",
109
- "responseSchema": "schema.json",
110
- "timeout": 0,
111
- "sendEmpty": false,
112
- "requestDatatype": "JSON",
113
- "responseDatatype": "JSON",
114
- "headers": {},
115
- "responseObjects": [
116
- {
117
- "type": "default",
118
- "key": "",
119
- "mockFile": ""
120
- }
121
- ]
122
- },
123
- {
124
- "name": "configOperationServiceRestoreArchivedConfigVersionAsync",
125
- "protocol": "REST",
126
- "method": "POST",
127
- "entitypath": "{base_path}/{version}/devicemanager/restore-archived-config-version-async?{query}",
128
- "requestSchema": "schema.json",
129
- "responseSchema": "schema.json",
130
- "timeout": 0,
131
- "sendEmpty": false,
132
- "requestDatatype": "JSON",
133
- "responseDatatype": "JSON",
134
- "headers": {},
135
- "responseObjects": [
136
- {
137
- "type": "default",
138
- "key": "",
139
- "mockFile": ""
140
- }
141
- ]
142
- },
143
- {
144
- "name": "configOperationServiceValidateConfig",
145
- "protocol": "REST",
146
- "method": "POST",
147
- "entitypath": "{base_path}/{version}/devicemanager/validate-config?{query}",
148
- "requestSchema": "schema.json",
149
- "responseSchema": "schema.json",
150
- "timeout": 0,
151
- "sendEmpty": false,
152
- "requestDatatype": "JSON",
153
- "responseDatatype": "JSON",
154
- "headers": {},
155
- "responseObjects": [
156
- {
157
- "type": "default",
158
- "key": "",
159
- "mockFile": ""
160
- }
161
- ]
162
- },
163
- {
164
- "name": "configOperationServiceRestoreArchivedConfigVersion",
165
- "protocol": "REST",
166
- "method": "POST",
167
- "entitypath": "{base_path}/{version}/devicemanager/restore-archived-config-version?{query}",
168
- "requestSchema": "schema.json",
169
- "responseSchema": "schema.json",
170
- "timeout": 0,
171
- "sendEmpty": false,
172
- "requestDatatype": "JSON",
173
- "responseDatatype": "JSON",
174
- "headers": {},
175
- "responseObjects": [
176
- {
177
- "type": "default",
178
- "key": "",
179
- "mockFile": ""
180
- }
181
- ]
182
- }
183
- ]
184
- }
@@ -1,27 +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": "configOperationServiceDeployConfigResource",
12
- "enum": [
13
- "configOperationServiceDeployConfigResource",
14
- "configOperationServiceDeployConfigResourceAsync",
15
- "configOperationServicePublishConfigResource",
16
- "configOperationServiceSyncConfig",
17
- "configOperationServiceGetEffectiveState",
18
- "configOperationServicePreviewConfig",
19
- "configOperationServiceRestoreArchivedConfigVersionAsync",
20
- "configOperationServiceValidateConfig",
21
- "configOperationServiceRestoreArchivedConfigVersion"
22
- ],
23
- "external_name": "ph_request_type"
24
- }
25
- },
26
- "definitions": {}
27
- }