[pve-devel] [PATCH manager v7 05/19] api: replication: add 'job-id' to notification metadata
Lukas Wagner
l.wagner at proxmox.com
Mon Jun 10 10:40:24 CEST 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 d84ac1ab..6208a1a2 100644
--- a/PVE/API2/Replication.pm
+++ b/PVE/API2/Replication.pm
@@ -123,8 +123,8 @@ my sub _handle_job_err {
};
my $metadata_fields = {
- # TODO: Add job-id?
type => "replication",
+ "job-id" => $job->{id},
};
eval {
--
2.39.2
More information about the pve-devel
mailing list