MigrationWaveItemsResponse
MigrationWaveItemsResponse
JSON Example
{
"items": [
{
"id": "string",
"name": "string",
"state": "string",
"localSite": {
"id": "string",
"name": "string",
"infraManagerId": "string",
"infraManagerType": "string",
"infraManagerName": "string"
},
"remoteSite": {
"id": "string",
"name": "string",
"infraManagerId": "string",
"infraManagerType": "string",
"infraManagerName": "string"
},
"status": [
{
"code": "string",
"msg": "string"
}
],
"createdTimestamp": 0,
"lastUpdatedTimestamp": 0,
"revision": 0
}
]
}