NSX-T Data Center REST API

MpMigrationData (type)

{
  "additionalProperties": false, 
  "id": "MpMigrationData", 
  "module_id": "MPPolicyMigration", 
  "properties": {
    "migration_data": {
      "items": {
        "$ref": "MPResource
      }, 
      "required": false, 
      "title": "migration data ( resource type and Ids ).", 
      "type": "array"
    }, 
    "mode": {
      "default": "CONSUMER", 
      "enum": [
        "GENERIC", 
        "CONSUMER"
      ], 
      "readonly": false, 
      "title": "Mode of MP2Policy migration", 
      "type": "string"
    }, 
    "setup_details": {
      "$ref": "SetupDetails, 
      "description": "If setup details is not provided, default setup details will be used.", 
      "required": false, 
      "title": "Setup Details."
    }, 
    "skip_failed_resources": {
      "default": false, 
      "required": false, 
      "title": "Default value is false. This value will indicate if there is error,\nskip the failed objects and proceed with next set of objects for MP to Policy promotion.\n", 
      "type": "boolean"
    }
  }, 
  "title": "Contains manager and policy resource id.\n", 
  "type": "object"
}