Create link to server instance

Creates a link between two managed server instances in a Data Bridge cluster.

Once the link between the two managed SQL Server instances is created, principals assigned the Consumer or Contributor roles can query data across servers provided that they have access to the databases on both of the linked SQL Server instances.

🍐

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
NONOYES

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

Path Params
string
required

Name of managed server instance.

Body Params
string
required

Name of the link between the server instances.

string
required

Name of the managed server instance to link.

Responses
200

OK. All went well.

400

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

403

Forbidden. You do not have permission to access that resource.

404

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

500

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

Language
URL