Why replication webhook show so strange output? #19957
-
I follow the configure webhooks guide to configure replication wehbhooks, but receive so strange message of {
"type":"REPLICATION",
"occur_at":1707127076,
"operator":"EVENT",
"event_data":{
"replication":{
"harbor_hostname":"reg.deeproute.ai",
"job_status":"Success",
"description":"",
"artifact_type":"artifact",
"authentication_type":"basic",
"override_mode":true,
"trigger_type":"EVENT",
"policy_creator":"zhihuanzhu",
"execution_timestamp":1707127075,
"src_resource":{
"registry_type":"harbor",
"endpoint":"https://reg.deeproute.ai",
"namespace":"deeproute-public"
},
"dest_resource":{
"registry_name":"Tencent",
"registry_type":"docker-registry",
"endpoint":"https://ccr.ccs.tencentyun.com",
"namespace":"deeproute-tke"
},
"successful_artifact":[
{
"type":"artifact",
"status":"Success",
"name_tag":"busybox [1 item(s) in total]"
}
]
}
}
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Could you please confirm the tag exists for the busybox artifact? some artifact accessory doesn't have any tag. |
Beta Was this translation helpful? Give feedback.
-
Yes, the original webhook payload is not clear enough, and we resolved it in the v2.10, see #19035 for reference. |
Beta Was this translation helpful? Give feedback.
Yes, the original webhook payload is not clear enough, and we resolved it in the v2.10, see #19035 for reference.