[pve-devel] API Return Values
Dietmar Maurer
dietmar at proxmox.com
Fri Oct 20 20:48:49 CEST 2017
> I need the backup ID because I may need to make an update or delete call at
> some point in the future.
The problem is that we have absolute no guarantees about IDs - they are
just unique at a specific point in time. But if a user delete and
recreates a resource the ID may get re-used. So we would have to make
sure that this would not happen.
But maybe this is not really a issue?
More information about the pve-devel
mailing list