[
https://issues.apache.org/jira/browse/MESOS-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Mahler updated MESOS-2067:
-----------------------------------
Description:
Based on MESOS-1474, we'd like to provide an HTTP API on the master for the
maintenance primitives in mesos.
Something like this for manipulating the schedule:
# GET /maintenance/schedule
# POST /maintenance/schedule (authenticated): many hosts
# POST /maintenance/schedule/<hostname> (authenticated): single host
# DELETE /maintenance/schedule/<hostname> (authenticated): single host
Something like this for checking the status / progress:
# GET /maintenance/status
These need to be authenticated and authorized.
was:
Based on MESOS-1474, we'd like to provide an HTTP API on the master for the
maintenance primitives in mesos.
Something like this for manipulating the schedule:
# GET /maintenance/schedule
# POST /maintenance/schedule (authenticated): many hosts
# POST /maintenance/schedule/<hostname> (authenticated): single host
# DELETE /maintenance/schedule/<hostname> (authenticated): single host
Something like this for checking the status / progress:
# GET /maintenace/status
These need to be authenticated and authorized.
> Add HTTP API to the master for maintenance operations.
> ------------------------------------------------------
>
> Key: MESOS-2067
> URL: https://issues.apache.org/jira/browse/MESOS-2067
> Project: Mesos
> Issue Type: Task
> Components: master
> Reporter: Benjamin Mahler
> Labels: twitter
>
> Based on MESOS-1474, we'd like to provide an HTTP API on the master for the
> maintenance primitives in mesos.
> Something like this for manipulating the schedule:
> # GET /maintenance/schedule
> # POST /maintenance/schedule (authenticated): many hosts
> # POST /maintenance/schedule/<hostname> (authenticated): single host
> # DELETE /maintenance/schedule/<hostname> (authenticated): single host
> Something like this for checking the status / progress:
> # GET /maintenance/status
> These need to be authenticated and authorized.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)