Get upload directory URI

Returns a pre-signed URI for use in a single-stream import job. The pre-signed URI provides temporary access to an S3 bucket.

The client should upload a MDF, BAK, or DACPAC database artifact to the URI before initiating an import job.

🍐

Role-based Permissions

To perform this operation, a principal must belong to a group that has been assigned the appropriate role-based permissions. The table identifies the roles with permission to perform this operation.

ConsumerContributorData Bridge Admin
NOYESNO

To learn more about role-based permissions in Data Bridge, see Access Controls.

Path Params
string
required

Name of managed SQL Server instance.

string
required

Name of database.

Query Params
int32
enum
required

Format of database artifact. One of 0 (MDF), 1 (BAK), 2 (DACPAC).
If undefined, 1 (BAK) is default.

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Bad Request. Some of the provided parameters were not valid.

404

Not found. The entity you are trying to interact with does not
exist.

409

Conflict. The requested resource already exists.

500

Internal Server Error. If the problem persists you may want to
contact the Administrator.

Language
URL
Response
Choose an example:
text/plain
application/json
text/json