---++ POST /api/entities/resume/:entity-type/:entity-name * Description * Parameters * Results * Examples ---++ Description Resume a supended entity. ---++ Parameters * :entity-type can either be a feed or a process. * :entity-name is name of the entity. * doAs allows the current user to impersonate the user passed in doAs when interacting with the Falcon system. ---++ Results Result of the resume command. ---++ Examples ---+++ Rest Call POST http://localhost:15000/api/entities/resume/process/SampleProcess?doAs=joe ---+++ Result { "requestId": "default\/106582a9-130f-4903-8b8f-f95d7b286c30\n", "message": "default\/SampleProcess(process) resumed successfully\n", "status": "SUCCEEDED" }