--- Begin Message ---
Instead of making such multiple hops, can we have APIs exposed by Proxmox VE 
which we can use? E.g. API to get consistent snapshot-access to a virtual disk.

This way we have better control on monitoring jobs, API contracts are decided, 
it is also easy to troubleshoot issues on each side, etc. Let me know your 
thoughts on this. With Proxmox VE REST APIs, we already have several APIs for 
nodes/VMs management.



Regards

Prashant



-----Original Message-----
From: Fiona Ebner <f.eb...@proxmox.com>
Sent: 01 April 2025 04:49 PM
To: Prashant Patil <prashant.gamepa...@veritas.com>; Proxmox VE development 
discussion <pve-devel@lists.proxmox.com>; Thomas Lamprecht 
<t.lampre...@proxmox.com>
Cc: Anuradha Joshi <anuradha.jo...@veritas.com>; Sudhir Subbarao 
<sudhir.subba...@veritas.com>; Jason Voneberstein 
<jason.voneberst...@veritas.com>
Subject: Re: [pve-devel] About PVE Backup Integration Guide





CAUTION: This email originated from outside the organization. Do not click 
links or open attachments unless you recognize the sender and know the content 
is safe. If you believe this is a phishing email, use the Report to 
Cybersecurity icon in Outlook.







Am 01.04.25 um 12:59 schrieb Prashant Patil:

> Just for clarity - The backup/restore jobs will be configured on the

> Proxmox VE side, the job gets triggered on Proxmox VE side and that is

> where the provider API comes into picture to take backups to specified

> storage. Is this understanding correct?



Yes, the API is designed for the integrated backup/restore tasks on the Proxmox 
VE side. The implementation of the API methods will serve as a bridge to your 
backup server.



If you really want, nothing prevents to manage your own jobs from the server 
side. You'd just need to issue the relevant API calls via the Proxmox VE REST 
API, e.g.:

1. Your job on the server side decides to run a backup.

2. It sends the 'vzdump' API call to the Proxmox VE node.

3. The Proxmox VE node will call the methods of your backup provider API 
implementation.

4. Inside these methods, you get access to the data that can be transferred to 
your backup server.



Best Regards,

Fiona




This message was sent by an employee of Arctera.

--- End Message ---
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to