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
No Additional Properties

Hostname

Type: string

Username

Type: string

Password

Type: string

VMWareMatchDatastoresWithDatasetsResult

Type: object
No Additional Properties

Datastores

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

VMWareMatchDatastoresWithDatasetsResultDatastore

Type: object
No Additional Properties

Name

Type: string

Description

Type: string

Filesystems

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

Filesystems

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

VMWareMatchDatastoresWithDatasetsResultFilesystem

Type: object
No Additional Properties

Type

Type: enum (of string)
Must be one of:
  • "FILESYSTEM"
  • "VOLUME"

Name

Type: string

Description

Type: string


Required roles: READONLY_ADMIN