blob: 34d166d25ff01a6addb4f5b57026c1513894aaee [file] [log] [blame]
---++ GET /api/entities/status/:entity-type/:entity-name
* <a href="#Description">Description</a>
* <a href="#Parameters">Parameters</a>
* <a href="#Results">Results</a>
* <a href="#Examples">Examples</a>
---++ Description
Get status of the entity.
---++ Parameters
* :entity-type can be cluster, feed or process.
* :entity-name is name of the entity.
---++ Results
Status of the entity.
---++ Examples
---+++ Rest Call
<verbatim>
GET http://localhost:15000/api/entities/status/process/SampleProcess
</verbatim>
---+++ Result
<verbatim>
{
"requestId": "default\/4d35b382-852a-4bc7-9972-b9db3493322a\n",
"message": "default\/SUBMITTED\n",
"status": "SUCCEEDED"
}
</verbatim>