How to add path parameter and query parameter for HTTP Trigger of Sensor ? #1460
Unanswered
anencore94
asked this question in
Q&A
Replies: 1 comment
-
|
Check if this helps. https://github.com/argoproj/argo-events/blob/master/docs/tutorials/02-parameterization.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Threre are examples for how to add payload for HTTP trigger such as:
However I'd like to request an HTTP such as
where
8cbce8e7-a9e9-436f-952a-b4b26ddb9c96andSUCCEEDis a dynamic value from an event data.There is a
parametersfield in https://github.com/argoproj/argo-events/blob/master/pkg/apis/sensor/v1alpha1/types.go#L410-L439, but I have no idea, how to useParametersAny Guide would be helpful. Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions