mobilityGroupsArchiveResponse
mobilityGroupsArchiveResponse
JSON Example
{
"errors": [
{
"code": "string",
"message": "string"
}
],
"warnings": [
{
"message": "string"
}
],
"items": [
{
"migrationGroupId": "string",
"name": "string",
"errors": [
{
"code": "string",
"message": "string"
}
],
"warnings": [
{
"message": "string"
}
]
}
]
}