InvokeRestApiRequest
class InvokeRestApiRequest
Types
Properties
Link copied to clipboard
The HTTP method used for making Airflow REST API calls. For example, POST.
Link copied to clipboard
The Apache Airflow REST API endpoint path to be called. For example, /dags/123456/clearTaskInstances. For more information, see Apache Airflow API
Link copied to clipboard
Query parameters to be included in the Apache Airflow REST API call, provided as a JSON object.