/v1/configurations
/v1/configurations/target
/v1/configurations/targetId
/v1/configurations/{configurationId}
/v1/connection/core-site.xml
/v1/connection/hdfs-site.xml
/v1/nodes/replace
/v1/nodes/restart
/v1/plan
/v1/plan/continue
/v1/plan/forceComplete
/v1/plan/interrupt
/v1/plan/restart
/v1/plan/status
/v1/state/frameworkId
/v1/state/properties
/v1/state/properties/{key}
/v1/state/tasks
/v1/state/tasks/info/{taskName}
/v1/state/tasks/status/{taskName}
http://192.168.2.210:5050/master/frameworks
http://192.168.2.170/mesos/master/state-summary
http://192.168.2.170/mesos/state-summary
curl -X "DELETE" http://192.168.2.210:8080/v2/deployments/9872683b-f970-409e-9b80-aa5aadd6b6eb?force=true
curl -X POST http://192.168.2.210/service/marathon/v2/apps/cassandra/restart -d 'force=true'
curl -X POST [http://192.168.2.210/service/maDELETE](http://192.168.2.210/service/maDELETE) 192.168.2.210/service/marathon/v2/deployments/c031a078-fd44-4a94-95a5-20733d52da54
curl -X GET http://192.168.2.210/service/maDELETE 192.168.2.210/service/marathon/v2/deployments
curl -X DELETE 192.168.2.210/service/marathon/v2/deployments/c031a078-fd44-4a94-95a5-20733d52da54
curl -X GET [http://192.168.2.210/service/marathon/DELETE](http://192.168.2.210/service/maDELETE) 192.168.2.210/service/marathon/v2/deployments
curl -X POST http://192.168.2.210/service/marathon/v2/apps/cassandra/restart -d 'force=true'
curl -X POST http://192.168.2.210/service/marathon/v2/apps/cassandra/restart
curl -X POST -H "Content-Type: application/json" http://192.168.2.210:5050/api/v1/scheduler -d@teardown.json
{
"framework\_id" : {"value" : "framework id"},
"type" : "TEARDOWN"
}
curl -d 'frameworkId=YOUR\_FRAMEWORK\_ID' -X POST http://YOUR\_MESOS\_URL:5050/master/teardown
https://192.168.2.185:5000/v2/_catalog
https://192.168.2.185:5000/v2/spark/tags/list
curl http://192.168.2.220/service/kafka/v1/brokers #List brokers
curl -X PUT http://192.168.2.220/service/kafka/v1/brokers/0?replace=true #Restart Broker 0
List connections http://192.168.2.210/service/kafka/v1/connection
List brokers http://192.168.2.230/service/kafka/v1/brokers
curl -fsSL http://localhost:8181/exhibitor/v1/cluster/status | python -m json.tool