blob: dd97141bf8f83320b1667808135fca6b708678fa [file] [log] [blame]
---++ POST /api/entities/schedule/:entity-type/:entity-name
* <a href="#Description">Description</a>
* <a href="#Parameters">Parameters</a>
* <a href="#Results">Results</a>
* <a href="#Examples">Examples</a>
---++ Description
Schedule an entity.
---++ Parameters
* :entity-type can either be a feed or a process.
* :entity-name is name of the entity.
---++ Results
Result of the schedule command.
---++ Examples
---+++ Rest Call
<verbatim>
POST http://localhost:15000/api/entities/schedule/process/SampleProcess
</verbatim>
---+++ Result
<verbatim>
{
"requestId": "default\/ee735c95-98bd-41b8-a705-2e78bcfcdcd9\n",
"message": "default\/SampleProcess(process) scheduled successfully\n",
"status": "SUCCEEDED"
}
</verbatim>