Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 444 Bytes

VMMigrationController

An Northbound Application of OpenDayLight to optimize the VM migration flow it provides a restful api for network manager to do the flow optimization the restful url is http://{webserviceIp}:{port}/VMMigrationController/MigrationService/Optimize/ the HTTP method will be post, here is the input template

{
  "srcIp":{srcIp},
  "destIp":{destIp},
  "controllerIp":{controllerIp}
}

Copyright:XiaocongDong 20160507