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

POST /api/entities/resume/:entity-type/:entity-name

Description

Resume a supended entity.

Parameters

  • :entity-type can either be a feed or a process.
  • :entity-name is name of the entity.

Results

Result of the resume command.

Examples

Rest Call

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

Result

{
    "requestId": "default\/106582a9-130f-4903-8b8f-f95d7b286c30\n",
    "message": "default\/SampleProcess(process) resumed successfully\n",
    "status": "SUCCEEDED"
}