Skip to content

Applications REST API

Ben Merrills edited this page May 5, 2015 · 6 revisions

Applications

Method Path Return Model Summary
GET v1/applications Application[] Lists active Stasis applications
POST v1/applications/{name} void Subscribes the proxy to a new Stasis application
DELETE v1/applications/{name} void Disconnects an active Stasis application

GET v1/applications

Gets a list of the active Stasis applications registered on the proxy

POST v1/applications/{name}

Subscribes the proxy to a new Stasis application and registers the control channel on the proxy service bus

DELETE v1/applications/{name}

Deletes a subscription to a Stasis application on the proxy and removes the control channel.

?? This should be a graceful terminate of the Stasis application and complete only once active dialogues within the application have ended ??

Clone this wiki locally