Re: Documentation for ACCEPT HTTP API

2016-07-05 Thread Artem Harutyunyan
- the list Hi Giulio, You probably remember me, I used to work with Predrag and Jakob and we met when BenH was at CERN. Please let me know how it goes with using HTTP API. The documentation is indeed rough on edges so I am not surprised you're having questions. I'll be happy to setup a google

Re: Documentation for ACCEPT HTTP API

2016-07-04 Thread Giulio Eulisse
gt; From: Giulio Eulisse <giulio.euli...@gmail.com> > To: "user@mesos.apache.org" <user@mesos.apache.org> > Cc: > Subject: Documentation for ACCEPT HTTP API > > Date: Mon, Jul 4, 2016 6:01 PM > > Dear all, > > I've started writing a simple framew

Re: Documentation for ACCEPT HTTP API

2016-07-04 Thread Jay JN Guo
Hi Giulio,   For scheduler/executor HTTP API, please refer to: http://mesos.apache.org/documentation/latest/scheduler-http-api/ http://mesos.apache.org/documentation/latest/executor-http-api/   If you find anything missing there, let us know.   Also, we are working on Operator HTTP API

Documentation for ACCEPT HTTP API

2016-07-04 Thread Giulio Eulisse
Dear all, I've started writing a simple framework using node.js and the HTTP Scheduler API. I've managed to subscribe to the event stream, parse messages and decline offers quite easily, however I'm having a bit of trouble accepting the offers and launching tasks, since I cannot find any complete