Appearance
POST
/job/job-configuration/configurations/{id}/executeRequired scope:
viskan:jobconfig:updateTriggers manual execution of a job configuration.
Parameters
Path parameters
id integerThe unique identifier of the job configuration to execute.
Response
The job was executed.
JSON
{
"status": "OK",
"messages": [
{
"severity": "INFO",
"description": "..."
}
]
}
| Error code | Description |
|---|---|
config-not-found | The configuration with the given ID was not found. |
execution-not-allowed | The user is not allowed to execute this configuration. |