| body |
String |
Body is content of the HTTP Request |
[optional] |
| body_from |
IoArgoprojWorkflowV1alpha1HTTPBodySource |
BodyFrom is content of the HTTP Request as Bytes |
[optional] |
| headers |
Array<IoArgoprojWorkflowV1alpha1HTTPHeader> |
Headers are an optional list of headers to send with HTTP requests |
[optional] |
| insecure_skip_verify |
BOOLEAN |
InsecureSkipVerify is a bool when if set to true will skip TLS verification for the HTTP client |
[optional] |
| method |
String |
Method is HTTP methods for HTTP Request |
[optional] |
| success_condition |
String |
SuccessCondition is an expression if evaluated to true is considered successful |
[optional] |
| timeout_seconds |
Integer |
TimeoutSeconds is request timeout for HTTP Request. Default is 30 seconds |
[optional] |
| url |
String |
URL of the HTTP Request |
|