MigrationStatsResult

MigrationStatsResult
MigrationStatsResult
JSON Example
{
    "current_resource_type_in_promotion": "string",
    "migration_stats": [
        {
            "failed_objects_count": "string",
            "promoted_objects_count": "string",
            "promotion_status": "string",
            "resource_type": "string",
            "total_count": "string"
        }
    ],
    "total_count": 0
}
string
current_resource_type_in_promotion
Optional

This field used by UI which highlights the current resource type in promotion.

migration_stats
Optional

Promotion stats list results.

integer As int64 As int64
total_count
Optional

Count of all objects being promoted. It is equal to sum of total_count for each resource type.