---++ POST api/entities/submit/:entity-type * Description * Parameters * Results * Examples ---++ Description Submit the given entity. ---++ Parameters * :entity-type can be cluster, feed or process. * doAs allows the current user to impersonate the user passed in doAs when interacting with the Falcon system. ---++ Results Result of the submission. ---++ Examples ---+++ Rest Call POST http://localhost:15000/api/entities/submit/feed group hours(1) ---+++ Result { "requestId": "default\/d72a41f7-6420-487b-8199-62d66e492e35\n", "message": "default\/Submit successful (feed) SampleInput\n", "status": "SUCCEEDED" } ---+++ Rest Call POST http://localhost:15000/api/entities/submit/process?doAs=joe 1 FIFO hours(1) ---+++ Result { "requestId": "default\/e5cc8230-f356-4566-9b65-536abdff8aa3\n", "message": "default\/Submit successful (process) SampleProcess\n", "status": "SUCCEEDED" }