swsnu / ReMon

0 stars 0 forks source link

REST API provided by REEF webserver #1

Closed yunseong closed 10 years ago

yunseong commented 10 years ago

This is description for the REST API provided by REEF webserver. We can use these for the base API of ReMon.

Uri Specification http://host:port/reef/v1 (All results are given as JSON format with REST API version 1)

/evaluators get all evaluator ids /evaluators/?id={id}&... get the status of evaluator of id

/driver driverId, startTime, serviceInfoList

/close

/kill kill the driver /logfile write out from the log file

elnn commented 10 years ago

This API design is good for the base. I think it would be better to use slashes instead of question marks. Since there is no such API for getting metrics and other stuffs what we intended for ReMon, we should extend this API later. I wrote the first API documentation on project wiki.