Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Relative URLHTTP MethodContent TypesResponses
Job Module
/Job

GET

text/htmlJobs index page
application/jsonJobs list
application/xmlJobs list
/Schedule

GET

text/htmlSchedules index page
application/jsonSchedules list
application/xmlSchedules list
/Job/Create

GET

text/htmlCreate Job page
application/jsonNew job with initial values
application/xmlNew job with initial values
/Job/CreateSchedule

GET

text/htmlCreate Schedule page
application/jsonNew schedule with initial values
application/xmlNew schedule with initial values
/Job/Details/{key}

GET

text/htmlJob details page
application/jsonJob details
application/xmlJob details
/Job/Edit/{key}

GET

text/htmlJob edit page
application/jsonJob details
application/xmlJob details
/Job/GetJobsPOSTapplication/jsonJobs list
application/xmlJobs list
/Job/GetSchedulableJobsPOSTapplication/jsonSchedules list
application/xmlSchedules list
/Job/GetJobWatchers/{key}POSTapplication/jsonJob watchers list
application/xmlJob watchers list
/Job/ReloadExecuteModal/{key}

GET

text/htmlHtml of the execute job modal dialog
application/jsonJob details
application/xmlJob detailstext/htmlHtml of the execute job modal dialog
Job Execution Module
/JobExecution

GET

text/htmlCompleted job executions index page
application/jsonCompleted job executions list
application/xmlCompleted job executions list
/JobExecution/Running

GET

text/htmlRunning regular job executions index page
application/jsonRunning regular job executions list
application/xmlRunning regular job executions list
/JobExecution/Details/{id}

GET

text/htmlJob execution details page
application/jsonJob execution details
application/xmlJob execution details
/JobExecution/JsonDetails/{id}GETapplication/jsonJob execution details
application/xmlJob execution details
/JobExecution/Output/{id}

GET

text/htmlJob execution output page
application/jsonJob execution details without the output
application/xmlJob execution details without the output
/JobExecution/GetAllHistoryJobsPOSTapplication/jsonCompleted job executions list
application/xmlCompleted job executions list
/JobExecution/GetHistoryJob/{key}POSTapplication/jsonCompleted executions list of a certain job
application/xmlCompleted executions list of a certain job
/JobExecution/GetRunningJobsPOSTapplication/jsonCompleted executions list of a certain job
application/xmlCompleted executions list of a certain job
/JobExecution/GetUpcomingJobsPOSTapplication/jsonList of running schedule jobs where no child job is executing
application/xmlList of running schedule jobs where no child job is executing
/JobExecution/GetRecentHistoryRegularJobsPOSTapplication/jsonList of recent job executions of a regular job
application/xmlList of recent job executions of a regular job
/JobExecution/GetRunningForJob/{key}POSTapplication/jsonList of running executions of a job
application/xmlList of running executions of a job
/JobExecution/GetChildJobsView/{id}

GET

text/htmlPartial view of child jobs execution and their status
application/jsonParent job execution details
application/xmlParent job execution details
Role Module
/Role

GET

text/htmlRoles index page
application/jsonRoles list
application/xmlRoles list
/Role/Details/{id}

GET

text/htmlRole details page
application/jsonRole details
application/xmlRole details
/Role/Create

GET

text/htmlCreate role page
application/jsonNew role with initial values
application/xmlNew role with initial values
/Role/Edit/{id}

GET

text/htmlEdit role page
application/jsonRole details
application/xmlRole details
/Role/GetRolesPOSTapplication/jsonRoles list
application/xmlRoles list
User Module
/User

GET

text/htmlUsers index page
application/jsonUsers list
application/xmlUsers list
/User/Details/{id}

GET

text/htmlUser details page
application/jsonUser details
application/xmlUser details
/User/Create

GET

text/htmlCreate User page
application/jsonNew user with initial values
application/xmlNew user with initial values
/User/Edit/{id}

GET

text/htmlEdit user page
application/jsonUser details
application/xmlUser details
/User/GetUsersGETapplication/jsonUsers list
application/xmlUsers list
Settings Module
/SettingsGETapplication/jsonSettings index page
application/xmlSettings details
/Settings/EditGETapplication/jsonSettings index page
application/xmlSettings details

...