NSX-T Data Center REST API

MigrationStats (type)

{
  "additionalProperties": false, 
  "description": "Provide stats about ongoing MP2Policy promotion.", 
  "id": "MigrationStats", 
  "module_id": "MPPolicyMigration", 
  "properties": {
    "failed_objects_count": {
      "required": false, 
      "title": "failed mp resource count", 
      "type": "string"
    }, 
    "promoted_objects_count": {
      "required": false, 
      "title": "promoted mp resource count", 
      "type": "string"
    }, 
    "promotion_status": {
      "enum": [
        "NOT_STARTED", 
        "IN_PROGRESS", 
        "PROCESSING", 
        "DONE"
      ], 
      "required": false, 
      "title": "Promotion status", 
      "type": "string"
    }, 
    "resource_type": {
      "required": false, 
      "title": "Resource type", 
      "type": "string"
    }, 
    "total_count": {
      "required": false, 
      "title": "Total mp resource count", 
      "type": "string"
    }
  }, 
  "title": "Provide stats about ongoing MP2Policy promotion\n", 
  "type": "object"
}