You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ud...@apache.org on 2014/12/18 07:38:49 UTC

[47/50] [abbrv] stratos git commit: add deployed application runtime get to REST

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 <si...@gmail.com>
Authored: Wed Dec 17 16:19:55 2014 +0530
Committer: Udara Liyanage <ud...@wso2.com>
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){