# Get Host

> `UiPath.VMware.Activities.GetHost`

`UiPath.VMware.Activities.GetHost`

## Description

Retrieves details of a given Host from the specified Datacenter.

## Project compatibility

**Windows** | **Cross-platform**

## Configuration

* **Datacenter Name** - The name of the Datacenter from which you want to retrieve details about a Host. This field supports only strings and `String` variables.
* **Host Name** - The name of the Host you want to retrieve details about. This field supports only strings and `String` variables.

### Input

* **Timeout (seconds)** - Specifies the amount of time (in seconds) to wait for the activity to complete before an error is thrown. The default value is 30 seconds. This field supports only `Int32` variables.

### Output

* **Host** - The details about the specified Host, stored in a `Host` variable. This field supports only `Host` variables.
