]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Storage/Content.pm
api: content: pass encrypted status for PBS backups
[pve-storage.git] / PVE / API2 / Storage / Content.pm
index eac6343e86159ef884ba45ae0e57839174ddbf46..349231df9fc71d1b6e4eafb1259dfdb5fee4e124 100644 (file)
@@ -92,6 +92,12 @@ __PACKAGE__->register_method ({
                    type => 'string',
                    optional => 1,
                },
+               encrypted => {
+                   description => "If whole backup is encrypted, value is the fingerprint or '1' "
+                       ." if encrypted. Only useful for the Proxmox Backup Server storage type.",
+                   type => 'string',
+                   optional => 1,
+               },
                verification => {
                    description => "Last backup verification result, only useful for PBS storages.",
                    type => 'object',