# Get Host

> `UiPath.VMware.Activities.GetHost`

`UiPath.VMware.Activities.GetHost`

Retrieves details of a given Host from the specified Datacenter.

## Properties

### Common

* **DisplayName** - The display name of the activity.
* **DatacenterName** - The name of the Datacenter from which you want to retrieve details about a Host. This field supports only strings and `String` variables.
* **HostName** - The name of the Host you want to retrieve details about. This field supports only strings and `String` variables.
* **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.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

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