@itentialopensource/adapter-paragon_dpm 0.1.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 (68) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +0 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +170 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +172 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +337 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TROUBLESHOOT.md +47 -0
  22. package/adapter.js +4665 -0
  23. package/adapterBase.js +1787 -0
  24. package/entities/.generic/action.json +214 -0
  25. package/entities/.generic/schema.json +28 -0
  26. package/entities/.system/action.json +50 -0
  27. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  28. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  29. package/entities/.system/schema.json +19 -0
  30. package/entities/.system/schemaTokenReq.json +53 -0
  31. package/entities/.system/schemaTokenResp.json +53 -0
  32. package/entities/DpmService/action.json +714 -0
  33. package/entities/DpmService/schema.json +306 -0
  34. package/entities/ImageManager/action.json +204 -0
  35. package/entities/ImageManager/schema.json +28 -0
  36. package/error.json +190 -0
  37. package/package.json +88 -0
  38. package/pronghorn.json +6810 -0
  39. package/propertiesDecorators.json +14 -0
  40. package/propertiesSchema.json +1248 -0
  41. package/refs?service=git-upload-pack +0 -0
  42. package/report/creationReport.json +450 -0
  43. package/report/paragon-dpm.json +5089 -0
  44. package/sampleProperties.json +195 -0
  45. package/test/integration/adapterTestBasicGet.js +83 -0
  46. package/test/integration/adapterTestConnectivity.js +93 -0
  47. package/test/integration/adapterTestIntegration.js +2615 -0
  48. package/test/unit/adapterBaseTestUnit.js +949 -0
  49. package/test/unit/adapterTestUnit.js +2616 -0
  50. package/utils/adapterInfo.js +206 -0
  51. package/utils/addAuth.js +94 -0
  52. package/utils/artifactize.js +146 -0
  53. package/utils/basicGet.js +50 -0
  54. package/utils/checkMigrate.js +63 -0
  55. package/utils/entitiesToDB.js +178 -0
  56. package/utils/findPath.js +74 -0
  57. package/utils/methodDocumentor.js +225 -0
  58. package/utils/modify.js +154 -0
  59. package/utils/packModificationScript.js +35 -0
  60. package/utils/patches2bundledDeps.js +90 -0
  61. package/utils/pre-commit.sh +32 -0
  62. package/utils/removeHooks.js +20 -0
  63. package/utils/setup.js +33 -0
  64. package/utils/tbScript.js +246 -0
  65. package/utils/tbUtils.js +490 -0
  66. package/utils/testRunner.js +298 -0
  67. package/utils/troubleshootingAdapter.js +195 -0
  68. package/workflows/README.md +3 -0
@@ -0,0 +1,714 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "dpmServiceExtRefUpdate",
5
+ "protocol": "REST",
6
+ "method": "POST",
7
+ "entitypath": "{base_path}/{version}/dpm/ext-ref-update?{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": "dpmServiceBulkListDeletedResource",
25
+ "protocol": "REST",
26
+ "method": "POST",
27
+ "entitypath": "{base_path}/{version}/dpm/bulk-list-deleted-resource?{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": "dpmServiceCreateCaCertificateBlob",
45
+ "protocol": "REST",
46
+ "method": "POST",
47
+ "entitypath": "{base_path}/{version}/dpm/ca-certificate-blob?{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": "dpmServiceListCaCertificateBlob",
65
+ "protocol": "REST",
66
+ "method": "GET",
67
+ "entitypath": "{base_path}/{version}/dpm/ca-certificate-blob?{query}",
68
+ "requestSchema": "schema.json",
69
+ "responseSchema": "schema.json",
70
+ "timeout": 0,
71
+ "sendEmpty": false,
72
+ "sendGetBody": 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": "dpmServiceCreateLastPublishedNotification",
86
+ "protocol": "REST",
87
+ "method": "POST",
88
+ "entitypath": "{base_path}/{version}/dpm/last-published-notification?{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
+ "name": "dpmServiceListLastPublishedNotification",
106
+ "protocol": "REST",
107
+ "method": "GET",
108
+ "entitypath": "{base_path}/{version}/dpm/last-published-notification?{query}",
109
+ "requestSchema": "schema.json",
110
+ "responseSchema": "schema.json",
111
+ "timeout": 0,
112
+ "sendEmpty": false,
113
+ "sendGetBody": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "dpmServiceUpdateCertificateBlob",
127
+ "protocol": "REST",
128
+ "method": "PUT",
129
+ "entitypath": "{base_path}/{version}/dpm/certificate-blob/{pathv1}?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "requestDatatype": "JSON",
135
+ "responseDatatype": "JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "dpmServiceDeleteCertificateBlob",
147
+ "protocol": "REST",
148
+ "method": "DELETE",
149
+ "entitypath": "{base_path}/{version}/dpm/certificate-blob/{pathv1}?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "requestDatatype": "JSON",
155
+ "responseDatatype": "JSON",
156
+ "headers": {},
157
+ "responseObjects": [
158
+ {
159
+ "type": "default",
160
+ "key": "",
161
+ "mockFile": ""
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "dpmServiceGetCertificateBlob",
167
+ "protocol": "REST",
168
+ "method": "GET",
169
+ "entitypath": "{base_path}/{version}/dpm/certificate-blob/{pathv1}?{query}",
170
+ "requestSchema": "schema.json",
171
+ "responseSchema": "schema.json",
172
+ "timeout": 0,
173
+ "sendEmpty": false,
174
+ "sendGetBody": false,
175
+ "requestDatatype": "JSON",
176
+ "responseDatatype": "JSON",
177
+ "headers": {},
178
+ "responseObjects": [
179
+ {
180
+ "type": "default",
181
+ "key": "",
182
+ "mockFile": ""
183
+ }
184
+ ]
185
+ },
186
+ {
187
+ "name": "dpmServiceBulkExtRefUpdate",
188
+ "protocol": "REST",
189
+ "method": "POST",
190
+ "entitypath": "{base_path}/{version}/dpm/bulk-ext-ref-update?{query}",
191
+ "requestSchema": "schema.json",
192
+ "responseSchema": "schema.json",
193
+ "timeout": 0,
194
+ "sendEmpty": false,
195
+ "requestDatatype": "JSON",
196
+ "responseDatatype": "JSON",
197
+ "headers": {},
198
+ "responseObjects": [
199
+ {
200
+ "type": "default",
201
+ "key": "",
202
+ "mockFile": ""
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "name": "dpmServiceCreateDeletedResource",
208
+ "protocol": "REST",
209
+ "method": "POST",
210
+ "entitypath": "{base_path}/{version}/dpm/deleted-resource?{query}",
211
+ "requestSchema": "schema.json",
212
+ "responseSchema": "schema.json",
213
+ "timeout": 0,
214
+ "sendEmpty": false,
215
+ "requestDatatype": "JSON",
216
+ "responseDatatype": "JSON",
217
+ "headers": {},
218
+ "responseObjects": [
219
+ {
220
+ "type": "default",
221
+ "key": "",
222
+ "mockFile": ""
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "name": "dpmServiceListDeletedResource",
228
+ "protocol": "REST",
229
+ "method": "GET",
230
+ "entitypath": "{base_path}/{version}/dpm/deleted-resource?{query}",
231
+ "requestSchema": "schema.json",
232
+ "responseSchema": "schema.json",
233
+ "timeout": 0,
234
+ "sendEmpty": false,
235
+ "sendGetBody": false,
236
+ "requestDatatype": "JSON",
237
+ "responseDatatype": "JSON",
238
+ "headers": {},
239
+ "responseObjects": [
240
+ {
241
+ "type": "default",
242
+ "key": "",
243
+ "mockFile": ""
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ "name": "dpmServiceCreateCertificateBlob",
249
+ "protocol": "REST",
250
+ "method": "POST",
251
+ "entitypath": "{base_path}/{version}/dpm/certificate-blob?{query}",
252
+ "requestSchema": "schema.json",
253
+ "responseSchema": "schema.json",
254
+ "timeout": 0,
255
+ "sendEmpty": false,
256
+ "requestDatatype": "JSON",
257
+ "responseDatatype": "JSON",
258
+ "headers": {},
259
+ "responseObjects": [
260
+ {
261
+ "type": "default",
262
+ "key": "",
263
+ "mockFile": ""
264
+ }
265
+ ]
266
+ },
267
+ {
268
+ "name": "dpmServiceListCertificateBlob",
269
+ "protocol": "REST",
270
+ "method": "GET",
271
+ "entitypath": "{base_path}/{version}/dpm/certificate-blob?{query}",
272
+ "requestSchema": "schema.json",
273
+ "responseSchema": "schema.json",
274
+ "timeout": 0,
275
+ "sendEmpty": false,
276
+ "sendGetBody": false,
277
+ "requestDatatype": "JSON",
278
+ "responseDatatype": "JSON",
279
+ "headers": {},
280
+ "responseObjects": [
281
+ {
282
+ "type": "default",
283
+ "key": "",
284
+ "mockFile": ""
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "name": "dpmServiceSync",
290
+ "protocol": "REST",
291
+ "method": "POST",
292
+ "entitypath": "{base_path}/{version}/dpm/sync?{query}",
293
+ "requestSchema": "schema.json",
294
+ "responseSchema": "schema.json",
295
+ "timeout": 0,
296
+ "sendEmpty": false,
297
+ "requestDatatype": "JSON",
298
+ "responseDatatype": "JSON",
299
+ "headers": {},
300
+ "responseObjects": [
301
+ {
302
+ "type": "default",
303
+ "key": "",
304
+ "mockFile": ""
305
+ }
306
+ ]
307
+ },
308
+ {
309
+ "name": "dpmServiceBulkListCertificateBlob",
310
+ "protocol": "REST",
311
+ "method": "POST",
312
+ "entitypath": "{base_path}/{version}/dpm/bulk-list-certificate-blob?{query}",
313
+ "requestSchema": "schema.json",
314
+ "responseSchema": "schema.json",
315
+ "timeout": 0,
316
+ "sendEmpty": false,
317
+ "requestDatatype": "JSON",
318
+ "responseDatatype": "JSON",
319
+ "headers": {},
320
+ "responseObjects": [
321
+ {
322
+ "type": "default",
323
+ "key": "",
324
+ "mockFile": ""
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "name": "dpmServiceBulkListCaCertificateBlob",
330
+ "protocol": "REST",
331
+ "method": "POST",
332
+ "entitypath": "{base_path}/{version}/dpm/bulk-list-ca-certificate-blob?{query}",
333
+ "requestSchema": "schema.json",
334
+ "responseSchema": "schema.json",
335
+ "timeout": 0,
336
+ "sendEmpty": false,
337
+ "requestDatatype": "JSON",
338
+ "responseDatatype": "JSON",
339
+ "headers": {},
340
+ "responseObjects": [
341
+ {
342
+ "type": "default",
343
+ "key": "",
344
+ "mockFile": ""
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "name": "dpmServiceUpdateDeletedResource",
350
+ "protocol": "REST",
351
+ "method": "PUT",
352
+ "entitypath": "{base_path}/{version}/dpm/deleted-resource/{pathv1}?{query}",
353
+ "requestSchema": "schema.json",
354
+ "responseSchema": "schema.json",
355
+ "timeout": 0,
356
+ "sendEmpty": false,
357
+ "requestDatatype": "JSON",
358
+ "responseDatatype": "JSON",
359
+ "headers": {},
360
+ "responseObjects": [
361
+ {
362
+ "type": "default",
363
+ "key": "",
364
+ "mockFile": ""
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ "name": "dpmServiceDeleteDeletedResource",
370
+ "protocol": "REST",
371
+ "method": "DELETE",
372
+ "entitypath": "{base_path}/{version}/dpm/deleted-resource/{pathv1}?{query}",
373
+ "requestSchema": "schema.json",
374
+ "responseSchema": "schema.json",
375
+ "timeout": 0,
376
+ "sendEmpty": false,
377
+ "requestDatatype": "JSON",
378
+ "responseDatatype": "JSON",
379
+ "headers": {},
380
+ "responseObjects": [
381
+ {
382
+ "type": "default",
383
+ "key": "",
384
+ "mockFile": ""
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "name": "dpmServiceGetDeletedResource",
390
+ "protocol": "REST",
391
+ "method": "GET",
392
+ "entitypath": "{base_path}/{version}/dpm/deleted-resource/{pathv1}?{query}",
393
+ "requestSchema": "schema.json",
394
+ "responseSchema": "schema.json",
395
+ "timeout": 0,
396
+ "sendEmpty": false,
397
+ "sendGetBody": false,
398
+ "requestDatatype": "JSON",
399
+ "responseDatatype": "JSON",
400
+ "headers": {},
401
+ "responseObjects": [
402
+ {
403
+ "type": "default",
404
+ "key": "",
405
+ "mockFile": ""
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "name": "dpmServiceUpdateCaCertificateBlob",
411
+ "protocol": "REST",
412
+ "method": "PUT",
413
+ "entitypath": "{base_path}/{version}/dpm/ca-certificate-blob/{pathv1}?{query}",
414
+ "requestSchema": "schema.json",
415
+ "responseSchema": "schema.json",
416
+ "timeout": 0,
417
+ "sendEmpty": false,
418
+ "requestDatatype": "JSON",
419
+ "responseDatatype": "JSON",
420
+ "headers": {},
421
+ "responseObjects": [
422
+ {
423
+ "type": "default",
424
+ "key": "",
425
+ "mockFile": ""
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "name": "dpmServiceDeleteCaCertificateBlob",
431
+ "protocol": "REST",
432
+ "method": "DELETE",
433
+ "entitypath": "{base_path}/{version}/dpm/ca-certificate-blob/{pathv1}?{query}",
434
+ "requestSchema": "schema.json",
435
+ "responseSchema": "schema.json",
436
+ "timeout": 0,
437
+ "sendEmpty": false,
438
+ "requestDatatype": "JSON",
439
+ "responseDatatype": "JSON",
440
+ "headers": {},
441
+ "responseObjects": [
442
+ {
443
+ "type": "default",
444
+ "key": "",
445
+ "mockFile": ""
446
+ }
447
+ ]
448
+ },
449
+ {
450
+ "name": "dpmServiceGetCaCertificateBlob",
451
+ "protocol": "REST",
452
+ "method": "GET",
453
+ "entitypath": "{base_path}/{version}/dpm/ca-certificate-blob/{pathv1}?{query}",
454
+ "requestSchema": "schema.json",
455
+ "responseSchema": "schema.json",
456
+ "timeout": 0,
457
+ "sendEmpty": false,
458
+ "sendGetBody": false,
459
+ "requestDatatype": "JSON",
460
+ "responseDatatype": "JSON",
461
+ "headers": {},
462
+ "responseObjects": [
463
+ {
464
+ "type": "default",
465
+ "key": "",
466
+ "mockFile": ""
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "name": "dpmServiceBulkListLastPublishedNotification",
472
+ "protocol": "REST",
473
+ "method": "POST",
474
+ "entitypath": "{base_path}/{version}/dpm/bulk-list-last-published-notification?{query}",
475
+ "requestSchema": "schema.json",
476
+ "responseSchema": "schema.json",
477
+ "timeout": 0,
478
+ "sendEmpty": false,
479
+ "requestDatatype": "JSON",
480
+ "responseDatatype": "JSON",
481
+ "headers": {},
482
+ "responseObjects": [
483
+ {
484
+ "type": "default",
485
+ "key": "",
486
+ "mockFile": ""
487
+ }
488
+ ]
489
+ },
490
+ {
491
+ "name": "dpmServiceBulkRefUpdate",
492
+ "protocol": "REST",
493
+ "method": "POST",
494
+ "entitypath": "{base_path}/{version}/dpm/bulk-ref-update?{query}",
495
+ "requestSchema": "schema.json",
496
+ "responseSchema": "schema.json",
497
+ "timeout": 0,
498
+ "sendEmpty": false,
499
+ "requestDatatype": "JSON",
500
+ "responseDatatype": "JSON",
501
+ "headers": {},
502
+ "responseObjects": [
503
+ {
504
+ "type": "default",
505
+ "key": "",
506
+ "mockFile": ""
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "name": "dpmServiceBulkListImage",
512
+ "protocol": "REST",
513
+ "method": "POST",
514
+ "entitypath": "{base_path}/{version}/dpm/bulk-list-image?{query}",
515
+ "requestSchema": "schema.json",
516
+ "responseSchema": "schema.json",
517
+ "timeout": 0,
518
+ "sendEmpty": false,
519
+ "requestDatatype": "JSON",
520
+ "responseDatatype": "JSON",
521
+ "headers": {},
522
+ "responseObjects": [
523
+ {
524
+ "type": "default",
525
+ "key": "",
526
+ "mockFile": ""
527
+ }
528
+ ]
529
+ },
530
+ {
531
+ "name": "dpmServiceCreateImage",
532
+ "protocol": "REST",
533
+ "method": "POST",
534
+ "entitypath": "{base_path}/{version}/dpm/image?{query}",
535
+ "requestSchema": "schema.json",
536
+ "responseSchema": "schema.json",
537
+ "timeout": 0,
538
+ "sendEmpty": false,
539
+ "requestDatatype": "JSON",
540
+ "responseDatatype": "JSON",
541
+ "headers": {},
542
+ "responseObjects": [
543
+ {
544
+ "type": "default",
545
+ "key": "",
546
+ "mockFile": ""
547
+ }
548
+ ]
549
+ },
550
+ {
551
+ "name": "dpmServiceListImage",
552
+ "protocol": "REST",
553
+ "method": "GET",
554
+ "entitypath": "{base_path}/{version}/dpm/image?{query}",
555
+ "requestSchema": "schema.json",
556
+ "responseSchema": "schema.json",
557
+ "timeout": 0,
558
+ "sendEmpty": false,
559
+ "sendGetBody": false,
560
+ "requestDatatype": "JSON",
561
+ "responseDatatype": "JSON",
562
+ "headers": {},
563
+ "responseObjects": [
564
+ {
565
+ "type": "default",
566
+ "key": "",
567
+ "mockFile": ""
568
+ }
569
+ ]
570
+ },
571
+ {
572
+ "name": "dpmServiceUpdateImage",
573
+ "protocol": "REST",
574
+ "method": "PUT",
575
+ "entitypath": "{base_path}/{version}/dpm/image/{pathv1}?{query}",
576
+ "requestSchema": "schema.json",
577
+ "responseSchema": "schema.json",
578
+ "timeout": 0,
579
+ "sendEmpty": false,
580
+ "requestDatatype": "JSON",
581
+ "responseDatatype": "JSON",
582
+ "headers": {},
583
+ "responseObjects": [
584
+ {
585
+ "type": "default",
586
+ "key": "",
587
+ "mockFile": ""
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "name": "dpmServiceDeleteImage",
593
+ "protocol": "REST",
594
+ "method": "DELETE",
595
+ "entitypath": "{base_path}/{version}/dpm/image/{pathv1}?{query}",
596
+ "requestSchema": "schema.json",
597
+ "responseSchema": "schema.json",
598
+ "timeout": 0,
599
+ "sendEmpty": false,
600
+ "requestDatatype": "JSON",
601
+ "responseDatatype": "JSON",
602
+ "headers": {},
603
+ "responseObjects": [
604
+ {
605
+ "type": "default",
606
+ "key": "",
607
+ "mockFile": ""
608
+ }
609
+ ]
610
+ },
611
+ {
612
+ "name": "dpmServiceGetImage",
613
+ "protocol": "REST",
614
+ "method": "GET",
615
+ "entitypath": "{base_path}/{version}/dpm/image/{pathv1}?{query}",
616
+ "requestSchema": "schema.json",
617
+ "responseSchema": "schema.json",
618
+ "timeout": 0,
619
+ "sendEmpty": false,
620
+ "sendGetBody": false,
621
+ "requestDatatype": "JSON",
622
+ "responseDatatype": "JSON",
623
+ "headers": {},
624
+ "responseObjects": [
625
+ {
626
+ "type": "default",
627
+ "key": "",
628
+ "mockFile": ""
629
+ }
630
+ ]
631
+ },
632
+ {
633
+ "name": "dpmServiceUpdateLastPublishedNotification",
634
+ "protocol": "REST",
635
+ "method": "PUT",
636
+ "entitypath": "{base_path}/{version}/dpm/last-published-notification/{pathv1}?{query}",
637
+ "requestSchema": "schema.json",
638
+ "responseSchema": "schema.json",
639
+ "timeout": 0,
640
+ "sendEmpty": false,
641
+ "requestDatatype": "JSON",
642
+ "responseDatatype": "JSON",
643
+ "headers": {},
644
+ "responseObjects": [
645
+ {
646
+ "type": "default",
647
+ "key": "",
648
+ "mockFile": ""
649
+ }
650
+ ]
651
+ },
652
+ {
653
+ "name": "dpmServiceDeleteLastPublishedNotification",
654
+ "protocol": "REST",
655
+ "method": "DELETE",
656
+ "entitypath": "{base_path}/{version}/dpm/last-published-notification/{pathv1}?{query}",
657
+ "requestSchema": "schema.json",
658
+ "responseSchema": "schema.json",
659
+ "timeout": 0,
660
+ "sendEmpty": false,
661
+ "requestDatatype": "JSON",
662
+ "responseDatatype": "JSON",
663
+ "headers": {},
664
+ "responseObjects": [
665
+ {
666
+ "type": "default",
667
+ "key": "",
668
+ "mockFile": ""
669
+ }
670
+ ]
671
+ },
672
+ {
673
+ "name": "dpmServiceGetLastPublishedNotification",
674
+ "protocol": "REST",
675
+ "method": "GET",
676
+ "entitypath": "{base_path}/{version}/dpm/last-published-notification/{pathv1}?{query}",
677
+ "requestSchema": "schema.json",
678
+ "responseSchema": "schema.json",
679
+ "timeout": 0,
680
+ "sendEmpty": false,
681
+ "sendGetBody": false,
682
+ "requestDatatype": "JSON",
683
+ "responseDatatype": "JSON",
684
+ "headers": {},
685
+ "responseObjects": [
686
+ {
687
+ "type": "default",
688
+ "key": "",
689
+ "mockFile": ""
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "name": "dpmServiceRefUpdate",
695
+ "protocol": "REST",
696
+ "method": "POST",
697
+ "entitypath": "{base_path}/{version}/dpm/ref-update?{query}",
698
+ "requestSchema": "schema.json",
699
+ "responseSchema": "schema.json",
700
+ "timeout": 0,
701
+ "sendEmpty": false,
702
+ "requestDatatype": "JSON",
703
+ "responseDatatype": "JSON",
704
+ "headers": {},
705
+ "responseObjects": [
706
+ {
707
+ "type": "default",
708
+ "key": "",
709
+ "mockFile": ""
710
+ }
711
+ ]
712
+ }
713
+ ]
714
+ }