@itentialopensource/adapter-paragon_pathfinder 1.0.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.
- package/CALLS.md +0 -2812
- package/CHANGELOG.md +16 -0
- package/adapter.js +0 -39496
- package/package.json +1 -1
- package/pronghorn.json +0 -99689
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/test/integration/adapterTestIntegration.js +0 -35252
- package/test/unit/adapterTestUnit.js +0 -13305
- package/entities/Authentication/action.json +0 -45
- package/entities/Authentication/schema.json +0 -20
- package/entities/Authorization/action.json +0 -105
- package/entities/Authorization/schema.json +0 -23
- 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/IamRPCService/action.json +0 -872
- package/entities/IamRPCService/schema.json +0 -325
- package/entities/IamService/action.json +0 -2740
- package/entities/IamService/mockdatafiles/iamServiceExportUserView-default.json +0 -53
- package/entities/IamService/schema.json +0 -670
- package/entities/InventoryService/action.json +0 -164
- package/entities/InventoryService/schema.json +0 -26
|
@@ -1,402 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$id": "schema.json",
|
|
3
|
-
"type": "object",
|
|
4
|
-
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"translate": true,
|
|
6
|
-
"dynamicfields": true,
|
|
7
|
-
"properties": {
|
|
8
|
-
"ph_request_type": {
|
|
9
|
-
"type": "string",
|
|
10
|
-
"description": "type of request (internal to adapter)",
|
|
11
|
-
"default": "devicemanagerServiceBulkListConfigTemplate",
|
|
12
|
-
"enum": [
|
|
13
|
-
"devicemanagerServiceBulkListConfigTemplate",
|
|
14
|
-
"devicemanagerServiceUpdateResourceLock",
|
|
15
|
-
"devicemanagerServiceDeleteResourceLock",
|
|
16
|
-
"devicemanagerServiceGetResourceLock",
|
|
17
|
-
"devicemanagerServiceCreateDeviceTemplate",
|
|
18
|
-
"devicemanagerServiceListDeviceTemplate",
|
|
19
|
-
"devicemanagerServiceUpdateLastPublishedNotification",
|
|
20
|
-
"devicemanagerServiceDeleteLastPublishedNotification",
|
|
21
|
-
"devicemanagerServiceGetLastPublishedNotification",
|
|
22
|
-
"devicemanagerServiceBulkListDeviceTemplate",
|
|
23
|
-
"devicemanagerServiceDeleteDeviceTemplateConfigTemplateRef",
|
|
24
|
-
"devicemanagerServiceBulkExtRefUpdate",
|
|
25
|
-
"devicemanagerServiceCreateConfigTemplateDeployment",
|
|
26
|
-
"devicemanagerServiceListConfigTemplateDeployment",
|
|
27
|
-
"devicemanagerServiceBulkListConfiguration",
|
|
28
|
-
"devicemanagerServiceCreateConfigTemplateViewdef",
|
|
29
|
-
"devicemanagerServiceListConfigTemplateViewdef",
|
|
30
|
-
"devicemanagerServiceCreateDeviceTemplateConfigTemplateRef",
|
|
31
|
-
"devicemanagerServiceUpdateDeviceTemplate",
|
|
32
|
-
"devicemanagerServiceDeleteDeviceTemplate",
|
|
33
|
-
"devicemanagerServiceGetDeviceTemplate",
|
|
34
|
-
"devicemanagerServiceCreateConfigArchive",
|
|
35
|
-
"devicemanagerServiceListConfigArchive",
|
|
36
|
-
"devicemanagerServiceUpdateConfigResourceRef",
|
|
37
|
-
"devicemanagerServiceDeleteConfigResourceRef",
|
|
38
|
-
"devicemanagerServiceGetConfigResourceRef",
|
|
39
|
-
"devicemanagerServiceCreateConfigResourceRefReferenceRef",
|
|
40
|
-
"devicemanagerServiceCreateResourceLock",
|
|
41
|
-
"devicemanagerServiceListResourceLock",
|
|
42
|
-
"devicemanagerServiceUpdateConfigResource",
|
|
43
|
-
"devicemanagerServiceDeleteConfigResource",
|
|
44
|
-
"devicemanagerServiceGetConfigResource",
|
|
45
|
-
"devicemanagerServiceSync",
|
|
46
|
-
"devicemanagerServiceUpdateActivationIPInfo",
|
|
47
|
-
"devicemanagerServiceDeleteActivationIPInfo",
|
|
48
|
-
"devicemanagerServiceGetActivationIPInfo",
|
|
49
|
-
"devicemanagerServiceBulkRefUpdate",
|
|
50
|
-
"devicemanagerServiceDeleteConfigResourceRefReferenceRef",
|
|
51
|
-
"devicemanagerServiceUpdateDeviceActivationInfo",
|
|
52
|
-
"devicemanagerServiceDeleteDeviceActivationInfo",
|
|
53
|
-
"devicemanagerServiceGetDeviceActivationInfo",
|
|
54
|
-
"devicemanagerServiceBulkListConfigTemplateViewdef",
|
|
55
|
-
"devicemanagerServiceCreateDeviceActivationInfo",
|
|
56
|
-
"devicemanagerServiceListDeviceActivationInfo",
|
|
57
|
-
"devicemanagerServiceCreateLastPublishedNotification",
|
|
58
|
-
"devicemanagerServiceListLastPublishedNotification",
|
|
59
|
-
"devicemanagerServiceBulkListConfigTemplateDeployment",
|
|
60
|
-
"devicemanagerServiceUpdateConfigArchive",
|
|
61
|
-
"devicemanagerServiceDeleteConfigArchive",
|
|
62
|
-
"devicemanagerServiceGetConfigArchive",
|
|
63
|
-
"devicemanagerServiceCreateConfigResourceRef",
|
|
64
|
-
"devicemanagerServiceListConfigResourceRef",
|
|
65
|
-
"devicemanagerServiceBulkListResourceLock",
|
|
66
|
-
"devicemanagerServiceBulkListConfigResourceRef",
|
|
67
|
-
"devicemanagerServiceUpdateDeletedResource",
|
|
68
|
-
"devicemanagerServiceDeleteDeletedResource",
|
|
69
|
-
"devicemanagerServiceGetDeletedResource",
|
|
70
|
-
"devicemanagerServiceBulkListConfigArchive",
|
|
71
|
-
"devicemanagerServiceBulkListLastPublishedNotification",
|
|
72
|
-
"devicemanagerServiceExtRefUpdate",
|
|
73
|
-
"devicemanagerServiceBulkListActivationIPInfo",
|
|
74
|
-
"devicemanagerServiceCreateConfigTemplate",
|
|
75
|
-
"devicemanagerServiceListConfigTemplate",
|
|
76
|
-
"devicemanagerServiceBulkListDeletedResource",
|
|
77
|
-
"devicemanagerServiceCreateActivationIPInfo",
|
|
78
|
-
"devicemanagerServiceListActivationIPInfo",
|
|
79
|
-
"devicemanagerServiceUpdateConfigTemplate",
|
|
80
|
-
"devicemanagerServiceDeleteConfigTemplate",
|
|
81
|
-
"devicemanagerServiceGetConfigTemplate",
|
|
82
|
-
"devicemanagerServiceUpdateConfiguration",
|
|
83
|
-
"devicemanagerServiceDeleteConfiguration",
|
|
84
|
-
"devicemanagerServiceGetConfiguration",
|
|
85
|
-
"devicemanagerServiceCreateDeletedResource",
|
|
86
|
-
"devicemanagerServiceListDeletedResource",
|
|
87
|
-
"devicemanagerServiceCreateConfigResource",
|
|
88
|
-
"devicemanagerServiceListConfigResource",
|
|
89
|
-
"devicemanagerServiceBulkListDeviceActivationInfo",
|
|
90
|
-
"devicemanagerServiceBulkListConfigResource",
|
|
91
|
-
"devicemanagerServiceUpdateConfigTemplateViewdef",
|
|
92
|
-
"devicemanagerServiceDeleteConfigTemplateViewdef",
|
|
93
|
-
"devicemanagerServiceGetConfigTemplateViewdef",
|
|
94
|
-
"devicemanagerServiceUpdateConfigTemplateDeployment",
|
|
95
|
-
"devicemanagerServiceDeleteConfigTemplateDeployment",
|
|
96
|
-
"devicemanagerServiceGetConfigTemplateDeployment",
|
|
97
|
-
"devicemanagerServiceCreateConfiguration",
|
|
98
|
-
"devicemanagerServiceListConfiguration",
|
|
99
|
-
"devicemanagerServiceRefUpdate"
|
|
100
|
-
],
|
|
101
|
-
"external_name": "ph_request_type"
|
|
102
|
-
},
|
|
103
|
-
"iD": {
|
|
104
|
-
"type": "string",
|
|
105
|
-
"description": "",
|
|
106
|
-
"parse": false,
|
|
107
|
-
"encode": false,
|
|
108
|
-
"encrypt": {
|
|
109
|
-
"type": "AES",
|
|
110
|
-
"key": ""
|
|
111
|
-
},
|
|
112
|
-
"external_name": "ID"
|
|
113
|
-
},
|
|
114
|
-
"refFields": {
|
|
115
|
-
"type": "array",
|
|
116
|
-
"description": "limit displayed reference fields.",
|
|
117
|
-
"parse": false,
|
|
118
|
-
"encode": false,
|
|
119
|
-
"encrypt": {
|
|
120
|
-
"type": "AES",
|
|
121
|
-
"key": ""
|
|
122
|
-
},
|
|
123
|
-
"external_name": "ref_fields"
|
|
124
|
-
},
|
|
125
|
-
"specSize": {
|
|
126
|
-
"type": "string",
|
|
127
|
-
"description": "Number of items expected to be returned.",
|
|
128
|
-
"parse": false,
|
|
129
|
-
"encode": false,
|
|
130
|
-
"encrypt": {
|
|
131
|
-
"type": "AES",
|
|
132
|
-
"key": ""
|
|
133
|
-
},
|
|
134
|
-
"external_name": "spec.size"
|
|
135
|
-
},
|
|
136
|
-
"specPageMarker": {
|
|
137
|
-
"type": "string",
|
|
138
|
-
"description": "Include only objects with UUID lexically greater than this.",
|
|
139
|
-
"parse": false,
|
|
140
|
-
"encode": false,
|
|
141
|
-
"encrypt": {
|
|
142
|
-
"type": "AES",
|
|
143
|
-
"key": ""
|
|
144
|
-
},
|
|
145
|
-
"external_name": "spec.page_marker"
|
|
146
|
-
},
|
|
147
|
-
"specDetail": {
|
|
148
|
-
"type": "boolean",
|
|
149
|
-
"description": "Include detail informatoin or not.",
|
|
150
|
-
"parse": false,
|
|
151
|
-
"encode": false,
|
|
152
|
-
"encrypt": {
|
|
153
|
-
"type": "AES",
|
|
154
|
-
"key": ""
|
|
155
|
-
},
|
|
156
|
-
"external_name": "spec.detail"
|
|
157
|
-
},
|
|
158
|
-
"specCount": {
|
|
159
|
-
"type": "boolean",
|
|
160
|
-
"description": "",
|
|
161
|
-
"parse": false,
|
|
162
|
-
"encode": false,
|
|
163
|
-
"encrypt": {
|
|
164
|
-
"type": "AES",
|
|
165
|
-
"key": ""
|
|
166
|
-
},
|
|
167
|
-
"external_name": "spec.count"
|
|
168
|
-
},
|
|
169
|
-
"specExcludeShared": {
|
|
170
|
-
"type": "boolean",
|
|
171
|
-
"description": "Include shared resources or not.",
|
|
172
|
-
"parse": false,
|
|
173
|
-
"encode": false,
|
|
174
|
-
"encrypt": {
|
|
175
|
-
"type": "AES",
|
|
176
|
-
"key": ""
|
|
177
|
-
},
|
|
178
|
-
"external_name": "spec.exclude_shared"
|
|
179
|
-
},
|
|
180
|
-
"specExcludeHrefs": {
|
|
181
|
-
"type": "boolean",
|
|
182
|
-
"description": "Exclude href parameters.",
|
|
183
|
-
"parse": false,
|
|
184
|
-
"encode": false,
|
|
185
|
-
"encrypt": {
|
|
186
|
-
"type": "AES",
|
|
187
|
-
"key": ""
|
|
188
|
-
},
|
|
189
|
-
"external_name": "spec.exclude_hrefs"
|
|
190
|
-
},
|
|
191
|
-
"specParentFqNameStr": {
|
|
192
|
-
"type": "array",
|
|
193
|
-
"description": "Filter by parent FQ Name.",
|
|
194
|
-
"parse": false,
|
|
195
|
-
"encode": false,
|
|
196
|
-
"encrypt": {
|
|
197
|
-
"type": "AES",
|
|
198
|
-
"key": ""
|
|
199
|
-
},
|
|
200
|
-
"external_name": "spec.parent_fq_name_str"
|
|
201
|
-
},
|
|
202
|
-
"specParentType": {
|
|
203
|
-
"type": "string",
|
|
204
|
-
"description": "Filter by parent type.",
|
|
205
|
-
"parse": false,
|
|
206
|
-
"encode": false,
|
|
207
|
-
"encrypt": {
|
|
208
|
-
"type": "AES",
|
|
209
|
-
"key": ""
|
|
210
|
-
},
|
|
211
|
-
"external_name": "spec.parent_type"
|
|
212
|
-
},
|
|
213
|
-
"specParentId": {
|
|
214
|
-
"type": "array",
|
|
215
|
-
"description": "Filter by parent UUIDs.",
|
|
216
|
-
"parse": false,
|
|
217
|
-
"encode": false,
|
|
218
|
-
"encrypt": {
|
|
219
|
-
"type": "AES",
|
|
220
|
-
"key": ""
|
|
221
|
-
},
|
|
222
|
-
"external_name": "spec.parent_id"
|
|
223
|
-
},
|
|
224
|
-
"specBackRefId": {
|
|
225
|
-
"type": "array",
|
|
226
|
-
"description": "Filter by backref UUIDss.",
|
|
227
|
-
"parse": false,
|
|
228
|
-
"encode": false,
|
|
229
|
-
"encrypt": {
|
|
230
|
-
"type": "AES",
|
|
231
|
-
"key": ""
|
|
232
|
-
},
|
|
233
|
-
"external_name": "spec.back_ref_id"
|
|
234
|
-
},
|
|
235
|
-
"specObjUuids": {
|
|
236
|
-
"type": "array",
|
|
237
|
-
"description": "Filter by UUIDs.",
|
|
238
|
-
"parse": false,
|
|
239
|
-
"encode": false,
|
|
240
|
-
"encrypt": {
|
|
241
|
-
"type": "AES",
|
|
242
|
-
"key": ""
|
|
243
|
-
},
|
|
244
|
-
"external_name": "spec.obj_uuids"
|
|
245
|
-
},
|
|
246
|
-
"specFields": {
|
|
247
|
-
"type": "array",
|
|
248
|
-
"description": "limit displayed fields.",
|
|
249
|
-
"parse": false,
|
|
250
|
-
"encode": false,
|
|
251
|
-
"encrypt": {
|
|
252
|
-
"type": "AES",
|
|
253
|
-
"key": ""
|
|
254
|
-
},
|
|
255
|
-
"external_name": "spec.fields"
|
|
256
|
-
},
|
|
257
|
-
"specFilters": {
|
|
258
|
-
"type": "array",
|
|
259
|
-
"description": "QueryFilter in string format.\nGrpc-gateway doesn't have support for nested structs and maps so\nintroducing new fields which will take string as input.",
|
|
260
|
-
"parse": false,
|
|
261
|
-
"encode": false,
|
|
262
|
-
"encrypt": {
|
|
263
|
-
"type": "AES",
|
|
264
|
-
"key": ""
|
|
265
|
-
},
|
|
266
|
-
"external_name": "spec.filters"
|
|
267
|
-
},
|
|
268
|
-
"specRefUuids": {
|
|
269
|
-
"type": "array",
|
|
270
|
-
"description": "Filter by ref UUIDss.",
|
|
271
|
-
"parse": false,
|
|
272
|
-
"encode": false,
|
|
273
|
-
"encrypt": {
|
|
274
|
-
"type": "AES",
|
|
275
|
-
"key": ""
|
|
276
|
-
},
|
|
277
|
-
"external_name": "spec.ref_uuids"
|
|
278
|
-
},
|
|
279
|
-
"specFrom": {
|
|
280
|
-
"type": "string",
|
|
281
|
-
"description": "Start from items expected to be returned.",
|
|
282
|
-
"parse": false,
|
|
283
|
-
"encode": false,
|
|
284
|
-
"encrypt": {
|
|
285
|
-
"type": "AES",
|
|
286
|
-
"key": ""
|
|
287
|
-
},
|
|
288
|
-
"external_name": "spec.from"
|
|
289
|
-
},
|
|
290
|
-
"specSortby": {
|
|
291
|
-
"type": "string",
|
|
292
|
-
"description": "Sort by column with ascending or descending by default ascending.",
|
|
293
|
-
"parse": false,
|
|
294
|
-
"encode": false,
|
|
295
|
-
"encrypt": {
|
|
296
|
-
"type": "AES",
|
|
297
|
-
"key": ""
|
|
298
|
-
},
|
|
299
|
-
"external_name": "spec.sortby"
|
|
300
|
-
},
|
|
301
|
-
"specOperation": {
|
|
302
|
-
"type": "string",
|
|
303
|
-
"description": "Operation determines whether union or interjection.",
|
|
304
|
-
"parse": false,
|
|
305
|
-
"encode": false,
|
|
306
|
-
"encrypt": {
|
|
307
|
-
"type": "AES",
|
|
308
|
-
"key": ""
|
|
309
|
-
},
|
|
310
|
-
"external_name": "spec.operation"
|
|
311
|
-
},
|
|
312
|
-
"specTagFilters": {
|
|
313
|
-
"type": "array",
|
|
314
|
-
"description": "Filter by Tag Fields.",
|
|
315
|
-
"parse": false,
|
|
316
|
-
"encode": false,
|
|
317
|
-
"encrypt": {
|
|
318
|
-
"type": "AES",
|
|
319
|
-
"key": ""
|
|
320
|
-
},
|
|
321
|
-
"external_name": "spec.tag_filters"
|
|
322
|
-
},
|
|
323
|
-
"specTagDetail": {
|
|
324
|
-
"type": "boolean",
|
|
325
|
-
"description": "Include Tag Details or not.",
|
|
326
|
-
"parse": false,
|
|
327
|
-
"encode": false,
|
|
328
|
-
"encrypt": {
|
|
329
|
-
"type": "AES",
|
|
330
|
-
"key": ""
|
|
331
|
-
},
|
|
332
|
-
"external_name": "spec.tag_detail"
|
|
333
|
-
},
|
|
334
|
-
"specRefFields": {
|
|
335
|
-
"type": "array",
|
|
336
|
-
"description": "limit displayed reference fields.",
|
|
337
|
-
"parse": false,
|
|
338
|
-
"encode": false,
|
|
339
|
-
"encrypt": {
|
|
340
|
-
"type": "AES",
|
|
341
|
-
"key": ""
|
|
342
|
-
},
|
|
343
|
-
"external_name": "spec.ref_fields"
|
|
344
|
-
},
|
|
345
|
-
"specExtRefUuids": {
|
|
346
|
-
"type": "array",
|
|
347
|
-
"description": "Filter by External Ref UUIDss.",
|
|
348
|
-
"parse": false,
|
|
349
|
-
"encode": false,
|
|
350
|
-
"encrypt": {
|
|
351
|
-
"type": "AES",
|
|
352
|
-
"key": ""
|
|
353
|
-
},
|
|
354
|
-
"external_name": "spec.ext_ref_uuids"
|
|
355
|
-
},
|
|
356
|
-
"deviceTemplateConfigTemplateRefUuid": {
|
|
357
|
-
"type": "string",
|
|
358
|
-
"description": "",
|
|
359
|
-
"parse": false,
|
|
360
|
-
"encode": false,
|
|
361
|
-
"encrypt": {
|
|
362
|
-
"type": "AES",
|
|
363
|
-
"key": ""
|
|
364
|
-
},
|
|
365
|
-
"external_name": "device-template_config_template_ref.uuid"
|
|
366
|
-
},
|
|
367
|
-
"deviceTemplateConfigTemplateRefHref": {
|
|
368
|
-
"type": "string",
|
|
369
|
-
"description": "",
|
|
370
|
-
"parse": false,
|
|
371
|
-
"encode": false,
|
|
372
|
-
"encrypt": {
|
|
373
|
-
"type": "AES",
|
|
374
|
-
"key": ""
|
|
375
|
-
},
|
|
376
|
-
"external_name": "device-template_config_template_ref.href"
|
|
377
|
-
},
|
|
378
|
-
"configResourceRefReferenceRefUuid": {
|
|
379
|
-
"type": "string",
|
|
380
|
-
"description": "",
|
|
381
|
-
"parse": false,
|
|
382
|
-
"encode": false,
|
|
383
|
-
"encrypt": {
|
|
384
|
-
"type": "AES",
|
|
385
|
-
"key": ""
|
|
386
|
-
},
|
|
387
|
-
"external_name": "config-resource-ref_reference_ref.uuid"
|
|
388
|
-
},
|
|
389
|
-
"configResourceRefReferenceRefHref": {
|
|
390
|
-
"type": "string",
|
|
391
|
-
"description": "",
|
|
392
|
-
"parse": false,
|
|
393
|
-
"encode": false,
|
|
394
|
-
"encrypt": {
|
|
395
|
-
"type": "AES",
|
|
396
|
-
"key": ""
|
|
397
|
-
},
|
|
398
|
-
"external_name": "config-resource-ref_reference_ref.href"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
"definitions": {}
|
|
402
|
-
}
|