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"
  }
]

Changes

No recorded changes to this endpoint across all 9 revisions of this API.