[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api

DatastoreBrowserRequest

A request spec to search a datastore for specific types of files or folders.


Properties

string
browse_path Optional

The path of the datastore to browse, pass an empty string for the root node.


string
query_type Optional

Possible values are: VM_DISKFLOPPY_IMAGEISO_IMAGEVM_CONFIG_FILESALL_FILESFOLDERS


boolean
sub_folders Optional

Whether the datastore that the file system searches should include subfolders of the browse path.

JSON Example

{
	"browse_path": "string",
	"query_type": "VM_DISK",
	"sub_folders": false
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Parameter To

Browse Datastore

Feedback

Was this page helpful?