Job request handler is supporting following resources: GET /v1/job/:jid Return details about one particular job with id :jid or about all of them if :jid equals to "all". POST /v1/job Create new job PUT /v1/job/:jid Update job with id :jid. PUT /v1/job/:jid/enable Enable job with id :jid PUT /v1/job/:jid/disable Disable job with id :jid DELETE /v1/job/:jid Remove job with id :jid Planned resources: GET /v1/job Get brief list of all jobs present in the system. This resource is not yet implemented.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.