Last updated
Last updated
Connects to Rubrik and retrieves all the data files for a SQL Server Database snapshot
The Get-RubrikDatabaseFiles cmdlet will return all the available databasem files for a database snapshot. This is based on the recovery time for the database, as file locations could change between snapshots and log backups. If no date time is provided, the database's latest recovery point will be used
WARNING This is based on an internal endpoint and is subject to change by the REST API team.
This will return files for database id "11111111-2222-3333-4444-555555555555".
This will return details on mount id "11111111-2222-3333-4444-555555555555" from a recovery point one day ago, assuming that recovery point exists.
This will return details on mount id "11111111-2222-3333-4444-555555555555" from UTC '2017-08-08 01:15:00', assuming that recovery point exists.
Rubrik's id of the mount
Recovery Point desired in the form of DateTime value
Recovery Point desired in the form of a UTC string (yyyy-MM-ddTHH:mm:ss)
Rubrik server IP or FQDN
API version
Written by Mike Fal for community usage Twitter: @Mike_Fal GitHub: MikeFal
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see .