-
I have added event-based replication rules in the specified project, where users trigger my application to push images to that project. Is it possible to programmatically capture the executed tasks, including image names and status changes, without periodically iterating through the entire replication task list? |
Beta Was this translation helpful? Give feedback.
Answered by
chlins
Jan 22, 2024
Replies: 1 comment
-
You can configure a webhook policy for your project and subscribe to the replication event. When the event occurs, a notification will be sent to your webhook server. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wy65701436
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can configure a webhook policy for your project and subscribe to the replication event. When the event occurs, a notification will be sent to your webhook server.