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