Apache Mesos Scheduler HTTP API

The Mesos Scheduler HTTP API at /api/v1/scheduler enables framework schedulers to subscribe to resource offers, launch tasks, kill tasks, reconcile status, and manage framework lifecycle over a persistent HTTP connection with RecordIO-encoded streaming responses.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-mesos:mesos-scheduler-http-api
name: Apache Mesos Scheduler HTTP API
description: The Mesos Scheduler HTTP API at /api/v1/scheduler enables framework schedulers to subscribe
  to resource offers, launch tasks, kill tasks, reconcile status, and manage framework lifecycle over
  a persistent HTTP connection with RecordIO-encoded streaming responses.
humanURL: https://mesos.apache.org/documentation/latest/scheduler-http-api/
tags:
- Framework
- HTTP API
- Scheduling
- Tasks
properties:
- type: Documentation
  url: https://mesos.apache.org/documentation/latest/scheduler-http-api/
- type: GitHubRepository
  url: https://github.com/apache/mesos