cloudstack/ui/src/utils
Abhishek Kumar a1959f2dc2
backup: veeam kvm integration (#12991)
This PR introduces the initial implementation of Veeam integration support for KVM in CloudStack by adding a UHAPI-compatible server and image server components.

Veeam Backup & Replication interacts with virtualization platforms using its Universal Hypervisor API (UHAPI). To enable backup and restore workflows for CloudStack-managed KVM environments, this change introduces a UHAPI server that exposes CloudStack resources through a UHAPI-compatible interface.

In addition to the control plane APIs, an image server component is introduced to handle the data transfer operations required during backup and restore workflows.


The integration consists of two main components:

1. UHAPI Server (Control Plane) named CloudStack Veeam Control Service

A lightweight UHAPI server runs inside the CloudStack management server and exposes endpoints under:

/ovirt-engine
    - /api - For APIs
    - /sso - For authentication
    - /services/pki-resource - For certificates

This server provides inventory discovery APIs required by Veeam and translates CloudStack resources into the structures expected by UHAPI.

The server:

- exposes infrastructure inventory
- handles authentication and session tokens
- maps CloudStack resources to UHAPI-compatible representations


2. Image Server (Data Plane) named CloudStack Image Service

A separate image server component is introduced to handle backup and restore data transfer operations.

This component:

- serves disk image data during backup
- receives image data during restore operations
- exposes endpoints used by Veeam worker components
- integrates with CloudStack storage to read and write VM disk data

The separation between both these components server ensures that:

- metadata APIs and control operations remain lightweight
- bulk image transfer operations are handled independently

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com>
Co-authored-by: abh1sar <abhisar.sinha@gmail.com>
Co-authored-by: Wei Zhou <weizhou@apache.org>
2026-06-08 08:47:00 +02:00
..
acsrepo ui: introduce section-level “advisories” with quick-fix actions (#11763) 2026-01-29 09:37:52 +02:00
helper UI: Upgrade to Vue3 library (#5151) 2022-03-09 09:47:09 -03:00
timezone storage: recurring volume snapshot form (#99) 2021-01-20 07:06:15 +05:30
auth.js src: add apache v2.0 license header to files 2021-01-20 07:06:14 +05:30
axios.js UI: Upgrade to Vue3 library (#5151) 2022-03-09 09:47:09 -03:00
date.js Improvements to quota tariffs APIs and UI (#9225) 2024-08-15 14:16:44 -03:00
device.js ui: Admin, account and project dashboard improvements (#8193) 2023-11-08 10:08:05 +01:00
directives.js UI: Upgrade to Vue3 library (#5151) 2022-03-09 09:47:09 -03:00
domUtil.js primate: Add support for UI customisation (#372) 2021-01-20 07:06:19 +05:30
extension.js Extensions Framework & Orchestrate Anything (#9752) 2025-07-28 10:41:17 +05:30
filter.js UI: Upgrade to Vue3 library (#5151) 2022-03-09 09:47:09 -03:00
guiTheme.js Add support for new variables to the GUI whitelabel runtime system (#12760) 2026-04-17 10:59:50 -03:00
icons.js icons: add support for Debian os icon 2021-01-20 07:06:15 +05:30
links.js backup: veeam kvm integration (#12991) 2026-06-08 08:47:00 +02:00
mixin.js UI: Fixes removing undesired API parameters on form submit (#6196) 2022-04-07 11:00:02 -03:00
network.js Enhance VPC Network Tier form to auto-populate Gateway, and Netmask (#10617) 2025-03-28 18:59:43 +01:00
permissions.js src: add apache v2.0 license header to files 2021-01-20 07:06:14 +05:30
plugins.js Merge remote-tracking branch 'apache/4.22' 2026-01-28 11:33:03 +05:30
quota.js Correct quota type indexes (#11085) 2025-07-03 09:45:35 +02:00
renderIcon.js Update GUI Kubernetes logo (#11895) 2025-11-11 18:13:00 +01:00
request.js [UI] Fix for the login url with nested redirect parameters (#12356) 2026-01-12 12:11:45 +05:30
sort.js ui: improve sort utility for metrics (#9247) 2024-06-14 12:13:02 +05:30
storage.js src: add apache v2.0 license header to files 2021-01-20 07:06:14 +05:30
util.js UI: Add validator for CIDR being passed (#11465) 2025-10-13 11:18:32 +02:00
zone.js Hide register template, create/upload volume and create vpc buttons when zone is not created. (#10243) 2025-02-04 12:33:07 +01:00