add deployed application runtime get to REST
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/25b773e6 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/25b773e6 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/25b773e6 Branch: refs/heads/master Commit: 25b773e6d9c5417c5156d5431524ae197e90f7cc Parents: 1a8847d Author: Dakshika Jayathilaka <[email protected]> Authored: Wed Dec 17 16:19:55 2014 +0530 Committer: Udara Liyanage <[email protected]> Committed: Thu Dec 18 12:06:59 2014 +0530 ---------------------------------------------------------------------- .../console/controllers/rest/rest_calls.jag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/25b773e6/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag b/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag index 4e7eb6f..258c105 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag +++ b/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag @@ -135,7 +135,7 @@ RESTCalls = new function(){ }; this.getApplicationTopology = function(appId){ - return this.sendReceive("GET","/applications/" + appId,{}); + return this.sendReceive("GET","/applications/" + appId + '/runtime',{}); }; this.getClusterInfo = function(clusterId){
