Data Bridge, December 2022
The December release of the Data Bridge API introduces new operations for managing databases on managed SQL Server instances.
Databases
The Rename database operation enables you rename a database hosted on a managed SQL Server instance. The serverName
and databaseName
path parameters identify the database to be renamed. The name
body parameter specifies the new name of the database. The name must be unique. Valid characters: 0
-9
, A
-Z
, a
-z
, _
(underscore), -
(hyphen), :
(colon), and ' ' (space). Maximum length is 80 characters.
The Shrink database operation enables you to shrink the size of the data and log files. The serverName
and databaseName
path parameters identify the database to be renamed. The request body accepts optional truncateLogsOnly
body parameter. If true
, only the logs are truncated. By default, false
.
SQL Server Instances
The Get jobs by server instance operation returns summary information jobs run on a specific SQL Server instance.
The Get job by server instance operation returns detailed information about a specific job on a specific SQL Server instance.