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