@alicloud/das20200116 2.7.4 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +39 -16
- package/dist/client.js +139 -22
- package/dist/client.js.map +1 -1
- package/dist/models/CreateCacheAnalysisJobResponseBody.d.ts +0 -60
- package/dist/models/CreateCacheAnalysisJobResponseBody.js.map +1 -1
- package/dist/models/CreateCloudBenchTasksResponseBody.d.ts +0 -4
- package/dist/models/CreateCloudBenchTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeCacheAnalysisJobResponseBody.d.ts +0 -321
- package/dist/models/DescribeCacheAnalysisJobResponseBody.js.map +1 -1
- package/dist/models/DescribeCacheAnalysisJobsResponseBody.d.ts +0 -108
- package/dist/models/DescribeCacheAnalysisJobsResponseBody.js.map +1 -1
- package/dist/models/DescribeCloudBenchTasksResponseBody.d.ts +0 -386
- package/dist/models/DescribeCloudBenchTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeHotBigKeysResponseBody.d.ts +0 -85
- package/dist/models/DescribeHotBigKeysResponseBody.js.map +1 -1
- package/dist/models/DescribeHotKeysResponseBody.d.ts +0 -39
- package/dist/models/DescribeHotKeysResponseBody.js.map +1 -1
- package/dist/models/DescribeTopBigKeysResponseBody.d.ts +0 -41
- package/dist/models/DescribeTopBigKeysResponseBody.js.map +1 -1
- package/dist/models/DescribeTopHotKeysResponseBody.d.ts +0 -46
- package/dist/models/DescribeTopHotKeysResponseBody.js.map +1 -1
- package/dist/models/GetAutonomousNotifyEventsInRangeResponseBody.d.ts +0 -4
- package/dist/models/GetAutonomousNotifyEventsInRangeResponseBody.js.map +1 -1
- package/dist/models/GetDasAgentSseresponse.d.ts +2 -0
- package/dist/models/GetDasAgentSseresponse.js +4 -0
- package/dist/models/GetDasAgentSseresponse.js.map +1 -1
- package/dist/models/GetRunningSqlConcurrencyControlRulesResponseBody.d.ts +0 -84
- package/dist/models/GetRunningSqlConcurrencyControlRulesResponseBody.js.map +1 -1
- package/dist/models/GetSqlConcurrencyControlRulesHistoryResponseBody.d.ts +0 -87
- package/dist/models/GetSqlConcurrencyControlRulesHistoryResponseBody.js.map +1 -1
- package/dist/models/GetYaoChiAgentRequest.d.ts +36 -0
- package/dist/models/GetYaoChiAgentRequest.js +64 -0
- package/dist/models/GetYaoChiAgentRequest.js.map +1 -0
- package/dist/models/GetYaoChiAgentResponse.d.ts +21 -0
- package/dist/models/GetYaoChiAgentResponse.js +73 -0
- package/dist/models/GetYaoChiAgentResponse.js.map +1 -0
- package/dist/models/GetYaoChiAgentResponseBody.d.ts +99 -0
- package/dist/models/GetYaoChiAgentResponseBody.js +124 -0
- package/dist/models/GetYaoChiAgentResponseBody.js.map +1 -0
- package/dist/models/RunCloudBenchTaskResponseBody.d.ts +0 -59
- package/dist/models/RunCloudBenchTaskResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +5 -0
- package/dist/models/model.js +18 -8
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +138 -26
- package/src/models/CreateCacheAnalysisJobResponseBody.ts +0 -60
- package/src/models/CreateCloudBenchTasksResponseBody.ts +0 -4
- package/src/models/DescribeCacheAnalysisJobResponseBody.ts +0 -321
- package/src/models/DescribeCacheAnalysisJobsResponseBody.ts +0 -108
- package/src/models/DescribeCloudBenchTasksResponseBody.ts +0 -386
- package/src/models/DescribeHotBigKeysResponseBody.ts +0 -85
- package/src/models/DescribeHotKeysResponseBody.ts +0 -39
- package/src/models/DescribeTopBigKeysResponseBody.ts +0 -41
- package/src/models/DescribeTopHotKeysResponseBody.ts +0 -46
- package/src/models/GetAutonomousNotifyEventsInRangeResponseBody.ts +0 -4
- package/src/models/GetDasAgentSseresponse.ts +6 -0
- package/src/models/GetRunningSqlConcurrencyControlRulesResponseBody.ts +0 -84
- package/src/models/GetSqlConcurrencyControlRulesHistoryResponseBody.ts +0 -87
- package/src/models/GetYaoChiAgentRequest.ts +55 -0
- package/src/models/GetYaoChiAgentResponse.ts +46 -0
- package/src/models/GetYaoChiAgentResponseBody.ts +160 -0
- package/src/models/RunCloudBenchTaskResponseBody.ts +0 -59
- package/src/models/model.ts +5 -0
|
@@ -1,68 +1,12 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class DescribeCacheAnalysisJobsResponseBodyDataListCacheAnalysisJobBigKeysKeyInfo extends $dara.Model {
|
|
3
|
-
/**
|
|
4
|
-
* @remarks
|
|
5
|
-
* The number of bytes that are occupied by the key.
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* 12345
|
|
9
|
-
*/
|
|
10
3
|
bytes?: number;
|
|
11
|
-
/**
|
|
12
|
-
* @remarks
|
|
13
|
-
* The number of elements in the key.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* 127
|
|
17
|
-
*/
|
|
18
4
|
count?: number;
|
|
19
|
-
/**
|
|
20
|
-
* @remarks
|
|
21
|
-
* The name of the database.
|
|
22
|
-
*
|
|
23
|
-
* @example
|
|
24
|
-
* 0
|
|
25
|
-
*/
|
|
26
5
|
db?: number;
|
|
27
|
-
/**
|
|
28
|
-
* @remarks
|
|
29
|
-
* The data type of the key.
|
|
30
|
-
*
|
|
31
|
-
* @example
|
|
32
|
-
* hashtable
|
|
33
|
-
*/
|
|
34
6
|
encoding?: string;
|
|
35
|
-
/**
|
|
36
|
-
* @remarks
|
|
37
|
-
* The expiration period of the key. Unit: milliseconds. A value of 0 indicates that the key does not expire.
|
|
38
|
-
*
|
|
39
|
-
* @example
|
|
40
|
-
* 1596256542547
|
|
41
|
-
*/
|
|
42
7
|
expirationTimeMillis?: number;
|
|
43
|
-
/**
|
|
44
|
-
* @remarks
|
|
45
|
-
* The name of the key.
|
|
46
|
-
*
|
|
47
|
-
* @example
|
|
48
|
-
* task_*****
|
|
49
|
-
*/
|
|
50
8
|
key?: string;
|
|
51
|
-
/**
|
|
52
|
-
* @remarks
|
|
53
|
-
* The ID of the data node on the instance.
|
|
54
|
-
*
|
|
55
|
-
* @example
|
|
56
|
-
* r-****-db-0
|
|
57
|
-
*/
|
|
58
9
|
nodeId?: string;
|
|
59
|
-
/**
|
|
60
|
-
* @remarks
|
|
61
|
-
* The data type of the instance.
|
|
62
|
-
*
|
|
63
|
-
* @example
|
|
64
|
-
* hash
|
|
65
|
-
*/
|
|
66
10
|
type?: string;
|
|
67
11
|
static names(): {
|
|
68
12
|
[key: string]: string;
|
|
@@ -89,59 +33,11 @@ export declare class DescribeCacheAnalysisJobsResponseBodyDataListCacheAnalysisJ
|
|
|
89
33
|
});
|
|
90
34
|
}
|
|
91
35
|
export declare class DescribeCacheAnalysisJobsResponseBodyDataListCacheAnalysisJob extends $dara.Model {
|
|
92
|
-
/**
|
|
93
|
-
* @remarks
|
|
94
|
-
* The details about the large keys.
|
|
95
|
-
*
|
|
96
|
-
* > The sub-parameters of this parameter and the content of the sub-parameters are not returned. To query the detailed information about the cache analysis tasks, call the [DescribeCacheAnalysisJob](https://help.aliyun.com/document_detail/443012.html) operation.
|
|
97
|
-
*/
|
|
98
36
|
bigKeys?: DescribeCacheAnalysisJobsResponseBodyDataListCacheAnalysisJobBigKeys;
|
|
99
|
-
/**
|
|
100
|
-
* @remarks
|
|
101
|
-
* The instance ID.
|
|
102
|
-
*
|
|
103
|
-
* @example
|
|
104
|
-
* r-bp18ff4a195d****
|
|
105
|
-
*/
|
|
106
37
|
instanceId?: string;
|
|
107
|
-
/**
|
|
108
|
-
* @remarks
|
|
109
|
-
* The ID of the cache analysis task.
|
|
110
|
-
*
|
|
111
|
-
* @example
|
|
112
|
-
* sf79-sd99-sa37-****
|
|
113
|
-
*/
|
|
114
38
|
jobId?: string;
|
|
115
|
-
/**
|
|
116
|
-
* @remarks
|
|
117
|
-
* The returned message.
|
|
118
|
-
*
|
|
119
|
-
* > If the request was successful, **Successful** is returned. If the request failed, an error message such as an error code is returned.
|
|
120
|
-
*
|
|
121
|
-
* @example
|
|
122
|
-
* Successful
|
|
123
|
-
*/
|
|
124
39
|
message?: string;
|
|
125
|
-
/**
|
|
126
|
-
* @remarks
|
|
127
|
-
* The ID of the data node on the instance.
|
|
128
|
-
*
|
|
129
|
-
* @example
|
|
130
|
-
* r-x****-db-0
|
|
131
|
-
*/
|
|
132
40
|
nodeId?: string;
|
|
133
|
-
/**
|
|
134
|
-
* @remarks
|
|
135
|
-
* The state of the cache analysis task. Valid values:
|
|
136
|
-
*
|
|
137
|
-
* * **BACKUP**: The data is being backed up.
|
|
138
|
-
* * **ANALYZING**: The data is being analyzed.
|
|
139
|
-
* * **FINISHED**: The data is analyzed.
|
|
140
|
-
* * **FAILED**: An error occurred.
|
|
141
|
-
*
|
|
142
|
-
* @example
|
|
143
|
-
* BACKUP
|
|
144
|
-
*/
|
|
145
41
|
taskState?: string;
|
|
146
42
|
static names(): {
|
|
147
43
|
[key: string]: string;
|
|
@@ -176,10 +72,6 @@ export declare class DescribeCacheAnalysisJobsResponseBodyData extends $dara.Mod
|
|
|
176
72
|
* None
|
|
177
73
|
*/
|
|
178
74
|
extra?: string;
|
|
179
|
-
/**
|
|
180
|
-
* @remarks
|
|
181
|
-
* The ID of the data node on the instance.
|
|
182
|
-
*/
|
|
183
75
|
list?: DescribeCacheAnalysisJobsResponseBodyDataList;
|
|
184
76
|
/**
|
|
185
77
|
* @remarks
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeCacheAnalysisJobsResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeCacheAnalysisJobsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2EAA4E,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeCacheAnalysisJobsResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeCacheAnalysisJobsResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,427 +1,45 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class DescribeCloudBenchTasksResponseBodyDataListCloudbenchTasks extends $dara.Model {
|
|
3
|
-
/**
|
|
4
|
-
* @remarks
|
|
5
|
-
* The archiving task ID.
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* \\"202105211430070112231480820340758****
|
|
9
|
-
*/
|
|
10
3
|
archiveJobId?: string;
|
|
11
|
-
/**
|
|
12
|
-
* @remarks
|
|
13
|
-
* The name of the table that was archived to Object Storage Service (OSS).
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* custins15546355_161604665****
|
|
17
|
-
*/
|
|
18
4
|
archiveOssTableName?: string;
|
|
19
|
-
/**
|
|
20
|
-
* @remarks
|
|
21
|
-
* The archiving status of the file that stores the analysis result of full SQL statistics. Valid values:
|
|
22
|
-
*
|
|
23
|
-
* * **0**: The file archiving is not started.
|
|
24
|
-
* * **1**: The file is archived.
|
|
25
|
-
* * **2**: An error occurred.
|
|
26
|
-
* * **3**: The file is being archived.
|
|
27
|
-
* * **4**: The archived file does not need to be downloaded.
|
|
28
|
-
*
|
|
29
|
-
* @example
|
|
30
|
-
* 1
|
|
31
|
-
*/
|
|
32
5
|
archiveState?: number;
|
|
33
|
-
/**
|
|
34
|
-
* @remarks
|
|
35
|
-
* The ID of the backup set. You can call the [DescribeBackups](https://help.aliyun.com/document_detail/26273.html) operation to query the ID of the backup set.
|
|
36
|
-
*
|
|
37
|
-
* @example
|
|
38
|
-
* 229132
|
|
39
|
-
*/
|
|
40
6
|
backupId?: string;
|
|
41
|
-
/**
|
|
42
|
-
* @remarks
|
|
43
|
-
* The backup type. Valid values:
|
|
44
|
-
*
|
|
45
|
-
* * **TIMESTAMP**: Data is restored to the state at a specific point in time.
|
|
46
|
-
* * **BACKUPID**: Data is restored from a backup set that is identified by an ID.
|
|
47
|
-
*
|
|
48
|
-
* @example
|
|
49
|
-
* TIMESTAMP
|
|
50
|
-
*/
|
|
51
7
|
backupType?: string;
|
|
52
|
-
/**
|
|
53
|
-
* @remarks
|
|
54
|
-
* The substep in the stress testing task. Valid values:
|
|
55
|
-
*
|
|
56
|
-
* * **NEW**: Initialize the stress testing task.
|
|
57
|
-
* * **WAIT_BUY_ECS**: Purchase an ECS instance.
|
|
58
|
-
* * **WAIT_START_ECS**: Start the ECS instance.
|
|
59
|
-
* * **WAIT_INSTALL_JDK**: Install the Java Development Kit (JDK).
|
|
60
|
-
* * **WAIT_INSTALL_DBGATEWAY**: Install the database gateway (DBGateway).
|
|
61
|
-
* * **ADD_SECURITY_IPS_STEP**: Configure the whitelist of the security group.
|
|
62
|
-
* * **ARCHIVE**: Archive the file that stores the analysis results of full SQL statistics.
|
|
63
|
-
* * **DOWNLOAD**: Download the file that stores the analysis result of full SQL statistics.
|
|
64
|
-
* * **PROCEED**: Preprocess the file that stores the analysis result of full SQL statistics.
|
|
65
|
-
* * **PRE_LOAD**: Preload the file that stores the analysis result of full SQL statistics.
|
|
66
|
-
* * **VALIDATE**: Verify the functionality of stress testing.
|
|
67
|
-
* * **PRESSURE**: Start the stress testing task.
|
|
68
|
-
*
|
|
69
|
-
* @example
|
|
70
|
-
* PROCEED
|
|
71
|
-
*/
|
|
72
8
|
benchStep?: string;
|
|
73
|
-
/**
|
|
74
|
-
* @remarks
|
|
75
|
-
* The status that indicates the substep performed for the stress testing task. Valid values:
|
|
76
|
-
*
|
|
77
|
-
* * **NEW**: The task is being initialized.
|
|
78
|
-
* * **RUNNING**: The task is running.
|
|
79
|
-
* * **FAILED**: The task failed.
|
|
80
|
-
* * **FINISHED**: The task is complete.
|
|
81
|
-
* * **Terminated**: The task is terminated.
|
|
82
|
-
* * **Deleted**: The task is deleted.
|
|
83
|
-
*
|
|
84
|
-
* @example
|
|
85
|
-
* FINISHED
|
|
86
|
-
*/
|
|
87
9
|
benchStepStatus?: string;
|
|
88
|
-
/**
|
|
89
|
-
* @remarks
|
|
90
|
-
* The DBGateway ID of the stress testing client.
|
|
91
|
-
*
|
|
92
|
-
* @example
|
|
93
|
-
* 58598b2af48a0193dfc16fc6964ef****
|
|
94
|
-
*/
|
|
95
10
|
clientGatewayId?: string;
|
|
96
|
-
/**
|
|
97
|
-
* @remarks
|
|
98
|
-
* The type of the stress testing client. Valid values:
|
|
99
|
-
*
|
|
100
|
-
* * **ECS**: indicates that you must prepare the DBGateway.
|
|
101
|
-
* * **DAS_ECS**: indicates that DAS automatically purchases and deploys an ECS instance for stress testing.
|
|
102
|
-
*
|
|
103
|
-
* @example
|
|
104
|
-
* ECS
|
|
105
|
-
*/
|
|
106
11
|
clientType?: string;
|
|
107
|
-
/**
|
|
108
|
-
* @remarks
|
|
109
|
-
* The description of the stress testing task.
|
|
110
|
-
*
|
|
111
|
-
* @example
|
|
112
|
-
* test-das-bench-0501
|
|
113
|
-
*/
|
|
114
12
|
description?: string;
|
|
115
|
-
/**
|
|
116
|
-
* @remarks
|
|
117
|
-
* The UUID of the destination instance.
|
|
118
|
-
*
|
|
119
|
-
* @example
|
|
120
|
-
* hdm_d887b5ccf99fa0dc9a1e5aaac368****
|
|
121
|
-
*/
|
|
122
13
|
dstInstanceUuid?: string;
|
|
123
|
-
/**
|
|
124
|
-
* @remarks
|
|
125
|
-
* The reserved parameter.
|
|
126
|
-
*
|
|
127
|
-
* @example
|
|
128
|
-
* None
|
|
129
|
-
*/
|
|
130
14
|
dstIp?: string;
|
|
131
|
-
/**
|
|
132
|
-
* @remarks
|
|
133
|
-
* The port number of the destination instance.
|
|
134
|
-
*
|
|
135
|
-
* @example
|
|
136
|
-
* 3306
|
|
137
|
-
*/
|
|
138
15
|
dstPort?: number;
|
|
139
|
-
/**
|
|
140
|
-
* @remarks
|
|
141
|
-
* The type of the identifier that is used to indicate the destination instance. Valid values:
|
|
142
|
-
*
|
|
143
|
-
* * **Instance** (default): the instance ID.
|
|
144
|
-
* * **ConnectionString**: the endpoint of the instance.
|
|
145
|
-
*
|
|
146
|
-
* @example
|
|
147
|
-
* Instance
|
|
148
|
-
*/
|
|
149
16
|
dstType?: string;
|
|
150
|
-
/**
|
|
151
|
-
* @remarks
|
|
152
|
-
* The specification of the DTS instance.
|
|
153
|
-
*
|
|
154
|
-
* > For more information about the specifications of DTS instances and the test performance of each instance, see [Specifications of data migration instances](https://help.aliyun.com/document_detail/26606.html).
|
|
155
|
-
*
|
|
156
|
-
* @example
|
|
157
|
-
* medium
|
|
158
|
-
*/
|
|
159
17
|
dtsJobClass?: string;
|
|
160
|
-
/**
|
|
161
|
-
* @remarks
|
|
162
|
-
* The ID of the DTS migration task.
|
|
163
|
-
*
|
|
164
|
-
* @example
|
|
165
|
-
* i03e3zty16i****
|
|
166
|
-
*/
|
|
167
18
|
dtsJobId?: string;
|
|
168
|
-
/**
|
|
169
|
-
* @remarks
|
|
170
|
-
* The name of the Data Transmission Service (DTS) migration task.
|
|
171
|
-
*
|
|
172
|
-
* @example
|
|
173
|
-
* RDS_TO_RDS_MIGRATION
|
|
174
|
-
*/
|
|
175
19
|
dtsJobName?: string;
|
|
176
|
-
/**
|
|
177
|
-
* @remarks
|
|
178
|
-
* The status of the DTS migration task. Valid values:
|
|
179
|
-
*
|
|
180
|
-
* * **NOT_STARTED**: The task is not started.
|
|
181
|
-
* * **PRE_CHECKING**: The task is in precheck.
|
|
182
|
-
* * **PRE_CHECK_FAILED**: The precheck failed.
|
|
183
|
-
* * **CHECKING**: The task is being checked.
|
|
184
|
-
* * **MIGRATING**: The data is being migrated.
|
|
185
|
-
* * **CATCHED**: The data is migrated from the source instance to the destination instance.
|
|
186
|
-
* * **SUSPENDING**: The task is suspended.
|
|
187
|
-
* * **MIGRATION_FAILED**: The data failed to be migrated.
|
|
188
|
-
* * **FINISHED**: The task is complete.
|
|
189
|
-
* * **INITIALIZING**: The synchronization is being initialized.
|
|
190
|
-
* * **INITIALIZE_FAILED**: The synchronization failed to be initialized.
|
|
191
|
-
* * **SYNCHRONIZING**: The data is being synchronized.
|
|
192
|
-
* * **MODIFYING**: The roles of the instances are being changed.
|
|
193
|
-
* * **SWITCHING**: The roles of the instances are being switched.
|
|
194
|
-
* * **FAILED**: The task failed.
|
|
195
|
-
*
|
|
196
|
-
* @example
|
|
197
|
-
* CHECKING
|
|
198
|
-
*/
|
|
199
20
|
dtsJobState?: number;
|
|
200
|
-
/**
|
|
201
|
-
* @remarks
|
|
202
|
-
* The status of the DTS migration task. Valid values:
|
|
203
|
-
*
|
|
204
|
-
* * **NOT_STARTED**: The task is not started.
|
|
205
|
-
* * **PRE_CHECKING**: The task is in precheck.
|
|
206
|
-
* * **PRE_CHECK_FAILED**: The precheck failed.
|
|
207
|
-
* * **CHECKING**: The task is being checked.
|
|
208
|
-
* * **MIGRATING**: The data is being migrated.
|
|
209
|
-
* * **CATCHED**: The data is migrated from the source instance to the destination instance.
|
|
210
|
-
* * **SUSPENDING**: The task is suspended.
|
|
211
|
-
* * **MIGRATION_FAILED**: The data failed to be migrated.
|
|
212
|
-
* * **FINISHED**: The task is complete.
|
|
213
|
-
* * **INITIALIZING**: The synchronization is being initialized.
|
|
214
|
-
* * **INITIALIZE_FAILED**: The synchronization failed to be initialized.
|
|
215
|
-
* * **SYNCHRONIZING**: The data is being synchronized.
|
|
216
|
-
* * **MODIFYING**: The roles of the instances are being changed.
|
|
217
|
-
* * **SWITCHING**: The roles of the instances are being switched.
|
|
218
|
-
* * **FAILED**: The task failed.
|
|
219
|
-
*
|
|
220
|
-
* @example
|
|
221
|
-
* PRE_CHECK_FAILED
|
|
222
|
-
*/
|
|
223
21
|
dtsJobStatus?: string;
|
|
224
|
-
/**
|
|
225
|
-
* @remarks
|
|
226
|
-
* The ID of the Elastic Compute Service (ECS) instance.
|
|
227
|
-
*
|
|
228
|
-
* @example
|
|
229
|
-
* i-bp1ecr5go2go1****
|
|
230
|
-
*/
|
|
231
22
|
ecsInstanceId?: string;
|
|
232
|
-
/**
|
|
233
|
-
* @remarks
|
|
234
|
-
* The state that indicates the last operation performed for the stress testing task. Valid values:
|
|
235
|
-
*
|
|
236
|
-
* * **WAIT_TARGET**: prepares the destination instance.
|
|
237
|
-
* * **WAIT_DBGATEWAY**: prepares the DBGateway.
|
|
238
|
-
* * **WAIT_SQL**: prepares the full SQL statistics.
|
|
239
|
-
* * **WAIT_LOGIC**: prepares to replay the traffic.
|
|
240
|
-
*
|
|
241
|
-
* > When the state of a stress testing task changes to the state that is specified by the EndState parameter, the stress testing task is complete.
|
|
242
|
-
*
|
|
243
|
-
* @example
|
|
244
|
-
* WAIT_TARGET
|
|
245
|
-
*/
|
|
246
23
|
endState?: string;
|
|
247
|
-
/**
|
|
248
|
-
* @remarks
|
|
249
|
-
* The error code returned for the substep of the stress testing task.
|
|
250
|
-
*
|
|
251
|
-
* @example
|
|
252
|
-
* 10109
|
|
253
|
-
*/
|
|
254
24
|
errorCode?: string;
|
|
255
|
-
/**
|
|
256
|
-
* @remarks
|
|
257
|
-
* The error message returned if the task failed.
|
|
258
|
-
*
|
|
259
|
-
* @example
|
|
260
|
-
* DTS-070211: Connect Source DB failed. cause by [com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException:Could not create connection to database server. Attempted reconnect 3 times. Giving up.][com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:Communications link failure\\n\\nThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.][java.net.ConnectException:Connection timed out (Connection timed out)] About more information in [https://yq.aliyun.com/articles/499178].
|
|
261
|
-
*/
|
|
262
25
|
errorMessage?: string;
|
|
263
|
-
/**
|
|
264
|
-
* @remarks
|
|
265
|
-
* The additional information.
|
|
266
|
-
*
|
|
267
|
-
* @example
|
|
268
|
-
* Null
|
|
269
|
-
*/
|
|
270
26
|
external?: string;
|
|
271
|
-
/**
|
|
272
|
-
* @remarks
|
|
273
|
-
* The rate at which the stress testing task replayed the traffic. This value is a positive integer. Valid values: **0** to **30**. Default value: **1**.
|
|
274
|
-
*
|
|
275
|
-
* @example
|
|
276
|
-
* 1
|
|
277
|
-
*/
|
|
278
27
|
rate?: number;
|
|
279
|
-
/**
|
|
280
|
-
* @remarks
|
|
281
|
-
* The duration of the stress testing task. Unit: millisecond.
|
|
282
|
-
*
|
|
283
|
-
* @example
|
|
284
|
-
* 86400000
|
|
285
|
-
*/
|
|
286
28
|
requestDuration?: number;
|
|
287
|
-
/**
|
|
288
|
-
* @remarks
|
|
289
|
-
* The duration of the stress testing task of the smart pressure test type. Unit: millisecond.
|
|
290
|
-
*
|
|
291
|
-
* @example
|
|
292
|
-
* 86400000
|
|
293
|
-
*/
|
|
294
29
|
smartPressureTime?: number;
|
|
295
|
-
/**
|
|
296
|
-
* @remarks
|
|
297
|
-
* The source of the task. Valid values:
|
|
298
|
-
*
|
|
299
|
-
* * **DAS**
|
|
300
|
-
* * **OPEN_API**
|
|
301
|
-
*
|
|
302
|
-
* @example
|
|
303
|
-
* DAS
|
|
304
|
-
*/
|
|
305
30
|
source?: string;
|
|
306
|
-
/**
|
|
307
|
-
* @remarks
|
|
308
|
-
* The reused information about the analysis result of full SQL statistics.
|
|
309
|
-
*
|
|
310
|
-
* @example
|
|
311
|
-
* {"sqlUuid":"task_a37d2f07-45cb-4413-a2a6-c66c68****","metaUuid":"task_211e2561-5c0c-486b-864c-56b511****","sqlFile":"cl-1620057600000-1800626.sc","metaFile":"cl-1620057600000-1800626.meta"}
|
|
312
|
-
*/
|
|
313
31
|
sqlCompleteReuse?: string;
|
|
314
|
-
/**
|
|
315
|
-
* @remarks
|
|
316
|
-
* The database engine of the source instance. Valid values:
|
|
317
|
-
*
|
|
318
|
-
* @example
|
|
319
|
-
* RDS
|
|
320
|
-
*/
|
|
321
32
|
srcInstanceArea?: string;
|
|
322
|
-
/**
|
|
323
|
-
* @remarks
|
|
324
|
-
* The UUID of the source instance.
|
|
325
|
-
*
|
|
326
|
-
* @example
|
|
327
|
-
* hdm_3063db6792965c080a4bcb6e6304****
|
|
328
|
-
*/
|
|
329
33
|
srcInstanceUuid?: string;
|
|
330
|
-
/**
|
|
331
|
-
* @remarks
|
|
332
|
-
* The reserved parameter.
|
|
333
|
-
*
|
|
334
|
-
* @example
|
|
335
|
-
* None
|
|
336
|
-
*/
|
|
337
34
|
srcPublicIp?: string;
|
|
338
|
-
/**
|
|
339
|
-
* @remarks
|
|
340
|
-
* The state that indicates the operation performed for the stress testing task. Valid values:
|
|
341
|
-
*
|
|
342
|
-
* * **WAIT_TARGET**: prepares the destination instance.
|
|
343
|
-
* * **WAIT_DBGATEWAY**: prepares the DBGateway.
|
|
344
|
-
* * **WAIT_SQL**: prepares the full SQL statistics.
|
|
345
|
-
* * **WAIT_LOGIC**: prepares to replay the traffic.
|
|
346
|
-
*
|
|
347
|
-
* @example
|
|
348
|
-
* WAIT_TARGET
|
|
349
|
-
*/
|
|
350
35
|
state?: string;
|
|
351
|
-
/**
|
|
352
|
-
* @remarks
|
|
353
|
-
* The status of the stress testing task. Valid values:
|
|
354
|
-
*
|
|
355
|
-
* * **SUCCESS**: The task was successful.
|
|
356
|
-
* * **IGNORED**: The task was ignored.
|
|
357
|
-
* * **RUNNING**: The task is running.
|
|
358
|
-
* * **EXCEPTION**: The task is abnormal.
|
|
359
|
-
*
|
|
360
|
-
* @example
|
|
361
|
-
* RUNNING
|
|
362
|
-
*/
|
|
363
36
|
status?: string;
|
|
364
|
-
/**
|
|
365
|
-
* @remarks
|
|
366
|
-
* The name of the table that is used for stress testing.
|
|
367
|
-
*
|
|
368
|
-
* @example
|
|
369
|
-
* [{"TABLE_NAME":"customer1","TABLE_SCHEMA":"tpcc"}]
|
|
370
|
-
*/
|
|
371
37
|
tableSchema?: string;
|
|
372
|
-
/**
|
|
373
|
-
* @remarks
|
|
374
|
-
* The task ID.
|
|
375
|
-
*
|
|
376
|
-
* @example
|
|
377
|
-
* e5cec704-0518-430f-8263-76f4dcds****
|
|
378
|
-
*/
|
|
379
38
|
taskId?: string;
|
|
380
|
-
/**
|
|
381
|
-
* @remarks
|
|
382
|
-
* The type of the stress testing task. Valid values:
|
|
383
|
-
*
|
|
384
|
-
* * **pressure test** (default): A task of this type replays the traffic that is captured from the source instance on the destination instance at the maximum playback rate that is supported by the destination instance.
|
|
385
|
-
* * **smart pressure test**: A task of this type analyzes the traffic that is captured from the source instance over a short period of time and generates traffic on the destination instance for continuous stress testing. The business model based on which the traffic is generated on the destination instance and the traffic distribution are consistent with those on the source instance. Stress testing tasks of this type can help you reduce the amount of time that is consumed to collect data from the source instance and reduce storage costs and performance overheads.
|
|
386
|
-
*
|
|
387
|
-
* @example
|
|
388
|
-
* pressure test
|
|
389
|
-
*/
|
|
390
39
|
taskType?: string;
|
|
391
|
-
/**
|
|
392
|
-
* @remarks
|
|
393
|
-
* The topic that contains the consumed data. This topic is a topic in Message Queue for Apache Kafka.
|
|
394
|
-
*
|
|
395
|
-
* @example
|
|
396
|
-
* das
|
|
397
|
-
*/
|
|
398
40
|
topic?: string;
|
|
399
|
-
/**
|
|
400
|
-
* @remarks
|
|
401
|
-
* The Alibaba Cloud account ID.
|
|
402
|
-
*
|
|
403
|
-
* @example
|
|
404
|
-
* 1091411816252****
|
|
405
|
-
*/
|
|
406
41
|
userId?: string;
|
|
407
|
-
/**
|
|
408
|
-
* @remarks
|
|
409
|
-
* The version of the stress testing task. Valid values:
|
|
410
|
-
*
|
|
411
|
-
* * **V2.0**
|
|
412
|
-
* * **V3.0**
|
|
413
|
-
*
|
|
414
|
-
* @example
|
|
415
|
-
* V3.0
|
|
416
|
-
*/
|
|
417
42
|
version?: string;
|
|
418
|
-
/**
|
|
419
|
-
* @remarks
|
|
420
|
-
* The path of the temporary directory that is generated for stress testing.
|
|
421
|
-
*
|
|
422
|
-
* @example
|
|
423
|
-
* /tmp/bench/
|
|
424
|
-
*/
|
|
425
43
|
workDir?: string;
|
|
426
44
|
static names(): {
|
|
427
45
|
[key: string]: string;
|
|
@@ -456,10 +74,6 @@ export declare class DescribeCloudBenchTasksResponseBodyData extends $dara.Model
|
|
|
456
74
|
* None
|
|
457
75
|
*/
|
|
458
76
|
extra?: string;
|
|
459
|
-
/**
|
|
460
|
-
* @remarks
|
|
461
|
-
* The detailed information of the stress testing task.
|
|
462
|
-
*/
|
|
463
77
|
list?: DescribeCloudBenchTasksResponseBodyDataList;
|
|
464
78
|
/**
|
|
465
79
|
* @remarks
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeCloudBenchTasksResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeCloudBenchTasksResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeCloudBenchTasksResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeCloudBenchTasksResponseBody.ts"],"names":[],"mappings":"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"}
|