[pve-devel] [PATCH manager v4 05/18] api: replication: add 'replication-job' to notification metadata
Lukas Wagner
l.wagner at proxmox.com
Wed Feb 28 11:00:53 CET 2024
This allows users to create notification match rules for specific
replication jobs, if they so desire.
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
PVE/API2/Replication.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/Replication.pm b/PVE/API2/Replication.pm
index 0dc944c9..703640f5 100644
--- a/PVE/API2/Replication.pm
+++ b/PVE/API2/Replication.pm
@@ -140,8 +140,8 @@ my sub _handle_job_err {
};
my $metadata_fields = {
- # TODO: Add job-id?
type => "replication",
+ "replication-job" => $job->{id},
};
eval {
--
2.39.2
More information about the pve-devel
mailing list