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/0b157bfa Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0b157bfa Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0b157bfa Branch: refs/heads/4.1.0-test Commit: 0b157bfa262e67b6d34dc0cd3b56e4cc708b190d Parents: f056fae Author: Dakshika Jayathilaka <[email protected]> Authored: Wed Dec 17 16:19:55 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Thu Dec 18 11:28:07 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/0b157bfa/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){
