tencentcloud-sdk-nodejs 4.0.516 → 4.0.518
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/CHANGELOG.md +488 -0
- package/SERVICE_CHANGELOG.md +549 -302
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +18 -0
- package/src/services/api/v20201106/api_models.ts +63 -3
- package/src/services/billing/v20180709/billing_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +5 -3
- package/src/services/ccc/v20200210/ccc_models.ts +12 -12
- package/src/services/cdn/v20180606/cdn_models.ts +12 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +53 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +1 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/dts/v20211206/dts_client.ts +71 -34
- package/src/services/dts/v20211206/dts_models.ts +285 -116
- package/src/services/faceid/v20180301/faceid_client.ts +1 -26
- package/src/services/faceid/v20180301/faceid_models.ts +25 -98
- package/src/services/hasim/index.ts +5 -0
- package/src/services/hasim/v20210716/hasim_client.ts +309 -0
- package/src/services/hasim/v20210716/hasim_models.ts +1833 -0
- package/src/services/hasim/v20210716/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +3 -3
- package/src/services/rum/v20210622/rum_client.ts +19 -7
- package/src/services/rum/v20210622/rum_models.ts +64 -4
- package/src/services/ssa/v20180608/ssa_client.ts +106 -94
- package/src/services/ssa/v20180608/ssa_models.ts +188 -130
- package/src/services/sts/v20180813/sts_models.ts +3 -3
- package/src/services/teo/v20220901/teo_client.ts +708 -1219
- package/src/services/teo/v20220901/teo_models.ts +4787 -8094
- package/src/services/tione/v20211111/tione_models.ts +11 -1
- package/src/services/trtc/v20190722/trtc_models.ts +5 -0
- package/src/services/tts/v20190823/tts_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +238 -77
- package/src/services/vpc/v20170312/vpc_models.ts +840 -228
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +15 -0
- package/tencentcloud/services/api/v20201106/api_models.d.ts +53 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -12
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +25 -13
- package/tencentcloud/services/dts/v20211206/dts_client.js +36 -18
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +248 -103
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -10
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +0 -13
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +22 -86
- package/tencentcloud/services/hasim/index.d.ts +6 -0
- package/tencentcloud/services/hasim/index.js +7 -0
- package/tencentcloud/services/hasim/v20210716/hasim_client.d.ts +98 -0
- package/tencentcloud/services/hasim/v20210716/hasim_client.js +163 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.d.ts +1536 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.js +18 -0
- package/tencentcloud/services/hasim/v20210716/index.d.ts +6 -0
- package/tencentcloud/services/hasim/v20210716/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -3
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +7 -3
- package/tencentcloud/services/rum/v20210622/rum_client.js +9 -3
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +54 -4
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +37 -33
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +54 -48
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +158 -109
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -3
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +149 -309
- package/tencentcloud/services/teo/v20220901/teo_client.js +243 -483
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4305 -7117
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +9 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -0
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +86 -34
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +119 -41
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +674 -149
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/dts.v20211206.test.js +46 -16
- package/test/faceid.v20180301.test.js +0 -20
- package/test/hasim.v20210716.test.js +241 -0
- package/test/rum.v20210622.test.js +12 -2
- package/test/ssa.v20180608.test.js +44 -34
- package/test/teo.v20220901.test.js +158 -558
- package/test/vpc.v20170312.test.js +146 -16
|
@@ -0,0 +1,1833 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing,
|
|
11
|
+
* software distributed under the License is distributed on an
|
|
12
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
13
|
+
* KIND, either express or implied. See the License for the
|
|
14
|
+
* specific language governing permissions and limitations
|
|
15
|
+
* under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* DescribeTags返回参数结构体
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeTagsResponse {
|
|
22
|
+
/**
|
|
23
|
+
* 列表
|
|
24
|
+
*/
|
|
25
|
+
Data: TagInfos
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
29
|
+
*/
|
|
30
|
+
RequestId?: string
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* DescribeLink返回参数结构体
|
|
35
|
+
*/
|
|
36
|
+
export interface DescribeLinkResponse {
|
|
37
|
+
/**
|
|
38
|
+
* 云兔连接详细信息
|
|
39
|
+
*/
|
|
40
|
+
Data?: LinkDetailInfo
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
44
|
+
*/
|
|
45
|
+
RequestId?: string
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* DeleteRule返回参数结构体
|
|
50
|
+
*/
|
|
51
|
+
export interface DeleteRuleResponse {
|
|
52
|
+
/**
|
|
53
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
54
|
+
*/
|
|
55
|
+
RequestId?: string
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* CreateTactic请求参数结构体
|
|
60
|
+
*/
|
|
61
|
+
export interface CreateTacticRequest {
|
|
62
|
+
/**
|
|
63
|
+
* 策略名称
|
|
64
|
+
*/
|
|
65
|
+
Name: string
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* 是否自动执行
|
|
69
|
+
*/
|
|
70
|
+
IsAuto: number
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* 心跳上报间隔(s)
|
|
74
|
+
*/
|
|
75
|
+
PingInterval: number
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* 是否开启弱信号检测
|
|
79
|
+
*/
|
|
80
|
+
IsWeak: number
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* 弱信号阈值(-dbm)
|
|
84
|
+
*/
|
|
85
|
+
WeakThreshold: number
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* 是否开启时延切换
|
|
89
|
+
*/
|
|
90
|
+
IsDelay: number
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* 网络时延阈值(ms)
|
|
94
|
+
*/
|
|
95
|
+
DelayThreshold: number
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* 是否开启假信号检测
|
|
99
|
+
*/
|
|
100
|
+
IsFake: number
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* 假信号检测IP字符串,用逗号分隔
|
|
104
|
+
*/
|
|
105
|
+
FakeIP: string
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* 假信号检测间隔(s)
|
|
109
|
+
*/
|
|
110
|
+
FakeInterval: number
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* 是否开启网络制式检测
|
|
114
|
+
*/
|
|
115
|
+
IsNet: number
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* 网络回落制式 1 2G、 2 3G 、 3 2/3G
|
|
119
|
+
*/
|
|
120
|
+
Network: number
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* 是否开启移动检测
|
|
124
|
+
*/
|
|
125
|
+
IsMove: number
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* 是否开启最优先运营商
|
|
129
|
+
*/
|
|
130
|
+
IsPriorityTele: number
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商
|
|
134
|
+
*/
|
|
135
|
+
PriorityTele: number
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* 是否开启最不优先运营商
|
|
139
|
+
*/
|
|
140
|
+
IsBottomTele: number
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* 最不优先运营商 1 移动、 2 联通、 3 电信
|
|
144
|
+
*/
|
|
145
|
+
BottomTele: number
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* 最优先信号选取策略
|
|
149
|
+
*/
|
|
150
|
+
IsBestSignal: number
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* DeleteTag请求参数结构体
|
|
155
|
+
*/
|
|
156
|
+
export interface DeleteTagRequest {
|
|
157
|
+
/**
|
|
158
|
+
* 标签ID
|
|
159
|
+
*/
|
|
160
|
+
TagID: number
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* DescribeOrders返回参数结构体
|
|
165
|
+
*/
|
|
166
|
+
export interface DescribeOrdersResponse {
|
|
167
|
+
/**
|
|
168
|
+
* 订单列表
|
|
169
|
+
*/
|
|
170
|
+
Data?: Orders
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
174
|
+
*/
|
|
175
|
+
RequestId?: string
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* 设备上报信息
|
|
180
|
+
*/
|
|
181
|
+
export interface DeviceReport {
|
|
182
|
+
/**
|
|
183
|
+
* 移动设备ID
|
|
184
|
+
*/
|
|
185
|
+
Imei: string
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* 经度
|
|
189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
190
|
+
*/
|
|
191
|
+
Lng: string
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* 维度
|
|
195
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
196
|
+
*/
|
|
197
|
+
Lat: string
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* 运营商基站ID
|
|
201
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
202
|
+
*/
|
|
203
|
+
Lac: string
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* 小区CellID
|
|
207
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
208
|
+
*/
|
|
209
|
+
Cell: string
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* 当前上报运营商ID
|
|
213
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
214
|
+
*/
|
|
215
|
+
Iccid: string
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* 信号强度
|
|
219
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
220
|
+
*/
|
|
221
|
+
Rss: number
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* 运营商: 1 移动 2 联通 3 电信
|
|
225
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
226
|
+
*/
|
|
227
|
+
Tele: number
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* 当前设备策略ID
|
|
231
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
232
|
+
*/
|
|
233
|
+
Tid: number
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* 心跳间隔,单位秒
|
|
237
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
238
|
+
*/
|
|
239
|
+
Ping: number
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* 网络延迟,单位毫秒
|
|
243
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
244
|
+
*/
|
|
245
|
+
Delay: number
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* 高级日志启停状态
|
|
249
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
250
|
+
*/
|
|
251
|
+
Log: number
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* 设备型号
|
|
255
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
256
|
+
*/
|
|
257
|
+
DevType: string
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* 设备型号
|
|
261
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
262
|
+
*/
|
|
263
|
+
DevModel: string
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* 设备版本
|
|
267
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
268
|
+
*/
|
|
269
|
+
Version: string
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* 设备刷新时间戳
|
|
273
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
274
|
+
*/
|
|
275
|
+
UploadTime: string
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* 网络环境: 0 正常 1 弱网
|
|
279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
280
|
+
*/
|
|
281
|
+
Status: number
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* 每月第一次上报心跳时间
|
|
285
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
286
|
+
*/
|
|
287
|
+
MonthFirstTime: string
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* ModifyTactic请求参数结构体
|
|
292
|
+
*/
|
|
293
|
+
export interface ModifyTacticRequest {
|
|
294
|
+
/**
|
|
295
|
+
* 策略名称
|
|
296
|
+
*/
|
|
297
|
+
Name: string
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* 是否自动执行
|
|
301
|
+
*/
|
|
302
|
+
IsAuto: number
|
|
303
|
+
|
|
304
|
+
/**
|
|
305
|
+
* 心跳上报间隔(s)
|
|
306
|
+
*/
|
|
307
|
+
PingInterval: number
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* 是否开启弱信号检测
|
|
311
|
+
*/
|
|
312
|
+
IsWeak: number
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* 弱信号阈值(-dbm)
|
|
316
|
+
*/
|
|
317
|
+
WeakThreshold: number
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* 是否开启时延切换
|
|
321
|
+
*/
|
|
322
|
+
IsDelay: number
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* 网络时延阈值(ms)
|
|
326
|
+
*/
|
|
327
|
+
DelayThreshold: number
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* 是否开启假信号检测
|
|
331
|
+
*/
|
|
332
|
+
IsFake: number
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* 假信号检测间隔(s)
|
|
336
|
+
*/
|
|
337
|
+
FakeInterval: number
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* 是否开启网络制式检测
|
|
341
|
+
*/
|
|
342
|
+
IsNet: number
|
|
343
|
+
|
|
344
|
+
/**
|
|
345
|
+
* 网络回落制式 1 2G、 2 3G 、 3 2/3G
|
|
346
|
+
*/
|
|
347
|
+
Network: number
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* 是否开启移动检测
|
|
351
|
+
*/
|
|
352
|
+
IsMove: number
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* 策略ID
|
|
356
|
+
*/
|
|
357
|
+
TacticID: number
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* 是否开启最优先运营商
|
|
361
|
+
*/
|
|
362
|
+
IsPriorityTele: number
|
|
363
|
+
|
|
364
|
+
/**
|
|
365
|
+
* 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商
|
|
366
|
+
*/
|
|
367
|
+
PriorityTele: number
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* 是否开启最不优先运营商
|
|
371
|
+
*/
|
|
372
|
+
IsBottomTele: number
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* 最不优先运营商 1 移动、 2 联通、 3 电信
|
|
376
|
+
*/
|
|
377
|
+
BottomTele: number
|
|
378
|
+
|
|
379
|
+
/**
|
|
380
|
+
* 是否最优先信号选取策略
|
|
381
|
+
*/
|
|
382
|
+
IsBestSignal: number
|
|
383
|
+
|
|
384
|
+
/**
|
|
385
|
+
* 假信号检测IP字符串,用逗号分隔
|
|
386
|
+
*/
|
|
387
|
+
FakeIP?: string
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* 策略信息
|
|
392
|
+
*/
|
|
393
|
+
export interface Tactic {
|
|
394
|
+
/**
|
|
395
|
+
* 策略ID
|
|
396
|
+
*/
|
|
397
|
+
ID: number
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* 创建时间
|
|
401
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
402
|
+
*/
|
|
403
|
+
CreatedAt: string
|
|
404
|
+
|
|
405
|
+
/**
|
|
406
|
+
* 是否自动执行策略
|
|
407
|
+
*/
|
|
408
|
+
IsAuto: number
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* 设备上报信息间隔
|
|
412
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
413
|
+
*/
|
|
414
|
+
PingInterval: number
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* 是否开启弱信号检查
|
|
418
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
419
|
+
*/
|
|
420
|
+
IsWeak: number
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* 弱信号阈值(-dbm)
|
|
424
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
425
|
+
*/
|
|
426
|
+
WeakThreshold: number
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* 忘了时延切换
|
|
430
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
431
|
+
*/
|
|
432
|
+
IsDelay: number
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* 时延阈值(ms)
|
|
436
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
437
|
+
*/
|
|
438
|
+
DelayThreshold: number
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* 是否开启假信号检测
|
|
442
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
443
|
+
*/
|
|
444
|
+
IsFake: number
|
|
445
|
+
|
|
446
|
+
/**
|
|
447
|
+
* 假信号检测IP字符串,用逗号分隔
|
|
448
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
449
|
+
*/
|
|
450
|
+
FakeIP: string
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* 假信号检测间隔(s)
|
|
454
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
455
|
+
*/
|
|
456
|
+
FakeInterval: number
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* 是否开启网络制式检测
|
|
460
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
461
|
+
*/
|
|
462
|
+
IsNet: number
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* 网络回落制式 1: 2G、 2: 3G 、 3: 2/3G
|
|
466
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
467
|
+
*/
|
|
468
|
+
Network: number
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* 是否开启移动检测
|
|
472
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
473
|
+
*/
|
|
474
|
+
IsMove: number
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* 策略名称
|
|
478
|
+
*/
|
|
479
|
+
Name: string
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* 是否开启最优先运营商
|
|
483
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
484
|
+
*/
|
|
485
|
+
IsPriorityTele: number
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* 最优先运营商 1 移动、 2 联通、 3 电信 4 上次在线运营商
|
|
489
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
490
|
+
*/
|
|
491
|
+
PriorityTele: number
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* 是否开启最不优先运营商
|
|
495
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
496
|
+
*/
|
|
497
|
+
IsBottomTele: number
|
|
498
|
+
|
|
499
|
+
/**
|
|
500
|
+
* 最不优先运营商 1 移动、 2 联通、 3 电信
|
|
501
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
502
|
+
*/
|
|
503
|
+
BottomTele: number
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* 是否开启最优先信号选取策略
|
|
507
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
508
|
+
*/
|
|
509
|
+
IsBestSignal: number
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* DeleteRule请求参数结构体
|
|
514
|
+
*/
|
|
515
|
+
export interface DeleteRuleRequest {
|
|
516
|
+
/**
|
|
517
|
+
* 自动化规则ID
|
|
518
|
+
*/
|
|
519
|
+
RuleID: number
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* DescribeRules请求参数结构体
|
|
524
|
+
*/
|
|
525
|
+
export interface DescribeRulesRequest {
|
|
526
|
+
/**
|
|
527
|
+
* 自动化规则ID
|
|
528
|
+
*/
|
|
529
|
+
RuleID?: number
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* 自动化规则ID
|
|
533
|
+
*/
|
|
534
|
+
RuleIDs?: Array<number>
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* 名称
|
|
538
|
+
*/
|
|
539
|
+
Name?: string
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* 类型
|
|
543
|
+
*/
|
|
544
|
+
Type?: number
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* 是否激活
|
|
548
|
+
*/
|
|
549
|
+
IsActive?: number
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* 翻页大小
|
|
553
|
+
*/
|
|
554
|
+
Limit?: number
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* 翻页偏移
|
|
558
|
+
*/
|
|
559
|
+
Offset?: number
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* ModifyLinkAdvancedLog请求参数结构体
|
|
564
|
+
*/
|
|
565
|
+
export interface ModifyLinkAdvancedLogRequest {
|
|
566
|
+
/**
|
|
567
|
+
* 云兔ID
|
|
568
|
+
*/
|
|
569
|
+
LinkID: number
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* 是否激活高级日志 0 关闭 1激活
|
|
573
|
+
*/
|
|
574
|
+
IsAdLog: number
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
/**
|
|
578
|
+
* DescribeRule返回参数结构体
|
|
579
|
+
*/
|
|
580
|
+
export interface DescribeRuleResponse {
|
|
581
|
+
/**
|
|
582
|
+
* 策略信息
|
|
583
|
+
*/
|
|
584
|
+
Data: RuleDetail
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
588
|
+
*/
|
|
589
|
+
RequestId?: string
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* ModifyRule请求参数结构体
|
|
594
|
+
*/
|
|
595
|
+
export interface ModifyRuleRequest {
|
|
596
|
+
/**
|
|
597
|
+
* 自动化规则名称
|
|
598
|
+
*/
|
|
599
|
+
Name: string
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* 规则类型:用量类(101 当月|102有效期内)、位置类(201行政区|202移动距离)、网络质量类(301网络盲点)
|
|
603
|
+
*/
|
|
604
|
+
Type: number
|
|
605
|
+
|
|
606
|
+
/**
|
|
607
|
+
* 是否激活
|
|
608
|
+
*/
|
|
609
|
+
IsActive: boolean
|
|
610
|
+
|
|
611
|
+
/**
|
|
612
|
+
* 触发动作:1 邮件 2 API请求 3 微信 4 停卡 5 地图标识为盲点
|
|
613
|
+
*/
|
|
614
|
+
Notice: number
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* 自动化规则ID
|
|
618
|
+
*/
|
|
619
|
+
RuleID: number
|
|
620
|
+
|
|
621
|
+
/**
|
|
622
|
+
* 邮箱
|
|
623
|
+
*/
|
|
624
|
+
Email?: string
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* 推送的API地址
|
|
628
|
+
*/
|
|
629
|
+
Url?: string
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* 用量阈值
|
|
633
|
+
*/
|
|
634
|
+
DataThreshold?: number
|
|
635
|
+
|
|
636
|
+
/**
|
|
637
|
+
* 行政区类型:1. 省份 2. 城市 3. 区
|
|
638
|
+
*/
|
|
639
|
+
District?: number
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* 心跳移动距离阈值
|
|
643
|
+
*/
|
|
644
|
+
Distance?: number
|
|
645
|
+
|
|
646
|
+
/**
|
|
647
|
+
* 信号强度阈值
|
|
648
|
+
*/
|
|
649
|
+
SignalStrength?: number
|
|
650
|
+
|
|
651
|
+
/**
|
|
652
|
+
* 标签ID集合
|
|
653
|
+
*/
|
|
654
|
+
TagIDs?: Array<number>
|
|
655
|
+
|
|
656
|
+
/**
|
|
657
|
+
* 资费计划
|
|
658
|
+
*/
|
|
659
|
+
SalePlan?: string
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* 具体的账号
|
|
663
|
+
*/
|
|
664
|
+
UinAccount?: string
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
/**
|
|
668
|
+
* 云兔连接信息集合
|
|
669
|
+
*/
|
|
670
|
+
export interface LinkInfos {
|
|
671
|
+
/**
|
|
672
|
+
* 总量
|
|
673
|
+
*/
|
|
674
|
+
Total: number
|
|
675
|
+
|
|
676
|
+
/**
|
|
677
|
+
* 云兔连接列表
|
|
678
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
679
|
+
*/
|
|
680
|
+
List: Array<LinkInfo>
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* 标签列表集合
|
|
685
|
+
*/
|
|
686
|
+
export interface TagInfos {
|
|
687
|
+
/**
|
|
688
|
+
* 总量
|
|
689
|
+
*/
|
|
690
|
+
Total: number
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* 列表
|
|
694
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
695
|
+
*/
|
|
696
|
+
List: Array<Tag>
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
/**
|
|
700
|
+
* ModifyTag返回参数结构体
|
|
701
|
+
*/
|
|
702
|
+
export interface ModifyTagResponse {
|
|
703
|
+
/**
|
|
704
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
705
|
+
*/
|
|
706
|
+
RequestId?: string
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
/**
|
|
710
|
+
* CreateRule请求参数结构体
|
|
711
|
+
*/
|
|
712
|
+
export interface CreateRuleRequest {
|
|
713
|
+
/**
|
|
714
|
+
* 自动化规则名称
|
|
715
|
+
*/
|
|
716
|
+
Name: string
|
|
717
|
+
|
|
718
|
+
/**
|
|
719
|
+
* 规则类型:用量类(101 当月|102有效期内)、位置类(201行政区|202移动距离)、网络质量类(301网络盲点)
|
|
720
|
+
*/
|
|
721
|
+
Type: number
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
* 是否激活
|
|
725
|
+
*/
|
|
726
|
+
IsActive: boolean
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* 触发动作:1 邮件 2 API请求 3 微信 4 停卡 5 地图标识为盲点
|
|
730
|
+
*/
|
|
731
|
+
Notice: number
|
|
732
|
+
|
|
733
|
+
/**
|
|
734
|
+
* 邮箱
|
|
735
|
+
*/
|
|
736
|
+
Email?: string
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* 推送的API地址
|
|
740
|
+
*/
|
|
741
|
+
Url?: string
|
|
742
|
+
|
|
743
|
+
/**
|
|
744
|
+
* 用量阈值
|
|
745
|
+
*/
|
|
746
|
+
DataThreshold?: number
|
|
747
|
+
|
|
748
|
+
/**
|
|
749
|
+
* 行政区类型:1. 省份 2. 城市 3. 区
|
|
750
|
+
*/
|
|
751
|
+
District?: number
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* 心跳移动距离阈值
|
|
755
|
+
*/
|
|
756
|
+
Distance?: number
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* 信号强度阈值
|
|
760
|
+
*/
|
|
761
|
+
SignalStrength?: number
|
|
762
|
+
|
|
763
|
+
/**
|
|
764
|
+
* 盲点时间阈值,天
|
|
765
|
+
*/
|
|
766
|
+
LostDay?: number
|
|
767
|
+
|
|
768
|
+
/**
|
|
769
|
+
* 标签ID集合
|
|
770
|
+
*/
|
|
771
|
+
TagIDs?: Array<number>
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* 资费计划
|
|
775
|
+
*/
|
|
776
|
+
SalePlan?: string
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
/**
|
|
780
|
+
* 云兔连接详细信息
|
|
781
|
+
*/
|
|
782
|
+
export interface LinkDetailInfo {
|
|
783
|
+
/**
|
|
784
|
+
* 云兔连接ID
|
|
785
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
786
|
+
*/
|
|
787
|
+
ID: number
|
|
788
|
+
|
|
789
|
+
/**
|
|
790
|
+
* 卡片状态
|
|
791
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
792
|
+
*/
|
|
793
|
+
Status: number
|
|
794
|
+
|
|
795
|
+
/**
|
|
796
|
+
* 激活时间
|
|
797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
798
|
+
*/
|
|
799
|
+
ActiveTime: string
|
|
800
|
+
|
|
801
|
+
/**
|
|
802
|
+
* 过期时间
|
|
803
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
804
|
+
*/
|
|
805
|
+
ExpireTime: string
|
|
806
|
+
|
|
807
|
+
/**
|
|
808
|
+
* 数据用量
|
|
809
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
810
|
+
*/
|
|
811
|
+
DataUse: number
|
|
812
|
+
|
|
813
|
+
/**
|
|
814
|
+
* 语音用量
|
|
815
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
816
|
+
*/
|
|
817
|
+
AudioUse: number
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
* 短信用量
|
|
821
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
822
|
+
*/
|
|
823
|
+
SmsUse: number
|
|
824
|
+
|
|
825
|
+
/**
|
|
826
|
+
* 在线状态 0 未激活 1 在线 2 离线
|
|
827
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
828
|
+
*/
|
|
829
|
+
LinkedState: number
|
|
830
|
+
|
|
831
|
+
/**
|
|
832
|
+
* 预期策略ID
|
|
833
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
834
|
+
*/
|
|
835
|
+
TacticID: number
|
|
836
|
+
|
|
837
|
+
/**
|
|
838
|
+
* 策略下发状态
|
|
839
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
840
|
+
*/
|
|
841
|
+
TacticStatus: number
|
|
842
|
+
|
|
843
|
+
/**
|
|
844
|
+
* 策略下发成功过期时间
|
|
845
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
846
|
+
*/
|
|
847
|
+
TacticExpireTime: string
|
|
848
|
+
|
|
849
|
+
/**
|
|
850
|
+
* 高级日志预期状态
|
|
851
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
852
|
+
*/
|
|
853
|
+
IsActiveLog: boolean
|
|
854
|
+
|
|
855
|
+
/**
|
|
856
|
+
* 运营商 1移动 2联通 3电信
|
|
857
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
858
|
+
*/
|
|
859
|
+
TeleOperator: number
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* 设备最新上报信息
|
|
863
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
864
|
+
*/
|
|
865
|
+
Report: DeviceReport
|
|
866
|
+
|
|
867
|
+
/**
|
|
868
|
+
* 标签列表
|
|
869
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
870
|
+
*/
|
|
871
|
+
Tags: Array<Tag>
|
|
872
|
+
|
|
873
|
+
/**
|
|
874
|
+
* 运营商ICCID信息集合
|
|
875
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
876
|
+
*/
|
|
877
|
+
Cards: Array<TeleOperatorCard>
|
|
878
|
+
|
|
879
|
+
/**
|
|
880
|
+
* 云兔实际卡片ID
|
|
881
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
882
|
+
*/
|
|
883
|
+
CardID: string
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
/**
|
|
887
|
+
* DescribeRule请求参数结构体
|
|
888
|
+
*/
|
|
889
|
+
export interface DescribeRuleRequest {
|
|
890
|
+
/**
|
|
891
|
+
* 自动化规则ID
|
|
892
|
+
*/
|
|
893
|
+
RuleID: number
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* 自动化规则集合
|
|
898
|
+
*/
|
|
899
|
+
export interface RuleInfos {
|
|
900
|
+
/**
|
|
901
|
+
* 总量
|
|
902
|
+
*/
|
|
903
|
+
Total: number
|
|
904
|
+
|
|
905
|
+
/**
|
|
906
|
+
* 列表
|
|
907
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
908
|
+
*/
|
|
909
|
+
List: Array<Rule>
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
/**
|
|
913
|
+
* ModifyRuleStatus返回参数结构体
|
|
914
|
+
*/
|
|
915
|
+
export interface ModifyRuleStatusResponse {
|
|
916
|
+
/**
|
|
917
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
918
|
+
*/
|
|
919
|
+
RequestId?: string
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
/**
|
|
923
|
+
* ModifyLinkTactic返回参数结构体
|
|
924
|
+
*/
|
|
925
|
+
export interface ModifyLinkTacticResponse {
|
|
926
|
+
/**
|
|
927
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
928
|
+
*/
|
|
929
|
+
RequestId?: string
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
/**
|
|
933
|
+
* DescribeTags请求参数结构体
|
|
934
|
+
*/
|
|
935
|
+
export interface DescribeTagsRequest {
|
|
936
|
+
/**
|
|
937
|
+
* 标签名称
|
|
938
|
+
*/
|
|
939
|
+
Name?: string
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
/**
|
|
943
|
+
* DescribeLinks返回参数结构体
|
|
944
|
+
*/
|
|
945
|
+
export interface DescribeLinksResponse {
|
|
946
|
+
/**
|
|
947
|
+
* 云兔连接响应信息
|
|
948
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
949
|
+
*/
|
|
950
|
+
Data?: LinkInfos
|
|
951
|
+
|
|
952
|
+
/**
|
|
953
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
954
|
+
*/
|
|
955
|
+
RequestId?: string
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
/**
|
|
959
|
+
* ModifyTactic返回参数结构体
|
|
960
|
+
*/
|
|
961
|
+
export interface ModifyTacticResponse {
|
|
962
|
+
/**
|
|
963
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
964
|
+
*/
|
|
965
|
+
RequestId?: string
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* ModifyRuleStatus请求参数结构体
|
|
970
|
+
*/
|
|
971
|
+
export interface ModifyRuleStatusRequest {
|
|
972
|
+
/**
|
|
973
|
+
* 自动化规则ID
|
|
974
|
+
*/
|
|
975
|
+
RuleID: number
|
|
976
|
+
|
|
977
|
+
/**
|
|
978
|
+
* 是否激活
|
|
979
|
+
*/
|
|
980
|
+
IsActive?: boolean
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
/**
|
|
984
|
+
* DescribeTactics请求参数结构体
|
|
985
|
+
*/
|
|
986
|
+
export interface DescribeTacticsRequest {
|
|
987
|
+
/**
|
|
988
|
+
* 策略ID
|
|
989
|
+
*/
|
|
990
|
+
TacticID?: number
|
|
991
|
+
|
|
992
|
+
/**
|
|
993
|
+
* 策略名称
|
|
994
|
+
*/
|
|
995
|
+
Name?: string
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
/**
|
|
999
|
+
* 策略信息集合
|
|
1000
|
+
*/
|
|
1001
|
+
export interface TacticInfos {
|
|
1002
|
+
/**
|
|
1003
|
+
* 总量
|
|
1004
|
+
*/
|
|
1005
|
+
Total: number
|
|
1006
|
+
|
|
1007
|
+
/**
|
|
1008
|
+
* 策略列表
|
|
1009
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1010
|
+
*/
|
|
1011
|
+
List: Array<Tactic>
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
/**
|
|
1015
|
+
* RenewLinkInfo请求参数结构体
|
|
1016
|
+
*/
|
|
1017
|
+
export interface RenewLinkInfoRequest {
|
|
1018
|
+
/**
|
|
1019
|
+
* 云兔ID
|
|
1020
|
+
*/
|
|
1021
|
+
LinkID: number
|
|
1022
|
+
|
|
1023
|
+
/**
|
|
1024
|
+
* 具体的账号
|
|
1025
|
+
*/
|
|
1026
|
+
UinAccount?: string
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
/**
|
|
1030
|
+
* CreateTag请求参数结构体
|
|
1031
|
+
*/
|
|
1032
|
+
export interface CreateTagRequest {
|
|
1033
|
+
/**
|
|
1034
|
+
* 名称
|
|
1035
|
+
*/
|
|
1036
|
+
Name: string
|
|
1037
|
+
|
|
1038
|
+
/**
|
|
1039
|
+
* 备注
|
|
1040
|
+
*/
|
|
1041
|
+
Comment?: string
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
/**
|
|
1045
|
+
* DeleteTactic返回参数结构体
|
|
1046
|
+
*/
|
|
1047
|
+
export interface DeleteTacticResponse {
|
|
1048
|
+
/**
|
|
1049
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1050
|
+
*/
|
|
1051
|
+
RequestId?: string
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* DeleteTactic请求参数结构体
|
|
1056
|
+
*/
|
|
1057
|
+
export interface DeleteTacticRequest {
|
|
1058
|
+
/**
|
|
1059
|
+
* 策略ID
|
|
1060
|
+
*/
|
|
1061
|
+
TacticID: number
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
/**
|
|
1065
|
+
* DescribeTactic返回参数结构体
|
|
1066
|
+
*/
|
|
1067
|
+
export interface DescribeTacticResponse {
|
|
1068
|
+
/**
|
|
1069
|
+
* 策略信息
|
|
1070
|
+
*/
|
|
1071
|
+
Data: Tactic
|
|
1072
|
+
|
|
1073
|
+
/**
|
|
1074
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1075
|
+
*/
|
|
1076
|
+
RequestId?: string
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
/**
|
|
1080
|
+
* ModifyLinkTactic请求参数结构体
|
|
1081
|
+
*/
|
|
1082
|
+
export interface ModifyLinkTacticRequest {
|
|
1083
|
+
/**
|
|
1084
|
+
* 云兔ID
|
|
1085
|
+
*/
|
|
1086
|
+
LinkID: number
|
|
1087
|
+
|
|
1088
|
+
/**
|
|
1089
|
+
* 策略ID
|
|
1090
|
+
*/
|
|
1091
|
+
TacticID: number
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
/**
|
|
1095
|
+
* DescribeTactic请求参数结构体
|
|
1096
|
+
*/
|
|
1097
|
+
export interface DescribeTacticRequest {
|
|
1098
|
+
/**
|
|
1099
|
+
* 策略ID
|
|
1100
|
+
*/
|
|
1101
|
+
TacticID: number
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
/**
|
|
1105
|
+
* 自动化规则
|
|
1106
|
+
*/
|
|
1107
|
+
export interface Rule {
|
|
1108
|
+
/**
|
|
1109
|
+
* 规则名称
|
|
1110
|
+
*/
|
|
1111
|
+
Name: string
|
|
1112
|
+
|
|
1113
|
+
/**
|
|
1114
|
+
* 规则ID
|
|
1115
|
+
*/
|
|
1116
|
+
ID: number
|
|
1117
|
+
|
|
1118
|
+
/**
|
|
1119
|
+
* 创建时间
|
|
1120
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1121
|
+
*/
|
|
1122
|
+
CreatedAt: string
|
|
1123
|
+
|
|
1124
|
+
/**
|
|
1125
|
+
* 更新时间
|
|
1126
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1127
|
+
*/
|
|
1128
|
+
UpdatedAt: string
|
|
1129
|
+
|
|
1130
|
+
/**
|
|
1131
|
+
* 删除时间
|
|
1132
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1133
|
+
*/
|
|
1134
|
+
DeletedAt: string
|
|
1135
|
+
|
|
1136
|
+
/**
|
|
1137
|
+
* 规则类型
|
|
1138
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1139
|
+
*/
|
|
1140
|
+
Type: number
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* 是否激活
|
|
1144
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1145
|
+
*/
|
|
1146
|
+
IsActive: boolean
|
|
1147
|
+
|
|
1148
|
+
/**
|
|
1149
|
+
* 触发动作:1 邮件 2 API请求 5 停卡 6 地图标识为盲点
|
|
1150
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1151
|
+
*/
|
|
1152
|
+
Notice: number
|
|
1153
|
+
|
|
1154
|
+
/**
|
|
1155
|
+
* 邮箱
|
|
1156
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1157
|
+
*/
|
|
1158
|
+
Email: string
|
|
1159
|
+
|
|
1160
|
+
/**
|
|
1161
|
+
* 回调API地址
|
|
1162
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1163
|
+
*/
|
|
1164
|
+
Url: string
|
|
1165
|
+
|
|
1166
|
+
/**
|
|
1167
|
+
* 用量类:用量阈值,单位MB
|
|
1168
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1169
|
+
*/
|
|
1170
|
+
DataThreshold: number
|
|
1171
|
+
|
|
1172
|
+
/**
|
|
1173
|
+
* 行政区类型:1. 省份 2. 城市 3. 区
|
|
1174
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1175
|
+
*/
|
|
1176
|
+
District: number
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* 移动距离阈值,单位KM
|
|
1180
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1181
|
+
*/
|
|
1182
|
+
Distance: number
|
|
1183
|
+
|
|
1184
|
+
/**
|
|
1185
|
+
* 信号强度阈值(-dbm)
|
|
1186
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1187
|
+
*/
|
|
1188
|
+
SignalStrength: number
|
|
1189
|
+
|
|
1190
|
+
/**
|
|
1191
|
+
* 盲点阈值天数
|
|
1192
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1193
|
+
*/
|
|
1194
|
+
LostDay: number
|
|
1195
|
+
|
|
1196
|
+
/**
|
|
1197
|
+
* 绑定的标签ID集合
|
|
1198
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1199
|
+
*/
|
|
1200
|
+
TagIDs: Array<number>
|
|
1201
|
+
|
|
1202
|
+
/**
|
|
1203
|
+
* 绑定的资费计划
|
|
1204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1205
|
+
*/
|
|
1206
|
+
SalePlan: string
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
/**
|
|
1210
|
+
* CreateTag返回参数结构体
|
|
1211
|
+
*/
|
|
1212
|
+
export interface CreateTagResponse {
|
|
1213
|
+
/**
|
|
1214
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1215
|
+
*/
|
|
1216
|
+
RequestId?: string
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
/**
|
|
1220
|
+
* DescribeLinks请求参数结构体
|
|
1221
|
+
*/
|
|
1222
|
+
export interface DescribeLinksRequest {
|
|
1223
|
+
/**
|
|
1224
|
+
* 云兔卡ID
|
|
1225
|
+
*/
|
|
1226
|
+
LinkID?: number
|
|
1227
|
+
|
|
1228
|
+
/**
|
|
1229
|
+
* 运营商ICCID
|
|
1230
|
+
*/
|
|
1231
|
+
ICCID?: string
|
|
1232
|
+
|
|
1233
|
+
/**
|
|
1234
|
+
* 设备码
|
|
1235
|
+
*/
|
|
1236
|
+
IMEI?: string
|
|
1237
|
+
|
|
1238
|
+
/**
|
|
1239
|
+
* 卡片状态
|
|
1240
|
+
*/
|
|
1241
|
+
Status?: number
|
|
1242
|
+
|
|
1243
|
+
/**
|
|
1244
|
+
* 运营商 1移动 2联通 3电信
|
|
1245
|
+
*/
|
|
1246
|
+
TeleOperator?: number
|
|
1247
|
+
|
|
1248
|
+
/**
|
|
1249
|
+
* 标签ID
|
|
1250
|
+
*/
|
|
1251
|
+
TagID?: number
|
|
1252
|
+
|
|
1253
|
+
/**
|
|
1254
|
+
* 策略ID
|
|
1255
|
+
*/
|
|
1256
|
+
TacticID?: number
|
|
1257
|
+
|
|
1258
|
+
/**
|
|
1259
|
+
* 设备在线状态 0 未激活 1 在线 2 离线
|
|
1260
|
+
*/
|
|
1261
|
+
LinkedState?: number
|
|
1262
|
+
|
|
1263
|
+
/**
|
|
1264
|
+
* 标签ID 集合
|
|
1265
|
+
*/
|
|
1266
|
+
TagIDs?: Array<number>
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
/**
|
|
1270
|
+
* CreateRule返回参数结构体
|
|
1271
|
+
*/
|
|
1272
|
+
export interface CreateRuleResponse {
|
|
1273
|
+
/**
|
|
1274
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1275
|
+
*/
|
|
1276
|
+
RequestId?: string
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* 自动化规则详细信息
|
|
1281
|
+
*/
|
|
1282
|
+
export interface RuleDetail {
|
|
1283
|
+
/**
|
|
1284
|
+
* 规则名称
|
|
1285
|
+
*/
|
|
1286
|
+
Name: string
|
|
1287
|
+
|
|
1288
|
+
/**
|
|
1289
|
+
* 规则ID
|
|
1290
|
+
*/
|
|
1291
|
+
ID: number
|
|
1292
|
+
|
|
1293
|
+
/**
|
|
1294
|
+
* 创建时间
|
|
1295
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1296
|
+
*/
|
|
1297
|
+
CreatedAt: string
|
|
1298
|
+
|
|
1299
|
+
/**
|
|
1300
|
+
* 更新时间
|
|
1301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1302
|
+
*/
|
|
1303
|
+
UpdatedAt: string
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* 删除时间
|
|
1307
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1308
|
+
*/
|
|
1309
|
+
DeletedAt: string
|
|
1310
|
+
|
|
1311
|
+
/**
|
|
1312
|
+
* 规则类型
|
|
1313
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1314
|
+
*/
|
|
1315
|
+
Type: number
|
|
1316
|
+
|
|
1317
|
+
/**
|
|
1318
|
+
* 是否激活
|
|
1319
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1320
|
+
*/
|
|
1321
|
+
IsActive: boolean
|
|
1322
|
+
|
|
1323
|
+
/**
|
|
1324
|
+
* 触发动作:1 邮件 2 API请求 5 停卡 6 地图标识为盲点
|
|
1325
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1326
|
+
*/
|
|
1327
|
+
Notice: number
|
|
1328
|
+
|
|
1329
|
+
/**
|
|
1330
|
+
* 邮箱
|
|
1331
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1332
|
+
*/
|
|
1333
|
+
Email: string
|
|
1334
|
+
|
|
1335
|
+
/**
|
|
1336
|
+
* 回调API地址
|
|
1337
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1338
|
+
*/
|
|
1339
|
+
Url: string
|
|
1340
|
+
|
|
1341
|
+
/**
|
|
1342
|
+
* 用量类:用量阈值,单位MB
|
|
1343
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1344
|
+
*/
|
|
1345
|
+
DataThreshold: number
|
|
1346
|
+
|
|
1347
|
+
/**
|
|
1348
|
+
* 行政区类型:1. 省份 2. 城市 3. 区
|
|
1349
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1350
|
+
*/
|
|
1351
|
+
District: number
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* 移动距离阈值,单位KM
|
|
1355
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1356
|
+
*/
|
|
1357
|
+
Distance: number
|
|
1358
|
+
|
|
1359
|
+
/**
|
|
1360
|
+
* 信号强度阈值(-dbm)
|
|
1361
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1362
|
+
*/
|
|
1363
|
+
SignalStrength: number
|
|
1364
|
+
|
|
1365
|
+
/**
|
|
1366
|
+
* 盲点阈值天数
|
|
1367
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1368
|
+
*/
|
|
1369
|
+
LostDay: number
|
|
1370
|
+
|
|
1371
|
+
/**
|
|
1372
|
+
* 标签ID集合
|
|
1373
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1374
|
+
*/
|
|
1375
|
+
TagIDs: Array<number>
|
|
1376
|
+
|
|
1377
|
+
/**
|
|
1378
|
+
* 资费信息
|
|
1379
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1380
|
+
*/
|
|
1381
|
+
SalePlan: string
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
/**
|
|
1385
|
+
* DescribeTactics返回参数结构体
|
|
1386
|
+
*/
|
|
1387
|
+
export interface DescribeTacticsResponse {
|
|
1388
|
+
/**
|
|
1389
|
+
* 策略集合信息
|
|
1390
|
+
*/
|
|
1391
|
+
Data: TacticInfos
|
|
1392
|
+
|
|
1393
|
+
/**
|
|
1394
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1395
|
+
*/
|
|
1396
|
+
RequestId?: string
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
/**
|
|
1400
|
+
* RenewLinkInfo返回参数结构体
|
|
1401
|
+
*/
|
|
1402
|
+
export interface RenewLinkInfoResponse {
|
|
1403
|
+
/**
|
|
1404
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1405
|
+
*/
|
|
1406
|
+
RequestId?: string
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
/**
|
|
1410
|
+
* DescribeRules返回参数结构体
|
|
1411
|
+
*/
|
|
1412
|
+
export interface DescribeRulesResponse {
|
|
1413
|
+
/**
|
|
1414
|
+
* 自动化规则列表集合
|
|
1415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1416
|
+
*/
|
|
1417
|
+
Data?: RuleInfos
|
|
1418
|
+
|
|
1419
|
+
/**
|
|
1420
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1421
|
+
*/
|
|
1422
|
+
RequestId?: string
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
/**
|
|
1426
|
+
* DeleteTag返回参数结构体
|
|
1427
|
+
*/
|
|
1428
|
+
export interface DeleteTagResponse {
|
|
1429
|
+
/**
|
|
1430
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1431
|
+
*/
|
|
1432
|
+
RequestId?: string
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
/**
|
|
1436
|
+
* 运营商卡片信息
|
|
1437
|
+
*/
|
|
1438
|
+
export interface TeleOperatorCard {
|
|
1439
|
+
/**
|
|
1440
|
+
* 开户时间
|
|
1441
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1442
|
+
*/
|
|
1443
|
+
AccountTime: string
|
|
1444
|
+
|
|
1445
|
+
/**
|
|
1446
|
+
* 激活时间
|
|
1447
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1448
|
+
*/
|
|
1449
|
+
ActiveTime: string
|
|
1450
|
+
|
|
1451
|
+
/**
|
|
1452
|
+
* 运营商ICCID
|
|
1453
|
+
*/
|
|
1454
|
+
ICCID: string
|
|
1455
|
+
|
|
1456
|
+
/**
|
|
1457
|
+
* 云兔卡ID
|
|
1458
|
+
*/
|
|
1459
|
+
LinkID: number
|
|
1460
|
+
|
|
1461
|
+
/**
|
|
1462
|
+
* 电话号码
|
|
1463
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1464
|
+
*/
|
|
1465
|
+
Msisdn: string
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* 移动用户识别码
|
|
1469
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1470
|
+
*/
|
|
1471
|
+
IMSI: string
|
|
1472
|
+
|
|
1473
|
+
/**
|
|
1474
|
+
* 运营商: 1 移动 2 联通 3 电信
|
|
1475
|
+
*/
|
|
1476
|
+
TeleOperator: number
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
/**
|
|
1480
|
+
* ModifyLinkTele返回参数结构体
|
|
1481
|
+
*/
|
|
1482
|
+
export interface ModifyLinkTeleResponse {
|
|
1483
|
+
/**
|
|
1484
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1485
|
+
*/
|
|
1486
|
+
RequestId?: string
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
/**
|
|
1490
|
+
* 订单列表
|
|
1491
|
+
*/
|
|
1492
|
+
export interface Orders {
|
|
1493
|
+
/**
|
|
1494
|
+
* 总数
|
|
1495
|
+
*/
|
|
1496
|
+
Total: number
|
|
1497
|
+
|
|
1498
|
+
/**
|
|
1499
|
+
* 订单集合
|
|
1500
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1501
|
+
*/
|
|
1502
|
+
List: Array<OrderInfo>
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
/**
|
|
1506
|
+
* ModifyTag请求参数结构体
|
|
1507
|
+
*/
|
|
1508
|
+
export interface ModifyTagRequest {
|
|
1509
|
+
/**
|
|
1510
|
+
* 名称
|
|
1511
|
+
*/
|
|
1512
|
+
Name: string
|
|
1513
|
+
|
|
1514
|
+
/**
|
|
1515
|
+
* 标签ID
|
|
1516
|
+
*/
|
|
1517
|
+
TagID: number
|
|
1518
|
+
|
|
1519
|
+
/**
|
|
1520
|
+
* 备注
|
|
1521
|
+
*/
|
|
1522
|
+
Comment?: string
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
/**
|
|
1526
|
+
* 云兔标签信息
|
|
1527
|
+
*/
|
|
1528
|
+
export interface Tag {
|
|
1529
|
+
/**
|
|
1530
|
+
* 标签名称
|
|
1531
|
+
*/
|
|
1532
|
+
Name: string
|
|
1533
|
+
|
|
1534
|
+
/**
|
|
1535
|
+
* 标签ID
|
|
1536
|
+
*/
|
|
1537
|
+
ID: number
|
|
1538
|
+
|
|
1539
|
+
/**
|
|
1540
|
+
* 备注信息
|
|
1541
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1542
|
+
*/
|
|
1543
|
+
Comment: string
|
|
1544
|
+
|
|
1545
|
+
/**
|
|
1546
|
+
* 创建时间
|
|
1547
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1548
|
+
*/
|
|
1549
|
+
CreatedAt: string
|
|
1550
|
+
|
|
1551
|
+
/**
|
|
1552
|
+
* 更改时间
|
|
1553
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1554
|
+
*/
|
|
1555
|
+
UpdatedAt: string
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
/**
|
|
1559
|
+
* 订单信息
|
|
1560
|
+
*/
|
|
1561
|
+
export interface OrderInfo {
|
|
1562
|
+
/**
|
|
1563
|
+
* 子订单ID
|
|
1564
|
+
*/
|
|
1565
|
+
DealName: string
|
|
1566
|
+
|
|
1567
|
+
/**
|
|
1568
|
+
* 创建时间
|
|
1569
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1570
|
+
*/
|
|
1571
|
+
CreatedAt: string
|
|
1572
|
+
|
|
1573
|
+
/**
|
|
1574
|
+
* 订单账户
|
|
1575
|
+
*/
|
|
1576
|
+
Uin: string
|
|
1577
|
+
|
|
1578
|
+
/**
|
|
1579
|
+
* 购买数量
|
|
1580
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1581
|
+
*/
|
|
1582
|
+
BuyNum: number
|
|
1583
|
+
|
|
1584
|
+
/**
|
|
1585
|
+
* 行业代码
|
|
1586
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1587
|
+
*/
|
|
1588
|
+
IndustryCode: string
|
|
1589
|
+
|
|
1590
|
+
/**
|
|
1591
|
+
* 地址
|
|
1592
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1593
|
+
*/
|
|
1594
|
+
Address: string
|
|
1595
|
+
|
|
1596
|
+
/**
|
|
1597
|
+
* 联系人
|
|
1598
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1599
|
+
*/
|
|
1600
|
+
Contact: string
|
|
1601
|
+
|
|
1602
|
+
/**
|
|
1603
|
+
* 电话号码
|
|
1604
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1605
|
+
*/
|
|
1606
|
+
Msisdn: string
|
|
1607
|
+
|
|
1608
|
+
/**
|
|
1609
|
+
* 卡片规格
|
|
1610
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1611
|
+
*/
|
|
1612
|
+
Specification: string
|
|
1613
|
+
|
|
1614
|
+
/**
|
|
1615
|
+
* 用户订单备注
|
|
1616
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1617
|
+
*/
|
|
1618
|
+
Comment: string
|
|
1619
|
+
|
|
1620
|
+
/**
|
|
1621
|
+
* 大订单号
|
|
1622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1623
|
+
*/
|
|
1624
|
+
BigDealId: string
|
|
1625
|
+
|
|
1626
|
+
/**
|
|
1627
|
+
* 审批状态
|
|
1628
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1629
|
+
*/
|
|
1630
|
+
AuditStatus: string
|
|
1631
|
+
|
|
1632
|
+
/**
|
|
1633
|
+
* 发货状态
|
|
1634
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1635
|
+
*/
|
|
1636
|
+
FlowStatus: string
|
|
1637
|
+
|
|
1638
|
+
/**
|
|
1639
|
+
* 审批备注
|
|
1640
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1641
|
+
*/
|
|
1642
|
+
Remark: string
|
|
1643
|
+
|
|
1644
|
+
/**
|
|
1645
|
+
* 退费订单
|
|
1646
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1647
|
+
*/
|
|
1648
|
+
RefundBigDealId: string
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
/**
|
|
1652
|
+
* CreateTactic返回参数结构体
|
|
1653
|
+
*/
|
|
1654
|
+
export interface CreateTacticResponse {
|
|
1655
|
+
/**
|
|
1656
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1657
|
+
*/
|
|
1658
|
+
RequestId?: string
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
/**
|
|
1662
|
+
* DescribeOrders请求参数结构体
|
|
1663
|
+
*/
|
|
1664
|
+
export interface DescribeOrdersRequest {
|
|
1665
|
+
/**
|
|
1666
|
+
* 子订单ID
|
|
1667
|
+
*/
|
|
1668
|
+
DealName?: string
|
|
1669
|
+
|
|
1670
|
+
/**
|
|
1671
|
+
* 审批状态 0全部 1通过 2驳回 3待审核
|
|
1672
|
+
*/
|
|
1673
|
+
AuditStatus?: number
|
|
1674
|
+
|
|
1675
|
+
/**
|
|
1676
|
+
* 翻页大小
|
|
1677
|
+
*/
|
|
1678
|
+
Limit?: number
|
|
1679
|
+
|
|
1680
|
+
/**
|
|
1681
|
+
* 翻页偏移
|
|
1682
|
+
*/
|
|
1683
|
+
Offset?: number
|
|
1684
|
+
|
|
1685
|
+
/**
|
|
1686
|
+
* 开始时间,例如2022-06-30 00:00:00
|
|
1687
|
+
*/
|
|
1688
|
+
BeginTime?: string
|
|
1689
|
+
|
|
1690
|
+
/**
|
|
1691
|
+
* 结束时间,例如2022-06-30 00:00:00
|
|
1692
|
+
*/
|
|
1693
|
+
EndTime?: string
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
/**
|
|
1697
|
+
* ModifyLinkTele请求参数结构体
|
|
1698
|
+
*/
|
|
1699
|
+
export interface ModifyLinkTeleRequest {
|
|
1700
|
+
/**
|
|
1701
|
+
* 云兔ID
|
|
1702
|
+
*/
|
|
1703
|
+
LinkID: number
|
|
1704
|
+
|
|
1705
|
+
/**
|
|
1706
|
+
* 运营商 1 移动 2 联通 3 电信
|
|
1707
|
+
*/
|
|
1708
|
+
TeleOperator: number
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
/**
|
|
1712
|
+
* 云兔连接基本信息
|
|
1713
|
+
*/
|
|
1714
|
+
export interface LinkInfo {
|
|
1715
|
+
/**
|
|
1716
|
+
* 云兔连接ID
|
|
1717
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1718
|
+
*/
|
|
1719
|
+
ID: number
|
|
1720
|
+
|
|
1721
|
+
/**
|
|
1722
|
+
* 卡片状态
|
|
1723
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1724
|
+
*/
|
|
1725
|
+
Status: number
|
|
1726
|
+
|
|
1727
|
+
/**
|
|
1728
|
+
* 激活时间
|
|
1729
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1730
|
+
*/
|
|
1731
|
+
ActiveTime: string
|
|
1732
|
+
|
|
1733
|
+
/**
|
|
1734
|
+
* 过期时间
|
|
1735
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1736
|
+
*/
|
|
1737
|
+
ExpireTime: string
|
|
1738
|
+
|
|
1739
|
+
/**
|
|
1740
|
+
* 数据用量
|
|
1741
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1742
|
+
*/
|
|
1743
|
+
DataUse: number
|
|
1744
|
+
|
|
1745
|
+
/**
|
|
1746
|
+
* 语音用量
|
|
1747
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1748
|
+
*/
|
|
1749
|
+
AudioUse: number
|
|
1750
|
+
|
|
1751
|
+
/**
|
|
1752
|
+
* 短信用量
|
|
1753
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1754
|
+
*/
|
|
1755
|
+
SmsUse: number
|
|
1756
|
+
|
|
1757
|
+
/**
|
|
1758
|
+
* 在线状态 0 未激活 1 在线 2 离线
|
|
1759
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1760
|
+
*/
|
|
1761
|
+
LinkedState: number
|
|
1762
|
+
|
|
1763
|
+
/**
|
|
1764
|
+
* 预期策略ID
|
|
1765
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1766
|
+
*/
|
|
1767
|
+
TacticID: number
|
|
1768
|
+
|
|
1769
|
+
/**
|
|
1770
|
+
* 策略下发状态
|
|
1771
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1772
|
+
*/
|
|
1773
|
+
TacticStatus: number
|
|
1774
|
+
|
|
1775
|
+
/**
|
|
1776
|
+
* 策略下发成功过期时间
|
|
1777
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1778
|
+
*/
|
|
1779
|
+
TacticExpireTime: string
|
|
1780
|
+
|
|
1781
|
+
/**
|
|
1782
|
+
* 高级日志预期状态
|
|
1783
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1784
|
+
*/
|
|
1785
|
+
IsActiveLog: boolean
|
|
1786
|
+
|
|
1787
|
+
/**
|
|
1788
|
+
* 运营商 1移动 2联通 3电信
|
|
1789
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1790
|
+
*/
|
|
1791
|
+
TeleOperator: number
|
|
1792
|
+
|
|
1793
|
+
/**
|
|
1794
|
+
* 设备最新上报信息
|
|
1795
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1796
|
+
*/
|
|
1797
|
+
Report: DeviceReport
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
/**
|
|
1801
|
+
* DescribeLink请求参数结构体
|
|
1802
|
+
*/
|
|
1803
|
+
export interface DescribeLinkRequest {
|
|
1804
|
+
/**
|
|
1805
|
+
* 云兔卡ID
|
|
1806
|
+
*/
|
|
1807
|
+
LinkID: number
|
|
1808
|
+
|
|
1809
|
+
/**
|
|
1810
|
+
* 具体的账号
|
|
1811
|
+
*/
|
|
1812
|
+
UinAccount?: string
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
/**
|
|
1816
|
+
* ModifyLinkAdvancedLog返回参数结构体
|
|
1817
|
+
*/
|
|
1818
|
+
export interface ModifyLinkAdvancedLogResponse {
|
|
1819
|
+
/**
|
|
1820
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1821
|
+
*/
|
|
1822
|
+
RequestId?: string
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
/**
|
|
1826
|
+
* ModifyRule返回参数结构体
|
|
1827
|
+
*/
|
|
1828
|
+
export interface ModifyRuleResponse {
|
|
1829
|
+
/**
|
|
1830
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1831
|
+
*/
|
|
1832
|
+
RequestId?: string
|
|
1833
|
+
}
|