NSX-T Data Center REST API

NewHostTransportNodeSpec (type)

{
  "additionalProperties": false, 
  "description": "Spec for new Host Transport Node which is added after V2T Host migration has started.", 
  "id": "NewHostTransportNodeSpec", 
  "module_id": "Migration", 
  "properties": {
    "federation_site_id": {
      "description": "Id of the site in NSX-T Federation", 
      "readonly": false, 
      "required": false, 
      "title": "Id of the site in NSX-T Federation", 
      "type": "string"
    }, 
    "host_migration_unit_id": {
      "description": "Migration unit id of the newly added Host Transport Node. This can be specified when the migration mode chosen also does HOST migration. For migration modes that do not perform HOST migration, this value should not be specified. Instead host_transport_node_id value should be specified.", 
      "readonly": false, 
      "required": false, 
      "title": "Host Migrationt Unit Id.", 
      "type": "string"
    }, 
    "host_transport_node_id": {
      "description": "Id of the newly added Host Transport Node.", 
      "readonly": false, 
      "required": false, 
      "title": "Host Transport Node id.", 
      "type": "string"
    }
  }, 
  "title": "Transport Node spec for the newly added NSX-T Host", 
  "type": "object"
}