Updated on 2024-04-29 GMT+08:00

Link to DIS

Description

By creating a DIS link, you can access DIS and migrate data from DIS to other data sources as required.

Sample Link

{
    "links": [
        {
            "link-config-values": {
                "configs": [
                    {
                        "inputs": [
                            {
                                "name": "linkConfig.region",
                                "value": "Region"
                            },
                            {
                                "name": "linkConfig.endpoint",
                                "value": "https://dis.ap-southeast-1.myhuaweiclouds.com"
                            },
                            {
                                "name": "linkConfig.ak",
                                "value": "RSO6TTEZMJ6TTFBBAACE"
                            },
                            {
                                "name": "linkConfig.sk",
                                "value": "Add password here"
                            },
                            {
                                "name": "linkConfig.projectId",
                                "value": "11d4d5af17c84660bc90b6631327d7c7"
                            }
                        ],
                        "name": "linkConfig"
                    }
                ]
            },
            "name": "dis_link",
            "connector-name": "dis-connector"
        }
    ]
}

Link Parameters

Parameter

Mandatory

Type

Description

linkConfig.region

Yes

String

Region where DIS resides

linkConfig.endpoint

Yes

String

URL of DIS in the format of https://Endpoint

linkConfig.ak

Yes

String

AK for accessing the DIS server

linkConfig.sk

Yes

String

SK for accessing the DIS server

linkConfig.projectId

Yes

String

Project ID. For details about how to obtain the project ID, see Project ID and Account ID.