You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already asked here - but maybe I'll get a answer in this repo faster. The question is more about the publishing process in portal (Portal REST API), but maybe someone here is familiar with this process as well:
"The job ID of the publishing process. All publishing operations are executed asynchronously. The caller is supposed to hold on to the job ID and check for job status. The status can be checked using Status passing in jobTypeas a query parameter, for example, jobType set as publish."
We want to keep our internal API as coherent and generic as possible so it would be a good feature to cancel a running job as well. Is there a way to cancel a running publish-job using the jobid?
The text was updated successfully, but these errors were encountered:
I already asked here - but maybe I'll get a answer in this repo faster. The question is more about the publishing process in portal (Portal REST API), but maybe someone here is familiar with this process as well:
We are using the https://developers.arcgis.com/rest/users-groups-and-items/publish-item.htm endpoint to publish SLPK files. Based on the documentation it is possible to query the current status of the job by the responding jobId:
"The job ID of the publishing process. All publishing operations are executed asynchronously. The caller is supposed to hold on to the job ID and check for job status. The status can be checked using Status passing in jobTypeas a query parameter, for example, jobType set as publish."
We want to keep our internal API as coherent and generic as possible so it would be a good feature to cancel a running job as well. Is there a way to cancel a running publish-job using the jobid?
The text was updated successfully, but these errors were encountered: