@itentialopensource/adapter-tufin_secureapp 0.3.0 → 0.4.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 +994 -16
- package/CHANGELOG.md +3 -65
- package/CONTRIBUTING.md +1 -160
- package/ENHANCE.md +2 -2
- package/README.md +32 -23
- package/adapter.js +391 -563
- package/adapterBase.js +549 -879
- package/changelogs/CHANGELOG.md +71 -0
- package/metadata.json +49 -0
- package/package.json +24 -25
- package/pronghorn.json +939 -607
- package/propertiesSchema.json +431 -31
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.yaml +12973 -0
- package/report/adapterInfo.json +8 -8
- package/report/updateReport1691508805766.json +120 -0
- package/report/updateReport1692203264930.json +120 -0
- package/report/updateReport1694468871425.json +120 -0
- package/report/updateReport1698422784828.json +120 -0
- package/sampleProperties.json +63 -2
- package/test/integration/adapterTestBasicGet.js +2 -4
- package/test/integration/adapterTestConnectivity.js +91 -42
- package/test/integration/adapterTestIntegration.js +130 -27
- package/test/unit/adapterBaseTestUnit.js +388 -313
- package/test/unit/adapterTestUnit.js +338 -158
- package/utils/adapterInfo.js +1 -1
- package/utils/addAuth.js +1 -1
- package/utils/artifactize.js +1 -1
- package/utils/checkMigrate.js +1 -1
- package/utils/entitiesToDB.js +2 -2
- package/utils/findPath.js +1 -1
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +13 -15
- package/utils/packModificationScript.js +1 -1
- package/utils/pre-commit.sh +2 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +89 -34
- package/utils/tbUtils.js +41 -21
- package/utils/testRunner.js +1 -1
- package/utils/troubleshootingAdapter.js +9 -6
- package/workflows/README.md +0 -3
- /package/report/{Tufin-SecureApp-R19-2-RC1.OpenApi3Json.json → adapter-openapi.json} +0 -0
package/pronghorn.json
CHANGED
|
@@ -62,47 +62,22 @@
|
|
|
62
62
|
"title": "action",
|
|
63
63
|
"type": "string"
|
|
64
64
|
}
|
|
65
|
-
}
|
|
66
|
-
],
|
|
67
|
-
"output": {
|
|
68
|
-
"name": "result",
|
|
69
|
-
"type": "object",
|
|
70
|
-
"description": "A JSON Object containing status, code and the result",
|
|
71
|
-
"schema": {
|
|
72
|
-
"title": "result",
|
|
73
|
-
"type": "object"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"roles": [
|
|
77
|
-
"admin"
|
|
78
|
-
],
|
|
79
|
-
"route": {
|
|
80
|
-
"verb": "POST",
|
|
81
|
-
"path": "/iapUpdateAdapterConfiguration"
|
|
82
|
-
},
|
|
83
|
-
"task": true
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"name": "iapFindAdapterPath",
|
|
87
|
-
"summary": "Provides the ability to see if a particular API path is supported by the adapter",
|
|
88
|
-
"description": "Provides the ability to see if a particular API path is supported by the adapter",
|
|
89
|
-
"input": [
|
|
65
|
+
},
|
|
90
66
|
{
|
|
91
|
-
"name": "
|
|
92
|
-
"type": "
|
|
93
|
-
"info": "
|
|
94
|
-
"
|
|
67
|
+
"name": "replace",
|
|
68
|
+
"type": "boolean",
|
|
69
|
+
"info": "True to replace entire mock data, false to merge/append",
|
|
70
|
+
"required": false,
|
|
95
71
|
"schema": {
|
|
96
|
-
"title": "
|
|
97
|
-
"type": "
|
|
98
|
-
}
|
|
99
|
-
"required": true
|
|
72
|
+
"title": "replace",
|
|
73
|
+
"type": "boolean"
|
|
74
|
+
}
|
|
100
75
|
}
|
|
101
76
|
],
|
|
102
77
|
"output": {
|
|
103
78
|
"name": "result",
|
|
104
79
|
"type": "object",
|
|
105
|
-
"description": "A JSON Object containing the result",
|
|
80
|
+
"description": "A JSON Object containing status, code and the result",
|
|
106
81
|
"schema": {
|
|
107
82
|
"title": "result",
|
|
108
83
|
"type": "object"
|
|
@@ -113,7 +88,7 @@
|
|
|
113
88
|
],
|
|
114
89
|
"route": {
|
|
115
90
|
"verb": "POST",
|
|
116
|
-
"path": "/
|
|
91
|
+
"path": "/iapUpdateAdapterConfiguration"
|
|
117
92
|
},
|
|
118
93
|
"task": true
|
|
119
94
|
},
|
|
@@ -129,8 +104,8 @@
|
|
|
129
104
|
"pause",
|
|
130
105
|
"error"
|
|
131
106
|
],
|
|
132
|
-
"info": "How incoming requests are handled.
|
|
133
|
-
"description": "How incoming requests are handled.
|
|
107
|
+
"info": "How incoming requests are handled. strings to 'pause'",
|
|
108
|
+
"description": "How incoming requests are handled. strings to 'pause'",
|
|
134
109
|
"schema": {
|
|
135
110
|
"title": "mode",
|
|
136
111
|
"type": "string"
|
|
@@ -202,6 +177,41 @@
|
|
|
202
177
|
},
|
|
203
178
|
"task": true
|
|
204
179
|
},
|
|
180
|
+
{
|
|
181
|
+
"name": "iapFindAdapterPath",
|
|
182
|
+
"summary": "Provides the ability to see if a particular API path is supported by the adapter",
|
|
183
|
+
"description": "Provides the ability to see if a particular API path is supported by the adapter",
|
|
184
|
+
"input": [
|
|
185
|
+
{
|
|
186
|
+
"name": "apiPath",
|
|
187
|
+
"type": "string",
|
|
188
|
+
"info": "The API Path you want to check - make sure to not include base path and version",
|
|
189
|
+
"description": "The API Path you want to check - make sure to not include base path and version",
|
|
190
|
+
"schema": {
|
|
191
|
+
"title": "apiPath",
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
194
|
+
"required": true
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"output": {
|
|
198
|
+
"name": "result",
|
|
199
|
+
"type": "object",
|
|
200
|
+
"description": "A JSON Object containing the result",
|
|
201
|
+
"schema": {
|
|
202
|
+
"title": "result",
|
|
203
|
+
"type": "object"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"roles": [
|
|
207
|
+
"admin"
|
|
208
|
+
],
|
|
209
|
+
"route": {
|
|
210
|
+
"verb": "POST",
|
|
211
|
+
"path": "/iapFindAdapterPath"
|
|
212
|
+
},
|
|
213
|
+
"task": true
|
|
214
|
+
},
|
|
205
215
|
{
|
|
206
216
|
"name": "iapTroubleshootAdapter",
|
|
207
217
|
"summary": "Runs troubleshoot script for adapter",
|
|
@@ -221,7 +231,11 @@
|
|
|
221
231
|
"name": "persistFlag",
|
|
222
232
|
"type": "boolean",
|
|
223
233
|
"info": "Whether the input properties should be saved",
|
|
224
|
-
"required": true
|
|
234
|
+
"required": true,
|
|
235
|
+
"schema": {
|
|
236
|
+
"title": "persistFlag",
|
|
237
|
+
"type": "boolean"
|
|
238
|
+
}
|
|
225
239
|
}
|
|
226
240
|
],
|
|
227
241
|
"output": {
|
|
@@ -250,7 +264,11 @@
|
|
|
250
264
|
"output": {
|
|
251
265
|
"name": "result",
|
|
252
266
|
"type": "boolean",
|
|
253
|
-
"description": "Whether healthcheck passed or failed"
|
|
267
|
+
"description": "Whether healthcheck passed or failed",
|
|
268
|
+
"schema": {
|
|
269
|
+
"title": "result",
|
|
270
|
+
"type": "boolean"
|
|
271
|
+
}
|
|
254
272
|
},
|
|
255
273
|
"roles": [
|
|
256
274
|
"admin"
|
|
@@ -331,10 +349,334 @@
|
|
|
331
349
|
"task": true
|
|
332
350
|
},
|
|
333
351
|
{
|
|
334
|
-
"name": "
|
|
335
|
-
"summary": "
|
|
336
|
-
"description": "
|
|
352
|
+
"name": "iapDeactivateTasks",
|
|
353
|
+
"summary": "Deactivate the inputted tasks",
|
|
354
|
+
"description": "Deactivate the inputted tasks",
|
|
355
|
+
"input": [
|
|
356
|
+
{
|
|
357
|
+
"name": "tasks",
|
|
358
|
+
"type": "array",
|
|
359
|
+
"description": "Tasks to deactivate",
|
|
360
|
+
"schema": {
|
|
361
|
+
"title": "tasks",
|
|
362
|
+
"type": "array"
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
],
|
|
366
|
+
"output": {
|
|
367
|
+
"name": "result",
|
|
368
|
+
"type": "object",
|
|
369
|
+
"description": "A JSON Object containing success status",
|
|
370
|
+
"schema": {
|
|
371
|
+
"title": "result",
|
|
372
|
+
"type": "object"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"roles": [
|
|
376
|
+
"admin"
|
|
377
|
+
],
|
|
378
|
+
"route": {
|
|
379
|
+
"verb": "POST",
|
|
380
|
+
"path": "/iapDeactivateTasks"
|
|
381
|
+
},
|
|
382
|
+
"task": true
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "iapActivateTasks",
|
|
386
|
+
"summary": "Activate the inputted tasks",
|
|
387
|
+
"description": "activate the inputted tasks",
|
|
388
|
+
"input": [
|
|
389
|
+
{
|
|
390
|
+
"name": "tasks",
|
|
391
|
+
"type": "array",
|
|
392
|
+
"description": "Tasks to activate",
|
|
393
|
+
"schema": {
|
|
394
|
+
"title": "tasks",
|
|
395
|
+
"type": "array"
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
"output": {
|
|
400
|
+
"name": "result",
|
|
401
|
+
"type": "object",
|
|
402
|
+
"description": "A JSON Object containing success status",
|
|
403
|
+
"schema": {
|
|
404
|
+
"title": "result",
|
|
405
|
+
"type": "object"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"roles": [
|
|
409
|
+
"admin"
|
|
410
|
+
],
|
|
411
|
+
"route": {
|
|
412
|
+
"verb": "POST",
|
|
413
|
+
"path": "/iapActivateTasks"
|
|
414
|
+
},
|
|
415
|
+
"task": true
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "iapPopulateEntityCache",
|
|
419
|
+
"summary": "Populate the cache for the given entities",
|
|
420
|
+
"description": "Populate the cache for the given entities",
|
|
421
|
+
"input": [
|
|
422
|
+
{
|
|
423
|
+
"name": "entityTypes",
|
|
424
|
+
"type": "array",
|
|
425
|
+
"info": "the entity type(s) to populate",
|
|
426
|
+
"required": true,
|
|
427
|
+
"schema": {
|
|
428
|
+
"title": "entityTypes",
|
|
429
|
+
"type": "array"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"output": {
|
|
434
|
+
"name": "result",
|
|
435
|
+
"type": "object",
|
|
436
|
+
"description": "A JSON Object containing status, code and the result",
|
|
437
|
+
"schema": {
|
|
438
|
+
"title": "result",
|
|
439
|
+
"type": "object"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"roles": [
|
|
443
|
+
"admin"
|
|
444
|
+
],
|
|
445
|
+
"route": {
|
|
446
|
+
"verb": "POST",
|
|
447
|
+
"path": "/iapPopulateEntityCache"
|
|
448
|
+
},
|
|
449
|
+
"task": true
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "iapRetrieveEntitiesCache",
|
|
453
|
+
"summary": "Retrieves data from cache for specified entity type",
|
|
454
|
+
"description": "Retrieves data from cache for specified entity type",
|
|
455
|
+
"input": [
|
|
456
|
+
{
|
|
457
|
+
"name": "entityType",
|
|
458
|
+
"type": "string",
|
|
459
|
+
"info": "entity of which to retrieve",
|
|
460
|
+
"required": true,
|
|
461
|
+
"schema": {
|
|
462
|
+
"title": "entityType",
|
|
463
|
+
"type": "string"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "options",
|
|
468
|
+
"type": "object",
|
|
469
|
+
"info": "settings of which data to return and how to return it",
|
|
470
|
+
"required": false,
|
|
471
|
+
"schema": {
|
|
472
|
+
"title": "options",
|
|
473
|
+
"type": "object"
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"output": {
|
|
478
|
+
"name": "result",
|
|
479
|
+
"type": "object",
|
|
480
|
+
"description": "A JSON Object containing status, code and the result",
|
|
481
|
+
"schema": {
|
|
482
|
+
"title": "result",
|
|
483
|
+
"type": "object"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"roles": [
|
|
487
|
+
"admin"
|
|
488
|
+
],
|
|
489
|
+
"route": {
|
|
490
|
+
"verb": "POST",
|
|
491
|
+
"path": "/iapRetrieveEntitiesCache"
|
|
492
|
+
},
|
|
493
|
+
"task": true
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "getDevice",
|
|
497
|
+
"summary": "Get the Appliance",
|
|
498
|
+
"description": "Get the Appliance",
|
|
499
|
+
"input": [
|
|
500
|
+
{
|
|
501
|
+
"name": "deviceName",
|
|
502
|
+
"type": "string",
|
|
503
|
+
"info": "An Appliance Device Name",
|
|
504
|
+
"required": true,
|
|
505
|
+
"schema": {
|
|
506
|
+
"title": "deviceName",
|
|
507
|
+
"type": "string"
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"output": {
|
|
512
|
+
"name": "result",
|
|
513
|
+
"type": "object",
|
|
514
|
+
"description": "A JSON Object containing status, code and the result",
|
|
515
|
+
"schema": {
|
|
516
|
+
"title": "result",
|
|
517
|
+
"type": "object"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
"roles": [
|
|
521
|
+
"admin"
|
|
522
|
+
],
|
|
523
|
+
"route": {
|
|
524
|
+
"verb": "POST",
|
|
525
|
+
"path": "/getDevice"
|
|
526
|
+
},
|
|
527
|
+
"task": false
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "getDevicesFiltered",
|
|
531
|
+
"summary": "Get Appliances that match the filter",
|
|
532
|
+
"description": "Get Appliances that match the filter",
|
|
533
|
+
"input": [
|
|
534
|
+
{
|
|
535
|
+
"name": "options",
|
|
536
|
+
"type": "object",
|
|
537
|
+
"info": "options - e.g. { 'start': 1, 'limit': 20, 'filter': { 'name': 'abc123' } }",
|
|
538
|
+
"required": true,
|
|
539
|
+
"schema": {
|
|
540
|
+
"title": "options",
|
|
541
|
+
"type": "object"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
],
|
|
545
|
+
"output": {
|
|
546
|
+
"name": "result",
|
|
547
|
+
"type": "array",
|
|
548
|
+
"description": "A JSON Object containing status, code and the result",
|
|
549
|
+
"schema": {
|
|
550
|
+
"title": "result",
|
|
551
|
+
"type": "array"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
"roles": [
|
|
555
|
+
"admin"
|
|
556
|
+
],
|
|
557
|
+
"route": {
|
|
558
|
+
"verb": "POST",
|
|
559
|
+
"path": "/getDevicesFiltered"
|
|
560
|
+
},
|
|
561
|
+
"task": false
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "isAlive",
|
|
565
|
+
"summary": "Checks the status for the provided Appliance",
|
|
566
|
+
"description": "Checks the status for the provided Appliance",
|
|
337
567
|
"input": [
|
|
568
|
+
{
|
|
569
|
+
"name": "deviceName",
|
|
570
|
+
"type": "string",
|
|
571
|
+
"info": "An Appliance Device Name",
|
|
572
|
+
"required": true,
|
|
573
|
+
"schema": {
|
|
574
|
+
"title": "deviceName",
|
|
575
|
+
"type": "string"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
],
|
|
579
|
+
"output": {
|
|
580
|
+
"name": "result",
|
|
581
|
+
"type": "boolean",
|
|
582
|
+
"description": "A JSON Object containing status, code and the result",
|
|
583
|
+
"schema": {
|
|
584
|
+
"title": "result",
|
|
585
|
+
"type": "boolean"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
"roles": [
|
|
589
|
+
"admin"
|
|
590
|
+
],
|
|
591
|
+
"route": {
|
|
592
|
+
"verb": "POST",
|
|
593
|
+
"path": "/isAlive"
|
|
594
|
+
},
|
|
595
|
+
"task": false
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "getConfig",
|
|
599
|
+
"summary": "Gets a config for the provided Appliance",
|
|
600
|
+
"description": "Gets a config for the provided Appliance",
|
|
601
|
+
"input": [
|
|
602
|
+
{
|
|
603
|
+
"name": "deviceName",
|
|
604
|
+
"type": "string",
|
|
605
|
+
"info": "An Appliance Device Name",
|
|
606
|
+
"required": true,
|
|
607
|
+
"schema": {
|
|
608
|
+
"title": "deviceName",
|
|
609
|
+
"type": "string"
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"name": "format",
|
|
614
|
+
"type": "string",
|
|
615
|
+
"info": "The format to be returned - this is ignored as we always return json",
|
|
616
|
+
"required": false,
|
|
617
|
+
"schema": {
|
|
618
|
+
"title": "format",
|
|
619
|
+
"type": "string"
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"output": {
|
|
624
|
+
"name": "result",
|
|
625
|
+
"type": "object",
|
|
626
|
+
"description": "A JSON Object containing status, code and the result",
|
|
627
|
+
"schema": {
|
|
628
|
+
"title": "result",
|
|
629
|
+
"type": "object"
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"roles": [
|
|
633
|
+
"admin"
|
|
634
|
+
],
|
|
635
|
+
"route": {
|
|
636
|
+
"verb": "POST",
|
|
637
|
+
"path": "/getConfig"
|
|
638
|
+
},
|
|
639
|
+
"task": false
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "iapGetDeviceCount",
|
|
643
|
+
"summary": "Gets a device count from the system",
|
|
644
|
+
"description": "Gets a device count from the system",
|
|
645
|
+
"input": [],
|
|
646
|
+
"output": {
|
|
647
|
+
"name": "result",
|
|
648
|
+
"type": "object",
|
|
649
|
+
"description": "A JSON Object containing status, code and the result",
|
|
650
|
+
"schema": {
|
|
651
|
+
"title": "result",
|
|
652
|
+
"type": "object"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"roles": [
|
|
656
|
+
"admin"
|
|
657
|
+
],
|
|
658
|
+
"route": {
|
|
659
|
+
"verb": "POST",
|
|
660
|
+
"path": "/iapGetDeviceCount"
|
|
661
|
+
},
|
|
662
|
+
"task": false
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "iapExpandedGenericAdapterRequest",
|
|
666
|
+
"summary": "Makes the requested generic call with additional options",
|
|
667
|
+
"description": "Makes the requested generic call with additional options via metadata",
|
|
668
|
+
"input": [
|
|
669
|
+
{
|
|
670
|
+
"name": "metadata",
|
|
671
|
+
"type": "object",
|
|
672
|
+
"info": "metadata for the call (optional)",
|
|
673
|
+
"description": "metadata for the call - allows for many enhancements (optional)",
|
|
674
|
+
"schema": {
|
|
675
|
+
"title": "metadata",
|
|
676
|
+
"type": "object"
|
|
677
|
+
},
|
|
678
|
+
"required": false
|
|
679
|
+
},
|
|
338
680
|
{
|
|
339
681
|
"name": "uriPath",
|
|
340
682
|
"type": "string",
|
|
@@ -344,7 +686,7 @@
|
|
|
344
686
|
"title": "uriPath",
|
|
345
687
|
"type": "string"
|
|
346
688
|
},
|
|
347
|
-
"required":
|
|
689
|
+
"required": false
|
|
348
690
|
},
|
|
349
691
|
{
|
|
350
692
|
"name": "restMethod",
|
|
@@ -355,7 +697,18 @@
|
|
|
355
697
|
"title": "restMethod",
|
|
356
698
|
"type": "string"
|
|
357
699
|
},
|
|
358
|
-
"required":
|
|
700
|
+
"required": false
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "pathVars",
|
|
704
|
+
"type": "object",
|
|
705
|
+
"info": "the parameters to be put within the url path (optional)",
|
|
706
|
+
"description": "the parameters to be put within the url path (optional)",
|
|
707
|
+
"schema": {
|
|
708
|
+
"title": "pathVars",
|
|
709
|
+
"type": "object"
|
|
710
|
+
},
|
|
711
|
+
"required": false
|
|
359
712
|
},
|
|
360
713
|
{
|
|
361
714
|
"name": "queryData",
|
|
@@ -405,14 +758,14 @@
|
|
|
405
758
|
],
|
|
406
759
|
"route": {
|
|
407
760
|
"verb": "POST",
|
|
408
|
-
"path": "/
|
|
761
|
+
"path": "/iapExpandedGenericAdapterRequest"
|
|
409
762
|
},
|
|
410
763
|
"task": true
|
|
411
764
|
},
|
|
412
765
|
{
|
|
413
|
-
"name": "
|
|
414
|
-
"summary": "Makes the requested generic call
|
|
415
|
-
"description": "Makes the requested generic call
|
|
766
|
+
"name": "genericAdapterRequest",
|
|
767
|
+
"summary": "Makes the requested generic call",
|
|
768
|
+
"description": "Makes the requested generic call",
|
|
416
769
|
"input": [
|
|
417
770
|
{
|
|
418
771
|
"name": "uriPath",
|
|
@@ -484,101 +837,78 @@
|
|
|
484
837
|
],
|
|
485
838
|
"route": {
|
|
486
839
|
"verb": "POST",
|
|
487
|
-
"path": "/
|
|
840
|
+
"path": "/genericAdapterRequest"
|
|
488
841
|
},
|
|
489
842
|
"task": true
|
|
490
843
|
},
|
|
491
844
|
{
|
|
492
|
-
"name": "
|
|
493
|
-
"summary": "
|
|
494
|
-
"description": "
|
|
845
|
+
"name": "genericAdapterRequestNoBasePath",
|
|
846
|
+
"summary": "Makes the requested generic call",
|
|
847
|
+
"description": "Makes the requested generic call",
|
|
495
848
|
"input": [
|
|
496
849
|
{
|
|
497
|
-
"name": "
|
|
850
|
+
"name": "uriPath",
|
|
498
851
|
"type": "string",
|
|
499
|
-
"info": "
|
|
500
|
-
"
|
|
852
|
+
"info": "the path of the api call - do not include the host, port, base path or version",
|
|
853
|
+
"description": "the path of the api call",
|
|
501
854
|
"schema": {
|
|
502
|
-
"title": "
|
|
855
|
+
"title": "uriPath",
|
|
503
856
|
"type": "string"
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
"output": {
|
|
508
|
-
"name": "result",
|
|
509
|
-
"type": "object",
|
|
510
|
-
"description": "A JSON Object containing status, code and the result",
|
|
511
|
-
"schema": {
|
|
512
|
-
"title": "result",
|
|
513
|
-
"type": "object"
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
"roles": [
|
|
517
|
-
"admin"
|
|
518
|
-
],
|
|
519
|
-
"route": {
|
|
520
|
-
"verb": "POST",
|
|
521
|
-
"path": "/getDevice"
|
|
522
|
-
},
|
|
523
|
-
"task": false
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"name": "getDevicesFiltered",
|
|
527
|
-
"summary": "Get Appliances that match the filter",
|
|
528
|
-
"description": "Get Appliances that match the filter",
|
|
529
|
-
"input": [
|
|
857
|
+
},
|
|
858
|
+
"required": true
|
|
859
|
+
},
|
|
530
860
|
{
|
|
531
|
-
"name": "
|
|
861
|
+
"name": "restMethod",
|
|
862
|
+
"type": "string",
|
|
863
|
+
"info": "the rest method (GET, POST, PUT, PATCH, DELETE)",
|
|
864
|
+
"description": "the rest method (GET, POST, PUT, PATCH, DELETE)",
|
|
865
|
+
"schema": {
|
|
866
|
+
"title": "restMethod",
|
|
867
|
+
"type": "string"
|
|
868
|
+
},
|
|
869
|
+
"required": true
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "queryData",
|
|
532
873
|
"type": "object",
|
|
533
|
-
"info": "
|
|
534
|
-
"
|
|
874
|
+
"info": "the query parameters to be put on the url (optional)",
|
|
875
|
+
"description": "the query parameters to be put on the url (optional)",
|
|
535
876
|
"schema": {
|
|
536
|
-
"title": "
|
|
877
|
+
"title": "queryData",
|
|
537
878
|
"type": "object"
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
"output": {
|
|
542
|
-
"name": "result",
|
|
543
|
-
"type": "array",
|
|
544
|
-
"description": "A JSON Object containing status, code and the result",
|
|
545
|
-
"schema": {
|
|
546
|
-
"title": "result",
|
|
547
|
-
"type": "array"
|
|
548
|
-
}
|
|
549
|
-
},
|
|
550
|
-
"roles": [
|
|
551
|
-
"admin"
|
|
552
|
-
],
|
|
553
|
-
"route": {
|
|
554
|
-
"verb": "POST",
|
|
555
|
-
"path": "/getDevicesFiltered"
|
|
556
|
-
},
|
|
557
|
-
"task": false
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "isAlive",
|
|
561
|
-
"summary": "Checks the status for the provided Appliance",
|
|
562
|
-
"description": "Checks the status for the provided Appliance",
|
|
563
|
-
"input": [
|
|
879
|
+
},
|
|
880
|
+
"required": false
|
|
881
|
+
},
|
|
564
882
|
{
|
|
565
|
-
"name": "
|
|
566
|
-
"type": "
|
|
567
|
-
"info": "
|
|
568
|
-
"
|
|
883
|
+
"name": "requestBody",
|
|
884
|
+
"type": "object",
|
|
885
|
+
"info": "the payload to be sent with the request (optional)",
|
|
886
|
+
"description": "the payload to be sent with the request (optional)",
|
|
569
887
|
"schema": {
|
|
570
|
-
"title": "
|
|
571
|
-
"type": "
|
|
572
|
-
}
|
|
888
|
+
"title": "requestBody",
|
|
889
|
+
"type": "object"
|
|
890
|
+
},
|
|
891
|
+
"required": false
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "addlHeaders",
|
|
895
|
+
"type": "object",
|
|
896
|
+
"info": "additional headers to be put on the call (optional)",
|
|
897
|
+
"description": "additional headers to be put on the call (optional)",
|
|
898
|
+
"schema": {
|
|
899
|
+
"title": "addlHeaders",
|
|
900
|
+
"type": "object"
|
|
901
|
+
},
|
|
902
|
+
"required": false
|
|
573
903
|
}
|
|
574
904
|
],
|
|
575
905
|
"output": {
|
|
576
906
|
"name": "result",
|
|
577
|
-
"type": "
|
|
907
|
+
"type": "object",
|
|
578
908
|
"description": "A JSON Object containing status, code and the result",
|
|
579
909
|
"schema": {
|
|
580
910
|
"title": "result",
|
|
581
|
-
"type": "
|
|
911
|
+
"type": "object"
|
|
582
912
|
}
|
|
583
913
|
},
|
|
584
914
|
"roles": [
|
|
@@ -586,36 +916,38 @@
|
|
|
586
916
|
],
|
|
587
917
|
"route": {
|
|
588
918
|
"verb": "POST",
|
|
589
|
-
"path": "/
|
|
919
|
+
"path": "/genericAdapterRequestNoBasePath"
|
|
590
920
|
},
|
|
591
|
-
"task":
|
|
921
|
+
"task": true
|
|
592
922
|
},
|
|
593
923
|
{
|
|
594
|
-
"name": "
|
|
595
|
-
"summary": "
|
|
596
|
-
"description": "
|
|
597
|
-
"input": [
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
"
|
|
604
|
-
|
|
605
|
-
"type": "string"
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"name": "format",
|
|
610
|
-
"type": "string",
|
|
611
|
-
"info": "The format to be returned - this is ignored as we always return json",
|
|
612
|
-
"required": false,
|
|
613
|
-
"schema": {
|
|
614
|
-
"title": "format",
|
|
615
|
-
"type": "string"
|
|
616
|
-
}
|
|
924
|
+
"name": "iapRunAdapterLint",
|
|
925
|
+
"summary": "Run the adapter lint script to return the results",
|
|
926
|
+
"description": "Run the adapter lint script to return the results",
|
|
927
|
+
"input": [],
|
|
928
|
+
"output": {
|
|
929
|
+
"name": "result",
|
|
930
|
+
"type": "string",
|
|
931
|
+
"description": "A string containing the run results",
|
|
932
|
+
"schema": {
|
|
933
|
+
"title": "result",
|
|
934
|
+
"type": "string"
|
|
617
935
|
}
|
|
936
|
+
},
|
|
937
|
+
"roles": [
|
|
938
|
+
"admin"
|
|
618
939
|
],
|
|
940
|
+
"route": {
|
|
941
|
+
"verb": "GET",
|
|
942
|
+
"path": "/iapRunAdapterLint"
|
|
943
|
+
},
|
|
944
|
+
"task": true
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "iapRunAdapterTests",
|
|
948
|
+
"summary": "Run the adapter test scripts (baseunit and unit) to return the results",
|
|
949
|
+
"description": "Run the adapter test scripts (baseunit and unit) to return the results",
|
|
950
|
+
"input": [],
|
|
619
951
|
"output": {
|
|
620
952
|
"name": "result",
|
|
621
953
|
"type": "object",
|
|
@@ -629,15 +961,15 @@
|
|
|
629
961
|
"admin"
|
|
630
962
|
],
|
|
631
963
|
"route": {
|
|
632
|
-
"verb": "
|
|
633
|
-
"path": "/
|
|
964
|
+
"verb": "GET",
|
|
965
|
+
"path": "/iapRunAdapterTests"
|
|
634
966
|
},
|
|
635
|
-
"task":
|
|
967
|
+
"task": true
|
|
636
968
|
},
|
|
637
969
|
{
|
|
638
|
-
"name": "
|
|
639
|
-
"summary": "
|
|
640
|
-
"description": "
|
|
970
|
+
"name": "iapGetAdapterInventory",
|
|
971
|
+
"summary": "Provide inventory information abbout the adapter",
|
|
972
|
+
"description": "Provide inventory information abbout the adapter",
|
|
641
973
|
"input": [],
|
|
642
974
|
"output": {
|
|
643
975
|
"name": "result",
|
|
@@ -652,10 +984,10 @@
|
|
|
652
984
|
"admin"
|
|
653
985
|
],
|
|
654
986
|
"route": {
|
|
655
|
-
"verb": "
|
|
656
|
-
"path": "/
|
|
987
|
+
"verb": "GET",
|
|
988
|
+
"path": "/iapGetAdapterInventory"
|
|
657
989
|
},
|
|
658
|
-
"task":
|
|
990
|
+
"task": true
|
|
659
991
|
},
|
|
660
992
|
{
|
|
661
993
|
"name": "retrieveExistingApplicationAccessRequests",
|
|
@@ -664,12 +996,12 @@
|
|
|
664
996
|
"input": [
|
|
665
997
|
{
|
|
666
998
|
"name": "applicationId",
|
|
667
|
-
"type": "
|
|
999
|
+
"type": "string",
|
|
668
1000
|
"info": "path parameter",
|
|
669
1001
|
"required": true,
|
|
670
1002
|
"schema": {
|
|
671
1003
|
"title": "applicationId",
|
|
672
|
-
"type": "
|
|
1004
|
+
"type": "string"
|
|
673
1005
|
}
|
|
674
1006
|
}
|
|
675
1007
|
],
|
|
@@ -708,12 +1040,12 @@
|
|
|
708
1040
|
},
|
|
709
1041
|
{
|
|
710
1042
|
"name": "applicationId",
|
|
711
|
-
"type": "
|
|
1043
|
+
"type": "string",
|
|
712
1044
|
"info": "path parameter",
|
|
713
1045
|
"required": true,
|
|
714
1046
|
"schema": {
|
|
715
1047
|
"title": "applicationId",
|
|
716
|
-
"type": "
|
|
1048
|
+
"type": "string"
|
|
717
1049
|
}
|
|
718
1050
|
}
|
|
719
1051
|
],
|
|
@@ -752,12 +1084,12 @@
|
|
|
752
1084
|
},
|
|
753
1085
|
{
|
|
754
1086
|
"name": "applicationId",
|
|
755
|
-
"type": "
|
|
1087
|
+
"type": "string",
|
|
756
1088
|
"info": "path parameter",
|
|
757
1089
|
"required": true,
|
|
758
1090
|
"schema": {
|
|
759
1091
|
"title": "applicationId",
|
|
760
|
-
"type": "
|
|
1092
|
+
"type": "string"
|
|
761
1093
|
}
|
|
762
1094
|
}
|
|
763
1095
|
],
|
|
@@ -786,22 +1118,22 @@
|
|
|
786
1118
|
"input": [
|
|
787
1119
|
{
|
|
788
1120
|
"name": "applicationId",
|
|
789
|
-
"type": "
|
|
1121
|
+
"type": "string",
|
|
790
1122
|
"info": "path parameter",
|
|
791
1123
|
"required": true,
|
|
792
1124
|
"schema": {
|
|
793
1125
|
"title": "applicationId",
|
|
794
|
-
"type": "
|
|
1126
|
+
"type": "string"
|
|
795
1127
|
}
|
|
796
1128
|
},
|
|
797
1129
|
{
|
|
798
1130
|
"name": "requestId",
|
|
799
|
-
"type": "
|
|
1131
|
+
"type": "string",
|
|
800
1132
|
"info": "path parameter",
|
|
801
1133
|
"required": true,
|
|
802
1134
|
"schema": {
|
|
803
1135
|
"title": "requestId",
|
|
804
|
-
"type": "
|
|
1136
|
+
"type": "string"
|
|
805
1137
|
}
|
|
806
1138
|
}
|
|
807
1139
|
],
|
|
@@ -840,22 +1172,22 @@
|
|
|
840
1172
|
},
|
|
841
1173
|
{
|
|
842
1174
|
"name": "applicationId",
|
|
843
|
-
"type": "
|
|
1175
|
+
"type": "string",
|
|
844
1176
|
"info": "path parameter",
|
|
845
1177
|
"required": true,
|
|
846
1178
|
"schema": {
|
|
847
1179
|
"title": "applicationId",
|
|
848
|
-
"type": "
|
|
1180
|
+
"type": "string"
|
|
849
1181
|
}
|
|
850
1182
|
},
|
|
851
1183
|
{
|
|
852
1184
|
"name": "requestId",
|
|
853
|
-
"type": "
|
|
1185
|
+
"type": "string",
|
|
854
1186
|
"info": "path parameter",
|
|
855
1187
|
"required": true,
|
|
856
1188
|
"schema": {
|
|
857
1189
|
"title": "requestId",
|
|
858
|
-
"type": "
|
|
1190
|
+
"type": "string"
|
|
859
1191
|
}
|
|
860
1192
|
}
|
|
861
1193
|
],
|
|
@@ -894,12 +1226,12 @@
|
|
|
894
1226
|
},
|
|
895
1227
|
{
|
|
896
1228
|
"name": "applicationId",
|
|
897
|
-
"type": "
|
|
1229
|
+
"type": "string",
|
|
898
1230
|
"info": "path parameter",
|
|
899
1231
|
"required": true,
|
|
900
1232
|
"schema": {
|
|
901
1233
|
"title": "applicationId",
|
|
902
|
-
"type": "
|
|
1234
|
+
"type": "string"
|
|
903
1235
|
}
|
|
904
1236
|
}
|
|
905
1237
|
],
|
|
@@ -938,12 +1270,12 @@
|
|
|
938
1270
|
},
|
|
939
1271
|
{
|
|
940
1272
|
"name": "applicationId",
|
|
941
|
-
"type": "
|
|
1273
|
+
"type": "string",
|
|
942
1274
|
"info": "path parameter",
|
|
943
1275
|
"required": true,
|
|
944
1276
|
"schema": {
|
|
945
1277
|
"title": "applicationId",
|
|
946
|
-
"type": "
|
|
1278
|
+
"type": "string"
|
|
947
1279
|
}
|
|
948
1280
|
}
|
|
949
1281
|
],
|
|
@@ -972,12 +1304,12 @@
|
|
|
972
1304
|
"input": [
|
|
973
1305
|
{
|
|
974
1306
|
"name": "applicationId",
|
|
975
|
-
"type": "
|
|
1307
|
+
"type": "string",
|
|
976
1308
|
"info": "path parameter",
|
|
977
1309
|
"required": true,
|
|
978
1310
|
"schema": {
|
|
979
1311
|
"title": "applicationId",
|
|
980
|
-
"type": "
|
|
1312
|
+
"type": "string"
|
|
981
1313
|
}
|
|
982
1314
|
}
|
|
983
1315
|
],
|
|
@@ -1006,12 +1338,12 @@
|
|
|
1006
1338
|
"input": [
|
|
1007
1339
|
{
|
|
1008
1340
|
"name": "applicationId",
|
|
1009
|
-
"type": "
|
|
1341
|
+
"type": "string",
|
|
1010
1342
|
"info": "path parameter",
|
|
1011
1343
|
"required": true,
|
|
1012
1344
|
"schema": {
|
|
1013
1345
|
"title": "applicationId",
|
|
1014
|
-
"type": "
|
|
1346
|
+
"type": "string"
|
|
1015
1347
|
}
|
|
1016
1348
|
}
|
|
1017
1349
|
],
|
|
@@ -1050,22 +1382,22 @@
|
|
|
1050
1382
|
},
|
|
1051
1383
|
{
|
|
1052
1384
|
"name": "applicationId",
|
|
1053
|
-
"type": "
|
|
1385
|
+
"type": "string",
|
|
1054
1386
|
"info": "path parameter",
|
|
1055
1387
|
"required": true,
|
|
1056
1388
|
"schema": {
|
|
1057
1389
|
"title": "applicationId",
|
|
1058
|
-
"type": "
|
|
1390
|
+
"type": "string"
|
|
1059
1391
|
}
|
|
1060
1392
|
},
|
|
1061
1393
|
{
|
|
1062
1394
|
"name": "connectionId",
|
|
1063
|
-
"type": "
|
|
1395
|
+
"type": "string",
|
|
1064
1396
|
"info": "path parameter",
|
|
1065
1397
|
"required": true,
|
|
1066
1398
|
"schema": {
|
|
1067
1399
|
"title": "connectionId",
|
|
1068
|
-
"type": "
|
|
1400
|
+
"type": "string"
|
|
1069
1401
|
}
|
|
1070
1402
|
}
|
|
1071
1403
|
],
|
|
@@ -1094,22 +1426,22 @@
|
|
|
1094
1426
|
"input": [
|
|
1095
1427
|
{
|
|
1096
1428
|
"name": "applicationId",
|
|
1097
|
-
"type": "
|
|
1429
|
+
"type": "string",
|
|
1098
1430
|
"info": "path parameter",
|
|
1099
1431
|
"required": true,
|
|
1100
1432
|
"schema": {
|
|
1101
1433
|
"title": "applicationId",
|
|
1102
|
-
"type": "
|
|
1434
|
+
"type": "string"
|
|
1103
1435
|
}
|
|
1104
1436
|
},
|
|
1105
1437
|
{
|
|
1106
1438
|
"name": "connectionId",
|
|
1107
|
-
"type": "
|
|
1439
|
+
"type": "string",
|
|
1108
1440
|
"info": "path parameter",
|
|
1109
1441
|
"required": true,
|
|
1110
1442
|
"schema": {
|
|
1111
1443
|
"title": "connectionId",
|
|
1112
|
-
"type": "
|
|
1444
|
+
"type": "string"
|
|
1113
1445
|
}
|
|
1114
1446
|
}
|
|
1115
1447
|
],
|
|
@@ -1148,22 +1480,22 @@
|
|
|
1148
1480
|
},
|
|
1149
1481
|
{
|
|
1150
1482
|
"name": "applicationId",
|
|
1151
|
-
"type": "
|
|
1483
|
+
"type": "string",
|
|
1152
1484
|
"info": "path parameter",
|
|
1153
1485
|
"required": true,
|
|
1154
1486
|
"schema": {
|
|
1155
1487
|
"title": "applicationId",
|
|
1156
|
-
"type": "
|
|
1488
|
+
"type": "string"
|
|
1157
1489
|
}
|
|
1158
1490
|
},
|
|
1159
1491
|
{
|
|
1160
1492
|
"name": "connectionId",
|
|
1161
|
-
"type": "
|
|
1493
|
+
"type": "string",
|
|
1162
1494
|
"info": "path parameter",
|
|
1163
1495
|
"required": true,
|
|
1164
1496
|
"schema": {
|
|
1165
1497
|
"title": "connectionId",
|
|
1166
|
-
"type": "
|
|
1498
|
+
"type": "string"
|
|
1167
1499
|
}
|
|
1168
1500
|
}
|
|
1169
1501
|
],
|
|
@@ -1192,22 +1524,22 @@
|
|
|
1192
1524
|
"input": [
|
|
1193
1525
|
{
|
|
1194
1526
|
"name": "applicationId",
|
|
1195
|
-
"type": "
|
|
1527
|
+
"type": "string",
|
|
1196
1528
|
"info": "path parameter",
|
|
1197
1529
|
"required": true,
|
|
1198
1530
|
"schema": {
|
|
1199
1531
|
"title": "applicationId",
|
|
1200
|
-
"type": "
|
|
1532
|
+
"type": "string"
|
|
1201
1533
|
}
|
|
1202
1534
|
},
|
|
1203
1535
|
{
|
|
1204
1536
|
"name": "connectionId",
|
|
1205
|
-
"type": "
|
|
1537
|
+
"type": "string",
|
|
1206
1538
|
"info": "path parameter",
|
|
1207
1539
|
"required": true,
|
|
1208
1540
|
"schema": {
|
|
1209
1541
|
"title": "connectionId",
|
|
1210
|
-
"type": "
|
|
1542
|
+
"type": "string"
|
|
1211
1543
|
}
|
|
1212
1544
|
}
|
|
1213
1545
|
],
|
|
@@ -1259,32 +1591,32 @@
|
|
|
1259
1591
|
"input": [
|
|
1260
1592
|
{
|
|
1261
1593
|
"name": "applicationId",
|
|
1262
|
-
"type": "
|
|
1594
|
+
"type": "string",
|
|
1263
1595
|
"info": "path parameter",
|
|
1264
1596
|
"required": true,
|
|
1265
1597
|
"schema": {
|
|
1266
1598
|
"title": "applicationId",
|
|
1267
|
-
"type": "
|
|
1599
|
+
"type": "string"
|
|
1268
1600
|
}
|
|
1269
1601
|
},
|
|
1270
1602
|
{
|
|
1271
1603
|
"name": "applicationInterfaceId",
|
|
1272
|
-
"type": "
|
|
1604
|
+
"type": "string",
|
|
1273
1605
|
"info": "path parameter",
|
|
1274
1606
|
"required": true,
|
|
1275
1607
|
"schema": {
|
|
1276
1608
|
"title": "applicationInterfaceId",
|
|
1277
|
-
"type": "
|
|
1609
|
+
"type": "string"
|
|
1278
1610
|
}
|
|
1279
1611
|
},
|
|
1280
1612
|
{
|
|
1281
1613
|
"name": "connectionInterfaceId",
|
|
1282
|
-
"type": "
|
|
1614
|
+
"type": "string",
|
|
1283
1615
|
"info": "path parameter",
|
|
1284
1616
|
"required": true,
|
|
1285
1617
|
"schema": {
|
|
1286
1618
|
"title": "connectionInterfaceId",
|
|
1287
|
-
"type": "
|
|
1619
|
+
"type": "string"
|
|
1288
1620
|
}
|
|
1289
1621
|
}
|
|
1290
1622
|
],
|
|
@@ -1323,32 +1655,32 @@
|
|
|
1323
1655
|
},
|
|
1324
1656
|
{
|
|
1325
1657
|
"name": "applicationId",
|
|
1326
|
-
"type": "
|
|
1658
|
+
"type": "string",
|
|
1327
1659
|
"info": "path parameter",
|
|
1328
1660
|
"required": true,
|
|
1329
1661
|
"schema": {
|
|
1330
1662
|
"title": "applicationId",
|
|
1331
|
-
"type": "
|
|
1663
|
+
"type": "string"
|
|
1332
1664
|
}
|
|
1333
1665
|
},
|
|
1334
1666
|
{
|
|
1335
1667
|
"name": "applicationInterfaceId",
|
|
1336
|
-
"type": "
|
|
1668
|
+
"type": "string",
|
|
1337
1669
|
"info": "path parameter",
|
|
1338
1670
|
"required": true,
|
|
1339
1671
|
"schema": {
|
|
1340
1672
|
"title": "applicationInterfaceId",
|
|
1341
|
-
"type": "
|
|
1673
|
+
"type": "string"
|
|
1342
1674
|
}
|
|
1343
1675
|
},
|
|
1344
1676
|
{
|
|
1345
1677
|
"name": "connectionInterfaceId",
|
|
1346
|
-
"type": "
|
|
1678
|
+
"type": "string",
|
|
1347
1679
|
"info": "path parameter",
|
|
1348
1680
|
"required": true,
|
|
1349
1681
|
"schema": {
|
|
1350
1682
|
"title": "connectionInterfaceId",
|
|
1351
|
-
"type": "
|
|
1683
|
+
"type": "string"
|
|
1352
1684
|
}
|
|
1353
1685
|
}
|
|
1354
1686
|
],
|
|
@@ -1377,32 +1709,32 @@
|
|
|
1377
1709
|
"input": [
|
|
1378
1710
|
{
|
|
1379
1711
|
"name": "applicationId",
|
|
1380
|
-
"type": "
|
|
1712
|
+
"type": "string",
|
|
1381
1713
|
"info": "path parameter",
|
|
1382
1714
|
"required": true,
|
|
1383
1715
|
"schema": {
|
|
1384
1716
|
"title": "applicationId",
|
|
1385
|
-
"type": "
|
|
1717
|
+
"type": "string"
|
|
1386
1718
|
}
|
|
1387
1719
|
},
|
|
1388
1720
|
{
|
|
1389
1721
|
"name": "applicationInterfaceId",
|
|
1390
|
-
"type": "
|
|
1722
|
+
"type": "string",
|
|
1391
1723
|
"info": "path parameter",
|
|
1392
1724
|
"required": true,
|
|
1393
1725
|
"schema": {
|
|
1394
1726
|
"title": "applicationInterfaceId",
|
|
1395
|
-
"type": "
|
|
1727
|
+
"type": "string"
|
|
1396
1728
|
}
|
|
1397
1729
|
},
|
|
1398
1730
|
{
|
|
1399
1731
|
"name": "connectionInterfaceId",
|
|
1400
|
-
"type": "
|
|
1732
|
+
"type": "string",
|
|
1401
1733
|
"info": "path parameter",
|
|
1402
1734
|
"required": true,
|
|
1403
1735
|
"schema": {
|
|
1404
1736
|
"title": "connectionInterfaceId",
|
|
1405
|
-
"type": "
|
|
1737
|
+
"type": "string"
|
|
1406
1738
|
}
|
|
1407
1739
|
}
|
|
1408
1740
|
],
|
|
@@ -1431,12 +1763,12 @@
|
|
|
1431
1763
|
"input": [
|
|
1432
1764
|
{
|
|
1433
1765
|
"name": "applicationId",
|
|
1434
|
-
"type": "
|
|
1766
|
+
"type": "string",
|
|
1435
1767
|
"info": "path parameter",
|
|
1436
1768
|
"required": true,
|
|
1437
1769
|
"schema": {
|
|
1438
1770
|
"title": "applicationId",
|
|
1439
|
-
"type": "
|
|
1771
|
+
"type": "string"
|
|
1440
1772
|
}
|
|
1441
1773
|
}
|
|
1442
1774
|
],
|
|
@@ -1475,12 +1807,12 @@
|
|
|
1475
1807
|
},
|
|
1476
1808
|
{
|
|
1477
1809
|
"name": "applicationId",
|
|
1478
|
-
"type": "
|
|
1810
|
+
"type": "string",
|
|
1479
1811
|
"info": "path parameter",
|
|
1480
1812
|
"required": true,
|
|
1481
1813
|
"schema": {
|
|
1482
1814
|
"title": "applicationId",
|
|
1483
|
-
"type": "
|
|
1815
|
+
"type": "string"
|
|
1484
1816
|
}
|
|
1485
1817
|
}
|
|
1486
1818
|
],
|
|
@@ -1519,22 +1851,22 @@
|
|
|
1519
1851
|
},
|
|
1520
1852
|
{
|
|
1521
1853
|
"name": "applicationId",
|
|
1522
|
-
"type": "
|
|
1854
|
+
"type": "string",
|
|
1523
1855
|
"info": "path parameter",
|
|
1524
1856
|
"required": true,
|
|
1525
1857
|
"schema": {
|
|
1526
1858
|
"title": "applicationId",
|
|
1527
|
-
"type": "
|
|
1859
|
+
"type": "string"
|
|
1528
1860
|
}
|
|
1529
1861
|
},
|
|
1530
1862
|
{
|
|
1531
1863
|
"name": "applicationInterfaceId",
|
|
1532
|
-
"type": "
|
|
1864
|
+
"type": "string",
|
|
1533
1865
|
"info": "path parameter",
|
|
1534
1866
|
"required": true,
|
|
1535
1867
|
"schema": {
|
|
1536
1868
|
"title": "applicationInterfaceId",
|
|
1537
|
-
"type": "
|
|
1869
|
+
"type": "string"
|
|
1538
1870
|
}
|
|
1539
1871
|
}
|
|
1540
1872
|
],
|
|
@@ -1563,22 +1895,22 @@
|
|
|
1563
1895
|
"input": [
|
|
1564
1896
|
{
|
|
1565
1897
|
"name": "applicationId",
|
|
1566
|
-
"type": "
|
|
1898
|
+
"type": "string",
|
|
1567
1899
|
"info": "path parameter",
|
|
1568
1900
|
"required": true,
|
|
1569
1901
|
"schema": {
|
|
1570
1902
|
"title": "applicationId",
|
|
1571
|
-
"type": "
|
|
1903
|
+
"type": "string"
|
|
1572
1904
|
}
|
|
1573
1905
|
},
|
|
1574
1906
|
{
|
|
1575
1907
|
"name": "applicationInterfaceId",
|
|
1576
|
-
"type": "
|
|
1908
|
+
"type": "string",
|
|
1577
1909
|
"info": "path parameter",
|
|
1578
1910
|
"required": true,
|
|
1579
1911
|
"schema": {
|
|
1580
1912
|
"title": "applicationInterfaceId",
|
|
1581
|
-
"type": "
|
|
1913
|
+
"type": "string"
|
|
1582
1914
|
}
|
|
1583
1915
|
}
|
|
1584
1916
|
],
|
|
@@ -1607,22 +1939,22 @@
|
|
|
1607
1939
|
"input": [
|
|
1608
1940
|
{
|
|
1609
1941
|
"name": "applicationId",
|
|
1610
|
-
"type": "
|
|
1942
|
+
"type": "string",
|
|
1611
1943
|
"info": "path parameter",
|
|
1612
1944
|
"required": true,
|
|
1613
1945
|
"schema": {
|
|
1614
1946
|
"title": "applicationId",
|
|
1615
|
-
"type": "
|
|
1947
|
+
"type": "string"
|
|
1616
1948
|
}
|
|
1617
1949
|
},
|
|
1618
1950
|
{
|
|
1619
1951
|
"name": "applicationInterfaceId",
|
|
1620
|
-
"type": "
|
|
1952
|
+
"type": "string",
|
|
1621
1953
|
"info": "path parameter",
|
|
1622
1954
|
"required": true,
|
|
1623
1955
|
"schema": {
|
|
1624
1956
|
"title": "applicationInterfaceId",
|
|
1625
|
-
"type": "
|
|
1957
|
+
"type": "string"
|
|
1626
1958
|
}
|
|
1627
1959
|
}
|
|
1628
1960
|
],
|
|
@@ -1651,22 +1983,22 @@
|
|
|
1651
1983
|
"input": [
|
|
1652
1984
|
{
|
|
1653
1985
|
"name": "applicationId",
|
|
1654
|
-
"type": "
|
|
1986
|
+
"type": "string",
|
|
1655
1987
|
"info": "path parameter",
|
|
1656
1988
|
"required": true,
|
|
1657
1989
|
"schema": {
|
|
1658
1990
|
"title": "applicationId",
|
|
1659
|
-
"type": "
|
|
1991
|
+
"type": "string"
|
|
1660
1992
|
}
|
|
1661
1993
|
},
|
|
1662
1994
|
{
|
|
1663
1995
|
"name": "applicationInterfaceId",
|
|
1664
|
-
"type": "
|
|
1996
|
+
"type": "string",
|
|
1665
1997
|
"info": "path parameter",
|
|
1666
1998
|
"required": true,
|
|
1667
1999
|
"schema": {
|
|
1668
2000
|
"title": "applicationInterfaceId",
|
|
1669
|
-
"type": "
|
|
2001
|
+
"type": "string"
|
|
1670
2002
|
}
|
|
1671
2003
|
}
|
|
1672
2004
|
],
|
|
@@ -1705,22 +2037,22 @@
|
|
|
1705
2037
|
},
|
|
1706
2038
|
{
|
|
1707
2039
|
"name": "applicationId",
|
|
1708
|
-
"type": "
|
|
2040
|
+
"type": "string",
|
|
1709
2041
|
"info": "path parameter",
|
|
1710
2042
|
"required": true,
|
|
1711
2043
|
"schema": {
|
|
1712
2044
|
"title": "applicationId",
|
|
1713
|
-
"type": "
|
|
2045
|
+
"type": "string"
|
|
1714
2046
|
}
|
|
1715
2047
|
},
|
|
1716
2048
|
{
|
|
1717
2049
|
"name": "applicationInterfaceId",
|
|
1718
|
-
"type": "
|
|
2050
|
+
"type": "string",
|
|
1719
2051
|
"info": "path parameter",
|
|
1720
2052
|
"required": true,
|
|
1721
2053
|
"schema": {
|
|
1722
2054
|
"title": "applicationInterfaceId",
|
|
1723
|
-
"type": "
|
|
2055
|
+
"type": "string"
|
|
1724
2056
|
}
|
|
1725
2057
|
}
|
|
1726
2058
|
],
|
|
@@ -1749,12 +2081,12 @@
|
|
|
1749
2081
|
"input": [
|
|
1750
2082
|
{
|
|
1751
2083
|
"name": "applicationId",
|
|
1752
|
-
"type": "
|
|
2084
|
+
"type": "string",
|
|
1753
2085
|
"info": "path parameter",
|
|
1754
2086
|
"required": true,
|
|
1755
2087
|
"schema": {
|
|
1756
2088
|
"title": "applicationId",
|
|
1757
|
-
"type": "
|
|
2089
|
+
"type": "string"
|
|
1758
2090
|
}
|
|
1759
2091
|
}
|
|
1760
2092
|
],
|
|
@@ -1793,12 +2125,12 @@
|
|
|
1793
2125
|
},
|
|
1794
2126
|
{
|
|
1795
2127
|
"name": "applicationId",
|
|
1796
|
-
"type": "
|
|
2128
|
+
"type": "string",
|
|
1797
2129
|
"info": "path parameter",
|
|
1798
2130
|
"required": true,
|
|
1799
2131
|
"schema": {
|
|
1800
2132
|
"title": "applicationId",
|
|
1801
|
-
"type": "
|
|
2133
|
+
"type": "string"
|
|
1802
2134
|
}
|
|
1803
2135
|
}
|
|
1804
2136
|
],
|
|
@@ -1827,22 +2159,22 @@
|
|
|
1827
2159
|
"input": [
|
|
1828
2160
|
{
|
|
1829
2161
|
"name": "applicationId",
|
|
1830
|
-
"type": "
|
|
2162
|
+
"type": "string",
|
|
1831
2163
|
"info": "path parameter",
|
|
1832
2164
|
"required": true,
|
|
1833
2165
|
"schema": {
|
|
1834
2166
|
"title": "applicationId",
|
|
1835
|
-
"type": "
|
|
2167
|
+
"type": "string"
|
|
1836
2168
|
}
|
|
1837
2169
|
},
|
|
1838
2170
|
{
|
|
1839
2171
|
"name": "connectionToApplicationId",
|
|
1840
|
-
"type": "
|
|
2172
|
+
"type": "string",
|
|
1841
2173
|
"info": "path parameter",
|
|
1842
2174
|
"required": true,
|
|
1843
2175
|
"schema": {
|
|
1844
2176
|
"title": "connectionToApplicationId",
|
|
1845
|
-
"type": "
|
|
2177
|
+
"type": "string"
|
|
1846
2178
|
}
|
|
1847
2179
|
}
|
|
1848
2180
|
],
|
|
@@ -1881,22 +2213,22 @@
|
|
|
1881
2213
|
},
|
|
1882
2214
|
{
|
|
1883
2215
|
"name": "applicationId",
|
|
1884
|
-
"type": "
|
|
2216
|
+
"type": "string",
|
|
1885
2217
|
"info": "path parameter",
|
|
1886
2218
|
"required": true,
|
|
1887
2219
|
"schema": {
|
|
1888
2220
|
"title": "applicationId",
|
|
1889
|
-
"type": "
|
|
2221
|
+
"type": "string"
|
|
1890
2222
|
}
|
|
1891
2223
|
},
|
|
1892
2224
|
{
|
|
1893
2225
|
"name": "connectionToApplicationId",
|
|
1894
|
-
"type": "
|
|
2226
|
+
"type": "string",
|
|
1895
2227
|
"info": "path parameter",
|
|
1896
2228
|
"required": true,
|
|
1897
2229
|
"schema": {
|
|
1898
2230
|
"title": "connectionToApplicationId",
|
|
1899
|
-
"type": "
|
|
2231
|
+
"type": "string"
|
|
1900
2232
|
}
|
|
1901
2233
|
}
|
|
1902
2234
|
],
|
|
@@ -1925,22 +2257,22 @@
|
|
|
1925
2257
|
"input": [
|
|
1926
2258
|
{
|
|
1927
2259
|
"name": "applicationId",
|
|
1928
|
-
"type": "
|
|
2260
|
+
"type": "string",
|
|
1929
2261
|
"info": "path parameter",
|
|
1930
2262
|
"required": true,
|
|
1931
2263
|
"schema": {
|
|
1932
2264
|
"title": "applicationId",
|
|
1933
|
-
"type": "
|
|
2265
|
+
"type": "string"
|
|
1934
2266
|
}
|
|
1935
2267
|
},
|
|
1936
2268
|
{
|
|
1937
2269
|
"name": "connectionToApplicationId",
|
|
1938
|
-
"type": "
|
|
2270
|
+
"type": "string",
|
|
1939
2271
|
"info": "path parameter",
|
|
1940
2272
|
"required": true,
|
|
1941
2273
|
"schema": {
|
|
1942
2274
|
"title": "connectionToApplicationId",
|
|
1943
|
-
"type": "
|
|
2275
|
+
"type": "string"
|
|
1944
2276
|
}
|
|
1945
2277
|
}
|
|
1946
2278
|
],
|
|
@@ -1969,22 +2301,22 @@
|
|
|
1969
2301
|
"input": [
|
|
1970
2302
|
{
|
|
1971
2303
|
"name": "sourceApplicationId",
|
|
1972
|
-
"type": "
|
|
2304
|
+
"type": "string",
|
|
1973
2305
|
"info": "path parameter",
|
|
1974
2306
|
"required": true,
|
|
1975
2307
|
"schema": {
|
|
1976
2308
|
"title": "sourceApplicationId",
|
|
1977
|
-
"type": "
|
|
2309
|
+
"type": "string"
|
|
1978
2310
|
}
|
|
1979
2311
|
},
|
|
1980
2312
|
{
|
|
1981
2313
|
"name": "targetApplicationId",
|
|
1982
|
-
"type": "
|
|
2314
|
+
"type": "string",
|
|
1983
2315
|
"info": "path parameter",
|
|
1984
2316
|
"required": true,
|
|
1985
2317
|
"schema": {
|
|
1986
2318
|
"title": "targetApplicationId",
|
|
1987
|
-
"type": "
|
|
2319
|
+
"type": "string"
|
|
1988
2320
|
}
|
|
1989
2321
|
}
|
|
1990
2322
|
],
|
|
@@ -2023,22 +2355,22 @@
|
|
|
2023
2355
|
},
|
|
2024
2356
|
{
|
|
2025
2357
|
"name": "sourceApplicationId",
|
|
2026
|
-
"type": "
|
|
2358
|
+
"type": "string",
|
|
2027
2359
|
"info": "path parameter",
|
|
2028
2360
|
"required": true,
|
|
2029
2361
|
"schema": {
|
|
2030
2362
|
"title": "sourceApplicationId",
|
|
2031
|
-
"type": "
|
|
2363
|
+
"type": "string"
|
|
2032
2364
|
}
|
|
2033
2365
|
},
|
|
2034
2366
|
{
|
|
2035
2367
|
"name": "targetApplicationId",
|
|
2036
|
-
"type": "
|
|
2368
|
+
"type": "string",
|
|
2037
2369
|
"info": "path parameter",
|
|
2038
2370
|
"required": true,
|
|
2039
2371
|
"schema": {
|
|
2040
2372
|
"title": "targetApplicationId",
|
|
2041
|
-
"type": "
|
|
2373
|
+
"type": "string"
|
|
2042
2374
|
}
|
|
2043
2375
|
}
|
|
2044
2376
|
],
|
|
@@ -2077,22 +2409,22 @@
|
|
|
2077
2409
|
},
|
|
2078
2410
|
{
|
|
2079
2411
|
"name": "sourceApplicationId",
|
|
2080
|
-
"type": "
|
|
2412
|
+
"type": "string",
|
|
2081
2413
|
"info": "path parameter",
|
|
2082
2414
|
"required": true,
|
|
2083
2415
|
"schema": {
|
|
2084
2416
|
"title": "sourceApplicationId",
|
|
2085
|
-
"type": "
|
|
2417
|
+
"type": "string"
|
|
2086
2418
|
}
|
|
2087
2419
|
},
|
|
2088
2420
|
{
|
|
2089
2421
|
"name": "targetApplicationId",
|
|
2090
|
-
"type": "
|
|
2422
|
+
"type": "string",
|
|
2091
2423
|
"info": "path parameter",
|
|
2092
2424
|
"required": true,
|
|
2093
2425
|
"schema": {
|
|
2094
2426
|
"title": "targetApplicationId",
|
|
2095
|
-
"type": "
|
|
2427
|
+
"type": "string"
|
|
2096
2428
|
}
|
|
2097
2429
|
}
|
|
2098
2430
|
],
|
|
@@ -2121,22 +2453,22 @@
|
|
|
2121
2453
|
"input": [
|
|
2122
2454
|
{
|
|
2123
2455
|
"name": "sourceApplicationId",
|
|
2124
|
-
"type": "
|
|
2456
|
+
"type": "string",
|
|
2125
2457
|
"info": "path parameter",
|
|
2126
2458
|
"required": true,
|
|
2127
2459
|
"schema": {
|
|
2128
2460
|
"title": "sourceApplicationId",
|
|
2129
|
-
"type": "
|
|
2461
|
+
"type": "string"
|
|
2130
2462
|
}
|
|
2131
2463
|
},
|
|
2132
2464
|
{
|
|
2133
2465
|
"name": "targetApplicationId",
|
|
2134
|
-
"type": "
|
|
2466
|
+
"type": "string",
|
|
2135
2467
|
"info": "path parameter",
|
|
2136
2468
|
"required": true,
|
|
2137
2469
|
"schema": {
|
|
2138
2470
|
"title": "targetApplicationId",
|
|
2139
|
-
"type": "
|
|
2471
|
+
"type": "string"
|
|
2140
2472
|
}
|
|
2141
2473
|
}
|
|
2142
2474
|
],
|
|
@@ -2175,22 +2507,22 @@
|
|
|
2175
2507
|
},
|
|
2176
2508
|
{
|
|
2177
2509
|
"name": "sourceApplicationId",
|
|
2178
|
-
"type": "
|
|
2510
|
+
"type": "string",
|
|
2179
2511
|
"info": "path parameter",
|
|
2180
2512
|
"required": true,
|
|
2181
2513
|
"schema": {
|
|
2182
2514
|
"title": "sourceApplicationId",
|
|
2183
|
-
"type": "
|
|
2515
|
+
"type": "string"
|
|
2184
2516
|
}
|
|
2185
2517
|
},
|
|
2186
2518
|
{
|
|
2187
2519
|
"name": "targetApplicationId",
|
|
2188
|
-
"type": "
|
|
2520
|
+
"type": "string",
|
|
2189
2521
|
"info": "path parameter",
|
|
2190
2522
|
"required": true,
|
|
2191
2523
|
"schema": {
|
|
2192
2524
|
"title": "targetApplicationId",
|
|
2193
|
-
"type": "
|
|
2525
|
+
"type": "string"
|
|
2194
2526
|
}
|
|
2195
2527
|
}
|
|
2196
2528
|
],
|
|
@@ -2219,12 +2551,12 @@
|
|
|
2219
2551
|
"input": [
|
|
2220
2552
|
{
|
|
2221
2553
|
"name": "applicationId",
|
|
2222
|
-
"type": "
|
|
2554
|
+
"type": "string",
|
|
2223
2555
|
"info": "path parameter",
|
|
2224
2556
|
"required": true,
|
|
2225
2557
|
"schema": {
|
|
2226
2558
|
"title": "applicationId",
|
|
2227
|
-
"type": "
|
|
2559
|
+
"type": "string"
|
|
2228
2560
|
}
|
|
2229
2561
|
}
|
|
2230
2562
|
],
|
|
@@ -2263,12 +2595,12 @@
|
|
|
2263
2595
|
},
|
|
2264
2596
|
{
|
|
2265
2597
|
"name": "applicationId",
|
|
2266
|
-
"type": "
|
|
2598
|
+
"type": "string",
|
|
2267
2599
|
"info": "path parameter",
|
|
2268
2600
|
"required": true,
|
|
2269
2601
|
"schema": {
|
|
2270
2602
|
"title": "applicationId",
|
|
2271
|
-
"type": "
|
|
2603
|
+
"type": "string"
|
|
2272
2604
|
}
|
|
2273
2605
|
}
|
|
2274
2606
|
],
|
|
@@ -2297,22 +2629,22 @@
|
|
|
2297
2629
|
"input": [
|
|
2298
2630
|
{
|
|
2299
2631
|
"name": "customerId",
|
|
2300
|
-
"type": "
|
|
2632
|
+
"type": "string",
|
|
2301
2633
|
"info": "path parameter",
|
|
2302
2634
|
"required": true,
|
|
2303
2635
|
"schema": {
|
|
2304
2636
|
"title": "customerId",
|
|
2305
|
-
"type": "
|
|
2637
|
+
"type": "string"
|
|
2306
2638
|
}
|
|
2307
2639
|
},
|
|
2308
2640
|
{
|
|
2309
2641
|
"name": "applicationPackId",
|
|
2310
|
-
"type": "
|
|
2642
|
+
"type": "string",
|
|
2311
2643
|
"info": "path parameter",
|
|
2312
2644
|
"required": true,
|
|
2313
2645
|
"schema": {
|
|
2314
2646
|
"title": "applicationPackId",
|
|
2315
|
-
"type": "
|
|
2647
|
+
"type": "string"
|
|
2316
2648
|
}
|
|
2317
2649
|
}
|
|
2318
2650
|
],
|
|
@@ -2341,22 +2673,22 @@
|
|
|
2341
2673
|
"input": [
|
|
2342
2674
|
{
|
|
2343
2675
|
"name": "customerId",
|
|
2344
|
-
"type": "
|
|
2676
|
+
"type": "string",
|
|
2345
2677
|
"info": "path parameter",
|
|
2346
2678
|
"required": true,
|
|
2347
2679
|
"schema": {
|
|
2348
2680
|
"title": "customerId",
|
|
2349
|
-
"type": "
|
|
2681
|
+
"type": "string"
|
|
2350
2682
|
}
|
|
2351
2683
|
},
|
|
2352
2684
|
{
|
|
2353
2685
|
"name": "applicationPackId",
|
|
2354
|
-
"type": "
|
|
2686
|
+
"type": "string",
|
|
2355
2687
|
"info": "path parameter",
|
|
2356
2688
|
"required": true,
|
|
2357
2689
|
"schema": {
|
|
2358
2690
|
"title": "applicationPackId",
|
|
2359
|
-
"type": "
|
|
2691
|
+
"type": "string"
|
|
2360
2692
|
}
|
|
2361
2693
|
}
|
|
2362
2694
|
],
|
|
@@ -2395,22 +2727,22 @@
|
|
|
2395
2727
|
},
|
|
2396
2728
|
{
|
|
2397
2729
|
"name": "customerId",
|
|
2398
|
-
"type": "
|
|
2730
|
+
"type": "string",
|
|
2399
2731
|
"info": "path parameter",
|
|
2400
2732
|
"required": true,
|
|
2401
2733
|
"schema": {
|
|
2402
2734
|
"title": "customerId",
|
|
2403
|
-
"type": "
|
|
2735
|
+
"type": "string"
|
|
2404
2736
|
}
|
|
2405
2737
|
},
|
|
2406
2738
|
{
|
|
2407
2739
|
"name": "applicationPackId",
|
|
2408
|
-
"type": "
|
|
2740
|
+
"type": "string",
|
|
2409
2741
|
"info": "path parameter",
|
|
2410
2742
|
"required": true,
|
|
2411
2743
|
"schema": {
|
|
2412
2744
|
"title": "applicationPackId",
|
|
2413
|
-
"type": "
|
|
2745
|
+
"type": "string"
|
|
2414
2746
|
}
|
|
2415
2747
|
}
|
|
2416
2748
|
],
|
|
@@ -2439,22 +2771,22 @@
|
|
|
2439
2771
|
"input": [
|
|
2440
2772
|
{
|
|
2441
2773
|
"name": "customerId",
|
|
2442
|
-
"type": "
|
|
2774
|
+
"type": "string",
|
|
2443
2775
|
"info": "path parameter",
|
|
2444
2776
|
"required": true,
|
|
2445
2777
|
"schema": {
|
|
2446
2778
|
"title": "customerId",
|
|
2447
|
-
"type": "
|
|
2779
|
+
"type": "string"
|
|
2448
2780
|
}
|
|
2449
2781
|
},
|
|
2450
2782
|
{
|
|
2451
2783
|
"name": "applicationPackId",
|
|
2452
|
-
"type": "
|
|
2784
|
+
"type": "string",
|
|
2453
2785
|
"info": "path parameter",
|
|
2454
2786
|
"required": true,
|
|
2455
2787
|
"schema": {
|
|
2456
2788
|
"title": "applicationPackId",
|
|
2457
|
-
"type": "
|
|
2789
|
+
"type": "string"
|
|
2458
2790
|
}
|
|
2459
2791
|
}
|
|
2460
2792
|
],
|
|
@@ -2483,22 +2815,22 @@
|
|
|
2483
2815
|
"input": [
|
|
2484
2816
|
{
|
|
2485
2817
|
"name": "customerId",
|
|
2486
|
-
"type": "
|
|
2818
|
+
"type": "string",
|
|
2487
2819
|
"info": "path parameter",
|
|
2488
2820
|
"required": true,
|
|
2489
2821
|
"schema": {
|
|
2490
2822
|
"title": "customerId",
|
|
2491
|
-
"type": "
|
|
2823
|
+
"type": "string"
|
|
2492
2824
|
}
|
|
2493
2825
|
},
|
|
2494
2826
|
{
|
|
2495
2827
|
"name": "applicationPackId",
|
|
2496
|
-
"type": "
|
|
2828
|
+
"type": "string",
|
|
2497
2829
|
"info": "path parameter",
|
|
2498
2830
|
"required": true,
|
|
2499
2831
|
"schema": {
|
|
2500
2832
|
"title": "applicationPackId",
|
|
2501
|
-
"type": "
|
|
2833
|
+
"type": "string"
|
|
2502
2834
|
}
|
|
2503
2835
|
}
|
|
2504
2836
|
],
|
|
@@ -2537,22 +2869,22 @@
|
|
|
2537
2869
|
},
|
|
2538
2870
|
{
|
|
2539
2871
|
"name": "customerId",
|
|
2540
|
-
"type": "
|
|
2872
|
+
"type": "string",
|
|
2541
2873
|
"info": "path parameter",
|
|
2542
2874
|
"required": true,
|
|
2543
2875
|
"schema": {
|
|
2544
2876
|
"title": "customerId",
|
|
2545
|
-
"type": "
|
|
2877
|
+
"type": "string"
|
|
2546
2878
|
}
|
|
2547
2879
|
},
|
|
2548
2880
|
{
|
|
2549
2881
|
"name": "applicationPackId",
|
|
2550
|
-
"type": "
|
|
2882
|
+
"type": "string",
|
|
2551
2883
|
"info": "path parameter",
|
|
2552
2884
|
"required": true,
|
|
2553
2885
|
"schema": {
|
|
2554
2886
|
"title": "applicationPackId",
|
|
2555
|
-
"type": "
|
|
2887
|
+
"type": "string"
|
|
2556
2888
|
}
|
|
2557
2889
|
}
|
|
2558
2890
|
],
|
|
@@ -2591,22 +2923,22 @@
|
|
|
2591
2923
|
},
|
|
2592
2924
|
{
|
|
2593
2925
|
"name": "customerId",
|
|
2594
|
-
"type": "
|
|
2926
|
+
"type": "string",
|
|
2595
2927
|
"info": "path parameter",
|
|
2596
2928
|
"required": true,
|
|
2597
2929
|
"schema": {
|
|
2598
2930
|
"title": "customerId",
|
|
2599
|
-
"type": "
|
|
2931
|
+
"type": "string"
|
|
2600
2932
|
}
|
|
2601
2933
|
},
|
|
2602
2934
|
{
|
|
2603
2935
|
"name": "applicationPackId",
|
|
2604
|
-
"type": "
|
|
2936
|
+
"type": "string",
|
|
2605
2937
|
"info": "path parameter",
|
|
2606
2938
|
"required": true,
|
|
2607
2939
|
"schema": {
|
|
2608
2940
|
"title": "applicationPackId",
|
|
2609
|
-
"type": "
|
|
2941
|
+
"type": "string"
|
|
2610
2942
|
}
|
|
2611
2943
|
}
|
|
2612
2944
|
],
|
|
@@ -2635,22 +2967,22 @@
|
|
|
2635
2967
|
"input": [
|
|
2636
2968
|
{
|
|
2637
2969
|
"name": "customerId",
|
|
2638
|
-
"type": "
|
|
2970
|
+
"type": "string",
|
|
2639
2971
|
"info": "path parameter",
|
|
2640
2972
|
"required": true,
|
|
2641
2973
|
"schema": {
|
|
2642
2974
|
"title": "customerId",
|
|
2643
|
-
"type": "
|
|
2975
|
+
"type": "string"
|
|
2644
2976
|
}
|
|
2645
2977
|
},
|
|
2646
2978
|
{
|
|
2647
2979
|
"name": "applicationPackId",
|
|
2648
|
-
"type": "
|
|
2980
|
+
"type": "string",
|
|
2649
2981
|
"info": "path parameter",
|
|
2650
2982
|
"required": true,
|
|
2651
2983
|
"schema": {
|
|
2652
2984
|
"title": "applicationPackId",
|
|
2653
|
-
"type": "
|
|
2985
|
+
"type": "string"
|
|
2654
2986
|
}
|
|
2655
2987
|
}
|
|
2656
2988
|
],
|
|
@@ -2689,22 +3021,22 @@
|
|
|
2689
3021
|
},
|
|
2690
3022
|
{
|
|
2691
3023
|
"name": "customerId",
|
|
2692
|
-
"type": "
|
|
3024
|
+
"type": "string",
|
|
2693
3025
|
"info": "path parameter",
|
|
2694
3026
|
"required": true,
|
|
2695
3027
|
"schema": {
|
|
2696
3028
|
"title": "customerId",
|
|
2697
|
-
"type": "
|
|
3029
|
+
"type": "string"
|
|
2698
3030
|
}
|
|
2699
3031
|
},
|
|
2700
3032
|
{
|
|
2701
3033
|
"name": "applicationPackId",
|
|
2702
|
-
"type": "
|
|
3034
|
+
"type": "string",
|
|
2703
3035
|
"info": "path parameter",
|
|
2704
3036
|
"required": true,
|
|
2705
3037
|
"schema": {
|
|
2706
3038
|
"title": "applicationPackId",
|
|
2707
|
-
"type": "
|
|
3039
|
+
"type": "string"
|
|
2708
3040
|
}
|
|
2709
3041
|
}
|
|
2710
3042
|
],
|
|
@@ -2743,12 +3075,12 @@
|
|
|
2743
3075
|
},
|
|
2744
3076
|
{
|
|
2745
3077
|
"name": "customerId",
|
|
2746
|
-
"type": "
|
|
3078
|
+
"type": "string",
|
|
2747
3079
|
"info": "path parameter",
|
|
2748
3080
|
"required": true,
|
|
2749
3081
|
"schema": {
|
|
2750
3082
|
"title": "customerId",
|
|
2751
|
-
"type": "
|
|
3083
|
+
"type": "string"
|
|
2752
3084
|
}
|
|
2753
3085
|
}
|
|
2754
3086
|
],
|
|
@@ -2787,12 +3119,12 @@
|
|
|
2787
3119
|
},
|
|
2788
3120
|
{
|
|
2789
3121
|
"name": "customerId",
|
|
2790
|
-
"type": "
|
|
3122
|
+
"type": "string",
|
|
2791
3123
|
"info": "path parameter",
|
|
2792
3124
|
"required": true,
|
|
2793
3125
|
"schema": {
|
|
2794
3126
|
"title": "customerId",
|
|
2795
|
-
"type": "
|
|
3127
|
+
"type": "string"
|
|
2796
3128
|
}
|
|
2797
3129
|
}
|
|
2798
3130
|
],
|
|
@@ -2821,12 +3153,12 @@
|
|
|
2821
3153
|
"input": [
|
|
2822
3154
|
{
|
|
2823
3155
|
"name": "customerId",
|
|
2824
|
-
"type": "
|
|
3156
|
+
"type": "string",
|
|
2825
3157
|
"info": "path parameter",
|
|
2826
3158
|
"required": true,
|
|
2827
3159
|
"schema": {
|
|
2828
3160
|
"title": "customerId",
|
|
2829
|
-
"type": "
|
|
3161
|
+
"type": "string"
|
|
2830
3162
|
}
|
|
2831
3163
|
}
|
|
2832
3164
|
],
|
|
@@ -2855,32 +3187,32 @@
|
|
|
2855
3187
|
"input": [
|
|
2856
3188
|
{
|
|
2857
3189
|
"name": "customerId",
|
|
2858
|
-
"type": "
|
|
3190
|
+
"type": "string",
|
|
2859
3191
|
"info": "path parameter",
|
|
2860
3192
|
"required": true,
|
|
2861
3193
|
"schema": {
|
|
2862
3194
|
"title": "customerId",
|
|
2863
|
-
"type": "
|
|
3195
|
+
"type": "string"
|
|
2864
3196
|
}
|
|
2865
3197
|
},
|
|
2866
3198
|
{
|
|
2867
3199
|
"name": "applicationPackId",
|
|
2868
|
-
"type": "
|
|
3200
|
+
"type": "string",
|
|
2869
3201
|
"info": "path parameter",
|
|
2870
3202
|
"required": true,
|
|
2871
3203
|
"schema": {
|
|
2872
3204
|
"title": "applicationPackId",
|
|
2873
|
-
"type": "
|
|
3205
|
+
"type": "string"
|
|
2874
3206
|
}
|
|
2875
3207
|
},
|
|
2876
3208
|
{
|
|
2877
3209
|
"name": "tagId",
|
|
2878
|
-
"type": "
|
|
3210
|
+
"type": "string",
|
|
2879
3211
|
"info": "path parameter",
|
|
2880
3212
|
"required": true,
|
|
2881
3213
|
"schema": {
|
|
2882
3214
|
"title": "tagId",
|
|
2883
|
-
"type": "
|
|
3215
|
+
"type": "string"
|
|
2884
3216
|
}
|
|
2885
3217
|
}
|
|
2886
3218
|
],
|
|
@@ -2919,22 +3251,22 @@
|
|
|
2919
3251
|
},
|
|
2920
3252
|
{
|
|
2921
3253
|
"name": "applicationId",
|
|
2922
|
-
"type": "
|
|
3254
|
+
"type": "string",
|
|
2923
3255
|
"info": "path parameter",
|
|
2924
3256
|
"required": true,
|
|
2925
3257
|
"schema": {
|
|
2926
3258
|
"title": "applicationId",
|
|
2927
|
-
"type": "
|
|
3259
|
+
"type": "string"
|
|
2928
3260
|
}
|
|
2929
3261
|
},
|
|
2930
3262
|
{
|
|
2931
3263
|
"name": "connectionToApplicationPackId",
|
|
2932
|
-
"type": "
|
|
3264
|
+
"type": "string",
|
|
2933
3265
|
"info": "path parameter",
|
|
2934
3266
|
"required": true,
|
|
2935
3267
|
"schema": {
|
|
2936
3268
|
"title": "connectionToApplicationPackId",
|
|
2937
|
-
"type": "
|
|
3269
|
+
"type": "string"
|
|
2938
3270
|
}
|
|
2939
3271
|
}
|
|
2940
3272
|
],
|
|
@@ -2963,22 +3295,22 @@
|
|
|
2963
3295
|
"input": [
|
|
2964
3296
|
{
|
|
2965
3297
|
"name": "applicationId",
|
|
2966
|
-
"type": "
|
|
3298
|
+
"type": "string",
|
|
2967
3299
|
"info": "path parameter",
|
|
2968
3300
|
"required": true,
|
|
2969
3301
|
"schema": {
|
|
2970
3302
|
"title": "applicationId",
|
|
2971
|
-
"type": "
|
|
3303
|
+
"type": "string"
|
|
2972
3304
|
}
|
|
2973
3305
|
},
|
|
2974
3306
|
{
|
|
2975
3307
|
"name": "connectionToApplicationPackId",
|
|
2976
|
-
"type": "
|
|
3308
|
+
"type": "string",
|
|
2977
3309
|
"info": "path parameter",
|
|
2978
3310
|
"required": true,
|
|
2979
3311
|
"schema": {
|
|
2980
3312
|
"title": "connectionToApplicationPackId",
|
|
2981
|
-
"type": "
|
|
3313
|
+
"type": "string"
|
|
2982
3314
|
}
|
|
2983
3315
|
}
|
|
2984
3316
|
],
|
|
@@ -3007,22 +3339,22 @@
|
|
|
3007
3339
|
"input": [
|
|
3008
3340
|
{
|
|
3009
3341
|
"name": "applicationId",
|
|
3010
|
-
"type": "
|
|
3342
|
+
"type": "string",
|
|
3011
3343
|
"info": "path parameter",
|
|
3012
3344
|
"required": true,
|
|
3013
3345
|
"schema": {
|
|
3014
3346
|
"title": "applicationId",
|
|
3015
|
-
"type": "
|
|
3347
|
+
"type": "string"
|
|
3016
3348
|
}
|
|
3017
3349
|
},
|
|
3018
3350
|
{
|
|
3019
3351
|
"name": "connectionToApplicationPackId",
|
|
3020
|
-
"type": "
|
|
3352
|
+
"type": "string",
|
|
3021
3353
|
"info": "path parameter",
|
|
3022
3354
|
"required": true,
|
|
3023
3355
|
"schema": {
|
|
3024
3356
|
"title": "connectionToApplicationPackId",
|
|
3025
|
-
"type": "
|
|
3357
|
+
"type": "string"
|
|
3026
3358
|
}
|
|
3027
3359
|
}
|
|
3028
3360
|
],
|
|
@@ -3051,12 +3383,12 @@
|
|
|
3051
3383
|
"input": [
|
|
3052
3384
|
{
|
|
3053
3385
|
"name": "applicationId",
|
|
3054
|
-
"type": "
|
|
3386
|
+
"type": "string",
|
|
3055
3387
|
"info": "path parameter",
|
|
3056
3388
|
"required": true,
|
|
3057
3389
|
"schema": {
|
|
3058
3390
|
"title": "applicationId",
|
|
3059
|
-
"type": "
|
|
3391
|
+
"type": "string"
|
|
3060
3392
|
}
|
|
3061
3393
|
}
|
|
3062
3394
|
],
|
|
@@ -3108,12 +3440,12 @@
|
|
|
3108
3440
|
"input": [
|
|
3109
3441
|
{
|
|
3110
3442
|
"name": "serverId",
|
|
3111
|
-
"type": "
|
|
3443
|
+
"type": "string",
|
|
3112
3444
|
"info": "path parameter",
|
|
3113
3445
|
"required": true,
|
|
3114
3446
|
"schema": {
|
|
3115
3447
|
"title": "serverId",
|
|
3116
|
-
"type": "
|
|
3448
|
+
"type": "string"
|
|
3117
3449
|
}
|
|
3118
3450
|
}
|
|
3119
3451
|
],
|
|
@@ -3136,28 +3468,28 @@
|
|
|
3136
3468
|
"task": true
|
|
3137
3469
|
},
|
|
3138
3470
|
{
|
|
3139
|
-
"name": "
|
|
3140
|
-
"summary": "If the identified server is a group, return a list of its members. When the media type is 'text/plain' (
|
|
3141
|
-
"description": "If the identified server is a group, return a list of its members. When the media type is 'text/plain' (
|
|
3471
|
+
"name": "ifTheIdentifiedServerIsAGroupReturnAListOfItsMembersWhenTheMediaTypeIsTextPlainstringPrintEachMemberOnASeparateLine",
|
|
3472
|
+
"summary": "If the identified server is a group, return a list of its members. When the media type is 'text/plain' (string), print each member on a separate line.",
|
|
3473
|
+
"description": "If the identified server is a group, return a list of its members. When the media type is 'text/plain' (string), print each member on a separate line.",
|
|
3142
3474
|
"input": [
|
|
3143
3475
|
{
|
|
3144
3476
|
"name": "applicationId",
|
|
3145
|
-
"type": "
|
|
3477
|
+
"type": "string",
|
|
3146
3478
|
"info": "path parameter",
|
|
3147
3479
|
"required": true,
|
|
3148
3480
|
"schema": {
|
|
3149
3481
|
"title": "applicationId",
|
|
3150
|
-
"type": "
|
|
3482
|
+
"type": "string"
|
|
3151
3483
|
}
|
|
3152
3484
|
},
|
|
3153
3485
|
{
|
|
3154
3486
|
"name": "serverId",
|
|
3155
|
-
"type": "
|
|
3487
|
+
"type": "string",
|
|
3156
3488
|
"info": "path parameter",
|
|
3157
3489
|
"required": true,
|
|
3158
3490
|
"schema": {
|
|
3159
3491
|
"title": "serverId",
|
|
3160
|
-
"type": "
|
|
3492
|
+
"type": "string"
|
|
3161
3493
|
}
|
|
3162
3494
|
}
|
|
3163
3495
|
],
|
|
@@ -3175,7 +3507,7 @@
|
|
|
3175
3507
|
],
|
|
3176
3508
|
"route": {
|
|
3177
3509
|
"verb": "POST",
|
|
3178
|
-
"path": "/
|
|
3510
|
+
"path": "/ifTheIdentifiedServerIsAGroupReturnAListOfItsMembersWhenTheMediaTypeIsTextPlainstringPrintEachMemberOnASeparateLine"
|
|
3179
3511
|
},
|
|
3180
3512
|
"task": true
|
|
3181
3513
|
},
|
|
@@ -3186,22 +3518,22 @@
|
|
|
3186
3518
|
"input": [
|
|
3187
3519
|
{
|
|
3188
3520
|
"name": "applicationId",
|
|
3189
|
-
"type": "
|
|
3521
|
+
"type": "string",
|
|
3190
3522
|
"info": "path parameter",
|
|
3191
3523
|
"required": true,
|
|
3192
3524
|
"schema": {
|
|
3193
3525
|
"title": "applicationId",
|
|
3194
|
-
"type": "
|
|
3526
|
+
"type": "string"
|
|
3195
3527
|
}
|
|
3196
3528
|
},
|
|
3197
3529
|
{
|
|
3198
3530
|
"name": "serverId",
|
|
3199
|
-
"type": "
|
|
3531
|
+
"type": "string",
|
|
3200
3532
|
"info": "path parameter",
|
|
3201
3533
|
"required": true,
|
|
3202
3534
|
"schema": {
|
|
3203
3535
|
"title": "serverId",
|
|
3204
|
-
"type": "
|
|
3536
|
+
"type": "string"
|
|
3205
3537
|
}
|
|
3206
3538
|
}
|
|
3207
3539
|
],
|
|
@@ -3240,12 +3572,12 @@
|
|
|
3240
3572
|
},
|
|
3241
3573
|
{
|
|
3242
3574
|
"name": "applicationId",
|
|
3243
|
-
"type": "
|
|
3575
|
+
"type": "string",
|
|
3244
3576
|
"info": "path parameter",
|
|
3245
3577
|
"required": true,
|
|
3246
3578
|
"schema": {
|
|
3247
3579
|
"title": "applicationId",
|
|
3248
|
-
"type": "
|
|
3580
|
+
"type": "string"
|
|
3249
3581
|
}
|
|
3250
3582
|
}
|
|
3251
3583
|
],
|
|
@@ -3284,12 +3616,12 @@
|
|
|
3284
3616
|
},
|
|
3285
3617
|
{
|
|
3286
3618
|
"name": "applicationId",
|
|
3287
|
-
"type": "
|
|
3619
|
+
"type": "string",
|
|
3288
3620
|
"info": "path parameter",
|
|
3289
3621
|
"required": true,
|
|
3290
3622
|
"schema": {
|
|
3291
3623
|
"title": "applicationId",
|
|
3292
|
-
"type": "
|
|
3624
|
+
"type": "string"
|
|
3293
3625
|
}
|
|
3294
3626
|
}
|
|
3295
3627
|
],
|
|
@@ -3318,12 +3650,12 @@
|
|
|
3318
3650
|
"input": [
|
|
3319
3651
|
{
|
|
3320
3652
|
"name": "applicationId",
|
|
3321
|
-
"type": "
|
|
3653
|
+
"type": "string",
|
|
3322
3654
|
"info": "path parameter",
|
|
3323
3655
|
"required": true,
|
|
3324
3656
|
"schema": {
|
|
3325
3657
|
"title": "applicationId",
|
|
3326
|
-
"type": "
|
|
3658
|
+
"type": "string"
|
|
3327
3659
|
}
|
|
3328
3660
|
}
|
|
3329
3661
|
],
|
|
@@ -3362,12 +3694,12 @@
|
|
|
3362
3694
|
},
|
|
3363
3695
|
{
|
|
3364
3696
|
"name": "applicationId",
|
|
3365
|
-
"type": "
|
|
3697
|
+
"type": "string",
|
|
3366
3698
|
"info": "path parameter",
|
|
3367
3699
|
"required": true,
|
|
3368
3700
|
"schema": {
|
|
3369
3701
|
"title": "applicationId",
|
|
3370
|
-
"type": "
|
|
3702
|
+
"type": "string"
|
|
3371
3703
|
}
|
|
3372
3704
|
}
|
|
3373
3705
|
],
|
|
@@ -3396,22 +3728,22 @@
|
|
|
3396
3728
|
"input": [
|
|
3397
3729
|
{
|
|
3398
3730
|
"name": "applicationId",
|
|
3399
|
-
"type": "
|
|
3731
|
+
"type": "string",
|
|
3400
3732
|
"info": "path parameter",
|
|
3401
3733
|
"required": true,
|
|
3402
3734
|
"schema": {
|
|
3403
3735
|
"title": "applicationId",
|
|
3404
|
-
"type": "
|
|
3736
|
+
"type": "string"
|
|
3405
3737
|
}
|
|
3406
3738
|
},
|
|
3407
3739
|
{
|
|
3408
3740
|
"name": "serverId",
|
|
3409
|
-
"type": "
|
|
3741
|
+
"type": "string",
|
|
3410
3742
|
"info": "path parameter",
|
|
3411
3743
|
"required": true,
|
|
3412
3744
|
"schema": {
|
|
3413
3745
|
"title": "serverId",
|
|
3414
|
-
"type": "
|
|
3746
|
+
"type": "string"
|
|
3415
3747
|
}
|
|
3416
3748
|
}
|
|
3417
3749
|
],
|
|
@@ -3440,22 +3772,22 @@
|
|
|
3440
3772
|
"input": [
|
|
3441
3773
|
{
|
|
3442
3774
|
"name": "applicationId",
|
|
3443
|
-
"type": "
|
|
3775
|
+
"type": "string",
|
|
3444
3776
|
"info": "path parameter",
|
|
3445
3777
|
"required": true,
|
|
3446
3778
|
"schema": {
|
|
3447
3779
|
"title": "applicationId",
|
|
3448
|
-
"type": "
|
|
3780
|
+
"type": "string"
|
|
3449
3781
|
}
|
|
3450
3782
|
},
|
|
3451
3783
|
{
|
|
3452
3784
|
"name": "serverId",
|
|
3453
|
-
"type": "
|
|
3785
|
+
"type": "string",
|
|
3454
3786
|
"info": "path parameter",
|
|
3455
3787
|
"required": true,
|
|
3456
3788
|
"schema": {
|
|
3457
3789
|
"title": "serverId",
|
|
3458
|
-
"type": "
|
|
3790
|
+
"type": "string"
|
|
3459
3791
|
}
|
|
3460
3792
|
}
|
|
3461
3793
|
],
|
|
@@ -3484,12 +3816,12 @@
|
|
|
3484
3816
|
"input": [
|
|
3485
3817
|
{
|
|
3486
3818
|
"name": "serviceId",
|
|
3487
|
-
"type": "
|
|
3819
|
+
"type": "string",
|
|
3488
3820
|
"info": "path parameter",
|
|
3489
3821
|
"required": true,
|
|
3490
3822
|
"schema": {
|
|
3491
3823
|
"title": "serviceId",
|
|
3492
|
-
"type": "
|
|
3824
|
+
"type": "string"
|
|
3493
3825
|
}
|
|
3494
3826
|
}
|
|
3495
3827
|
],
|
|
@@ -3518,12 +3850,12 @@
|
|
|
3518
3850
|
"input": [
|
|
3519
3851
|
{
|
|
3520
3852
|
"name": "serviceId",
|
|
3521
|
-
"type": "
|
|
3853
|
+
"type": "string",
|
|
3522
3854
|
"info": "path parameter",
|
|
3523
3855
|
"required": true,
|
|
3524
3856
|
"schema": {
|
|
3525
3857
|
"title": "serviceId",
|
|
3526
|
-
"type": "
|
|
3858
|
+
"type": "string"
|
|
3527
3859
|
}
|
|
3528
3860
|
}
|
|
3529
3861
|
],
|
|
@@ -3676,12 +4008,12 @@
|
|
|
3676
4008
|
},
|
|
3677
4009
|
{
|
|
3678
4010
|
"name": "applicationId",
|
|
3679
|
-
"type": "
|
|
4011
|
+
"type": "string",
|
|
3680
4012
|
"info": "path parameter",
|
|
3681
4013
|
"required": true,
|
|
3682
4014
|
"schema": {
|
|
3683
4015
|
"title": "applicationId",
|
|
3684
|
-
"type": "
|
|
4016
|
+
"type": "string"
|
|
3685
4017
|
}
|
|
3686
4018
|
}
|
|
3687
4019
|
],
|
|
@@ -3710,12 +4042,12 @@
|
|
|
3710
4042
|
"input": [
|
|
3711
4043
|
{
|
|
3712
4044
|
"name": "applicationId",
|
|
3713
|
-
"type": "
|
|
4045
|
+
"type": "string",
|
|
3714
4046
|
"info": "path parameter",
|
|
3715
4047
|
"required": true,
|
|
3716
4048
|
"schema": {
|
|
3717
4049
|
"title": "applicationId",
|
|
3718
|
-
"type": "
|
|
4050
|
+
"type": "string"
|
|
3719
4051
|
}
|
|
3720
4052
|
}
|
|
3721
4053
|
],
|
|
@@ -3754,12 +4086,12 @@
|
|
|
3754
4086
|
},
|
|
3755
4087
|
{
|
|
3756
4088
|
"name": "applicationId",
|
|
3757
|
-
"type": "
|
|
4089
|
+
"type": "string",
|
|
3758
4090
|
"info": "path parameter",
|
|
3759
4091
|
"required": true,
|
|
3760
4092
|
"schema": {
|
|
3761
4093
|
"title": "applicationId",
|
|
3762
|
-
"type": "
|
|
4094
|
+
"type": "string"
|
|
3763
4095
|
}
|
|
3764
4096
|
}
|
|
3765
4097
|
],
|
|
@@ -3788,22 +4120,22 @@
|
|
|
3788
4120
|
"input": [
|
|
3789
4121
|
{
|
|
3790
4122
|
"name": "applicationId",
|
|
3791
|
-
"type": "
|
|
4123
|
+
"type": "string",
|
|
3792
4124
|
"info": "path parameter",
|
|
3793
4125
|
"required": true,
|
|
3794
4126
|
"schema": {
|
|
3795
4127
|
"title": "applicationId",
|
|
3796
|
-
"type": "
|
|
4128
|
+
"type": "string"
|
|
3797
4129
|
}
|
|
3798
4130
|
},
|
|
3799
4131
|
{
|
|
3800
4132
|
"name": "serviceId",
|
|
3801
|
-
"type": "
|
|
4133
|
+
"type": "string",
|
|
3802
4134
|
"info": "path parameter",
|
|
3803
4135
|
"required": true,
|
|
3804
4136
|
"schema": {
|
|
3805
4137
|
"title": "serviceId",
|
|
3806
|
-
"type": "
|
|
4138
|
+
"type": "string"
|
|
3807
4139
|
}
|
|
3808
4140
|
}
|
|
3809
4141
|
],
|
|
@@ -3832,22 +4164,22 @@
|
|
|
3832
4164
|
"input": [
|
|
3833
4165
|
{
|
|
3834
4166
|
"name": "applicationId",
|
|
3835
|
-
"type": "
|
|
4167
|
+
"type": "string",
|
|
3836
4168
|
"info": "path parameter",
|
|
3837
4169
|
"required": true,
|
|
3838
4170
|
"schema": {
|
|
3839
4171
|
"title": "applicationId",
|
|
3840
|
-
"type": "
|
|
4172
|
+
"type": "string"
|
|
3841
4173
|
}
|
|
3842
4174
|
},
|
|
3843
4175
|
{
|
|
3844
4176
|
"name": "serviceId",
|
|
3845
|
-
"type": "
|
|
4177
|
+
"type": "string",
|
|
3846
4178
|
"info": "path parameter",
|
|
3847
4179
|
"required": true,
|
|
3848
4180
|
"schema": {
|
|
3849
4181
|
"title": "serviceId",
|
|
3850
|
-
"type": "
|
|
4182
|
+
"type": "string"
|
|
3851
4183
|
}
|
|
3852
4184
|
}
|
|
3853
4185
|
],
|
|
@@ -3933,12 +4265,12 @@
|
|
|
3933
4265
|
"input": [
|
|
3934
4266
|
{
|
|
3935
4267
|
"name": "userId",
|
|
3936
|
-
"type": "
|
|
4268
|
+
"type": "string",
|
|
3937
4269
|
"info": "path parameter",
|
|
3938
4270
|
"required": true,
|
|
3939
4271
|
"schema": {
|
|
3940
4272
|
"title": "userId",
|
|
3941
|
-
"type": "
|
|
4273
|
+
"type": "string"
|
|
3942
4274
|
}
|
|
3943
4275
|
}
|
|
3944
4276
|
],
|
|
@@ -3967,12 +4299,12 @@
|
|
|
3967
4299
|
"input": [
|
|
3968
4300
|
{
|
|
3969
4301
|
"name": "userId",
|
|
3970
|
-
"type": "
|
|
4302
|
+
"type": "string",
|
|
3971
4303
|
"info": "path parameter",
|
|
3972
4304
|
"required": true,
|
|
3973
4305
|
"schema": {
|
|
3974
4306
|
"title": "userId",
|
|
3975
|
-
"type": "
|
|
4307
|
+
"type": "string"
|
|
3976
4308
|
}
|
|
3977
4309
|
}
|
|
3978
4310
|
],
|
|
@@ -4001,12 +4333,12 @@
|
|
|
4001
4333
|
"input": [
|
|
4002
4334
|
{
|
|
4003
4335
|
"name": "applicationId",
|
|
4004
|
-
"type": "
|
|
4336
|
+
"type": "string",
|
|
4005
4337
|
"info": "path parameter",
|
|
4006
4338
|
"required": true,
|
|
4007
4339
|
"schema": {
|
|
4008
4340
|
"title": "applicationId",
|
|
4009
|
-
"type": "
|
|
4341
|
+
"type": "string"
|
|
4010
4342
|
}
|
|
4011
4343
|
}
|
|
4012
4344
|
],
|
|
@@ -4035,12 +4367,12 @@
|
|
|
4035
4367
|
"input": [
|
|
4036
4368
|
{
|
|
4037
4369
|
"name": "applicationId",
|
|
4038
|
-
"type": "
|
|
4370
|
+
"type": "string",
|
|
4039
4371
|
"info": "path parameter",
|
|
4040
4372
|
"required": true,
|
|
4041
4373
|
"schema": {
|
|
4042
4374
|
"title": "applicationId",
|
|
4043
|
-
"type": "
|
|
4375
|
+
"type": "string"
|
|
4044
4376
|
}
|
|
4045
4377
|
}
|
|
4046
4378
|
],
|
|
@@ -4079,12 +4411,12 @@
|
|
|
4079
4411
|
},
|
|
4080
4412
|
{
|
|
4081
4413
|
"name": "applicationId",
|
|
4082
|
-
"type": "
|
|
4414
|
+
"type": "string",
|
|
4083
4415
|
"info": "path parameter",
|
|
4084
4416
|
"required": true,
|
|
4085
4417
|
"schema": {
|
|
4086
4418
|
"title": "applicationId",
|
|
4087
|
-
"type": "
|
|
4419
|
+
"type": "string"
|
|
4088
4420
|
}
|
|
4089
4421
|
}
|
|
4090
4422
|
],
|
|
@@ -4113,12 +4445,12 @@
|
|
|
4113
4445
|
"input": [
|
|
4114
4446
|
{
|
|
4115
4447
|
"name": "applicationId",
|
|
4116
|
-
"type": "
|
|
4448
|
+
"type": "string",
|
|
4117
4449
|
"info": "path parameter",
|
|
4118
4450
|
"required": true,
|
|
4119
4451
|
"schema": {
|
|
4120
4452
|
"title": "applicationId",
|
|
4121
|
-
"type": "
|
|
4453
|
+
"type": "string"
|
|
4122
4454
|
}
|
|
4123
4455
|
}
|
|
4124
4456
|
],
|
|
@@ -4181,12 +4513,12 @@
|
|
|
4181
4513
|
"input": [
|
|
4182
4514
|
{
|
|
4183
4515
|
"name": "applicationId",
|
|
4184
|
-
"type": "
|
|
4516
|
+
"type": "string",
|
|
4185
4517
|
"info": "path parameter",
|
|
4186
4518
|
"required": true,
|
|
4187
4519
|
"schema": {
|
|
4188
4520
|
"title": "applicationId",
|
|
4189
|
-
"type": "
|
|
4521
|
+
"type": "string"
|
|
4190
4522
|
}
|
|
4191
4523
|
}
|
|
4192
4524
|
],
|
|
@@ -4215,12 +4547,12 @@
|
|
|
4215
4547
|
"input": [
|
|
4216
4548
|
{
|
|
4217
4549
|
"name": "applicationId",
|
|
4218
|
-
"type": "
|
|
4550
|
+
"type": "string",
|
|
4219
4551
|
"info": "path parameter",
|
|
4220
4552
|
"required": true,
|
|
4221
4553
|
"schema": {
|
|
4222
4554
|
"title": "applicationId",
|
|
4223
|
-
"type": "
|
|
4555
|
+
"type": "string"
|
|
4224
4556
|
}
|
|
4225
4557
|
}
|
|
4226
4558
|
],
|
|
@@ -4340,12 +4672,12 @@
|
|
|
4340
4672
|
"input": [
|
|
4341
4673
|
{
|
|
4342
4674
|
"name": "applicationId",
|
|
4343
|
-
"type": "
|
|
4675
|
+
"type": "string",
|
|
4344
4676
|
"info": "path parameter",
|
|
4345
4677
|
"required": true,
|
|
4346
4678
|
"schema": {
|
|
4347
4679
|
"title": "applicationId",
|
|
4348
|
-
"type": "
|
|
4680
|
+
"type": "string"
|
|
4349
4681
|
}
|
|
4350
4682
|
}
|
|
4351
4683
|
],
|
|
@@ -4465,12 +4797,12 @@
|
|
|
4465
4797
|
"input": [
|
|
4466
4798
|
{
|
|
4467
4799
|
"name": "customerId",
|
|
4468
|
-
"type": "
|
|
4800
|
+
"type": "string",
|
|
4469
4801
|
"info": "path parameter",
|
|
4470
4802
|
"required": true,
|
|
4471
4803
|
"schema": {
|
|
4472
4804
|
"title": "customerId",
|
|
4473
|
-
"type": "
|
|
4805
|
+
"type": "string"
|
|
4474
4806
|
}
|
|
4475
4807
|
}
|
|
4476
4808
|
],
|
|
@@ -4578,12 +4910,12 @@
|
|
|
4578
4910
|
},
|
|
4579
4911
|
{
|
|
4580
4912
|
"name": "customerId",
|
|
4581
|
-
"type": "
|
|
4913
|
+
"type": "string",
|
|
4582
4914
|
"info": "path parameter",
|
|
4583
4915
|
"required": true,
|
|
4584
4916
|
"schema": {
|
|
4585
4917
|
"title": "customerId",
|
|
4586
|
-
"type": "
|
|
4918
|
+
"type": "string"
|
|
4587
4919
|
}
|
|
4588
4920
|
}
|
|
4589
4921
|
],
|
|
@@ -4612,12 +4944,12 @@
|
|
|
4612
4944
|
"input": [
|
|
4613
4945
|
{
|
|
4614
4946
|
"name": "customerId",
|
|
4615
|
-
"type": "
|
|
4947
|
+
"type": "string",
|
|
4616
4948
|
"info": "path parameter",
|
|
4617
4949
|
"required": true,
|
|
4618
4950
|
"schema": {
|
|
4619
4951
|
"title": "customerId",
|
|
4620
|
-
"type": "
|
|
4952
|
+
"type": "string"
|
|
4621
4953
|
}
|
|
4622
4954
|
}
|
|
4623
4955
|
],
|
|
@@ -4737,12 +5069,12 @@
|
|
|
4737
5069
|
"input": [
|
|
4738
5070
|
{
|
|
4739
5071
|
"name": "domainId",
|
|
4740
|
-
"type": "
|
|
5072
|
+
"type": "string",
|
|
4741
5073
|
"info": "path parameter",
|
|
4742
5074
|
"required": true,
|
|
4743
5075
|
"schema": {
|
|
4744
5076
|
"title": "domainId",
|
|
4745
|
-
"type": "
|
|
5077
|
+
"type": "string"
|
|
4746
5078
|
}
|
|
4747
5079
|
}
|
|
4748
5080
|
],
|
|
@@ -4918,22 +5250,22 @@
|
|
|
4918
5250
|
},
|
|
4919
5251
|
{
|
|
4920
5252
|
"name": "id",
|
|
4921
|
-
"type": "
|
|
5253
|
+
"type": "string",
|
|
4922
5254
|
"info": "path parameter",
|
|
4923
5255
|
"required": true,
|
|
4924
5256
|
"schema": {
|
|
4925
5257
|
"title": "id",
|
|
4926
|
-
"type": "
|
|
5258
|
+
"type": "string"
|
|
4927
5259
|
}
|
|
4928
5260
|
},
|
|
4929
5261
|
{
|
|
4930
5262
|
"name": "taskId",
|
|
4931
|
-
"type": "
|
|
5263
|
+
"type": "string",
|
|
4932
5264
|
"info": "path parameter",
|
|
4933
5265
|
"required": true,
|
|
4934
5266
|
"schema": {
|
|
4935
5267
|
"title": "taskId",
|
|
4936
|
-
"type": "
|
|
5268
|
+
"type": "string"
|
|
4937
5269
|
}
|
|
4938
5270
|
}
|
|
4939
5271
|
],
|
|
@@ -4972,22 +5304,22 @@
|
|
|
4972
5304
|
},
|
|
4973
5305
|
{
|
|
4974
5306
|
"name": "id",
|
|
4975
|
-
"type": "
|
|
5307
|
+
"type": "string",
|
|
4976
5308
|
"info": "path parameter",
|
|
4977
5309
|
"required": true,
|
|
4978
5310
|
"schema": {
|
|
4979
5311
|
"title": "id",
|
|
4980
|
-
"type": "
|
|
5312
|
+
"type": "string"
|
|
4981
5313
|
}
|
|
4982
5314
|
},
|
|
4983
5315
|
{
|
|
4984
5316
|
"name": "taskId",
|
|
4985
|
-
"type": "
|
|
5317
|
+
"type": "string",
|
|
4986
5318
|
"info": "path parameter",
|
|
4987
5319
|
"required": true,
|
|
4988
5320
|
"schema": {
|
|
4989
5321
|
"title": "taskId",
|
|
4990
|
-
"type": "
|
|
5322
|
+
"type": "string"
|
|
4991
5323
|
}
|
|
4992
5324
|
}
|
|
4993
5325
|
],
|
|
@@ -5016,42 +5348,42 @@
|
|
|
5016
5348
|
"input": [
|
|
5017
5349
|
{
|
|
5018
5350
|
"name": "id",
|
|
5019
|
-
"type": "
|
|
5351
|
+
"type": "string",
|
|
5020
5352
|
"info": "path parameter",
|
|
5021
5353
|
"required": true,
|
|
5022
5354
|
"schema": {
|
|
5023
5355
|
"title": "id",
|
|
5024
|
-
"type": "
|
|
5356
|
+
"type": "string"
|
|
5025
5357
|
}
|
|
5026
5358
|
},
|
|
5027
5359
|
{
|
|
5028
5360
|
"name": "stepId",
|
|
5029
|
-
"type": "
|
|
5361
|
+
"type": "string",
|
|
5030
5362
|
"info": "path parameter",
|
|
5031
5363
|
"required": true,
|
|
5032
5364
|
"schema": {
|
|
5033
5365
|
"title": "stepId",
|
|
5034
|
-
"type": "
|
|
5366
|
+
"type": "string"
|
|
5035
5367
|
}
|
|
5036
5368
|
},
|
|
5037
5369
|
{
|
|
5038
5370
|
"name": "taskId",
|
|
5039
|
-
"type": "
|
|
5371
|
+
"type": "string",
|
|
5040
5372
|
"info": "path parameter",
|
|
5041
5373
|
"required": true,
|
|
5042
5374
|
"schema": {
|
|
5043
5375
|
"title": "taskId",
|
|
5044
|
-
"type": "
|
|
5376
|
+
"type": "string"
|
|
5045
5377
|
}
|
|
5046
5378
|
},
|
|
5047
5379
|
{
|
|
5048
5380
|
"name": "fieldId",
|
|
5049
|
-
"type": "
|
|
5381
|
+
"type": "string",
|
|
5050
5382
|
"info": "path parameter",
|
|
5051
5383
|
"required": true,
|
|
5052
5384
|
"schema": {
|
|
5053
5385
|
"title": "fieldId",
|
|
5054
|
-
"type": "
|
|
5386
|
+
"type": "string"
|
|
5055
5387
|
}
|
|
5056
5388
|
}
|
|
5057
5389
|
],
|
|
@@ -5080,42 +5412,42 @@
|
|
|
5080
5412
|
"input": [
|
|
5081
5413
|
{
|
|
5082
5414
|
"name": "id",
|
|
5083
|
-
"type": "
|
|
5415
|
+
"type": "string",
|
|
5084
5416
|
"info": "path parameter",
|
|
5085
5417
|
"required": true,
|
|
5086
5418
|
"schema": {
|
|
5087
5419
|
"title": "id",
|
|
5088
|
-
"type": "
|
|
5420
|
+
"type": "string"
|
|
5089
5421
|
}
|
|
5090
5422
|
},
|
|
5091
5423
|
{
|
|
5092
5424
|
"name": "stepId",
|
|
5093
|
-
"type": "
|
|
5425
|
+
"type": "string",
|
|
5094
5426
|
"info": "path parameter",
|
|
5095
5427
|
"required": true,
|
|
5096
5428
|
"schema": {
|
|
5097
5429
|
"title": "stepId",
|
|
5098
|
-
"type": "
|
|
5430
|
+
"type": "string"
|
|
5099
5431
|
}
|
|
5100
5432
|
},
|
|
5101
5433
|
{
|
|
5102
5434
|
"name": "taskId",
|
|
5103
|
-
"type": "
|
|
5435
|
+
"type": "string",
|
|
5104
5436
|
"info": "path parameter",
|
|
5105
5437
|
"required": true,
|
|
5106
5438
|
"schema": {
|
|
5107
5439
|
"title": "taskId",
|
|
5108
|
-
"type": "
|
|
5440
|
+
"type": "string"
|
|
5109
5441
|
}
|
|
5110
5442
|
},
|
|
5111
5443
|
{
|
|
5112
5444
|
"name": "fieldId",
|
|
5113
|
-
"type": "
|
|
5445
|
+
"type": "string",
|
|
5114
5446
|
"info": "path parameter",
|
|
5115
5447
|
"required": true,
|
|
5116
5448
|
"schema": {
|
|
5117
5449
|
"title": "fieldId",
|
|
5118
|
-
"type": "
|
|
5450
|
+
"type": "string"
|
|
5119
5451
|
}
|
|
5120
5452
|
}
|
|
5121
5453
|
],
|
|
@@ -5154,22 +5486,22 @@
|
|
|
5154
5486
|
},
|
|
5155
5487
|
{
|
|
5156
5488
|
"name": "id",
|
|
5157
|
-
"type": "
|
|
5489
|
+
"type": "string",
|
|
5158
5490
|
"info": "path parameter",
|
|
5159
5491
|
"required": true,
|
|
5160
5492
|
"schema": {
|
|
5161
5493
|
"title": "id",
|
|
5162
|
-
"type": "
|
|
5494
|
+
"type": "string"
|
|
5163
5495
|
}
|
|
5164
5496
|
},
|
|
5165
5497
|
{
|
|
5166
5498
|
"name": "taskId",
|
|
5167
|
-
"type": "
|
|
5499
|
+
"type": "string",
|
|
5168
5500
|
"info": "path parameter",
|
|
5169
5501
|
"required": true,
|
|
5170
5502
|
"schema": {
|
|
5171
5503
|
"title": "taskId",
|
|
5172
|
-
"type": "
|
|
5504
|
+
"type": "string"
|
|
5173
5505
|
}
|
|
5174
5506
|
}
|
|
5175
5507
|
],
|
|
@@ -5198,42 +5530,42 @@
|
|
|
5198
5530
|
"input": [
|
|
5199
5531
|
{
|
|
5200
5532
|
"name": "id",
|
|
5201
|
-
"type": "
|
|
5533
|
+
"type": "string",
|
|
5202
5534
|
"info": "path parameter",
|
|
5203
5535
|
"required": true,
|
|
5204
5536
|
"schema": {
|
|
5205
5537
|
"title": "id",
|
|
5206
|
-
"type": "
|
|
5538
|
+
"type": "string"
|
|
5207
5539
|
}
|
|
5208
5540
|
},
|
|
5209
5541
|
{
|
|
5210
5542
|
"name": "stepId",
|
|
5211
|
-
"type": "
|
|
5543
|
+
"type": "string",
|
|
5212
5544
|
"info": "path parameter",
|
|
5213
5545
|
"required": true,
|
|
5214
5546
|
"schema": {
|
|
5215
5547
|
"title": "stepId",
|
|
5216
|
-
"type": "
|
|
5548
|
+
"type": "string"
|
|
5217
5549
|
}
|
|
5218
5550
|
},
|
|
5219
5551
|
{
|
|
5220
5552
|
"name": "taskId",
|
|
5221
|
-
"type": "
|
|
5553
|
+
"type": "string",
|
|
5222
5554
|
"info": "path parameter",
|
|
5223
5555
|
"required": true,
|
|
5224
5556
|
"schema": {
|
|
5225
5557
|
"title": "taskId",
|
|
5226
|
-
"type": "
|
|
5558
|
+
"type": "string"
|
|
5227
5559
|
}
|
|
5228
5560
|
},
|
|
5229
5561
|
{
|
|
5230
5562
|
"name": "fieldId",
|
|
5231
|
-
"type": "
|
|
5563
|
+
"type": "string",
|
|
5232
5564
|
"info": "path parameter",
|
|
5233
5565
|
"required": true,
|
|
5234
5566
|
"schema": {
|
|
5235
5567
|
"title": "fieldId",
|
|
5236
|
-
"type": "
|
|
5568
|
+
"type": "string"
|
|
5237
5569
|
}
|
|
5238
5570
|
}
|
|
5239
5571
|
],
|
|
@@ -5376,12 +5708,12 @@
|
|
|
5376
5708
|
"input": [
|
|
5377
5709
|
{
|
|
5378
5710
|
"name": "id",
|
|
5379
|
-
"type": "
|
|
5711
|
+
"type": "string",
|
|
5380
5712
|
"info": "path parameter",
|
|
5381
5713
|
"required": true,
|
|
5382
5714
|
"schema": {
|
|
5383
5715
|
"title": "id",
|
|
5384
|
-
"type": "
|
|
5716
|
+
"type": "string"
|
|
5385
5717
|
}
|
|
5386
5718
|
}
|
|
5387
5719
|
],
|
|
@@ -5410,12 +5742,12 @@
|
|
|
5410
5742
|
"input": [
|
|
5411
5743
|
{
|
|
5412
5744
|
"name": "id",
|
|
5413
|
-
"type": "
|
|
5745
|
+
"type": "string",
|
|
5414
5746
|
"info": "path parameter",
|
|
5415
5747
|
"required": true,
|
|
5416
5748
|
"schema": {
|
|
5417
5749
|
"title": "id",
|
|
5418
|
-
"type": "
|
|
5750
|
+
"type": "string"
|
|
5419
5751
|
}
|
|
5420
5752
|
}
|
|
5421
5753
|
],
|
|
@@ -5454,12 +5786,12 @@
|
|
|
5454
5786
|
},
|
|
5455
5787
|
{
|
|
5456
5788
|
"name": "id",
|
|
5457
|
-
"type": "
|
|
5789
|
+
"type": "string",
|
|
5458
5790
|
"info": "path parameter",
|
|
5459
5791
|
"required": true,
|
|
5460
5792
|
"schema": {
|
|
5461
5793
|
"title": "id",
|
|
5462
|
-
"type": "
|
|
5794
|
+
"type": "string"
|
|
5463
5795
|
}
|
|
5464
5796
|
}
|
|
5465
5797
|
],
|
|
@@ -5498,12 +5830,12 @@
|
|
|
5498
5830
|
},
|
|
5499
5831
|
{
|
|
5500
5832
|
"name": "id",
|
|
5501
|
-
"type": "
|
|
5833
|
+
"type": "string",
|
|
5502
5834
|
"info": "path parameter",
|
|
5503
5835
|
"required": true,
|
|
5504
5836
|
"schema": {
|
|
5505
5837
|
"title": "id",
|
|
5506
|
-
"type": "
|
|
5838
|
+
"type": "string"
|
|
5507
5839
|
}
|
|
5508
5840
|
}
|
|
5509
5841
|
],
|
|
@@ -5542,12 +5874,12 @@
|
|
|
5542
5874
|
},
|
|
5543
5875
|
{
|
|
5544
5876
|
"name": "id",
|
|
5545
|
-
"type": "
|
|
5877
|
+
"type": "string",
|
|
5546
5878
|
"info": "path parameter",
|
|
5547
5879
|
"required": true,
|
|
5548
5880
|
"schema": {
|
|
5549
5881
|
"title": "id",
|
|
5550
|
-
"type": "
|
|
5882
|
+
"type": "string"
|
|
5551
5883
|
}
|
|
5552
5884
|
}
|
|
5553
5885
|
],
|
|
@@ -5586,42 +5918,42 @@
|
|
|
5586
5918
|
},
|
|
5587
5919
|
{
|
|
5588
5920
|
"name": "id",
|
|
5589
|
-
"type": "
|
|
5921
|
+
"type": "string",
|
|
5590
5922
|
"info": "path parameter",
|
|
5591
5923
|
"required": true,
|
|
5592
5924
|
"schema": {
|
|
5593
5925
|
"title": "id",
|
|
5594
|
-
"type": "
|
|
5926
|
+
"type": "string"
|
|
5595
5927
|
}
|
|
5596
5928
|
},
|
|
5597
5929
|
{
|
|
5598
5930
|
"name": "stepId",
|
|
5599
|
-
"type": "
|
|
5931
|
+
"type": "string",
|
|
5600
5932
|
"info": "path parameter",
|
|
5601
5933
|
"required": true,
|
|
5602
5934
|
"schema": {
|
|
5603
5935
|
"title": "stepId",
|
|
5604
|
-
"type": "
|
|
5936
|
+
"type": "string"
|
|
5605
5937
|
}
|
|
5606
5938
|
},
|
|
5607
5939
|
{
|
|
5608
5940
|
"name": "taskId",
|
|
5609
|
-
"type": "
|
|
5941
|
+
"type": "string",
|
|
5610
5942
|
"info": "path parameter",
|
|
5611
5943
|
"required": true,
|
|
5612
5944
|
"schema": {
|
|
5613
5945
|
"title": "taskId",
|
|
5614
|
-
"type": "
|
|
5946
|
+
"type": "string"
|
|
5615
5947
|
}
|
|
5616
5948
|
},
|
|
5617
5949
|
{
|
|
5618
5950
|
"name": "toStepId",
|
|
5619
|
-
"type": "
|
|
5951
|
+
"type": "string",
|
|
5620
5952
|
"info": "path parameter",
|
|
5621
5953
|
"required": true,
|
|
5622
5954
|
"schema": {
|
|
5623
5955
|
"title": "toStepId",
|
|
5624
|
-
"type": "
|
|
5956
|
+
"type": "string"
|
|
5625
5957
|
}
|
|
5626
5958
|
}
|
|
5627
5959
|
],
|
|
@@ -5660,12 +5992,12 @@
|
|
|
5660
5992
|
},
|
|
5661
5993
|
{
|
|
5662
5994
|
"name": "id",
|
|
5663
|
-
"type": "
|
|
5995
|
+
"type": "string",
|
|
5664
5996
|
"info": "path parameter",
|
|
5665
5997
|
"required": true,
|
|
5666
5998
|
"schema": {
|
|
5667
5999
|
"title": "id",
|
|
5668
|
-
"type": "
|
|
6000
|
+
"type": "string"
|
|
5669
6001
|
}
|
|
5670
6002
|
}
|
|
5671
6003
|
],
|
|
@@ -5704,42 +6036,42 @@
|
|
|
5704
6036
|
},
|
|
5705
6037
|
{
|
|
5706
6038
|
"name": "id",
|
|
5707
|
-
"type": "
|
|
6039
|
+
"type": "string",
|
|
5708
6040
|
"info": "path parameter",
|
|
5709
6041
|
"required": true,
|
|
5710
6042
|
"schema": {
|
|
5711
6043
|
"title": "id",
|
|
5712
|
-
"type": "
|
|
6044
|
+
"type": "string"
|
|
5713
6045
|
}
|
|
5714
6046
|
},
|
|
5715
6047
|
{
|
|
5716
6048
|
"name": "stepId",
|
|
5717
|
-
"type": "
|
|
6049
|
+
"type": "string",
|
|
5718
6050
|
"info": "path parameter",
|
|
5719
6051
|
"required": true,
|
|
5720
6052
|
"schema": {
|
|
5721
6053
|
"title": "stepId",
|
|
5722
|
-
"type": "
|
|
6054
|
+
"type": "string"
|
|
5723
6055
|
}
|
|
5724
6056
|
},
|
|
5725
6057
|
{
|
|
5726
6058
|
"name": "taskId",
|
|
5727
|
-
"type": "
|
|
6059
|
+
"type": "string",
|
|
5728
6060
|
"info": "path parameter",
|
|
5729
6061
|
"required": true,
|
|
5730
6062
|
"schema": {
|
|
5731
6063
|
"title": "taskId",
|
|
5732
|
-
"type": "
|
|
6064
|
+
"type": "string"
|
|
5733
6065
|
}
|
|
5734
6066
|
},
|
|
5735
6067
|
{
|
|
5736
6068
|
"name": "assigneeId",
|
|
5737
|
-
"type": "
|
|
6069
|
+
"type": "string",
|
|
5738
6070
|
"info": "path parameter",
|
|
5739
6071
|
"required": true,
|
|
5740
6072
|
"schema": {
|
|
5741
6073
|
"title": "assigneeId",
|
|
5742
|
-
"type": "
|
|
6074
|
+
"type": "string"
|
|
5743
6075
|
}
|
|
5744
6076
|
}
|
|
5745
6077
|
],
|
|
@@ -5778,22 +6110,22 @@
|
|
|
5778
6110
|
},
|
|
5779
6111
|
{
|
|
5780
6112
|
"name": "id",
|
|
5781
|
-
"type": "
|
|
6113
|
+
"type": "string",
|
|
5782
6114
|
"info": "path parameter",
|
|
5783
6115
|
"required": true,
|
|
5784
6116
|
"schema": {
|
|
5785
6117
|
"title": "id",
|
|
5786
|
-
"type": "
|
|
6118
|
+
"type": "string"
|
|
5787
6119
|
}
|
|
5788
6120
|
},
|
|
5789
6121
|
{
|
|
5790
6122
|
"name": "assigneeId",
|
|
5791
|
-
"type": "
|
|
6123
|
+
"type": "string",
|
|
5792
6124
|
"info": "path parameter",
|
|
5793
6125
|
"required": true,
|
|
5794
6126
|
"schema": {
|
|
5795
6127
|
"title": "assigneeId",
|
|
5796
|
-
"type": "
|
|
6128
|
+
"type": "string"
|
|
5797
6129
|
}
|
|
5798
6130
|
}
|
|
5799
6131
|
],
|
|
@@ -5845,52 +6177,52 @@
|
|
|
5845
6177
|
"input": [
|
|
5846
6178
|
{
|
|
5847
6179
|
"name": "id",
|
|
5848
|
-
"type": "
|
|
6180
|
+
"type": "string",
|
|
5849
6181
|
"info": "path parameter",
|
|
5850
6182
|
"required": true,
|
|
5851
6183
|
"schema": {
|
|
5852
6184
|
"title": "id",
|
|
5853
|
-
"type": "
|
|
6185
|
+
"type": "string"
|
|
5854
6186
|
}
|
|
5855
6187
|
},
|
|
5856
6188
|
{
|
|
5857
6189
|
"name": "stepId",
|
|
5858
|
-
"type": "
|
|
6190
|
+
"type": "string",
|
|
5859
6191
|
"info": "path parameter",
|
|
5860
6192
|
"required": true,
|
|
5861
6193
|
"schema": {
|
|
5862
6194
|
"title": "stepId",
|
|
5863
|
-
"type": "
|
|
6195
|
+
"type": "string"
|
|
5864
6196
|
}
|
|
5865
6197
|
},
|
|
5866
6198
|
{
|
|
5867
6199
|
"name": "taskId",
|
|
5868
|
-
"type": "
|
|
6200
|
+
"type": "string",
|
|
5869
6201
|
"info": "path parameter",
|
|
5870
6202
|
"required": true,
|
|
5871
6203
|
"schema": {
|
|
5872
6204
|
"title": "taskId",
|
|
5873
|
-
"type": "
|
|
6205
|
+
"type": "string"
|
|
5874
6206
|
}
|
|
5875
6207
|
},
|
|
5876
6208
|
{
|
|
5877
6209
|
"name": "fieldId",
|
|
5878
|
-
"type": "
|
|
6210
|
+
"type": "string",
|
|
5879
6211
|
"info": "path parameter",
|
|
5880
6212
|
"required": true,
|
|
5881
6213
|
"schema": {
|
|
5882
6214
|
"title": "fieldId",
|
|
5883
|
-
"type": "
|
|
6215
|
+
"type": "string"
|
|
5884
6216
|
}
|
|
5885
6217
|
},
|
|
5886
6218
|
{
|
|
5887
6219
|
"name": "deviceId",
|
|
5888
|
-
"type": "
|
|
6220
|
+
"type": "string",
|
|
5889
6221
|
"info": "path parameter",
|
|
5890
6222
|
"required": true,
|
|
5891
6223
|
"schema": {
|
|
5892
6224
|
"title": "deviceId",
|
|
5893
|
-
"type": "
|
|
6225
|
+
"type": "string"
|
|
5894
6226
|
}
|
|
5895
6227
|
}
|
|
5896
6228
|
],
|
|
@@ -5919,42 +6251,42 @@
|
|
|
5919
6251
|
"input": [
|
|
5920
6252
|
{
|
|
5921
6253
|
"name": "id",
|
|
5922
|
-
"type": "
|
|
6254
|
+
"type": "string",
|
|
5923
6255
|
"info": "path parameter",
|
|
5924
6256
|
"required": true,
|
|
5925
6257
|
"schema": {
|
|
5926
6258
|
"title": "id",
|
|
5927
|
-
"type": "
|
|
6259
|
+
"type": "string"
|
|
5928
6260
|
}
|
|
5929
6261
|
},
|
|
5930
6262
|
{
|
|
5931
6263
|
"name": "stepId",
|
|
5932
|
-
"type": "
|
|
6264
|
+
"type": "string",
|
|
5933
6265
|
"info": "path parameter",
|
|
5934
6266
|
"required": true,
|
|
5935
6267
|
"schema": {
|
|
5936
6268
|
"title": "stepId",
|
|
5937
|
-
"type": "
|
|
6269
|
+
"type": "string"
|
|
5938
6270
|
}
|
|
5939
6271
|
},
|
|
5940
6272
|
{
|
|
5941
6273
|
"name": "taskId",
|
|
5942
|
-
"type": "
|
|
6274
|
+
"type": "string",
|
|
5943
6275
|
"info": "path parameter",
|
|
5944
6276
|
"required": true,
|
|
5945
6277
|
"schema": {
|
|
5946
6278
|
"title": "taskId",
|
|
5947
|
-
"type": "
|
|
6279
|
+
"type": "string"
|
|
5948
6280
|
}
|
|
5949
6281
|
},
|
|
5950
6282
|
{
|
|
5951
6283
|
"name": "fieldId",
|
|
5952
|
-
"type": "
|
|
6284
|
+
"type": "string",
|
|
5953
6285
|
"info": "path parameter",
|
|
5954
6286
|
"required": true,
|
|
5955
6287
|
"schema": {
|
|
5956
6288
|
"title": "fieldId",
|
|
5957
|
-
"type": "
|
|
6289
|
+
"type": "string"
|
|
5958
6290
|
}
|
|
5959
6291
|
}
|
|
5960
6292
|
],
|
|
@@ -5993,22 +6325,22 @@
|
|
|
5993
6325
|
},
|
|
5994
6326
|
{
|
|
5995
6327
|
"name": "id",
|
|
5996
|
-
"type": "
|
|
6328
|
+
"type": "string",
|
|
5997
6329
|
"info": "path parameter",
|
|
5998
6330
|
"required": true,
|
|
5999
6331
|
"schema": {
|
|
6000
6332
|
"title": "id",
|
|
6001
|
-
"type": "
|
|
6333
|
+
"type": "string"
|
|
6002
6334
|
}
|
|
6003
6335
|
},
|
|
6004
6336
|
{
|
|
6005
6337
|
"name": "taskId",
|
|
6006
|
-
"type": "
|
|
6338
|
+
"type": "string",
|
|
6007
6339
|
"info": "path parameter",
|
|
6008
6340
|
"required": true,
|
|
6009
6341
|
"schema": {
|
|
6010
6342
|
"title": "taskId",
|
|
6011
|
-
"type": "
|
|
6343
|
+
"type": "string"
|
|
6012
6344
|
}
|
|
6013
6345
|
}
|
|
6014
6346
|
],
|
|
@@ -6047,32 +6379,32 @@
|
|
|
6047
6379
|
},
|
|
6048
6380
|
{
|
|
6049
6381
|
"name": "id",
|
|
6050
|
-
"type": "
|
|
6382
|
+
"type": "string",
|
|
6051
6383
|
"info": "path parameter",
|
|
6052
6384
|
"required": true,
|
|
6053
6385
|
"schema": {
|
|
6054
6386
|
"title": "id",
|
|
6055
|
-
"type": "
|
|
6387
|
+
"type": "string"
|
|
6056
6388
|
}
|
|
6057
6389
|
},
|
|
6058
6390
|
{
|
|
6059
6391
|
"name": "taskId",
|
|
6060
|
-
"type": "
|
|
6392
|
+
"type": "string",
|
|
6061
6393
|
"info": "path parameter",
|
|
6062
6394
|
"required": true,
|
|
6063
6395
|
"schema": {
|
|
6064
6396
|
"title": "taskId",
|
|
6065
|
-
"type": "
|
|
6397
|
+
"type": "string"
|
|
6066
6398
|
}
|
|
6067
6399
|
},
|
|
6068
6400
|
{
|
|
6069
6401
|
"name": "instructionId",
|
|
6070
|
-
"type": "
|
|
6402
|
+
"type": "string",
|
|
6071
6403
|
"info": "path parameter",
|
|
6072
6404
|
"required": true,
|
|
6073
6405
|
"schema": {
|
|
6074
6406
|
"title": "instructionId",
|
|
6075
|
-
"type": "
|
|
6407
|
+
"type": "string"
|
|
6076
6408
|
}
|
|
6077
6409
|
}
|
|
6078
6410
|
],
|
|
@@ -6101,12 +6433,12 @@
|
|
|
6101
6433
|
"input": [
|
|
6102
6434
|
{
|
|
6103
6435
|
"name": "id",
|
|
6104
|
-
"type": "
|
|
6436
|
+
"type": "string",
|
|
6105
6437
|
"info": "path parameter",
|
|
6106
6438
|
"required": true,
|
|
6107
6439
|
"schema": {
|
|
6108
6440
|
"title": "id",
|
|
6109
|
-
"type": "
|
|
6441
|
+
"type": "string"
|
|
6110
6442
|
}
|
|
6111
6443
|
}
|
|
6112
6444
|
],
|
|
@@ -6145,22 +6477,22 @@
|
|
|
6145
6477
|
},
|
|
6146
6478
|
{
|
|
6147
6479
|
"name": "id",
|
|
6148
|
-
"type": "
|
|
6480
|
+
"type": "string",
|
|
6149
6481
|
"info": "path parameter",
|
|
6150
6482
|
"required": true,
|
|
6151
6483
|
"schema": {
|
|
6152
6484
|
"title": "id",
|
|
6153
|
-
"type": "
|
|
6485
|
+
"type": "string"
|
|
6154
6486
|
}
|
|
6155
6487
|
},
|
|
6156
6488
|
{
|
|
6157
6489
|
"name": "taskId",
|
|
6158
|
-
"type": "
|
|
6490
|
+
"type": "string",
|
|
6159
6491
|
"info": "path parameter",
|
|
6160
6492
|
"required": true,
|
|
6161
6493
|
"schema": {
|
|
6162
6494
|
"title": "taskId",
|
|
6163
|
-
"type": "
|
|
6495
|
+
"type": "string"
|
|
6164
6496
|
}
|
|
6165
6497
|
}
|
|
6166
6498
|
],
|
|
@@ -6189,22 +6521,22 @@
|
|
|
6189
6521
|
"input": [
|
|
6190
6522
|
{
|
|
6191
6523
|
"name": "id",
|
|
6192
|
-
"type": "
|
|
6524
|
+
"type": "string",
|
|
6193
6525
|
"info": "path parameter",
|
|
6194
6526
|
"required": true,
|
|
6195
6527
|
"schema": {
|
|
6196
6528
|
"title": "id",
|
|
6197
|
-
"type": "
|
|
6529
|
+
"type": "string"
|
|
6198
6530
|
}
|
|
6199
6531
|
},
|
|
6200
6532
|
{
|
|
6201
6533
|
"name": "stepId",
|
|
6202
|
-
"type": "
|
|
6534
|
+
"type": "string",
|
|
6203
6535
|
"info": "path parameter",
|
|
6204
6536
|
"required": true,
|
|
6205
6537
|
"schema": {
|
|
6206
6538
|
"title": "stepId",
|
|
6207
|
-
"type": "
|
|
6539
|
+
"type": "string"
|
|
6208
6540
|
}
|
|
6209
6541
|
}
|
|
6210
6542
|
],
|
|
@@ -6256,42 +6588,42 @@
|
|
|
6256
6588
|
"input": [
|
|
6257
6589
|
{
|
|
6258
6590
|
"name": "id",
|
|
6259
|
-
"type": "
|
|
6591
|
+
"type": "string",
|
|
6260
6592
|
"info": "path parameter",
|
|
6261
6593
|
"required": true,
|
|
6262
6594
|
"schema": {
|
|
6263
6595
|
"title": "id",
|
|
6264
|
-
"type": "
|
|
6596
|
+
"type": "string"
|
|
6265
6597
|
}
|
|
6266
6598
|
},
|
|
6267
6599
|
{
|
|
6268
6600
|
"name": "stepId",
|
|
6269
|
-
"type": "
|
|
6601
|
+
"type": "string",
|
|
6270
6602
|
"info": "path parameter",
|
|
6271
6603
|
"required": true,
|
|
6272
6604
|
"schema": {
|
|
6273
6605
|
"title": "stepId",
|
|
6274
|
-
"type": "
|
|
6606
|
+
"type": "string"
|
|
6275
6607
|
}
|
|
6276
6608
|
},
|
|
6277
6609
|
{
|
|
6278
6610
|
"name": "taskId",
|
|
6279
|
-
"type": "
|
|
6611
|
+
"type": "string",
|
|
6280
6612
|
"info": "path parameter",
|
|
6281
6613
|
"required": true,
|
|
6282
6614
|
"schema": {
|
|
6283
6615
|
"title": "taskId",
|
|
6284
|
-
"type": "
|
|
6616
|
+
"type": "string"
|
|
6285
6617
|
}
|
|
6286
6618
|
},
|
|
6287
6619
|
{
|
|
6288
6620
|
"name": "fieldId",
|
|
6289
|
-
"type": "
|
|
6621
|
+
"type": "string",
|
|
6290
6622
|
"info": "path parameter",
|
|
6291
6623
|
"required": true,
|
|
6292
6624
|
"schema": {
|
|
6293
6625
|
"title": "fieldId",
|
|
6294
|
-
"type": "
|
|
6626
|
+
"type": "string"
|
|
6295
6627
|
}
|
|
6296
6628
|
}
|
|
6297
6629
|
],
|
|
@@ -6320,22 +6652,22 @@
|
|
|
6320
6652
|
"input": [
|
|
6321
6653
|
{
|
|
6322
6654
|
"name": "id",
|
|
6323
|
-
"type": "
|
|
6655
|
+
"type": "string",
|
|
6324
6656
|
"info": "path parameter",
|
|
6325
6657
|
"required": true,
|
|
6326
6658
|
"schema": {
|
|
6327
6659
|
"title": "id",
|
|
6328
|
-
"type": "
|
|
6660
|
+
"type": "string"
|
|
6329
6661
|
}
|
|
6330
6662
|
},
|
|
6331
6663
|
{
|
|
6332
6664
|
"name": "stepId",
|
|
6333
|
-
"type": "
|
|
6665
|
+
"type": "string",
|
|
6334
6666
|
"info": "path parameter",
|
|
6335
6667
|
"required": true,
|
|
6336
6668
|
"schema": {
|
|
6337
6669
|
"title": "stepId",
|
|
6338
|
-
"type": "
|
|
6670
|
+
"type": "string"
|
|
6339
6671
|
}
|
|
6340
6672
|
}
|
|
6341
6673
|
],
|
|
@@ -6364,12 +6696,12 @@
|
|
|
6364
6696
|
"input": [
|
|
6365
6697
|
{
|
|
6366
6698
|
"name": "id",
|
|
6367
|
-
"type": "
|
|
6699
|
+
"type": "string",
|
|
6368
6700
|
"info": "path parameter",
|
|
6369
6701
|
"required": true,
|
|
6370
6702
|
"schema": {
|
|
6371
6703
|
"title": "id",
|
|
6372
|
-
"type": "
|
|
6704
|
+
"type": "string"
|
|
6373
6705
|
}
|
|
6374
6706
|
}
|
|
6375
6707
|
],
|
|
@@ -6408,32 +6740,32 @@
|
|
|
6408
6740
|
},
|
|
6409
6741
|
{
|
|
6410
6742
|
"name": "id",
|
|
6411
|
-
"type": "
|
|
6743
|
+
"type": "string",
|
|
6412
6744
|
"info": "path parameter",
|
|
6413
6745
|
"required": true,
|
|
6414
6746
|
"schema": {
|
|
6415
6747
|
"title": "id",
|
|
6416
|
-
"type": "
|
|
6748
|
+
"type": "string"
|
|
6417
6749
|
}
|
|
6418
6750
|
},
|
|
6419
6751
|
{
|
|
6420
6752
|
"name": "taskId",
|
|
6421
|
-
"type": "
|
|
6753
|
+
"type": "string",
|
|
6422
6754
|
"info": "path parameter",
|
|
6423
6755
|
"required": true,
|
|
6424
6756
|
"schema": {
|
|
6425
6757
|
"title": "taskId",
|
|
6426
|
-
"type": "
|
|
6758
|
+
"type": "string"
|
|
6427
6759
|
}
|
|
6428
6760
|
},
|
|
6429
6761
|
{
|
|
6430
6762
|
"name": "fieldId",
|
|
6431
|
-
"type": "
|
|
6763
|
+
"type": "string",
|
|
6432
6764
|
"info": "path parameter",
|
|
6433
6765
|
"required": true,
|
|
6434
6766
|
"schema": {
|
|
6435
6767
|
"title": "fieldId",
|
|
6436
|
-
"type": "
|
|
6768
|
+
"type": "string"
|
|
6437
6769
|
}
|
|
6438
6770
|
}
|
|
6439
6771
|
],
|
|
@@ -6462,52 +6794,52 @@
|
|
|
6462
6794
|
"input": [
|
|
6463
6795
|
{
|
|
6464
6796
|
"name": "id",
|
|
6465
|
-
"type": "
|
|
6797
|
+
"type": "string",
|
|
6466
6798
|
"info": "path parameter",
|
|
6467
6799
|
"required": true,
|
|
6468
6800
|
"schema": {
|
|
6469
6801
|
"title": "id",
|
|
6470
|
-
"type": "
|
|
6802
|
+
"type": "string"
|
|
6471
6803
|
}
|
|
6472
6804
|
},
|
|
6473
6805
|
{
|
|
6474
6806
|
"name": "stepId",
|
|
6475
|
-
"type": "
|
|
6807
|
+
"type": "string",
|
|
6476
6808
|
"info": "path parameter",
|
|
6477
6809
|
"required": true,
|
|
6478
6810
|
"schema": {
|
|
6479
6811
|
"title": "stepId",
|
|
6480
|
-
"type": "
|
|
6812
|
+
"type": "string"
|
|
6481
6813
|
}
|
|
6482
6814
|
},
|
|
6483
6815
|
{
|
|
6484
6816
|
"name": "taskId",
|
|
6485
|
-
"type": "
|
|
6817
|
+
"type": "string",
|
|
6486
6818
|
"info": "path parameter",
|
|
6487
6819
|
"required": true,
|
|
6488
6820
|
"schema": {
|
|
6489
6821
|
"title": "taskId",
|
|
6490
|
-
"type": "
|
|
6822
|
+
"type": "string"
|
|
6491
6823
|
}
|
|
6492
6824
|
},
|
|
6493
6825
|
{
|
|
6494
6826
|
"name": "fieldId",
|
|
6495
|
-
"type": "
|
|
6827
|
+
"type": "string",
|
|
6496
6828
|
"info": "path parameter",
|
|
6497
6829
|
"required": true,
|
|
6498
6830
|
"schema": {
|
|
6499
6831
|
"title": "fieldId",
|
|
6500
|
-
"type": "
|
|
6832
|
+
"type": "string"
|
|
6501
6833
|
}
|
|
6502
6834
|
},
|
|
6503
6835
|
{
|
|
6504
6836
|
"name": "managementId",
|
|
6505
|
-
"type": "
|
|
6837
|
+
"type": "string",
|
|
6506
6838
|
"info": "path parameter",
|
|
6507
6839
|
"required": true,
|
|
6508
6840
|
"schema": {
|
|
6509
6841
|
"title": "managementId",
|
|
6510
|
-
"type": "
|
|
6842
|
+
"type": "string"
|
|
6511
6843
|
}
|
|
6512
6844
|
}
|
|
6513
6845
|
],
|
|
@@ -6536,32 +6868,32 @@
|
|
|
6536
6868
|
"input": [
|
|
6537
6869
|
{
|
|
6538
6870
|
"name": "id",
|
|
6539
|
-
"type": "
|
|
6871
|
+
"type": "string",
|
|
6540
6872
|
"info": "path parameter",
|
|
6541
6873
|
"required": true,
|
|
6542
6874
|
"schema": {
|
|
6543
6875
|
"title": "id",
|
|
6544
|
-
"type": "
|
|
6876
|
+
"type": "string"
|
|
6545
6877
|
}
|
|
6546
6878
|
},
|
|
6547
6879
|
{
|
|
6548
6880
|
"name": "stepId",
|
|
6549
|
-
"type": "
|
|
6881
|
+
"type": "string",
|
|
6550
6882
|
"info": "path parameter",
|
|
6551
6883
|
"required": true,
|
|
6552
6884
|
"schema": {
|
|
6553
6885
|
"title": "stepId",
|
|
6554
|
-
"type": "
|
|
6886
|
+
"type": "string"
|
|
6555
6887
|
}
|
|
6556
6888
|
},
|
|
6557
6889
|
{
|
|
6558
6890
|
"name": "taskId",
|
|
6559
|
-
"type": "
|
|
6891
|
+
"type": "string",
|
|
6560
6892
|
"info": "path parameter",
|
|
6561
6893
|
"required": true,
|
|
6562
6894
|
"schema": {
|
|
6563
6895
|
"title": "taskId",
|
|
6564
|
-
"type": "
|
|
6896
|
+
"type": "string"
|
|
6565
6897
|
}
|
|
6566
6898
|
}
|
|
6567
6899
|
],
|
|
@@ -6590,32 +6922,32 @@
|
|
|
6590
6922
|
"input": [
|
|
6591
6923
|
{
|
|
6592
6924
|
"name": "id",
|
|
6593
|
-
"type": "
|
|
6925
|
+
"type": "string",
|
|
6594
6926
|
"info": "path parameter",
|
|
6595
6927
|
"required": true,
|
|
6596
6928
|
"schema": {
|
|
6597
6929
|
"title": "id",
|
|
6598
|
-
"type": "
|
|
6930
|
+
"type": "string"
|
|
6599
6931
|
}
|
|
6600
6932
|
},
|
|
6601
6933
|
{
|
|
6602
6934
|
"name": "stepId",
|
|
6603
|
-
"type": "
|
|
6935
|
+
"type": "string",
|
|
6604
6936
|
"info": "path parameter",
|
|
6605
6937
|
"required": true,
|
|
6606
6938
|
"schema": {
|
|
6607
6939
|
"title": "stepId",
|
|
6608
|
-
"type": "
|
|
6940
|
+
"type": "string"
|
|
6609
6941
|
}
|
|
6610
6942
|
},
|
|
6611
6943
|
{
|
|
6612
6944
|
"name": "taskId",
|
|
6613
|
-
"type": "
|
|
6945
|
+
"type": "string",
|
|
6614
6946
|
"info": "path parameter",
|
|
6615
6947
|
"required": true,
|
|
6616
6948
|
"schema": {
|
|
6617
6949
|
"title": "taskId",
|
|
6618
|
-
"type": "
|
|
6950
|
+
"type": "string"
|
|
6619
6951
|
}
|
|
6620
6952
|
}
|
|
6621
6953
|
],
|
|
@@ -6654,32 +6986,32 @@
|
|
|
6654
6986
|
},
|
|
6655
6987
|
{
|
|
6656
6988
|
"name": "id",
|
|
6657
|
-
"type": "
|
|
6989
|
+
"type": "string",
|
|
6658
6990
|
"info": "path parameter",
|
|
6659
6991
|
"required": true,
|
|
6660
6992
|
"schema": {
|
|
6661
6993
|
"title": "id",
|
|
6662
|
-
"type": "
|
|
6994
|
+
"type": "string"
|
|
6663
6995
|
}
|
|
6664
6996
|
},
|
|
6665
6997
|
{
|
|
6666
6998
|
"name": "stepId",
|
|
6667
|
-
"type": "
|
|
6999
|
+
"type": "string",
|
|
6668
7000
|
"info": "path parameter",
|
|
6669
7001
|
"required": true,
|
|
6670
7002
|
"schema": {
|
|
6671
7003
|
"title": "stepId",
|
|
6672
|
-
"type": "
|
|
7004
|
+
"type": "string"
|
|
6673
7005
|
}
|
|
6674
7006
|
},
|
|
6675
7007
|
{
|
|
6676
7008
|
"name": "taskId",
|
|
6677
|
-
"type": "
|
|
7009
|
+
"type": "string",
|
|
6678
7010
|
"info": "path parameter",
|
|
6679
7011
|
"required": true,
|
|
6680
7012
|
"schema": {
|
|
6681
7013
|
"title": "taskId",
|
|
6682
|
-
"type": "
|
|
7014
|
+
"type": "string"
|
|
6683
7015
|
}
|
|
6684
7016
|
}
|
|
6685
7017
|
],
|
|
@@ -6708,42 +7040,42 @@
|
|
|
6708
7040
|
"input": [
|
|
6709
7041
|
{
|
|
6710
7042
|
"name": "id",
|
|
6711
|
-
"type": "
|
|
7043
|
+
"type": "string",
|
|
6712
7044
|
"info": "path parameter",
|
|
6713
7045
|
"required": true,
|
|
6714
7046
|
"schema": {
|
|
6715
7047
|
"title": "id",
|
|
6716
|
-
"type": "
|
|
7048
|
+
"type": "string"
|
|
6717
7049
|
}
|
|
6718
7050
|
},
|
|
6719
7051
|
{
|
|
6720
7052
|
"name": "stepId",
|
|
6721
|
-
"type": "
|
|
7053
|
+
"type": "string",
|
|
6722
7054
|
"info": "path parameter",
|
|
6723
7055
|
"required": true,
|
|
6724
7056
|
"schema": {
|
|
6725
7057
|
"title": "stepId",
|
|
6726
|
-
"type": "
|
|
7058
|
+
"type": "string"
|
|
6727
7059
|
}
|
|
6728
7060
|
},
|
|
6729
7061
|
{
|
|
6730
7062
|
"name": "taskId",
|
|
6731
|
-
"type": "
|
|
7063
|
+
"type": "string",
|
|
6732
7064
|
"info": "path parameter",
|
|
6733
7065
|
"required": true,
|
|
6734
7066
|
"schema": {
|
|
6735
7067
|
"title": "taskId",
|
|
6736
|
-
"type": "
|
|
7068
|
+
"type": "string"
|
|
6737
7069
|
}
|
|
6738
7070
|
},
|
|
6739
7071
|
{
|
|
6740
7072
|
"name": "fieldId",
|
|
6741
|
-
"type": "
|
|
7073
|
+
"type": "string",
|
|
6742
7074
|
"info": "path parameter",
|
|
6743
7075
|
"required": true,
|
|
6744
7076
|
"schema": {
|
|
6745
7077
|
"title": "fieldId",
|
|
6746
|
-
"type": "
|
|
7078
|
+
"type": "string"
|
|
6747
7079
|
}
|
|
6748
7080
|
}
|
|
6749
7081
|
],
|
|
@@ -6782,32 +7114,32 @@
|
|
|
6782
7114
|
},
|
|
6783
7115
|
{
|
|
6784
7116
|
"name": "id",
|
|
6785
|
-
"type": "
|
|
7117
|
+
"type": "string",
|
|
6786
7118
|
"info": "path parameter",
|
|
6787
7119
|
"required": true,
|
|
6788
7120
|
"schema": {
|
|
6789
7121
|
"title": "id",
|
|
6790
|
-
"type": "
|
|
7122
|
+
"type": "string"
|
|
6791
7123
|
}
|
|
6792
7124
|
},
|
|
6793
7125
|
{
|
|
6794
7126
|
"name": "stepId",
|
|
6795
|
-
"type": "
|
|
7127
|
+
"type": "string",
|
|
6796
7128
|
"info": "path parameter",
|
|
6797
7129
|
"required": true,
|
|
6798
7130
|
"schema": {
|
|
6799
7131
|
"title": "stepId",
|
|
6800
|
-
"type": "
|
|
7132
|
+
"type": "string"
|
|
6801
7133
|
}
|
|
6802
7134
|
},
|
|
6803
7135
|
{
|
|
6804
7136
|
"name": "taskId",
|
|
6805
|
-
"type": "
|
|
7137
|
+
"type": "string",
|
|
6806
7138
|
"info": "path parameter",
|
|
6807
7139
|
"required": true,
|
|
6808
7140
|
"schema": {
|
|
6809
7141
|
"title": "taskId",
|
|
6810
|
-
"type": "
|
|
7142
|
+
"type": "string"
|
|
6811
7143
|
}
|
|
6812
7144
|
}
|
|
6813
7145
|
],
|
|
@@ -6836,32 +7168,32 @@
|
|
|
6836
7168
|
"input": [
|
|
6837
7169
|
{
|
|
6838
7170
|
"name": "id",
|
|
6839
|
-
"type": "
|
|
7171
|
+
"type": "string",
|
|
6840
7172
|
"info": "path parameter",
|
|
6841
7173
|
"required": true,
|
|
6842
7174
|
"schema": {
|
|
6843
7175
|
"title": "id",
|
|
6844
|
-
"type": "
|
|
7176
|
+
"type": "string"
|
|
6845
7177
|
}
|
|
6846
7178
|
},
|
|
6847
7179
|
{
|
|
6848
7180
|
"name": "stepId",
|
|
6849
|
-
"type": "
|
|
7181
|
+
"type": "string",
|
|
6850
7182
|
"info": "path parameter",
|
|
6851
7183
|
"required": true,
|
|
6852
7184
|
"schema": {
|
|
6853
7185
|
"title": "stepId",
|
|
6854
|
-
"type": "
|
|
7186
|
+
"type": "string"
|
|
6855
7187
|
}
|
|
6856
7188
|
},
|
|
6857
7189
|
{
|
|
6858
7190
|
"name": "taskId",
|
|
6859
|
-
"type": "
|
|
7191
|
+
"type": "string",
|
|
6860
7192
|
"info": "path parameter",
|
|
6861
7193
|
"required": true,
|
|
6862
7194
|
"schema": {
|
|
6863
7195
|
"title": "taskId",
|
|
6864
|
-
"type": "
|
|
7196
|
+
"type": "string"
|
|
6865
7197
|
}
|
|
6866
7198
|
}
|
|
6867
7199
|
],
|
|
@@ -6957,42 +7289,42 @@
|
|
|
6957
7289
|
},
|
|
6958
7290
|
{
|
|
6959
7291
|
"name": "id",
|
|
6960
|
-
"type": "
|
|
7292
|
+
"type": "string",
|
|
6961
7293
|
"info": "path parameter",
|
|
6962
7294
|
"required": true,
|
|
6963
7295
|
"schema": {
|
|
6964
7296
|
"title": "id",
|
|
6965
|
-
"type": "
|
|
7297
|
+
"type": "string"
|
|
6966
7298
|
}
|
|
6967
7299
|
},
|
|
6968
7300
|
{
|
|
6969
7301
|
"name": "stepId",
|
|
6970
|
-
"type": "
|
|
7302
|
+
"type": "string",
|
|
6971
7303
|
"info": "path parameter",
|
|
6972
7304
|
"required": true,
|
|
6973
7305
|
"schema": {
|
|
6974
7306
|
"title": "stepId",
|
|
6975
|
-
"type": "
|
|
7307
|
+
"type": "string"
|
|
6976
7308
|
}
|
|
6977
7309
|
},
|
|
6978
7310
|
{
|
|
6979
7311
|
"name": "taskId",
|
|
6980
|
-
"type": "
|
|
7312
|
+
"type": "string",
|
|
6981
7313
|
"info": "path parameter",
|
|
6982
7314
|
"required": true,
|
|
6983
7315
|
"schema": {
|
|
6984
7316
|
"title": "taskId",
|
|
6985
|
-
"type": "
|
|
7317
|
+
"type": "string"
|
|
6986
7318
|
}
|
|
6987
7319
|
},
|
|
6988
7320
|
{
|
|
6989
7321
|
"name": "fieldId",
|
|
6990
|
-
"type": "
|
|
7322
|
+
"type": "string",
|
|
6991
7323
|
"info": "path parameter",
|
|
6992
7324
|
"required": true,
|
|
6993
7325
|
"schema": {
|
|
6994
7326
|
"title": "fieldId",
|
|
6995
|
-
"type": "
|
|
7327
|
+
"type": "string"
|
|
6996
7328
|
}
|
|
6997
7329
|
}
|
|
6998
7330
|
],
|
|
@@ -7021,42 +7353,42 @@
|
|
|
7021
7353
|
"input": [
|
|
7022
7354
|
{
|
|
7023
7355
|
"name": "id",
|
|
7024
|
-
"type": "
|
|
7356
|
+
"type": "string",
|
|
7025
7357
|
"info": "path parameter",
|
|
7026
7358
|
"required": true,
|
|
7027
7359
|
"schema": {
|
|
7028
7360
|
"title": "id",
|
|
7029
|
-
"type": "
|
|
7361
|
+
"type": "string"
|
|
7030
7362
|
}
|
|
7031
7363
|
},
|
|
7032
7364
|
{
|
|
7033
7365
|
"name": "stepId",
|
|
7034
|
-
"type": "
|
|
7366
|
+
"type": "string",
|
|
7035
7367
|
"info": "path parameter",
|
|
7036
7368
|
"required": true,
|
|
7037
7369
|
"schema": {
|
|
7038
7370
|
"title": "stepId",
|
|
7039
|
-
"type": "
|
|
7371
|
+
"type": "string"
|
|
7040
7372
|
}
|
|
7041
7373
|
},
|
|
7042
7374
|
{
|
|
7043
7375
|
"name": "taskId",
|
|
7044
|
-
"type": "
|
|
7376
|
+
"type": "string",
|
|
7045
7377
|
"info": "path parameter",
|
|
7046
7378
|
"required": true,
|
|
7047
7379
|
"schema": {
|
|
7048
7380
|
"title": "taskId",
|
|
7049
|
-
"type": "
|
|
7381
|
+
"type": "string"
|
|
7050
7382
|
}
|
|
7051
7383
|
},
|
|
7052
7384
|
{
|
|
7053
7385
|
"name": "fieldId",
|
|
7054
|
-
"type": "
|
|
7386
|
+
"type": "string",
|
|
7055
7387
|
"info": "path parameter",
|
|
7056
7388
|
"required": true,
|
|
7057
7389
|
"schema": {
|
|
7058
7390
|
"title": "fieldId",
|
|
7059
|
-
"type": "
|
|
7391
|
+
"type": "string"
|
|
7060
7392
|
}
|
|
7061
7393
|
}
|
|
7062
7394
|
],
|
|
@@ -7085,32 +7417,32 @@
|
|
|
7085
7417
|
"input": [
|
|
7086
7418
|
{
|
|
7087
7419
|
"name": "id",
|
|
7088
|
-
"type": "
|
|
7420
|
+
"type": "string",
|
|
7089
7421
|
"info": "path parameter",
|
|
7090
7422
|
"required": true,
|
|
7091
7423
|
"schema": {
|
|
7092
7424
|
"title": "id",
|
|
7093
|
-
"type": "
|
|
7425
|
+
"type": "string"
|
|
7094
7426
|
}
|
|
7095
7427
|
},
|
|
7096
7428
|
{
|
|
7097
7429
|
"name": "stepId",
|
|
7098
|
-
"type": "
|
|
7430
|
+
"type": "string",
|
|
7099
7431
|
"info": "path parameter",
|
|
7100
7432
|
"required": true,
|
|
7101
7433
|
"schema": {
|
|
7102
7434
|
"title": "stepId",
|
|
7103
|
-
"type": "
|
|
7435
|
+
"type": "string"
|
|
7104
7436
|
}
|
|
7105
7437
|
},
|
|
7106
7438
|
{
|
|
7107
7439
|
"name": "taskId",
|
|
7108
|
-
"type": "
|
|
7440
|
+
"type": "string",
|
|
7109
7441
|
"info": "path parameter",
|
|
7110
7442
|
"required": true,
|
|
7111
7443
|
"schema": {
|
|
7112
7444
|
"title": "taskId",
|
|
7113
|
-
"type": "
|
|
7445
|
+
"type": "string"
|
|
7114
7446
|
}
|
|
7115
7447
|
}
|
|
7116
7448
|
],
|