Re: get applicationDeployments on REST API

2014-12-14 Thread Udara Liyanage
Hi, +1 currently app is parsed and stored in registry. When deployment policy is deployed, topology get updated with runtime data. So original definition is not there anymore. Need to store the definition in registry upon successfully parsing. Touched, not typed. Erroneous words are a feature,

Re: get applicationDeployments on REST API

2014-12-14 Thread Shiroshica Kulatilake
+1 - we need to be able to identify which applications have been deployed. Currently there is no GET on this On Sun, Dec 14, 2014 at 6:15 PM, Dakshika Jayathilaka wrote: > > Hi Devs, > > We need to have GET applicationDeployments/ endpoint on REST API to list > down all application deployment de

get applicationDeployments on REST API

2014-12-14 Thread Dakshika Jayathilaka
Hi Devs, We need to have GET applicationDeployments/ endpoint on REST API to list down all application deployment definitions. currently we have POST and DELETE only. I tried to use GET /deploymentPolicies, seems it return incorrect output. Can Someone have a look Thank you. Bst Regards, *Dak