[pve-devel] [PATCH manager v6 05/16] api: replication: add 'job-id' to notification metadata
Lukas Wagner
l.wagner at proxmox.com
Mon Apr 22 10:31:05 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 0dc944c9..5d75f8da 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",
+ "job-id" => $job->{id},
};
eval {
--
2.39.2
More information about the pve-devel
mailing list