Cloud Service
This article introduces integrating cloud services in Zadig. Currently supports integrating Alibaba Cloud DMS data management service.
# Alibaba Cloud DMS Data Management Service
Click System Settings -> System Integration -> Cloud Service -> Add Alibaba Cloud DMS Data Management Service:

Parameter Description:
System Identifier: System identifier used to identify the systemRegion: Alibaba Cloud DMS data management service regionAccess Key: Alibaba Cloud DMS data management service Access KeySecret Key: Alibaba Cloud DMS data management service Secret Key
Note: Access Key and Secret Key need to have read and write permissions for DMS data management service. The specific permission configuration is as follows:
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": [
"dms:ListOrders",
"dms:ExecuteDataCorrect",
"dms:GetDataCorrectTaskDetail"
],
"Resource": "*"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
And you need to add Administrator permissions on DMS, as shown in the figure:



