is-molly commented on issue #10354:
URL: https://github.com/apache/seatunnel/issues/10354#issuecomment-3759387719

   Sorry, due to development restrictions on the company's internal network, I 
cannot provide you with the actual situation. My request is similar to the 
following:
   
   ```bash
   curl -X POST 
"http://your-api-domain/submit-job?jobId=job-12345&jobName=my-first-job&isStartWithSavePoint=true&format=json";
 \
     -H "Content-Type: application/json" \
     -d '{
       "env": {
         "job.mode": "STREAMING"
       }
       ...
     }'
   ```
   
   I can confirm that all required parameters have been passed. Could it be 
that the v2 API has issues with parsing the parameters? Please help investigate 
this.
   
   
![Image](https://github.com/user-attachments/assets/92c4417d-bd64-43fc-b46d-b65aa8626f50)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to