# Get Datastore List

> Get Datastore List activity that retrieves a list containing all the Datastores of a specified Host on VMware.

`UiPath.VMware.Activities.GetDatastoreList`

Retrieves a list containing all the Datastores of a specified Host.

## Properties

### Common

* **DisplayName** - The display name of the activity.

### Input

* **Host** - The Host that contains the Datastore 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 300 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

* **Datastores** - An array of `Datastore` variables, containing all of the Datastores found in the specified Host. This field supports only Arrays of `Datastore` variables.
