blob: 8614495ba097273b849dc414a725fad739cf4966 [file] [log] [blame]
---++ POST api/extension/schedule/:job-name
* <a href="#Description">Description</a>
* <a href="#Parameters">Parameters</a>
* <a href="#Results">Results</a>
* <a href="#Examples">Examples</a>
---++ Description
Schedule an extension job.
---++ Parameters
* :job-name Name of the extension job.
* doAs <optional> Impersonate the user.
---++ Results
Result of the schedule operation.
---++ Examples
---+++ Rest Call
<verbatim>
POST http://localhost:15000/api/extension/schedule/sales-monthly
</verbatim>
---+++ Result
<verbatim>
{
"requestId": "e5cc8230-f356-4566-9b65-536abdff8aa3",
"message": "Extension job sales-monthly scheduled successfully",
"status": "SUCCEEDED"
}
</verbatim>