@xen-orchestra/rest-api 0.28.1 → 0.29.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/dist/abstract-classes/base-controller.mjs +10 -0
- package/dist/abstract-classes/listener.mjs +8 -3
- package/dist/alarms/alarm.controller.mjs +3 -2
- package/dist/backup-archives/backup-archive.controller.mjs +3 -2
- package/dist/backup-jobs/backup-job.controller.mjs +15 -10
- package/dist/backup-logs/backup-log.controller.mjs +3 -2
- package/dist/backup-repositories/backup-repositories.controller.mjs +3 -2
- package/dist/events/event.class.mjs +12 -9
- package/dist/events/event.service.mjs +2 -3
- package/dist/groups/group.controller.mjs +9 -6
- package/dist/helpers/markdown.helper.mjs +20 -0
- package/dist/helpers/object-wrapper.helper.mjs +3 -3
- package/dist/hosts/host.controller.mjs +12 -8
- package/dist/messages/message.controller.mjs +3 -2
- package/dist/networks/network.controller.mjs +12 -8
- package/dist/open-api/routes/routes.js +182 -42
- package/dist/pbds/pbd.controller.mjs +3 -2
- package/dist/pcis/pci.controller.mjs +3 -2
- package/dist/pgpus/pgpu.controller.mjs +3 -2
- package/dist/pifs/pif.controller.mjs +12 -8
- package/dist/pools/pool.controller.mjs +12 -8
- package/dist/proxies/proxy.controller.mjs +3 -2
- package/dist/restore-logs/restore-log.controller.mjs +6 -4
- package/dist/schedules/schedule.controller.mjs +3 -2
- package/dist/servers/server.controller.mjs +6 -4
- package/dist/sms/sm.controller.mjs +3 -2
- package/dist/srs/sr.controller.mjs +12 -8
- package/dist/tasks/task.controller.mjs +3 -2
- package/dist/users/user.controller.mjs +9 -6
- package/dist/vbds/vbd.controller.mjs +12 -8
- package/dist/vdi-snapshots/vdi-snapshot.controller.mjs +12 -8
- package/dist/vdis/vdi.controller.mjs +12 -8
- package/dist/vifs/vif.controller.mjs +76 -10
- package/dist/vm-controller/vm-controller.controller.mjs +15 -10
- package/dist/vm-snapshots/vm-snapshot.controller.mjs +15 -10
- package/dist/vm-templates/vm-template.controller.mjs +15 -10
- package/dist/vms/vm.controller.mjs +18 -12
- package/dist/vms/vm.service.mjs +7 -2
- package/open-api/spec/swagger.json +1164 -231
- package/package.json +11 -11
|
@@ -185,7 +185,7 @@ const models = {
|
|
|
185
185
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
186
186
|
"SendObjects_Partial_Unbrand_XoVm___": {
|
|
187
187
|
"dataType": "refAlias",
|
|
188
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVm___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
188
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVm___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
189
189
|
},
|
|
190
190
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
191
191
|
"Unbrand_XoVm_": {
|
|
@@ -250,7 +250,7 @@ const models = {
|
|
|
250
250
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
251
251
|
"SendObjects_Partial_Unbrand_XoAlarm___": {
|
|
252
252
|
"dataType": "refAlias",
|
|
253
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoAlarm___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
253
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoAlarm___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
254
254
|
},
|
|
255
255
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
256
256
|
"VDI_TYPE": {
|
|
@@ -265,7 +265,7 @@ const models = {
|
|
|
265
265
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
266
266
|
"Partial_Unbrand_XoVdi__": {
|
|
267
267
|
"dataType": "refAlias",
|
|
268
|
-
"type": { "dataType": "nestedObjectLiteral", "nestedProperties": { "$pool": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "$poolId": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "_xapiRef": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "uuid": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "$SR": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "$VBDs": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "undefined" }] }, "VDI_type": { "dataType": "union", "subSchemas": [{ "ref": "VDI_TYPE" }, { "dataType": "undefined" }] }, "cbt_enabled": { "dataType": "union", "subSchemas": [{ "dataType": "boolean" }, { "dataType": "undefined" }] }, "current_operations": { "dataType": "union", "subSchemas": [{ "ref": "Record_string.VDI_OPERATIONS_" }, { "dataType": "undefined" }] }, "missing": { "dataType": "union", "subSchemas": [{ "dataType": "boolean" }, { "dataType": "undefined" }] }, "name_description": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "name_label": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "other_config": { "dataType": "union", "subSchemas": [{ "ref": "Record_string.string_" }, { "dataType": "undefined" }] }, "parent": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "image_format": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "size": { "dataType": "union", "subSchemas": [{ "dataType": "double" }, { "dataType": "undefined" }] }, "snapshots": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "undefined" }] }, "tags": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "undefined" }] }, "usage": { "dataType": "union", "subSchemas": [{ "dataType": "double" }, { "dataType": "undefined" }] }, "id": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "type": { "dataType": "union", "subSchemas": [{ "dataType": "enum", "enums": ["VDI"] }, { "dataType": "undefined" }] } }, "validators": {} },
|
|
268
|
+
"type": { "dataType": "nestedObjectLiteral", "nestedProperties": { "$pool": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "$poolId": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "_xapiRef": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "uuid": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "$SR": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "$VBDs": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "undefined" }] }, "VDI_type": { "dataType": "union", "subSchemas": [{ "ref": "VDI_TYPE" }, { "dataType": "undefined" }] }, "cbt_enabled": { "dataType": "union", "subSchemas": [{ "dataType": "boolean" }, { "dataType": "undefined" }] }, "current_operations": { "dataType": "union", "subSchemas": [{ "ref": "Record_string.VDI_OPERATIONS_" }, { "dataType": "undefined" }] }, "missing": { "dataType": "union", "subSchemas": [{ "dataType": "boolean" }, { "dataType": "undefined" }] }, "name_description": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "name_label": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "other_config": { "dataType": "union", "subSchemas": [{ "ref": "Record_string.string_" }, { "dataType": "undefined" }] }, "parent": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "image_format": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "size": { "dataType": "union", "subSchemas": [{ "dataType": "double" }, { "dataType": "undefined" }] }, "snapshots": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "undefined" }] }, "tags": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "undefined" }] }, "usage": { "dataType": "union", "subSchemas": [{ "dataType": "double" }, { "dataType": "undefined" }] }, "id": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "chainPhysicalUsage": { "dataType": "union", "subSchemas": [{ "dataType": "double" }, { "dataType": "undefined" }] }, "type": { "dataType": "union", "subSchemas": [{ "dataType": "enum", "enums": ["VDI"] }, { "dataType": "undefined" }] } }, "validators": {} },
|
|
269
269
|
},
|
|
270
270
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
271
271
|
"WithHref_Partial_Unbrand_XoVdi___": {
|
|
@@ -275,7 +275,7 @@ const models = {
|
|
|
275
275
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
276
276
|
"SendObjects_Partial_Unbrand_XoVdi___": {
|
|
277
277
|
"dataType": "refAlias",
|
|
278
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVdi___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
278
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVdi___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
279
279
|
},
|
|
280
280
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
281
281
|
"XoBackupJobGeneralSettings": {
|
|
@@ -310,7 +310,7 @@ const models = {
|
|
|
310
310
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
311
311
|
"SendObjects_Partial_UnbrandXoVmBackupJob__": {
|
|
312
312
|
"dataType": "refAlias",
|
|
313
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandXoVmBackupJob__" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
313
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandXoVmBackupJob__" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
314
314
|
},
|
|
315
315
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
316
316
|
"Partial_Unbrand_XoMessage__": {
|
|
@@ -325,7 +325,7 @@ const models = {
|
|
|
325
325
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
326
326
|
"SendObjects_Partial_Unbrand_XoMessage___": {
|
|
327
327
|
"dataType": "refAlias",
|
|
328
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoMessage___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
328
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoMessage___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
329
329
|
},
|
|
330
330
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
331
331
|
"Branded_task_": {
|
|
@@ -350,7 +350,7 @@ const models = {
|
|
|
350
350
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
351
351
|
"SendObjects_Partial_Unbrand_XoTask___": {
|
|
352
352
|
"dataType": "refAlias",
|
|
353
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoTask___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
353
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoTask___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
354
354
|
},
|
|
355
355
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
356
356
|
"Pick_Unbrand_VmDashboard-at-quickInfo_.Exclude_keyofUnbrand_VmDashboard-at-quickInfo_.creation__": {
|
|
@@ -400,7 +400,7 @@ const models = {
|
|
|
400
400
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
401
401
|
"SendObjects_Partial_Unbrand_XoVmTemplate___": {
|
|
402
402
|
"dataType": "refAlias",
|
|
403
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVmTemplate___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
403
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVmTemplate___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
404
404
|
},
|
|
405
405
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
406
406
|
"Unbrand_XoVmTemplate_": {
|
|
@@ -420,7 +420,7 @@ const models = {
|
|
|
420
420
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
421
421
|
"SendObjects_Partial_Unbrand_XoVmSnapshot___": {
|
|
422
422
|
"dataType": "refAlias",
|
|
423
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVmSnapshot___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
423
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVmSnapshot___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
424
424
|
},
|
|
425
425
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
426
426
|
"Unbrand_XoVmSnapshot_": {
|
|
@@ -440,7 +440,7 @@ const models = {
|
|
|
440
440
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
441
441
|
"SendObjects_Partial_Unbrand_XoVdiSnapshot___": {
|
|
442
442
|
"dataType": "refAlias",
|
|
443
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVdiSnapshot___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
443
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVdiSnapshot___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
444
444
|
},
|
|
445
445
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
446
446
|
"Partial_Unbrand_XoVmController__": {
|
|
@@ -455,7 +455,7 @@ const models = {
|
|
|
455
455
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
456
456
|
"SendObjects_Partial_Unbrand_XoVmController___": {
|
|
457
457
|
"dataType": "refAlias",
|
|
458
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVmController___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
458
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVmController___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
459
459
|
},
|
|
460
460
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
461
461
|
"Unbrand_XoVmController_": {
|
|
@@ -480,7 +480,7 @@ const models = {
|
|
|
480
480
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
481
481
|
"SendObjects_Partial_UnbrandedXoVif__": {
|
|
482
482
|
"dataType": "refAlias",
|
|
483
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandedXoVif__" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
483
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandedXoVif__" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
484
484
|
},
|
|
485
485
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
486
486
|
"Unbrand_XoVif_": {
|
|
@@ -515,22 +515,22 @@ const models = {
|
|
|
515
515
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
516
516
|
"Unbrand_XoVdi_": {
|
|
517
517
|
"dataType": "refAlias",
|
|
518
|
-
"type": { "dataType": "nestedObjectLiteral", "nestedProperties": { "$pool": { "dataType": "string", "required": true }, "$poolId": { "dataType": "string", "required": true }, "_xapiRef": { "dataType": "string", "required": true }, "uuid": { "dataType": "string", "required": true }, "$SR": { "dataType": "string", "required": true }, "$VBDs": { "dataType": "array", "array": { "dataType": "string" }, "required": true }, "VDI_type": { "ref": "VDI_TYPE", "required": true }, "cbt_enabled": { "dataType": "union", "subSchemas": [{ "dataType": "boolean" }, { "dataType": "undefined" }] }, "current_operations": { "ref": "Record_string.VDI_OPERATIONS_", "required": true }, "missing": { "dataType": "boolean", "required": true }, "name_description": { "dataType": "string", "required": true }, "name_label": { "dataType": "string", "required": true }, "other_config": { "ref": "Record_string.string_", "required": true }, "parent": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "image_format": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "size": { "dataType": "double", "required": true }, "snapshots": { "dataType": "array", "array": { "dataType": "string" }, "required": true }, "tags": { "dataType": "array", "array": { "dataType": "string" }, "required": true }, "usage": { "dataType": "double", "required": true }, "id": { "dataType": "string", "required": true }, "type": { "dataType": "enum", "enums": ["VDI"], "required": true } }, "validators": {} },
|
|
518
|
+
"type": { "dataType": "nestedObjectLiteral", "nestedProperties": { "$pool": { "dataType": "string", "required": true }, "$poolId": { "dataType": "string", "required": true }, "_xapiRef": { "dataType": "string", "required": true }, "uuid": { "dataType": "string", "required": true }, "$SR": { "dataType": "string", "required": true }, "$VBDs": { "dataType": "array", "array": { "dataType": "string" }, "required": true }, "VDI_type": { "ref": "VDI_TYPE", "required": true }, "cbt_enabled": { "dataType": "union", "subSchemas": [{ "dataType": "boolean" }, { "dataType": "undefined" }] }, "current_operations": { "ref": "Record_string.VDI_OPERATIONS_", "required": true }, "missing": { "dataType": "boolean", "required": true }, "name_description": { "dataType": "string", "required": true }, "name_label": { "dataType": "string", "required": true }, "other_config": { "ref": "Record_string.string_", "required": true }, "parent": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "image_format": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "size": { "dataType": "double", "required": true }, "snapshots": { "dataType": "array", "array": { "dataType": "string" }, "required": true }, "tags": { "dataType": "array", "array": { "dataType": "string" }, "required": true }, "usage": { "dataType": "double", "required": true }, "id": { "dataType": "string", "required": true }, "chainPhysicalUsage": { "dataType": "double", "required": true }, "type": { "dataType": "enum", "enums": ["VDI"], "required": true } }, "validators": {} },
|
|
519
519
|
},
|
|
520
520
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
521
|
-
"Pick_CreateVdiParams_91_0_93_.Exclude_keyofCreateVdiParams_91_0_93_.
|
|
521
|
+
"Pick_CreateVdiParams_91_0_93_.Exclude_keyofCreateVdiParams_91_0_93_.SR-or-other_config__": {
|
|
522
522
|
"dataType": "refAlias",
|
|
523
|
-
"type": { "dataType": "nestedObjectLiteral", "nestedProperties": { "name_description": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "name_label": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "tags": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "undefined" }] }, "type": { "dataType": "union", "subSchemas": [{ "ref": "VDI_TYPE" }, { "dataType": "undefined" }] }, "
|
|
523
|
+
"type": { "dataType": "nestedObjectLiteral", "nestedProperties": { "name_description": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "name_label": { "dataType": "union", "subSchemas": [{ "dataType": "string" }, { "dataType": "undefined" }] }, "tags": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "undefined" }] }, "type": { "dataType": "union", "subSchemas": [{ "ref": "VDI_TYPE" }, { "dataType": "undefined" }] }, "read_only": { "dataType": "union", "subSchemas": [{ "dataType": "boolean" }, { "dataType": "undefined" }] }, "sharable": { "dataType": "union", "subSchemas": [{ "dataType": "boolean" }, { "dataType": "undefined" }] }, "virtual_size": { "dataType": "double", "required": true }, "xenstore_data": { "dataType": "union", "subSchemas": [{ "ref": "Record_string.string_" }, { "dataType": "undefined" }] } }, "validators": {} },
|
|
524
524
|
},
|
|
525
525
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
526
|
-
"Omit_CreateVdiParams_91_0_93_.
|
|
526
|
+
"Omit_CreateVdiParams_91_0_93_.SR-or-other_config_": {
|
|
527
527
|
"dataType": "refAlias",
|
|
528
|
-
"type": { "ref": "Pick_CreateVdiParams_91_0_93_.Exclude_keyofCreateVdiParams_91_0_93_.
|
|
528
|
+
"type": { "ref": "Pick_CreateVdiParams_91_0_93_.Exclude_keyofCreateVdiParams_91_0_93_.SR-or-other_config__", "validators": {} },
|
|
529
529
|
},
|
|
530
530
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
531
531
|
"CreateVdiBody": {
|
|
532
532
|
"dataType": "refAlias",
|
|
533
|
-
"type": { "dataType": "intersection", "subSchemas": [{ "ref": "Omit_CreateVdiParams_91_0_93_.
|
|
533
|
+
"type": { "dataType": "intersection", "subSchemas": [{ "ref": "Omit_CreateVdiParams_91_0_93_.SR-or-other_config_" }, { "dataType": "nestedObjectLiteral", "nestedProperties": { "other_config": { "dataType": "nestedObjectLiteral", "nestedProperties": {}, "additionalProperties": { "dataType": "string" }, "required": true }, "srId": { "dataType": "string", "required": true } } }, { "dataType": "union", "subSchemas": [{ "dataType": "nestedObjectLiteral", "nestedProperties": { "sm_config": { "ref": "Record_string.string_" } } }, { "dataType": "undefined" }] }], "validators": {} },
|
|
534
534
|
},
|
|
535
535
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
536
536
|
"CreateActionReturnType__id-Unbrand_XoVdi__91_id_93___": {
|
|
@@ -575,7 +575,7 @@ const models = {
|
|
|
575
575
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
576
576
|
"SendObjects_Partial_Unbrand_XoVbd___": {
|
|
577
577
|
"dataType": "refAlias",
|
|
578
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVbd___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
578
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVbd___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
579
579
|
},
|
|
580
580
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
581
581
|
"Unbrand_XoVbd_": {
|
|
@@ -595,7 +595,7 @@ const models = {
|
|
|
595
595
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
596
596
|
"SendObjects_Partial_Unbrand_XoUser___": {
|
|
597
597
|
"dataType": "refAlias",
|
|
598
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoUser___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
598
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoUser___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
599
599
|
},
|
|
600
600
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
601
601
|
"Unbrand_XoUser_": {
|
|
@@ -626,7 +626,7 @@ const models = {
|
|
|
626
626
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
627
627
|
"SendObjects_Partial_Unbrand_XoGroup___": {
|
|
628
628
|
"dataType": "refAlias",
|
|
629
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoGroup___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
629
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoGroup___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
630
630
|
},
|
|
631
631
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
632
632
|
"Record_string._timestamp-number__": {
|
|
@@ -661,7 +661,7 @@ const models = {
|
|
|
661
661
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
662
662
|
"SendObjects_Partial_Unbrand_XoSr___": {
|
|
663
663
|
"dataType": "refAlias",
|
|
664
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoSr___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
664
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoSr___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
665
665
|
},
|
|
666
666
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
667
667
|
"Unbrand_XoSr_": {
|
|
@@ -686,7 +686,7 @@ const models = {
|
|
|
686
686
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
687
687
|
"SendObjects_Partial_Unbrand_XoSm___": {
|
|
688
688
|
"dataType": "refAlias",
|
|
689
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoSm___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
689
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoSm___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
690
690
|
},
|
|
691
691
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
692
692
|
"Unbrand_XoSm_": {
|
|
@@ -706,7 +706,7 @@ const models = {
|
|
|
706
706
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
707
707
|
"SendObjects_Partial_Unbrand_XoServer___": {
|
|
708
708
|
"dataType": "refAlias",
|
|
709
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoServer___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
709
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoServer___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
710
710
|
},
|
|
711
711
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
712
712
|
"Unbrand_XoServer_": {
|
|
@@ -740,7 +740,7 @@ const models = {
|
|
|
740
740
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
741
741
|
"SendObjects_Partial_Unbrand_XoSchedule___": {
|
|
742
742
|
"dataType": "refAlias",
|
|
743
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoSchedule___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
743
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoSchedule___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
744
744
|
},
|
|
745
745
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
746
746
|
"Unbrand_XoSchedule_": {
|
|
@@ -760,7 +760,7 @@ const models = {
|
|
|
760
760
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
761
761
|
"SendObjects_Partial_Unbrand_XoRestoreLog___": {
|
|
762
762
|
"dataType": "refAlias",
|
|
763
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoRestoreLog___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
763
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoRestoreLog___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
764
764
|
},
|
|
765
765
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
766
766
|
"Unbrand_XoRestoreLog_": {
|
|
@@ -780,7 +780,7 @@ const models = {
|
|
|
780
780
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
781
781
|
"SendObjects_Partial_Unbrand_XoProxy___": {
|
|
782
782
|
"dataType": "refAlias",
|
|
783
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoProxy___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
783
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoProxy___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
784
784
|
},
|
|
785
785
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
786
786
|
"Unbrand_XoProxy_": {
|
|
@@ -805,7 +805,7 @@ const models = {
|
|
|
805
805
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
806
806
|
"SendObjects_Partial_Unbrand_XoPool___": {
|
|
807
807
|
"dataType": "refAlias",
|
|
808
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoPool___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
808
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoPool___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
809
809
|
},
|
|
810
810
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
811
811
|
"Unbrand_XoPool_": {
|
|
@@ -925,7 +925,7 @@ const models = {
|
|
|
925
925
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
926
926
|
"SendObjects_Partial_UnbrandedXoPif__": {
|
|
927
927
|
"dataType": "refAlias",
|
|
928
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandedXoPif__" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
928
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandedXoPif__" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
929
929
|
},
|
|
930
930
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
931
931
|
"Unbrand_XoPif_": {
|
|
@@ -955,7 +955,7 @@ const models = {
|
|
|
955
955
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
956
956
|
"SendObjects_Partial_Unbrand_XoPgpu___": {
|
|
957
957
|
"dataType": "refAlias",
|
|
958
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoPgpu___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
958
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoPgpu___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
959
959
|
},
|
|
960
960
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
961
961
|
"Unbrand_XoPgpu_": {
|
|
@@ -975,7 +975,7 @@ const models = {
|
|
|
975
975
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
976
976
|
"SendObjects_Partial_Unbrand_XoPci___": {
|
|
977
977
|
"dataType": "refAlias",
|
|
978
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoPci___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
978
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoPci___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
979
979
|
},
|
|
980
980
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
981
981
|
"Unbrand_XoPci_": {
|
|
@@ -995,7 +995,7 @@ const models = {
|
|
|
995
995
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
996
996
|
"SendObjects_Partial_Unbrand_XoPbd___": {
|
|
997
997
|
"dataType": "refAlias",
|
|
998
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoPbd___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
998
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoPbd___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
999
999
|
},
|
|
1000
1000
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1001
1001
|
"Unbrand_XoPbd_": {
|
|
@@ -1020,7 +1020,7 @@ const models = {
|
|
|
1020
1020
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1021
1021
|
"SendObjects_Partial_Unbrand_XoNetwork___": {
|
|
1022
1022
|
"dataType": "refAlias",
|
|
1023
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoNetwork___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1023
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoNetwork___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1024
1024
|
},
|
|
1025
1025
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1026
1026
|
"Unbrand_XoNetwork_": {
|
|
@@ -1040,7 +1040,7 @@ const models = {
|
|
|
1040
1040
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1041
1041
|
"SendObjects_Partial_UnbrandedXoMessage__": {
|
|
1042
1042
|
"dataType": "refAlias",
|
|
1043
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandedXoMessage__" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1043
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandedXoMessage__" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1044
1044
|
},
|
|
1045
1045
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1046
1046
|
"Unbrand_XoMessage_": {
|
|
@@ -1085,7 +1085,7 @@ const models = {
|
|
|
1085
1085
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1086
1086
|
"SendObjects_Partial_Unbrand_XoHost___": {
|
|
1087
1087
|
"dataType": "refAlias",
|
|
1088
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoHost___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1088
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoHost___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1089
1089
|
},
|
|
1090
1090
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1091
1091
|
"Unbrand_XoHost_": {
|
|
@@ -1123,7 +1123,7 @@ const models = {
|
|
|
1123
1123
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1124
1124
|
"SendObjects_Partial_Unbrand_XoBackupRepository___": {
|
|
1125
1125
|
"dataType": "refAlias",
|
|
1126
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoBackupRepository___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1126
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoBackupRepository___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1127
1127
|
},
|
|
1128
1128
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1129
1129
|
"Unbrand_XoBackupRepository_": {
|
|
@@ -1143,7 +1143,7 @@ const models = {
|
|
|
1143
1143
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1144
1144
|
"SendObjects_Partial_Unbrand_XoBackupLog___": {
|
|
1145
1145
|
"dataType": "refAlias",
|
|
1146
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoBackupLog___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1146
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoBackupLog___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1147
1147
|
},
|
|
1148
1148
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1149
1149
|
"Unbrand_XoBackupLog_": {
|
|
@@ -1178,7 +1178,7 @@ const models = {
|
|
|
1178
1178
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1179
1179
|
"SendObjects_Partial_UnbrandAnyXoBackupJob__": {
|
|
1180
1180
|
"dataType": "refAlias",
|
|
1181
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandAnyXoBackupJob__" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1181
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandAnyXoBackupJob__" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1182
1182
|
},
|
|
1183
1183
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1184
1184
|
"Unbrand_UnbrandedXoVmBackupJob_": {
|
|
@@ -1228,7 +1228,7 @@ const models = {
|
|
|
1228
1228
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1229
1229
|
"SendObjects_Partial_UnbrandXoMetadataBackupJob__": {
|
|
1230
1230
|
"dataType": "refAlias",
|
|
1231
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandXoMetadataBackupJob__" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1231
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandXoMetadataBackupJob__" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1232
1232
|
},
|
|
1233
1233
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1234
1234
|
"Partial_UnbrandXoMirrorBackupJob_": {
|
|
@@ -1243,7 +1243,7 @@ const models = {
|
|
|
1243
1243
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1244
1244
|
"SendObjects_Partial_UnbrandXoMirrorBackupJob__": {
|
|
1245
1245
|
"dataType": "refAlias",
|
|
1246
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandXoMirrorBackupJob__" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1246
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandXoMirrorBackupJob__" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1247
1247
|
},
|
|
1248
1248
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1249
1249
|
"Partial_Unbrand_XoVmBackupArchive__": {
|
|
@@ -1258,7 +1258,7 @@ const models = {
|
|
|
1258
1258
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1259
1259
|
"SendObjects_Partial_Unbrand_XoVmBackupArchive___": {
|
|
1260
1260
|
"dataType": "refAlias",
|
|
1261
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVmBackupArchive___" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1261
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_Unbrand_XoVmBackupArchive___" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1262
1262
|
},
|
|
1263
1263
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1264
1264
|
"Unbrand_XoVmBackupArchive_": {
|
|
@@ -1278,7 +1278,7 @@ const models = {
|
|
|
1278
1278
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1279
1279
|
"SendObjects_Partial_UnbrandedXoAlarm__": {
|
|
1280
1280
|
"dataType": "refAlias",
|
|
1281
|
-
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandedXoAlarm__" } }, { "ref": "NdjsonStream" }], "validators": {} },
|
|
1281
|
+
"type": { "dataType": "union", "subSchemas": [{ "dataType": "array", "array": { "dataType": "string" } }, { "dataType": "array", "array": { "dataType": "refAlias", "ref": "WithHref_Partial_UnbrandedXoAlarm__" } }, { "ref": "NdjsonStream" }, { "dataType": "string" }], "validators": {} },
|
|
1282
1282
|
},
|
|
1283
1283
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
1284
1284
|
"Unbrand_XoAlarm_": {
|
|
@@ -1381,6 +1381,7 @@ export function RegisterRoutes(app) {
|
|
|
1381
1381
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
1382
1382
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
1383
1383
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
1384
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
1384
1385
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
1385
1386
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
1386
1387
|
};
|
|
@@ -1892,6 +1893,7 @@ export function RegisterRoutes(app) {
|
|
|
1892
1893
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
1893
1894
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
1894
1895
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
1896
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
1895
1897
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
1896
1898
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
1897
1899
|
};
|
|
@@ -1924,6 +1926,7 @@ export function RegisterRoutes(app) {
|
|
|
1924
1926
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
1925
1927
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
1926
1928
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
1929
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
1927
1930
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
1928
1931
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
1929
1932
|
};
|
|
@@ -1956,6 +1959,7 @@ export function RegisterRoutes(app) {
|
|
|
1956
1959
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
1957
1960
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
1958
1961
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
1962
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
1959
1963
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
1960
1964
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
1961
1965
|
};
|
|
@@ -1988,6 +1992,7 @@ export function RegisterRoutes(app) {
|
|
|
1988
1992
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
1989
1993
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
1990
1994
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
1995
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
1991
1996
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
1992
1997
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
1993
1998
|
};
|
|
@@ -2020,6 +2025,7 @@ export function RegisterRoutes(app) {
|
|
|
2020
2025
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2021
2026
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2022
2027
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2028
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2023
2029
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2024
2030
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2025
2031
|
};
|
|
@@ -2165,6 +2171,7 @@ export function RegisterRoutes(app) {
|
|
|
2165
2171
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
2166
2172
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2167
2173
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2174
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2168
2175
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2169
2176
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2170
2177
|
};
|
|
@@ -2281,6 +2288,7 @@ export function RegisterRoutes(app) {
|
|
|
2281
2288
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2282
2289
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2283
2290
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2291
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2284
2292
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2285
2293
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2286
2294
|
};
|
|
@@ -2313,6 +2321,7 @@ export function RegisterRoutes(app) {
|
|
|
2313
2321
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2314
2322
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2315
2323
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2324
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2316
2325
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2317
2326
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2318
2327
|
};
|
|
@@ -2345,6 +2354,7 @@ export function RegisterRoutes(app) {
|
|
|
2345
2354
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2346
2355
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2347
2356
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2357
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2348
2358
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2349
2359
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2350
2360
|
};
|
|
@@ -2377,6 +2387,7 @@ export function RegisterRoutes(app) {
|
|
|
2377
2387
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2378
2388
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2379
2389
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2390
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2380
2391
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2381
2392
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2382
2393
|
};
|
|
@@ -2464,6 +2475,7 @@ export function RegisterRoutes(app) {
|
|
|
2464
2475
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
2465
2476
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2466
2477
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2478
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2467
2479
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2468
2480
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2469
2481
|
};
|
|
@@ -2580,6 +2592,7 @@ export function RegisterRoutes(app) {
|
|
|
2580
2592
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2581
2593
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2582
2594
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2595
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2583
2596
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2584
2597
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2585
2598
|
};
|
|
@@ -2612,6 +2625,7 @@ export function RegisterRoutes(app) {
|
|
|
2612
2625
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2613
2626
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2614
2627
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2628
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2615
2629
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2616
2630
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2617
2631
|
};
|
|
@@ -2644,6 +2658,7 @@ export function RegisterRoutes(app) {
|
|
|
2644
2658
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2645
2659
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2646
2660
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2661
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2647
2662
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2648
2663
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2649
2664
|
};
|
|
@@ -2676,6 +2691,7 @@ export function RegisterRoutes(app) {
|
|
|
2676
2691
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2677
2692
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2678
2693
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2694
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2679
2695
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2680
2696
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2681
2697
|
};
|
|
@@ -2763,6 +2779,7 @@ export function RegisterRoutes(app) {
|
|
|
2763
2779
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
2764
2780
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2765
2781
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2782
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2766
2783
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2767
2784
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2768
2785
|
};
|
|
@@ -2822,6 +2839,7 @@ export function RegisterRoutes(app) {
|
|
|
2822
2839
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2823
2840
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2824
2841
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2842
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2825
2843
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2826
2844
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2827
2845
|
};
|
|
@@ -2854,6 +2872,7 @@ export function RegisterRoutes(app) {
|
|
|
2854
2872
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2855
2873
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2856
2874
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2875
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2857
2876
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2858
2877
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2859
2878
|
};
|
|
@@ -2886,6 +2905,7 @@ export function RegisterRoutes(app) {
|
|
|
2886
2905
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2887
2906
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2888
2907
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2908
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2889
2909
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2890
2910
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2891
2911
|
};
|
|
@@ -2918,6 +2938,7 @@ export function RegisterRoutes(app) {
|
|
|
2918
2938
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
2919
2939
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
2920
2940
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
2941
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
2921
2942
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
2922
2943
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
2923
2944
|
};
|
|
@@ -3005,6 +3026,7 @@ export function RegisterRoutes(app) {
|
|
|
3005
3026
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
3006
3027
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3007
3028
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3029
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3008
3030
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3009
3031
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3010
3032
|
};
|
|
@@ -3064,6 +3086,7 @@ export function RegisterRoutes(app) {
|
|
|
3064
3086
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3065
3087
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3066
3088
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3089
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3067
3090
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3068
3091
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3069
3092
|
};
|
|
@@ -3096,6 +3119,7 @@ export function RegisterRoutes(app) {
|
|
|
3096
3119
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3097
3120
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3098
3121
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3122
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3099
3123
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3100
3124
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3101
3125
|
};
|
|
@@ -3128,6 +3152,7 @@ export function RegisterRoutes(app) {
|
|
|
3128
3152
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3129
3153
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3130
3154
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3155
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3131
3156
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3132
3157
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3133
3158
|
};
|
|
@@ -3209,10 +3234,67 @@ export function RegisterRoutes(app) {
|
|
|
3209
3234
|
}
|
|
3210
3235
|
});
|
|
3211
3236
|
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
3237
|
+
const argsVifController_connectVif = {
|
|
3238
|
+
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3239
|
+
sync: { "in": "query", "name": "sync", "dataType": "boolean" },
|
|
3240
|
+
};
|
|
3241
|
+
app.post('/rest/v0/vifs/:id/actions/connect', authenticateMiddleware([{ "*": [] }]), ...(fetchMiddlewares(VifController)), ...(fetchMiddlewares(VifController.prototype.connectVif)), async function VifController_connectVif(request, response, next) {
|
|
3242
|
+
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
3243
|
+
let validatedArgs = [];
|
|
3244
|
+
try {
|
|
3245
|
+
validatedArgs = templateService.getValidatedArgs({ args: argsVifController_connectVif, request, response });
|
|
3246
|
+
const container = typeof iocContainer === 'function' ? iocContainer(request) : iocContainer;
|
|
3247
|
+
const controller = await container.get(VifController);
|
|
3248
|
+
if (typeof controller['setStatus'] === 'function') {
|
|
3249
|
+
controller.setStatus(undefined);
|
|
3250
|
+
}
|
|
3251
|
+
await templateService.apiHandler({
|
|
3252
|
+
methodName: 'connectVif',
|
|
3253
|
+
controller,
|
|
3254
|
+
response,
|
|
3255
|
+
next,
|
|
3256
|
+
validatedArgs,
|
|
3257
|
+
successStatus: 202,
|
|
3258
|
+
});
|
|
3259
|
+
}
|
|
3260
|
+
catch (err) {
|
|
3261
|
+
return next(err);
|
|
3262
|
+
}
|
|
3263
|
+
});
|
|
3264
|
+
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
3265
|
+
const argsVifController_disconnectVif = {
|
|
3266
|
+
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3267
|
+
sync: { "in": "query", "name": "sync", "dataType": "boolean" },
|
|
3268
|
+
};
|
|
3269
|
+
app.post('/rest/v0/vifs/:id/actions/disconnect', authenticateMiddleware([{ "*": [] }]), ...(fetchMiddlewares(VifController)), ...(fetchMiddlewares(VifController.prototype.disconnectVif)), async function VifController_disconnectVif(request, response, next) {
|
|
3270
|
+
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
3271
|
+
let validatedArgs = [];
|
|
3272
|
+
try {
|
|
3273
|
+
validatedArgs = templateService.getValidatedArgs({ args: argsVifController_disconnectVif, request, response });
|
|
3274
|
+
const container = typeof iocContainer === 'function' ? iocContainer(request) : iocContainer;
|
|
3275
|
+
const controller = await container.get(VifController);
|
|
3276
|
+
if (typeof controller['setStatus'] === 'function') {
|
|
3277
|
+
controller.setStatus(undefined);
|
|
3278
|
+
}
|
|
3279
|
+
await templateService.apiHandler({
|
|
3280
|
+
methodName: 'disconnectVif',
|
|
3281
|
+
controller,
|
|
3282
|
+
response,
|
|
3283
|
+
next,
|
|
3284
|
+
validatedArgs,
|
|
3285
|
+
successStatus: 202,
|
|
3286
|
+
});
|
|
3287
|
+
}
|
|
3288
|
+
catch (err) {
|
|
3289
|
+
return next(err);
|
|
3290
|
+
}
|
|
3291
|
+
});
|
|
3292
|
+
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
|
|
3212
3293
|
const argsVdiController_getVdis = {
|
|
3213
3294
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
3214
3295
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3215
3296
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3297
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3216
3298
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3217
3299
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3218
3300
|
};
|
|
@@ -3330,6 +3412,7 @@ export function RegisterRoutes(app) {
|
|
|
3330
3412
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3331
3413
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3332
3414
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3415
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3333
3416
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3334
3417
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3335
3418
|
};
|
|
@@ -3416,6 +3499,7 @@ export function RegisterRoutes(app) {
|
|
|
3416
3499
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3417
3500
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3418
3501
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3502
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3419
3503
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3420
3504
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3421
3505
|
};
|
|
@@ -3448,6 +3532,7 @@ export function RegisterRoutes(app) {
|
|
|
3448
3532
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3449
3533
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3450
3534
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3535
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3451
3536
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3452
3537
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3453
3538
|
};
|
|
@@ -3564,6 +3649,7 @@ export function RegisterRoutes(app) {
|
|
|
3564
3649
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
3565
3650
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3566
3651
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3652
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3567
3653
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3568
3654
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3569
3655
|
};
|
|
@@ -3652,6 +3738,7 @@ export function RegisterRoutes(app) {
|
|
|
3652
3738
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3653
3739
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3654
3740
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3741
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3655
3742
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3656
3743
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3657
3744
|
};
|
|
@@ -3711,6 +3798,7 @@ export function RegisterRoutes(app) {
|
|
|
3711
3798
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3712
3799
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3713
3800
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3801
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3714
3802
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3715
3803
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3716
3804
|
};
|
|
@@ -3743,6 +3831,7 @@ export function RegisterRoutes(app) {
|
|
|
3743
3831
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3744
3832
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3745
3833
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3834
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3746
3835
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3747
3836
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3748
3837
|
};
|
|
@@ -3857,6 +3946,7 @@ export function RegisterRoutes(app) {
|
|
|
3857
3946
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
3858
3947
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3859
3948
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
3949
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3860
3950
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3861
3951
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3862
3952
|
};
|
|
@@ -3943,6 +4033,7 @@ export function RegisterRoutes(app) {
|
|
|
3943
4033
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3944
4034
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3945
4035
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4036
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3946
4037
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3947
4038
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3948
4039
|
};
|
|
@@ -3975,6 +4066,7 @@ export function RegisterRoutes(app) {
|
|
|
3975
4066
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
3976
4067
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
3977
4068
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4069
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
3978
4070
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
3979
4071
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
3980
4072
|
};
|
|
@@ -4007,6 +4099,7 @@ export function RegisterRoutes(app) {
|
|
|
4007
4099
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
4008
4100
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4009
4101
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4102
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4010
4103
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4011
4104
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4012
4105
|
};
|
|
@@ -4094,6 +4187,7 @@ export function RegisterRoutes(app) {
|
|
|
4094
4187
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
4095
4188
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4096
4189
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4190
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4097
4191
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4098
4192
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4099
4193
|
};
|
|
@@ -4235,6 +4329,7 @@ export function RegisterRoutes(app) {
|
|
|
4235
4329
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
4236
4330
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4237
4331
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4332
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4238
4333
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4239
4334
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4240
4335
|
};
|
|
@@ -4297,6 +4392,7 @@ export function RegisterRoutes(app) {
|
|
|
4297
4392
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
4298
4393
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4299
4394
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4395
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4300
4396
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4301
4397
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4302
4398
|
};
|
|
@@ -4383,6 +4479,7 @@ export function RegisterRoutes(app) {
|
|
|
4383
4479
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
4384
4480
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4385
4481
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4482
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4386
4483
|
watch: { "in": "query", "name": "watch", "dataType": "boolean" },
|
|
4387
4484
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4388
4485
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
@@ -4524,6 +4621,7 @@ export function RegisterRoutes(app) {
|
|
|
4524
4621
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
4525
4622
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4526
4623
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4624
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4527
4625
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4528
4626
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4529
4627
|
};
|
|
@@ -4583,6 +4681,7 @@ export function RegisterRoutes(app) {
|
|
|
4583
4681
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
4584
4682
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4585
4683
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4684
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4586
4685
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4587
4686
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4588
4687
|
};
|
|
@@ -4646,6 +4745,7 @@ export function RegisterRoutes(app) {
|
|
|
4646
4745
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
4647
4746
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4648
4747
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4748
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4649
4749
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4650
4750
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4651
4751
|
};
|
|
@@ -4678,6 +4778,7 @@ export function RegisterRoutes(app) {
|
|
|
4678
4778
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
4679
4779
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4680
4780
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4781
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4681
4782
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4682
4783
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4683
4784
|
};
|
|
@@ -4849,6 +4950,7 @@ export function RegisterRoutes(app) {
|
|
|
4849
4950
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
4850
4951
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4851
4952
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
4953
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4852
4954
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4853
4955
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4854
4956
|
};
|
|
@@ -4907,6 +5009,7 @@ export function RegisterRoutes(app) {
|
|
|
4907
5009
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
4908
5010
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
4909
5011
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5012
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
4910
5013
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
4911
5014
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
4912
5015
|
};
|
|
@@ -5076,6 +5179,7 @@ export function RegisterRoutes(app) {
|
|
|
5076
5179
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
5077
5180
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5078
5181
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5182
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5079
5183
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5080
5184
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5081
5185
|
};
|
|
@@ -5107,6 +5211,7 @@ export function RegisterRoutes(app) {
|
|
|
5107
5211
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
5108
5212
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5109
5213
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5214
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5110
5215
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5111
5216
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5112
5217
|
};
|
|
@@ -5193,6 +5298,7 @@ export function RegisterRoutes(app) {
|
|
|
5193
5298
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
5194
5299
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5195
5300
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5301
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5196
5302
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5197
5303
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5198
5304
|
};
|
|
@@ -5251,6 +5357,7 @@ export function RegisterRoutes(app) {
|
|
|
5251
5357
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
5252
5358
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5253
5359
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5360
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5254
5361
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5255
5362
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5256
5363
|
};
|
|
@@ -5309,6 +5416,7 @@ export function RegisterRoutes(app) {
|
|
|
5309
5416
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
5310
5417
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5311
5418
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5419
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5312
5420
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5313
5421
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5314
5422
|
};
|
|
@@ -5367,6 +5475,7 @@ export function RegisterRoutes(app) {
|
|
|
5367
5475
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
5368
5476
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5369
5477
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5478
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5370
5479
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5371
5480
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5372
5481
|
};
|
|
@@ -5712,6 +5821,7 @@ export function RegisterRoutes(app) {
|
|
|
5712
5821
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
5713
5822
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5714
5823
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5824
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5715
5825
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5716
5826
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5717
5827
|
};
|
|
@@ -5771,6 +5881,7 @@ export function RegisterRoutes(app) {
|
|
|
5771
5881
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
5772
5882
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5773
5883
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5884
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5774
5885
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5775
5886
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5776
5887
|
};
|
|
@@ -5859,6 +5970,7 @@ export function RegisterRoutes(app) {
|
|
|
5859
5970
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
5860
5971
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5861
5972
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
5973
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5862
5974
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5863
5975
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5864
5976
|
};
|
|
@@ -5919,6 +6031,7 @@ export function RegisterRoutes(app) {
|
|
|
5919
6031
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
5920
6032
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5921
6033
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6034
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5922
6035
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5923
6036
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5924
6037
|
};
|
|
@@ -5978,6 +6091,7 @@ export function RegisterRoutes(app) {
|
|
|
5978
6091
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
5979
6092
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
5980
6093
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6094
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
5981
6095
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
5982
6096
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
5983
6097
|
};
|
|
@@ -6010,6 +6124,7 @@ export function RegisterRoutes(app) {
|
|
|
6010
6124
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
6011
6125
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6012
6126
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6127
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6013
6128
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6014
6129
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6015
6130
|
};
|
|
@@ -6042,6 +6157,7 @@ export function RegisterRoutes(app) {
|
|
|
6042
6157
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
6043
6158
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6044
6159
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6160
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6045
6161
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6046
6162
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6047
6163
|
};
|
|
@@ -6073,6 +6189,7 @@ export function RegisterRoutes(app) {
|
|
|
6073
6189
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
6074
6190
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6075
6191
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6192
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6076
6193
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6077
6194
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6078
6195
|
};
|
|
@@ -6131,6 +6248,7 @@ export function RegisterRoutes(app) {
|
|
|
6131
6248
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
6132
6249
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6133
6250
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6251
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6134
6252
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6135
6253
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6136
6254
|
};
|
|
@@ -6189,6 +6307,7 @@ export function RegisterRoutes(app) {
|
|
|
6189
6307
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
6190
6308
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6191
6309
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6310
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6192
6311
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6193
6312
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6194
6313
|
};
|
|
@@ -6303,6 +6422,7 @@ export function RegisterRoutes(app) {
|
|
|
6303
6422
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
6304
6423
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6305
6424
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6425
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6306
6426
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6307
6427
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6308
6428
|
};
|
|
@@ -6389,6 +6509,7 @@ export function RegisterRoutes(app) {
|
|
|
6389
6509
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
6390
6510
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6391
6511
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6512
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6392
6513
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6393
6514
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6394
6515
|
};
|
|
@@ -6421,6 +6542,7 @@ export function RegisterRoutes(app) {
|
|
|
6421
6542
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
6422
6543
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6423
6544
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6545
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6424
6546
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6425
6547
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6426
6548
|
};
|
|
@@ -6453,6 +6575,7 @@ export function RegisterRoutes(app) {
|
|
|
6453
6575
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
6454
6576
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6455
6577
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6578
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6456
6579
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6457
6580
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6458
6581
|
};
|
|
@@ -6540,6 +6663,7 @@ export function RegisterRoutes(app) {
|
|
|
6540
6663
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
6541
6664
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6542
6665
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6666
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6543
6667
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6544
6668
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6545
6669
|
};
|
|
@@ -6598,6 +6722,7 @@ export function RegisterRoutes(app) {
|
|
|
6598
6722
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
6599
6723
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6600
6724
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6725
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6601
6726
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6602
6727
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6603
6728
|
};
|
|
@@ -6741,6 +6866,7 @@ export function RegisterRoutes(app) {
|
|
|
6741
6866
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
6742
6867
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6743
6868
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6869
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6744
6870
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6745
6871
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6746
6872
|
};
|
|
@@ -6827,6 +6953,7 @@ export function RegisterRoutes(app) {
|
|
|
6827
6953
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
6828
6954
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6829
6955
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6956
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6830
6957
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6831
6958
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6832
6959
|
};
|
|
@@ -6859,6 +6986,7 @@ export function RegisterRoutes(app) {
|
|
|
6859
6986
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
6860
6987
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
6861
6988
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
6989
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
6862
6990
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
6863
6991
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
6864
6992
|
};
|
|
@@ -7032,6 +7160,7 @@ export function RegisterRoutes(app) {
|
|
|
7032
7160
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
7033
7161
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7034
7162
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7163
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7035
7164
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7036
7165
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7037
7166
|
};
|
|
@@ -7229,6 +7358,7 @@ export function RegisterRoutes(app) {
|
|
|
7229
7358
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
7230
7359
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7231
7360
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7361
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7232
7362
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7233
7363
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7234
7364
|
};
|
|
@@ -7261,6 +7391,7 @@ export function RegisterRoutes(app) {
|
|
|
7261
7391
|
id: { "in": "path", "name": "id", "required": true, "dataType": "string" },
|
|
7262
7392
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7263
7393
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7394
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7264
7395
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7265
7396
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7266
7397
|
};
|
|
@@ -7375,6 +7506,7 @@ export function RegisterRoutes(app) {
|
|
|
7375
7506
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
7376
7507
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7377
7508
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7509
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7378
7510
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7379
7511
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7380
7512
|
};
|
|
@@ -7433,6 +7565,7 @@ export function RegisterRoutes(app) {
|
|
|
7433
7565
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
7434
7566
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7435
7567
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7568
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7436
7569
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7437
7570
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7438
7571
|
};
|
|
@@ -7491,6 +7624,7 @@ export function RegisterRoutes(app) {
|
|
|
7491
7624
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
7492
7625
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7493
7626
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7627
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7494
7628
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7495
7629
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7496
7630
|
};
|
|
@@ -7549,6 +7683,7 @@ export function RegisterRoutes(app) {
|
|
|
7549
7683
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
7550
7684
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7551
7685
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7686
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7552
7687
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7553
7688
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7554
7689
|
};
|
|
@@ -7635,6 +7770,7 @@ export function RegisterRoutes(app) {
|
|
|
7635
7770
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
7636
7771
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7637
7772
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7773
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7638
7774
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7639
7775
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7640
7776
|
};
|
|
@@ -7693,6 +7829,7 @@ export function RegisterRoutes(app) {
|
|
|
7693
7829
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
7694
7830
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7695
7831
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7832
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7696
7833
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7697
7834
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7698
7835
|
};
|
|
@@ -7751,6 +7888,7 @@ export function RegisterRoutes(app) {
|
|
|
7751
7888
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
7752
7889
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7753
7890
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7891
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7754
7892
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7755
7893
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7756
7894
|
};
|
|
@@ -7810,6 +7948,7 @@ export function RegisterRoutes(app) {
|
|
|
7810
7948
|
backupRepositories: { "in": "query", "name": "backup-repository", "dataType": "array", "array": { "dataType": "string" } },
|
|
7811
7949
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7812
7950
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
7951
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7813
7952
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7814
7953
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7815
7954
|
};
|
|
@@ -7868,6 +8007,7 @@ export function RegisterRoutes(app) {
|
|
|
7868
8007
|
req: { "in": "request", "name": "req", "required": true, "dataType": "object" },
|
|
7869
8008
|
fields: { "in": "query", "name": "fields", "dataType": "string" },
|
|
7870
8009
|
ndjson: { "in": "query", "name": "ndjson", "dataType": "boolean" },
|
|
8010
|
+
markdown: { "in": "query", "name": "markdown", "dataType": "boolean" },
|
|
7871
8011
|
filter: { "in": "query", "name": "filter", "dataType": "string" },
|
|
7872
8012
|
limit: { "in": "query", "name": "limit", "dataType": "double" },
|
|
7873
8013
|
};
|