DatastoreBrowserRequest

DatastoreBrowserRequest
DatastoreBrowserRequest

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

JSON Example
{
    "query_type": "string",
    "browse_path": "string",
    "sub_folders": false
}
string
query_type
Optional

The datastore browser query type.

Possible values are : VM_DISK, FLOPPY_IMAGE, ISO_IMAGE, VM_CONFIG_FILES, ALL_FILES, FOLDERS,
string
browse_path
Optional

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

boolean
sub_folders
Optional

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

Parameter To