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