Moves
Returns a list of hosts that are transitioning with the source and target clouds
get/moves/
Query parameters
datestring
Date
Response
Moves
Example response
[
{
"host": "host.example.com",
"new": "cloud09",
"current": "cloud01"
}
]