This project has retired. For details please refer to its Attic page.
Falcon - POST /api/entities/schedule/:entity-type/:entity-name

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.

Examples

Rest Call

POST http://localhost:15000/api/entities/schedule/process/SampleProcess
Remote-User: rgautam

Result

{
    "requestId": "default\/ee735c95-98bd-41b8-a705-2e78bcfcdcd9\n",
    "message": "default\/SampleProcess(process) scheduled successfully\n",
    "status": "SUCCEEDED"
}