Optimize virtual machine placement across servers to maximize resource utilization while respecting constraints.
Select a dataset to see server rack visualization
No data loaded
curl -X GET -H 'Accept:application/json' http://localhost:8080/demo-data/SMALL -o sample.json
The POST operation returns a jobId that should be used in subsequent commands.
curl -X POST -H 'Content-Type:application/json' http://localhost:8080/placements -d@sample.json
curl -X GET -H 'Accept:application/json' http://localhost:8080/placements/{jobId}/status
curl -X GET -H 'Accept:application/json' http://localhost:8080/placements/{jobId}
curl -X DELETE -H 'Accept:application/json' http://localhost:8080/placements/{jobId}