cURL
curl --request POST \ --url https://cloud.cdata.com/api/job/{jobId}/stop \ --header 'Authorization: Bearer <token>'
Administrators, impersonating a service user, can use this call to stop the specified job.
JWT token authentication. Include the token in the Authorization header as 'Bearer '.
The Id of the job you want to stop.
OK
このページは役に立ちましたか?