POST jobs/submit

Description:

submit a job; return new job id

URL pattern:

.../jobs/submit

Formats:

xml, json

HTTP Method:

POST

Parameters:

name

value

optional?

user

user_name or user_id

no

sec_teken

authentication token

no

workflow

workflow_id

no

input

inputs in xml

no

Response:

{
	"jobs": {
		"job_id": 12345
	}
}
  • No labels