-
Notifications
You must be signed in to change notification settings - Fork 5
Applications REST API
Ben Merrills edited this page May 5, 2015
·
6 revisions
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 |
Gets a list of the active Stasis applications registered on the proxy
Subscribes the proxy to a new Stasis application and registers the control channel on the proxy service bus
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 ??