POST /api/entities/schedule/:entity-type/:entity-name
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.
Rest Call
POST http://localhost:15000/api/entities/schedule/process/SampleProcess
Result
{
"requestId": "default\/ee735c95-98bd-41b8-a705-2e78bcfcdcd9\n",
"message": "default\/SampleProcess(process) scheduled successfully\n",
"status": "SUCCEEDED"
}