PUT /a/jobs/user/{JobName}
Create a predefined job to be run directly
Body Parameters
Name | Description | Type | Required |
---|---|---|---|
JobName | Name of the job to create in the user space | string | |
JsonParameters | Json-encoded parameters for this job | string |
Body Example
{
"JobName": "string",
"JsonParameters": "string"
}
Response Example (200)
Response Type /definitions/restUserJobResponse
{
"JobUuid": "string"
}