Jobsdefs

GET /jobsdefs

Get the job’s definitions

Response JSON Object:
 
  • [key].autostart (boolean) –
  • [key].dependencies[] (string) –
  • [key].template (string) –

Example response:

{}
POST /jobsdefs

Set the job’s definitions

Request JSON Object:
 
  • [key].autostart (boolean) –
  • [key].dependencies[] (string) –
  • [key].template (string) –
Query Parameters:
 
  • force – Skip the service running check

Example query:

{}
DELETE /jobsdefs

Delete all job’s definitions

DELETE /jobsdefs/{jobID}

Delete a job definition

Parameters:
  • jobID – The job ID