Quick answer:
1. No. Currently can do this through web api. But we have rest api in
seatunnel. You can refer
https://seatunnel.apache.org/docs/2.3.6/seatunnel-engine/rest-api
2. No. We need develop this feature.
3. We can use rest api which mentioned in 1.

> is there something planned to add these features in future?
Yes. These requirements are all features that the web needs, and we need to
iterate and support them.

BTW. Thanks Mohammad for your work on web.





Arshad, Mohammad <[email protected]> 于2024年8月12日周一 19:02写道:

> Hi All
> I am exploring to  integrate seatunnel-web with our existing pipeline
> system.
> This pipeline system will interact with seatunnel-web through REST API.
> I have few questions, can you please help me with the answers, if you know?
>
> 1. The current REST APIs for seatunnel-web are designed with a focus on
> consumption from the web UI.
> For example to create a job we need to invoke following four APIs.
> POST seatunnel/api/v1/job/definition
> POST seatunnel/api/v1/job/task/{jobVersionId} as many times as the number
> of steps in job
> PUT seatunnel/api/v1/job/config/{jobVersionId}
> POST seatunnel/api/v1/job/dag/{jobVersionId}
>
> is there any API to create a job in single API call?
>
> 2. There is no API available to execute a job with parameters.
> 3. None of the APIs returning the cause of the job failure. It will be
> unknown to user why the job failed.
>
> is there something planned to add these features in future?
> is there something already available which I am missing?
>
> Thanks & Regards
> Mohammad Arshad
>
>

Reply via email to