Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.23 KB

IoArgoprojWorkflowV1alpha1HTTP.md

File metadata and controls

17 lines (13 loc) · 1.23 KB

IoArgoprojWorkflowV1alpha1HTTP

Properties

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

[Back to Model list] [Back to API list] [Back to README]