get_sql_db_files
Provides a list of database files to be restored for the specified restore or export operation. The Data, Log and Filestream files will be retrieved along with name and path information.
Keyword Arguments
Name
Type
Description
Choices
Default
db_name
str
The name of the database.
date
str
The recovery_point date formated as 'Month-Date-Year' (ex: 8-9-2018).
time
str
The recovery_point time formated as Hour:Minute
(ex: 3:30 AM).
sql_instane
str
The SQL instance name with the database.
sql_host
str
The SQL Host of the database/instance.
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
list
The full response of GET /internal/mssql/db/{id}/restore_files?time={recovery_point}
.
Example
Last updated