Signed-off-by: Dietmar Maurer <diet...@proxmox.com> --- PVE/API2/Storage/Content.pm | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/PVE/API2/Storage/Content.pm b/PVE/API2/Storage/Content.pm index ce89ec5..80c9501 100644 --- a/PVE/API2/Storage/Content.pm +++ b/PVE/API2/Storage/Content.pm @@ -81,6 +81,12 @@ __PACKAGE__->register_method ({ renderer => 'bytes', optional => 1, }, + ctime => { + description => "Creation time (Unix epoch). Currently only set for backup volumes.", + type => 'integer', + minimum => 0, + optional => 1, + }, }, }, links => [ { rel => 'child', href => "{volid}" } ], -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel