---++ GET /api/entities/status/:entity-type/:entity-name * Description * Parameters * Results * Examples ---++ Description Get status of the entity. ---++ Parameters * :entity-type can be cluster, feed or 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 Status of the entity. ---++ Examples ---+++ Rest Call GET http://localhost:15000/api/entities/status/process/SampleProcess?doAs=joe ---+++ Result { "requestId": "default\/4d35b382-852a-4bc7-9972-b9db3493322a\n", "message": "default\/SUBMITTED\n", "status": "SUCCEEDED" }