Manage Jobs (deprecated)
Run Command
Run Command on Job
post/spaces/{spaceId}/job/{jobId}/execute
Path parameters
spaceIdstring required
The unique identifier of the space.
jobIdstring required
The unique identifier of the job.
Query parameters
command'start' | 'retry' | 'abort' | 'createUploadUrl' required
Command
urlCountnumber
The number of upload URLs need to be created. It is only applicable when command=createUploadUrl.
Allowed range : 1-1000
Response
The Job
Example response
{
"type": "Import",
"description": "This job imports some GeoJSON data to my space",
"source": {
"type": "Files"
},
"target": {
"type": "Space",
"id": "sdkeuh7"
}
}