I've noticed the http://hostname/ws/v1/slider/publisher/exports/ <http://c6401.ambari.apache.org:1025/ws/v1/slider/publisher/exports/> only gives you the list of export values, but within each one the entries block are empty. Is it ok have them all embedded in one response so that you can get all information directly from slider AM UI.
On Mon, Jun 1, 2015 at 12:35 PM, Jean-Baptiste Note <jbn...@gmail.com> wrote: > Thanks Gour, > > Indeed it does help; because I can see a way to combine these to avoid > polling. > By monitoring the ZK registry and doing CURL whenever there's a child > change in the registry it looks I can reliably track changes in the export > group, so this is perfect. > I'll let you know how implementation goes :) > > Kind regards, > JB >