NSX-T Data Center REST API
MigratedResourceMapping (type)
{ "additionalProperties": false, "description": "Provide stats about ongoing MP2Policy promotion.", "id": "MigratedResourceMapping", "module_id": "MPPolicyMigration", "properties": { "failed_mp_resources": { "description": "Failed resources details not migrated successfully.", "items": { "$ref": "MigratedTypeMap }, "required": false, "title": "Map of the failed resources.", "type": "array" }, "failed_objects_count": { "description": "Count of total MP objects failed to be promoted.", "required": false, "title": "failed mp resource count", "type": "integer" }, "promoted_objects_count": { "description": "Count of total MP objects been promoted successfully.", "required": false, "title": "promoted mp resource count", "type": "integer" }, "promotion_status": { "description": "Status of MP2Policy promotion.", "enum": [ "NOT_STARTED", "IN_PROGRESS", "PROCESSING", "DONE" ], "required": false, "title": "Promotion status", "type": "string" }, "resource_map": { "description": "Promoted migrated resource map.", "items": { "$ref": "MigratedTypeMap }, "required": false, "title": "Map of the migrated resource of this type", "type": "array" }, "resource_type": { "description": "Type of resource been migrated.", "required": false, "title": "Resource type", "type": "string" }, "total_count": { "description": "Count of total MP objects been migrated.", "required": false, "title": "Total mp resource count", "type": "integer" } }, "title": "Provide stats about ongoing MP2Policy promotion\n", "type": "object" }