vmware.match_datastores_with_datasets

Requests datastores from vCenter server and tries to match them with local filesystems.

Returns a list of datastores, a list of local filesystems and guessed relationship between them.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: vmware-creds

vmware-creds

Type: object

VMWareMatchDatastoresWithDatasetsArgs parameters.

No Additional Properties

Hostname

Type: string

IP address or hostname of the VMware host or vCenter server.

Username

Type: string

Username for VMware host authentication.

Password

Type: string

Password for VMware host authentication.

VMWareMatchDatastoresWithDatasetsResult

Type: object

VMWareMatchDatastoresWithDatasetsResult return fields.

No Additional Properties

Datastores

Type: array of object

Array of VMware datastores with their matching local filesystems.

No Additional Items
Each item of this array must be:

VMWareMatchDatastoresWithDatasetsResultDatastore

Type: object
No Additional Properties

Name

Type: string

Name of the VMware datastore.

Description

Type: string

Human-readable description of the datastore.

Filesystems

Type: array of string

Array of local filesystem names that can provide storage for this datastore.

No Additional Items
Each item of this array must be:
Type: string

Filesystems

Type: array of object

Array of local filesystems that can be used for VMware storage.

No Additional Items
Each item of this array must be:

VMWareMatchDatastoresWithDatasetsResultFilesystem

Type: object
No Additional Properties

Type

Type: enum (of string)

Type of storage - FILESYSTEM for ZFS datasets, VOLUME for ZFS volumes.

Must be one of:
  • "FILESYSTEM"
  • "VOLUME"

Name

Type: string

Name of the local filesystem or volume.

Description

Type: string

Human-readable description of the filesystem or volume.



Required roles: READONLY_ADMIN