v1

latestOpenAPI 3.0.0GPLv32026-07-17661855.6 KB
Moves

Returns a list of hosts that are transitioning with the source and target clouds

get/moves/

Query parameters

datestring

Date

Response

Moves

hoststring
newstring
currentstring

Example response

[
  {
    "host": "host.example.com",
    "new": "cloud09",
    "current": "cloud01"
  }
]