ds_raw_post
Send raw POST requests to the DolphinScheduler API by specifying the endpoint path and optional form data or JSON body.
Instructions
Pass POST through to DolphinScheduler API.
Args: path: API path (starting with /) form_data_json: form-urlencoded params as a JSON string (choose one) json_body_json: JSON body as a JSON string (choose one)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| form_data_json | No | ||
| json_body_json | No |