get_vsphere_vm_file
Search for a file in the snapshots of a virtual machine. Specify the file by full path prefix or filename prefix.
Arguments
Name
Type
Description
Choices
vm_name
str
Name of the virtual machine.
path
str
The path query. Use either a path prefix or a filename prefix.
Keyword Arguments
Name
Type
Description
Choices
Default
timeout
int
The number of seconds to wait to establish a connection with the Rubrik cluster before returning a timeout error.
15
Returns
Type
Return Value
dict
The full response of GET /v1/vmware/vm/{id}/search?path={path}
.
Example
Last updated