NSX-T Data Center REST API
MigrationStatsResult (type)
{ "additionalProperties": false, "id": "MigrationStatsResult", "module_id": "MPPolicyMigration", "properties": { "current_resource_type_in_promotion": { "description": "This field used by UI which highlights the current resource type in promotion.", "required": false, "title": "Current Resource Type in Promotion", "type": "string" }, "migration_stats": { "description": "Promotion stats list results.", "items": { "$ref": "MigrationStats }, "required": false, "title": "Promotion stats list results.", "type": "array" }, "total_count": { "description": "Count of all objects being promoted. It is equal to sum of total_count for each resource type.", "required": false, "title": "Count of all objects being promoted.", "type": "integer" } }, "type": "object" }