NSX-T Data Center REST API

MPResource (type)

{
  "additionalProperties": false, 
  "description": "List of Manager Ids to migrate.", 
  "id": "MPResource", 
  "module_id": "MPPolicyMigration", 
  "properties": {
    "resource_ids": {
      "description": "Manager and policy resource id array.", 
      "items": {
        "$ref": "MPResourceDetails
      }, 
      "required": true, 
      "type": "array"
    }, 
    "type": {
      "description": "Manager resource type to migrate.", 
      "required": true, 
      "title": "Manager resource type to migrate.", 
      "type": "string"
    }
  }, 
  "title": "Contains migration api request parameters\n", 
  "type": "object"
}