diff --git a/PVE/API2/Replication.pm b/PVE/API2/Replication.pm index b15ad11e..a57237c7 100644 --- a/PVE/API2/Replication.pm +++ b/PVE/API2/Replication.pm @@ -69,7 +69,7 @@ __PACKAGE__->register_method ({ type => "object", properties => {}, }, - links => [ { rel => 'child', href => "{vmid}" } ], + links => [ { rel => 'child', href => "{id}" } ], }, code => sub { my ($param) = @_; diff --git a/PVE/API2/ReplicationConfig.pm b/PVE/API2/ReplicationConfig.pm index 0095bf37..69d56aed 100644 --- a/PVE/API2/ReplicationConfig.pm +++ b/PVE/API2/ReplicationConfig.pm @@ -32,7 +32,7 @@ __PACKAGE__->register_method ({ type => "object", properties => {}, }, - links => [ { rel => 'child', href => "{vmid}" } ], + links => [ { rel => 'child', href => "{id}" } ], }, code => sub { my ($param) = @_;