---++ POST /api/entities/suspend/:entity-type/:entity-name
* Description
* Parameters
* Results
* Examples
---++ Description
Suspend an entity.
---++ Parameters
* :entity-type can either be a feed or a process.
* :entity-name is name of the entity.
---++ Results
Status of the entity.
---++ Examples
---+++ Rest Call
POST http://localhost:15000/api/entities/suspend/process/SampleProcess
---+++ Result
{
"requestId": "default\/fe5f2b6c-1f2e-49fc-af3a-342079f0b46b\n",
"message": "default\/SampleProcess(process) suspended successfully\n",
"status": "SUCCEEDED"
}