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": {
    "host_migration_unit_id": {
      "description": "Migration unit id of the newly added Host Transport Node.", 
      "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"
}