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}" } ],