tencentcloud-sdk-nodejs-wedata 4.0.513 → 4.0.514
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 +218 -0
- package/SERVICE_CHANGELOG.md +320 -48
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +41 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +35 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,221 @@
|
|
|
1
|
+
# Release 4.0.514
|
|
2
|
+
|
|
3
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
4
|
+
|
|
5
|
+
### 第 39 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-12-30 01:18:47
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
16
|
+
|
|
17
|
+
* 新增入参:ParamTemplateId, InstanceParams
|
|
18
|
+
|
|
19
|
+
* [DeleteBackup](https://cloud.tencent.com/document/api/1003/82201)
|
|
20
|
+
|
|
21
|
+
* 新增入参:BackupIds
|
|
22
|
+
|
|
23
|
+
* <font color="#dd0000">**修改入参**:</font>SnapshotIdList
|
|
24
|
+
|
|
25
|
+
* [RollBackCluster](https://cloud.tencent.com/document/api/1003/70115)
|
|
26
|
+
|
|
27
|
+
* 新增入参:RollbackMode
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
新增数据结构:
|
|
31
|
+
|
|
32
|
+
* [ModifyParamItem](https://cloud.tencent.com/document/api/1003/48097#ModifyParamItem)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
37
|
+
|
|
38
|
+
### 第 94 次发布
|
|
39
|
+
|
|
40
|
+
发布时间:2022-12-30 01:32:32
|
|
41
|
+
|
|
42
|
+
本次发布包含了以下内容:
|
|
43
|
+
|
|
44
|
+
改善已有的文档。
|
|
45
|
+
|
|
46
|
+
修改数据结构:
|
|
47
|
+
|
|
48
|
+
* [CallBackRuleInfo](https://cloud.tencent.com/document/api/267/20474#CallBackRuleInfo)
|
|
49
|
+
|
|
50
|
+
* <font color="#dd0000">**修改成员**:</font>CreateTime, UpdateTime, TemplateId, DomainName, AppName
|
|
51
|
+
|
|
52
|
+
* [CertInfo](https://cloud.tencent.com/document/api/267/20474#CertInfo)
|
|
53
|
+
|
|
54
|
+
* <font color="#dd0000">**修改成员**:</font>CertId, CertName, Description, CreateTime, HttpsCrt, CertType, CertExpireTime, DomainList
|
|
55
|
+
|
|
56
|
+
* [DomainCertInfo](https://cloud.tencent.com/document/api/267/20474#DomainCertInfo)
|
|
57
|
+
|
|
58
|
+
* <font color="#dd0000">**修改成员**:</font>CertId, CertName, Description, CreateTime, HttpsCrt, CertType, CertExpireTime, DomainName, Status, CertDomains, CloudCertId
|
|
59
|
+
|
|
60
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/267/20474#DomainInfo)
|
|
61
|
+
|
|
62
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, CreateTime, BCName, TargetDomain, PlayType, IsDelayLive, CurrentCName, RentTag, RentExpireTime, IsMiniProgramLive
|
|
63
|
+
|
|
64
|
+
* [ForbidStreamInfo](https://cloud.tencent.com/document/api/267/20474#ForbidStreamInfo)
|
|
65
|
+
|
|
66
|
+
* <font color="#dd0000">**修改成员**:</font>StreamName, CreateTime, ExpireTime, AppName, DomainName
|
|
67
|
+
|
|
68
|
+
* [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
|
|
69
|
+
|
|
70
|
+
* <font color="#dd0000">**修改成员**:</font>DomainName, CertificateAlias, CertType, Status, CertExpireTime, CertId, CloudCertId, UpdateTime
|
|
71
|
+
|
|
72
|
+
* [LivePackageInfo](https://cloud.tencent.com/document/api/267/20474#LivePackageInfo)
|
|
73
|
+
|
|
74
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Total, Used, Left, BuyTime, ExpireTime, Type, Status
|
|
75
|
+
|
|
76
|
+
* [LogInfo](https://cloud.tencent.com/document/api/267/20474#LogInfo)
|
|
77
|
+
|
|
78
|
+
* <font color="#dd0000">**修改成员**:</font>LogName, LogUrl, LogTime, FileSize
|
|
79
|
+
|
|
80
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/267/20474#RuleInfo)
|
|
81
|
+
|
|
82
|
+
* <font color="#dd0000">**修改成员**:</font>CreateTime, UpdateTime, TemplateId, DomainName, AppName, StreamName
|
|
83
|
+
|
|
84
|
+
* [WatermarkInfo](https://cloud.tencent.com/document/api/267/20474#WatermarkInfo)
|
|
85
|
+
|
|
86
|
+
* <font color="#dd0000">**修改成员**:</font>WatermarkId, PictureUrl, XPosition, YPosition, WatermarkName, Status, CreateTime, Width, Height
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
92
|
+
|
|
93
|
+
### 第 48 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-12-30 01:44:00
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
102
|
+
|
|
103
|
+
* CreateSecurityPolicies
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
108
|
+
|
|
109
|
+
### 第 43 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2022-12-30 01:47:00
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
修改数据结构:
|
|
118
|
+
|
|
119
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
120
|
+
|
|
121
|
+
* 新增成员:Type, GroupNum
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
127
|
+
|
|
128
|
+
### 第 23 次发布
|
|
129
|
+
|
|
130
|
+
发布时间:2022-12-30 01:48:06
|
|
131
|
+
|
|
132
|
+
本次发布包含了以下内容:
|
|
133
|
+
|
|
134
|
+
改善已有的文档。
|
|
135
|
+
|
|
136
|
+
新增接口:
|
|
137
|
+
|
|
138
|
+
* [DescribeOriginProtection](https://cloud.tencent.com/document/api/1552/84664)
|
|
139
|
+
* [UpdateOriginProtectionIPWhitelist](https://cloud.tencent.com/document/api/1552/84663)
|
|
140
|
+
|
|
141
|
+
新增数据结构:
|
|
142
|
+
|
|
143
|
+
* [DiffIPWhitelist](https://cloud.tencent.com/document/api/1552/80721#DiffIPWhitelist)
|
|
144
|
+
* [IPWhitelist](https://cloud.tencent.com/document/api/1552/80721#IPWhitelist)
|
|
145
|
+
* [OriginProtectionInfo](https://cloud.tencent.com/document/api/1552/80721#OriginProtectionInfo)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## 云点播(vod) 版本:2018-07-17
|
|
154
|
+
|
|
155
|
+
### 第 135 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2022-12-30 01:55:04
|
|
158
|
+
|
|
159
|
+
本次发布包含了以下内容:
|
|
160
|
+
|
|
161
|
+
改善已有的文档。
|
|
162
|
+
|
|
163
|
+
修改接口:
|
|
164
|
+
|
|
165
|
+
* [CreateProcedureTemplate](https://cloud.tencent.com/document/api/266/33897)
|
|
166
|
+
|
|
167
|
+
* 新增入参:ReviewAudioVideoTask
|
|
168
|
+
|
|
169
|
+
* [ResetProcedureTemplate](https://cloud.tencent.com/document/api/266/33894)
|
|
170
|
+
|
|
171
|
+
* 新增入参:ReviewAudioVideoTask
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
新增数据结构:
|
|
175
|
+
|
|
176
|
+
* [ProcedureReviewAudioVideoTaskInput](https://cloud.tencent.com/document/api/266/31773#ProcedureReviewAudioVideoTaskInput)
|
|
177
|
+
|
|
178
|
+
修改数据结构:
|
|
179
|
+
|
|
180
|
+
* [ProcedureTemplate](https://cloud.tencent.com/document/api/266/31773#ProcedureTemplate)
|
|
181
|
+
|
|
182
|
+
* 新增成员:ReviewAudioVideoTask
|
|
183
|
+
|
|
184
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Comment, MediaProcessTask, AiContentReviewTask, AiAnalysisTask, AiRecognitionTask, MiniProgramPublishTask, CreateTime, UpdateTime
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
190
|
+
|
|
191
|
+
### 第 16 次发布
|
|
192
|
+
|
|
193
|
+
发布时间:2022-12-30 01:58:31
|
|
194
|
+
|
|
195
|
+
本次发布包含了以下内容:
|
|
196
|
+
|
|
197
|
+
改善已有的文档。
|
|
198
|
+
|
|
199
|
+
修改接口:
|
|
200
|
+
|
|
201
|
+
* [DescribeInLongAgentList](https://cloud.tencent.com/document/api/1267/82510)
|
|
202
|
+
|
|
203
|
+
* 新增入参:AgentTypes
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
新增数据结构:
|
|
207
|
+
|
|
208
|
+
* [CvmAgentStatus](https://cloud.tencent.com/document/api/1267/76336#CvmAgentStatus)
|
|
209
|
+
|
|
210
|
+
修改数据结构:
|
|
211
|
+
|
|
212
|
+
* [InLongAgentDetail](https://cloud.tencent.com/document/api/1267/76336#InLongAgentDetail)
|
|
213
|
+
|
|
214
|
+
* 新增成员:AgentGroupId, CvmAgentStatusList, AgentTotal
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
1
219
|
# Release 4.0.513
|
|
2
220
|
|
|
3
221
|
## 音频内容安全(ams) 版本:2020-12-29
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 39 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-12-
|
|
7
|
+
发布时间:2022-12-30 01:18:47
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,83 +12,149 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增入参:ParamTemplateId, InstanceParams
|
|
18
18
|
|
|
19
|
+
* [DeleteBackup](https://cloud.tencent.com/document/api/1003/82201)
|
|
19
20
|
|
|
21
|
+
* 新增入参:BackupIds
|
|
20
22
|
|
|
23
|
+
* <font color="#dd0000">**修改入参**:</font>SnapshotIdList
|
|
21
24
|
|
|
22
|
-
|
|
25
|
+
* [RollBackCluster](https://cloud.tencent.com/document/api/1003/70115)
|
|
23
26
|
|
|
27
|
+
* 新增入参:RollbackMode
|
|
24
28
|
|
|
25
29
|
|
|
26
|
-
|
|
30
|
+
新增数据结构:
|
|
27
31
|
|
|
28
|
-
|
|
32
|
+
* [ModifyParamItem](https://cloud.tencent.com/document/api/1003/48097#ModifyParamItem)
|
|
29
33
|
|
|
30
|
-
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
37
|
+
|
|
38
|
+
### 第 94 次发布
|
|
39
|
+
|
|
40
|
+
发布时间:2022-12-30 01:32:32
|
|
31
41
|
|
|
32
42
|
本次发布包含了以下内容:
|
|
33
43
|
|
|
34
44
|
改善已有的文档。
|
|
35
45
|
|
|
36
|
-
|
|
46
|
+
修改数据结构:
|
|
37
47
|
|
|
38
|
-
* [
|
|
39
|
-
* [RegisterFunctionTargets](https://cloud.tencent.com/document/api/214/84625)
|
|
48
|
+
* [CallBackRuleInfo](https://cloud.tencent.com/document/api/267/20474#CallBackRuleInfo)
|
|
40
49
|
|
|
41
|
-
|
|
50
|
+
* <font color="#dd0000">**修改成员**:</font>CreateTime, UpdateTime, TemplateId, DomainName, AppName
|
|
42
51
|
|
|
43
|
-
* [
|
|
44
|
-
* [FunctionTarget](https://cloud.tencent.com/document/api/214/30694#FunctionTarget)
|
|
52
|
+
* [CertInfo](https://cloud.tencent.com/document/api/267/20474#CertInfo)
|
|
45
53
|
|
|
54
|
+
* <font color="#dd0000">**修改成员**:</font>CertId, CertName, Description, CreateTime, HttpsCrt, CertType, CertExpireTime, DomainList
|
|
46
55
|
|
|
56
|
+
* [DomainCertInfo](https://cloud.tencent.com/document/api/267/20474#DomainCertInfo)
|
|
47
57
|
|
|
48
|
-
|
|
58
|
+
* <font color="#dd0000">**修改成员**:</font>CertId, CertName, Description, CreateTime, HttpsCrt, CertType, CertExpireTime, DomainName, Status, CertDomains, CloudCertId
|
|
49
59
|
|
|
50
|
-
|
|
60
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/267/20474#DomainInfo)
|
|
51
61
|
|
|
52
|
-
|
|
62
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, CreateTime, BCName, TargetDomain, PlayType, IsDelayLive, CurrentCName, RentTag, RentExpireTime, IsMiniProgramLive
|
|
63
|
+
|
|
64
|
+
* [ForbidStreamInfo](https://cloud.tencent.com/document/api/267/20474#ForbidStreamInfo)
|
|
65
|
+
|
|
66
|
+
* <font color="#dd0000">**修改成员**:</font>StreamName, CreateTime, ExpireTime, AppName, DomainName
|
|
67
|
+
|
|
68
|
+
* [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
|
|
69
|
+
|
|
70
|
+
* <font color="#dd0000">**修改成员**:</font>DomainName, CertificateAlias, CertType, Status, CertExpireTime, CertId, CloudCertId, UpdateTime
|
|
71
|
+
|
|
72
|
+
* [LivePackageInfo](https://cloud.tencent.com/document/api/267/20474#LivePackageInfo)
|
|
73
|
+
|
|
74
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Total, Used, Left, BuyTime, ExpireTime, Type, Status
|
|
75
|
+
|
|
76
|
+
* [LogInfo](https://cloud.tencent.com/document/api/267/20474#LogInfo)
|
|
77
|
+
|
|
78
|
+
* <font color="#dd0000">**修改成员**:</font>LogName, LogUrl, LogTime, FileSize
|
|
79
|
+
|
|
80
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/267/20474#RuleInfo)
|
|
81
|
+
|
|
82
|
+
* <font color="#dd0000">**修改成员**:</font>CreateTime, UpdateTime, TemplateId, DomainName, AppName, StreamName
|
|
83
|
+
|
|
84
|
+
* [WatermarkInfo](https://cloud.tencent.com/document/api/267/20474#WatermarkInfo)
|
|
85
|
+
|
|
86
|
+
* <font color="#dd0000">**修改成员**:</font>WatermarkId, PictureUrl, XPosition, YPosition, WatermarkName, Status, CreateTime, Width, Height
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
92
|
+
|
|
93
|
+
### 第 48 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-12-30 01:44:00
|
|
53
96
|
|
|
54
97
|
本次发布包含了以下内容:
|
|
55
98
|
|
|
56
99
|
改善已有的文档。
|
|
57
100
|
|
|
58
|
-
|
|
101
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
59
102
|
|
|
60
|
-
*
|
|
103
|
+
* CreateSecurityPolicies
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
108
|
+
|
|
109
|
+
### 第 43 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2022-12-30 01:47:00
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
61
116
|
|
|
62
117
|
修改数据结构:
|
|
63
118
|
|
|
64
|
-
* [
|
|
119
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
65
120
|
|
|
66
|
-
* 新增成员:
|
|
121
|
+
* 新增成员:Type, GroupNum
|
|
67
122
|
|
|
68
|
-
* [CynosdbCluster](https://cloud.tencent.com/document/api/1003/48097#CynosdbCluster)
|
|
69
123
|
|
|
70
|
-
* 新增成员:PhysicalZone, MasterZone, HasSlaveZone, SlaveZones, BusinessType, IsFreeze, OrderSource, Ability
|
|
71
124
|
|
|
72
|
-
* [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
|
|
73
125
|
|
|
74
|
-
|
|
126
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
75
127
|
|
|
76
|
-
|
|
128
|
+
### 第 23 次发布
|
|
77
129
|
|
|
78
|
-
|
|
130
|
+
发布时间:2022-12-30 01:48:06
|
|
79
131
|
|
|
80
|
-
|
|
132
|
+
本次发布包含了以下内容:
|
|
81
133
|
|
|
82
|
-
|
|
134
|
+
改善已有的文档。
|
|
135
|
+
|
|
136
|
+
新增接口:
|
|
83
137
|
|
|
138
|
+
* [DescribeOriginProtection](https://cloud.tencent.com/document/api/1552/84664)
|
|
139
|
+
* [UpdateOriginProtectionIPWhitelist](https://cloud.tencent.com/document/api/1552/84663)
|
|
84
140
|
|
|
141
|
+
新增数据结构:
|
|
85
142
|
|
|
143
|
+
* [DiffIPWhitelist](https://cloud.tencent.com/document/api/1552/80721#DiffIPWhitelist)
|
|
144
|
+
* [IPWhitelist](https://cloud.tencent.com/document/api/1552/80721#IPWhitelist)
|
|
145
|
+
* [OriginProtectionInfo](https://cloud.tencent.com/document/api/1552/80721#OriginProtectionInfo)
|
|
86
146
|
|
|
87
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
88
147
|
|
|
89
|
-
### 第 58 次发布
|
|
90
148
|
|
|
91
|
-
|
|
149
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## 云点播(vod) 版本:2018-07-17
|
|
154
|
+
|
|
155
|
+
### 第 135 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2022-12-30 01:55:04
|
|
92
158
|
|
|
93
159
|
本次发布包含了以下内容:
|
|
94
160
|
|
|
@@ -96,34 +162,56 @@
|
|
|
96
162
|
|
|
97
163
|
修改接口:
|
|
98
164
|
|
|
99
|
-
* [
|
|
165
|
+
* [CreateProcedureTemplate](https://cloud.tencent.com/document/api/266/33897)
|
|
100
166
|
|
|
101
|
-
* 新增入参:
|
|
167
|
+
* 新增入参:ReviewAudioVideoTask
|
|
102
168
|
|
|
169
|
+
* [ResetProcedureTemplate](https://cloud.tencent.com/document/api/266/33894)
|
|
103
170
|
|
|
171
|
+
* 新增入参:ReviewAudioVideoTask
|
|
104
172
|
|
|
105
173
|
|
|
106
|
-
|
|
174
|
+
新增数据结构:
|
|
107
175
|
|
|
176
|
+
* [ProcedureReviewAudioVideoTaskInput](https://cloud.tencent.com/document/api/266/31773#ProcedureReviewAudioVideoTaskInput)
|
|
108
177
|
|
|
178
|
+
修改数据结构:
|
|
179
|
+
|
|
180
|
+
* [ProcedureTemplate](https://cloud.tencent.com/document/api/266/31773#ProcedureTemplate)
|
|
181
|
+
|
|
182
|
+
* 新增成员:ReviewAudioVideoTask
|
|
183
|
+
|
|
184
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Comment, MediaProcessTask, AiContentReviewTask, AiAnalysisTask, AiRecognitionTask, MiniProgramPublishTask, CreateTime, UpdateTime
|
|
109
185
|
|
|
110
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
111
186
|
|
|
112
|
-
### 第 133 次发布
|
|
113
187
|
|
|
114
|
-
|
|
188
|
+
|
|
189
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
190
|
+
|
|
191
|
+
### 第 16 次发布
|
|
192
|
+
|
|
193
|
+
发布时间:2022-12-30 01:58:31
|
|
115
194
|
|
|
116
195
|
本次发布包含了以下内容:
|
|
117
196
|
|
|
118
197
|
改善已有的文档。
|
|
119
198
|
|
|
120
|
-
|
|
199
|
+
修改接口:
|
|
121
200
|
|
|
122
|
-
* [
|
|
201
|
+
* [DescribeInLongAgentList](https://cloud.tencent.com/document/api/1267/82510)
|
|
123
202
|
|
|
124
|
-
*
|
|
203
|
+
* 新增入参:AgentTypes
|
|
125
204
|
|
|
126
|
-
|
|
205
|
+
|
|
206
|
+
新增数据结构:
|
|
207
|
+
|
|
208
|
+
* [CvmAgentStatus](https://cloud.tencent.com/document/api/1267/76336#CvmAgentStatus)
|
|
209
|
+
|
|
210
|
+
修改数据结构:
|
|
211
|
+
|
|
212
|
+
* [InLongAgentDetail](https://cloud.tencent.com/document/api/1267/76336#InLongAgentDetail)
|
|
213
|
+
|
|
214
|
+
* 新增成员:AgentGroupId, CvmAgentStatusList, AgentTotal
|
|
127
215
|
|
|
128
216
|
|
|
129
217
|
|
|
@@ -20626,13 +20714,13 @@
|
|
|
20626
20714
|
|
|
20627
20715
|
新增接口:
|
|
20628
20716
|
|
|
20629
|
-
* [
|
|
20630
|
-
* [
|
|
20717
|
+
* [DeregisterFunctionTargets](https://cloud.tencent.com/document/api/214/84626)
|
|
20718
|
+
* [RegisterFunctionTargets](https://cloud.tencent.com/document/api/214/84625)
|
|
20631
20719
|
|
|
20632
20720
|
新增数据结构:
|
|
20633
20721
|
|
|
20634
|
-
* [
|
|
20635
|
-
* [
|
|
20722
|
+
* [FunctionInfo](https://cloud.tencent.com/document/api/214/30694#FunctionInfo)
|
|
20723
|
+
* [FunctionTarget](https://cloud.tencent.com/document/api/214/30694#FunctionTarget)
|
|
20636
20724
|
|
|
20637
20725
|
### 第 75 次发布
|
|
20638
20726
|
|
|
@@ -31680,6 +31768,35 @@
|
|
|
31680
31768
|
|
|
31681
31769
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
31682
31770
|
|
|
31771
|
+
### 第 39 次发布
|
|
31772
|
+
|
|
31773
|
+
发布时间:2022-12-30 01:18:47
|
|
31774
|
+
|
|
31775
|
+
本次发布包含了以下内容:
|
|
31776
|
+
|
|
31777
|
+
改善已有的文档。
|
|
31778
|
+
|
|
31779
|
+
修改接口:
|
|
31780
|
+
|
|
31781
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
31782
|
+
|
|
31783
|
+
* 新增入参:ParamTemplateId, InstanceParams
|
|
31784
|
+
|
|
31785
|
+
* [DeleteBackup](https://cloud.tencent.com/document/api/1003/82201)
|
|
31786
|
+
|
|
31787
|
+
* 新增入参:BackupIds
|
|
31788
|
+
|
|
31789
|
+
* <font color="#dd0000">**修改入参**:</font>SnapshotIdList
|
|
31790
|
+
|
|
31791
|
+
* [RollBackCluster](https://cloud.tencent.com/document/api/1003/70115)
|
|
31792
|
+
|
|
31793
|
+
* 新增入参:RollbackMode
|
|
31794
|
+
|
|
31795
|
+
|
|
31796
|
+
新增数据结构:
|
|
31797
|
+
|
|
31798
|
+
* [[ModifyParamItem](https://cloud.tencent.com/document/api/1003/48097#ModifyParamItem)](https://cloud.tencent.com/document/api/1003/48097#[ModifyParamItem](https://cloud.tencent.com/document/api/1003/48097#ModifyParamItem))
|
|
31799
|
+
|
|
31683
31800
|
### 第 38 次发布
|
|
31684
31801
|
|
|
31685
31802
|
发布时间:2022-12-29 10:16:58
|
|
@@ -31690,7 +31807,7 @@
|
|
|
31690
31807
|
|
|
31691
31808
|
新增数据结构:
|
|
31692
31809
|
|
|
31693
|
-
* [
|
|
31810
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
31694
31811
|
|
|
31695
31812
|
修改数据结构:
|
|
31696
31813
|
|
|
@@ -54659,6 +54776,57 @@
|
|
|
54659
54776
|
|
|
54660
54777
|
## 云直播CSS(live) 版本:2018-08-01
|
|
54661
54778
|
|
|
54779
|
+
### 第 94 次发布
|
|
54780
|
+
|
|
54781
|
+
发布时间:2022-12-30 01:32:32
|
|
54782
|
+
|
|
54783
|
+
本次发布包含了以下内容:
|
|
54784
|
+
|
|
54785
|
+
改善已有的文档。
|
|
54786
|
+
|
|
54787
|
+
修改数据结构:
|
|
54788
|
+
|
|
54789
|
+
* [CallBackRuleInfo](https://cloud.tencent.com/document/api/267/20474#CallBackRuleInfo)
|
|
54790
|
+
|
|
54791
|
+
* <font color="#dd0000">**修改成员**:</font>CreateTime, UpdateTime, TemplateId, DomainName, AppName
|
|
54792
|
+
|
|
54793
|
+
* [CertInfo](https://cloud.tencent.com/document/api/267/20474#CertInfo)
|
|
54794
|
+
|
|
54795
|
+
* <font color="#dd0000">**修改成员**:</font>CertId, CertName, Description, CreateTime, HttpsCrt, CertType, CertExpireTime, DomainList
|
|
54796
|
+
|
|
54797
|
+
* [DomainCertInfo](https://cloud.tencent.com/document/api/267/20474#DomainCertInfo)
|
|
54798
|
+
|
|
54799
|
+
* <font color="#dd0000">**修改成员**:</font>CertId, CertName, Description, CreateTime, HttpsCrt, CertType, CertExpireTime, DomainName, Status, CertDomains, CloudCertId
|
|
54800
|
+
|
|
54801
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/267/20474#DomainInfo)
|
|
54802
|
+
|
|
54803
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, CreateTime, BCName, TargetDomain, PlayType, IsDelayLive, CurrentCName, RentTag, RentExpireTime, IsMiniProgramLive
|
|
54804
|
+
|
|
54805
|
+
* [ForbidStreamInfo](https://cloud.tencent.com/document/api/267/20474#ForbidStreamInfo)
|
|
54806
|
+
|
|
54807
|
+
* <font color="#dd0000">**修改成员**:</font>StreamName, CreateTime, ExpireTime, AppName, DomainName
|
|
54808
|
+
|
|
54809
|
+
* [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
|
|
54810
|
+
|
|
54811
|
+
* <font color="#dd0000">**修改成员**:</font>DomainName, CertificateAlias, CertType, Status, CertExpireTime, CertId, CloudCertId, UpdateTime
|
|
54812
|
+
|
|
54813
|
+
* [LivePackageInfo](https://cloud.tencent.com/document/api/267/20474#LivePackageInfo)
|
|
54814
|
+
|
|
54815
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Total, Used, Left, BuyTime, ExpireTime, Type, Status
|
|
54816
|
+
|
|
54817
|
+
* [LogInfo](https://cloud.tencent.com/document/api/267/20474#LogInfo)
|
|
54818
|
+
|
|
54819
|
+
* <font color="#dd0000">**修改成员**:</font>LogName, LogUrl, LogTime, FileSize
|
|
54820
|
+
|
|
54821
|
+
* [RuleInfo](https://cloud.tencent.com/document/api/267/20474#RuleInfo)
|
|
54822
|
+
|
|
54823
|
+
* <font color="#dd0000">**修改成员**:</font>CreateTime, UpdateTime, TemplateId, DomainName, AppName, StreamName
|
|
54824
|
+
|
|
54825
|
+
* [WatermarkInfo](https://cloud.tencent.com/document/api/267/20474#WatermarkInfo)
|
|
54826
|
+
|
|
54827
|
+
* <font color="#dd0000">**修改成员**:</font>WatermarkId, PictureUrl, XPosition, YPosition, WatermarkName, Status, CreateTime, Width, Height
|
|
54828
|
+
|
|
54829
|
+
|
|
54662
54830
|
### 第 93 次发布
|
|
54663
54831
|
|
|
54664
54832
|
发布时间:2022-12-14 01:34:24
|
|
@@ -77640,6 +77808,18 @@
|
|
|
77640
77808
|
|
|
77641
77809
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
77642
77810
|
|
|
77811
|
+
### 第 48 次发布
|
|
77812
|
+
|
|
77813
|
+
发布时间:2022-12-30 01:44:00
|
|
77814
|
+
|
|
77815
|
+
本次发布包含了以下内容:
|
|
77816
|
+
|
|
77817
|
+
改善已有的文档。
|
|
77818
|
+
|
|
77819
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
77820
|
+
|
|
77821
|
+
* CreateSecurityPolicies
|
|
77822
|
+
|
|
77643
77823
|
### 第 47 次发布
|
|
77644
77824
|
|
|
77645
77825
|
发布时间:2022-12-07 07:02:05
|
|
@@ -80128,6 +80308,21 @@
|
|
|
80128
80308
|
|
|
80129
80309
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
80130
80310
|
|
|
80311
|
+
### 第 43 次发布
|
|
80312
|
+
|
|
80313
|
+
发布时间:2022-12-30 01:47:00
|
|
80314
|
+
|
|
80315
|
+
本次发布包含了以下内容:
|
|
80316
|
+
|
|
80317
|
+
改善已有的文档。
|
|
80318
|
+
|
|
80319
|
+
修改数据结构:
|
|
80320
|
+
|
|
80321
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
80322
|
+
|
|
80323
|
+
* 新增成员:Type, GroupNum
|
|
80324
|
+
|
|
80325
|
+
|
|
80131
80326
|
### 第 42 次发布
|
|
80132
80327
|
|
|
80133
80328
|
发布时间:2022-12-27 02:09:12
|
|
@@ -83091,6 +83286,25 @@
|
|
|
83091
83286
|
|
|
83092
83287
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
83093
83288
|
|
|
83289
|
+
### 第 23 次发布
|
|
83290
|
+
|
|
83291
|
+
发布时间:2022-12-30 01:48:06
|
|
83292
|
+
|
|
83293
|
+
本次发布包含了以下内容:
|
|
83294
|
+
|
|
83295
|
+
改善已有的文档。
|
|
83296
|
+
|
|
83297
|
+
新增接口:
|
|
83298
|
+
|
|
83299
|
+
* [[DescribeOriginProtection](https://cloud.tencent.com/document/api/1552/84664)](https://cloud.tencent.com/document/api/#/#)
|
|
83300
|
+
* [[UpdateOriginProtectionIPWhitelist](https://cloud.tencent.com/document/api/1552/84663)](https://cloud.tencent.com/document/api/#/#)
|
|
83301
|
+
|
|
83302
|
+
新增数据结构:
|
|
83303
|
+
|
|
83304
|
+
* [[DiffIPWhitelist](https://cloud.tencent.com/document/api/1552/80721#DiffIPWhitelist)](https://cloud.tencent.com/document/api/1552/80721#[DiffIPWhitelist](https://cloud.tencent.com/document/api/1552/80721#DiffIPWhitelist))
|
|
83305
|
+
* [[IPWhitelist](https://cloud.tencent.com/document/api/1552/80721#IPWhitelist)](https://cloud.tencent.com/document/api/1552/80721#[IPWhitelist](https://cloud.tencent.com/document/api/1552/80721#IPWhitelist))
|
|
83306
|
+
* [[OriginProtectionInfo](https://cloud.tencent.com/document/api/1552/80721#OriginProtectionInfo)](https://cloud.tencent.com/document/api/1552/80721#[OriginProtectionInfo](https://cloud.tencent.com/document/api/1552/80721#OriginProtectionInfo))
|
|
83307
|
+
|
|
83094
83308
|
### 第 22 次发布
|
|
83095
83309
|
|
|
83096
83310
|
发布时间:2022-12-27 02:10:56
|
|
@@ -94284,6 +94498,38 @@
|
|
|
94284
94498
|
|
|
94285
94499
|
## 云点播(vod) 版本:2018-07-17
|
|
94286
94500
|
|
|
94501
|
+
### 第 135 次发布
|
|
94502
|
+
|
|
94503
|
+
发布时间:2022-12-30 01:55:04
|
|
94504
|
+
|
|
94505
|
+
本次发布包含了以下内容:
|
|
94506
|
+
|
|
94507
|
+
改善已有的文档。
|
|
94508
|
+
|
|
94509
|
+
修改接口:
|
|
94510
|
+
|
|
94511
|
+
* [CreateProcedureTemplate](https://cloud.tencent.com/document/api/266/33897)
|
|
94512
|
+
|
|
94513
|
+
* 新增入参:ReviewAudioVideoTask
|
|
94514
|
+
|
|
94515
|
+
* [ResetProcedureTemplate](https://cloud.tencent.com/document/api/266/33894)
|
|
94516
|
+
|
|
94517
|
+
* 新增入参:ReviewAudioVideoTask
|
|
94518
|
+
|
|
94519
|
+
|
|
94520
|
+
新增数据结构:
|
|
94521
|
+
|
|
94522
|
+
* [[ProcedureReviewAudioVideoTaskInput](https://cloud.tencent.com/document/api/266/31773#ProcedureReviewAudioVideoTaskInput)](https://cloud.tencent.com/document/api/266/31773#[ProcedureReviewAudioVideoTaskInput](https://cloud.tencent.com/document/api/266/31773#ProcedureReviewAudioVideoTaskInput))
|
|
94523
|
+
|
|
94524
|
+
修改数据结构:
|
|
94525
|
+
|
|
94526
|
+
* [ProcedureTemplate](https://cloud.tencent.com/document/api/266/31773#ProcedureTemplate)
|
|
94527
|
+
|
|
94528
|
+
* 新增成员:ReviewAudioVideoTask
|
|
94529
|
+
|
|
94530
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Comment, MediaProcessTask, AiContentReviewTask, AiAnalysisTask, AiRecognitionTask, MiniProgramPublishTask, CreateTime, UpdateTime
|
|
94531
|
+
|
|
94532
|
+
|
|
94287
94533
|
### 第 134 次发布
|
|
94288
94534
|
|
|
94289
94535
|
发布时间:2022-12-22 02:14:59
|
|
@@ -101655,6 +101901,32 @@
|
|
|
101655
101901
|
|
|
101656
101902
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
101657
101903
|
|
|
101904
|
+
### 第 16 次发布
|
|
101905
|
+
|
|
101906
|
+
发布时间:2022-12-30 01:58:31
|
|
101907
|
+
|
|
101908
|
+
本次发布包含了以下内容:
|
|
101909
|
+
|
|
101910
|
+
改善已有的文档。
|
|
101911
|
+
|
|
101912
|
+
修改接口:
|
|
101913
|
+
|
|
101914
|
+
* [DescribeInLongAgentList](https://cloud.tencent.com/document/api/1267/82510)
|
|
101915
|
+
|
|
101916
|
+
* 新增入参:AgentTypes
|
|
101917
|
+
|
|
101918
|
+
|
|
101919
|
+
新增数据结构:
|
|
101920
|
+
|
|
101921
|
+
* [[CvmAgentStatus](https://cloud.tencent.com/document/api/1267/76336#CvmAgentStatus)](https://cloud.tencent.com/document/api/1267/76336#[CvmAgentStatus](https://cloud.tencent.com/document/api/1267/76336#CvmAgentStatus))
|
|
101922
|
+
|
|
101923
|
+
修改数据结构:
|
|
101924
|
+
|
|
101925
|
+
* [InLongAgentDetail](https://cloud.tencent.com/document/api/1267/76336#InLongAgentDetail)
|
|
101926
|
+
|
|
101927
|
+
* 新增成员:AgentGroupId, CvmAgentStatusList, AgentTotal
|
|
101928
|
+
|
|
101929
|
+
|
|
101658
101930
|
### 第 15 次发布
|
|
101659
101931
|
|
|
101660
101932
|
发布时间:2022-12-07 07:21:53
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
60
60
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
61
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-12-
|
|
61
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-12-30 01:14:12 |
|
|
62
62
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
|
|
63
63
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
65
65
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-28 11:40:24 |
|
|
66
66
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
67
67
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-28 01:05:55 |
|
|
68
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-12-
|
|
68
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-12-30 01:17:15 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-
|
|
70
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-30 01:18:47 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
122
122
|
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-12-28 13:56:24 |
|
|
123
123
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-12-23 01:40:27 |
|
|
124
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-12-
|
|
124
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2022-12-30 01:32:32 |
|
|
125
125
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
126
126
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
127
127
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-11-23 06:38:36 |
|
|
@@ -180,14 +180,14 @@
|
|
|
180
180
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
181
181
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
182
182
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
|
|
183
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-
|
|
183
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-30 01:44:00 |
|
|
184
184
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-15 01:46:24 |
|
|
185
185
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
186
186
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-11-17 06:47:13 |
|
|
187
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-12-
|
|
187
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-12-30 01:47:00 |
|
|
188
188
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
189
189
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
|
|
190
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-
|
|
190
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-12-30 01:48:06 |
|
|
191
191
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-12-21 02:09:45 |
|
|
192
192
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
193
193
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -211,11 +211,11 @@
|
|
|
211
211
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
212
212
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
213
213
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
214
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-
|
|
214
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-30 01:55:04 |
|
|
215
215
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-29 11:09:38 |
|
|
216
216
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-12-21 02:20:11 |
|
|
217
217
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
218
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-
|
|
218
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-30 01:58:31 |
|
|
219
219
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
220
220
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-12-27 02:26:58 |
|
|
221
221
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -4688,7 +4688,7 @@ export interface DescribeInLongAgentListRequest {
|
|
|
4688
4688
|
AgentName?: string
|
|
4689
4689
|
|
|
4690
4690
|
/**
|
|
4691
|
-
* 集群类型,1:TKE Agent,2:BOSS SDK,默认:1
|
|
4691
|
+
* 集群类型,1:TKE Agent,2:BOSS SDK,默认:1,3:CVM,4:自建服务器 【传多个用逗号分割】
|
|
4692
4692
|
*/
|
|
4693
4693
|
AgentType?: number
|
|
4694
4694
|
|
|
@@ -4716,6 +4716,11 @@ export interface DescribeInLongAgentListRequest {
|
|
|
4716
4716
|
* 名称搜索是否开启模糊匹配,1:开启,0:不开启(精确匹配)
|
|
4717
4717
|
*/
|
|
4718
4718
|
Like?: number
|
|
4719
|
+
|
|
4720
|
+
/**
|
|
4721
|
+
* agent类型【多个用逗号分隔】
|
|
4722
|
+
*/
|
|
4723
|
+
AgentTypes?: string
|
|
4719
4724
|
}
|
|
4720
4725
|
|
|
4721
4726
|
/**
|
|
@@ -6964,6 +6969,24 @@ export interface InLongAgentDetail {
|
|
|
6964
6969
|
* 关联任务数
|
|
6965
6970
|
*/
|
|
6966
6971
|
TaskCount: number
|
|
6972
|
+
|
|
6973
|
+
/**
|
|
6974
|
+
* 采集器组ID
|
|
6975
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6976
|
+
*/
|
|
6977
|
+
AgentGroupId: string
|
|
6978
|
+
|
|
6979
|
+
/**
|
|
6980
|
+
* agent状态统计
|
|
6981
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6982
|
+
*/
|
|
6983
|
+
CvmAgentStatusList: Array<CvmAgentStatus>
|
|
6984
|
+
|
|
6985
|
+
/**
|
|
6986
|
+
* agent数量
|
|
6987
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6988
|
+
*/
|
|
6989
|
+
AgentTotal: number
|
|
6967
6990
|
}
|
|
6968
6991
|
|
|
6969
6992
|
/**
|
|
@@ -7312,6 +7335,23 @@ export interface DescribeRulesByPageResponse {
|
|
|
7312
7335
|
RequestId?: string
|
|
7313
7336
|
}
|
|
7314
7337
|
|
|
7338
|
+
/**
|
|
7339
|
+
* 采集器状态统计
|
|
7340
|
+
*/
|
|
7341
|
+
export interface CvmAgentStatus {
|
|
7342
|
+
/**
|
|
7343
|
+
* agent状态
|
|
7344
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7345
|
+
*/
|
|
7346
|
+
Status: string
|
|
7347
|
+
|
|
7348
|
+
/**
|
|
7349
|
+
* 对应状态的agent总数
|
|
7350
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7351
|
+
*/
|
|
7352
|
+
Count: number
|
|
7353
|
+
}
|
|
7354
|
+
|
|
7315
7355
|
/**
|
|
7316
7356
|
* DescribeRuleTablesByPage请求参数结构体
|
|
7317
7357
|
*/
|
|
@@ -3946,7 +3946,7 @@ export interface DescribeInLongAgentListRequest {
|
|
|
3946
3946
|
*/
|
|
3947
3947
|
AgentName?: string;
|
|
3948
3948
|
/**
|
|
3949
|
-
* 集群类型,1:TKE Agent,2:BOSS SDK,默认:1
|
|
3949
|
+
* 集群类型,1:TKE Agent,2:BOSS SDK,默认:1,3:CVM,4:自建服务器 【传多个用逗号分割】
|
|
3950
3950
|
*/
|
|
3951
3951
|
AgentType?: number;
|
|
3952
3952
|
/**
|
|
@@ -3969,6 +3969,10 @@ export interface DescribeInLongAgentListRequest {
|
|
|
3969
3969
|
* 名称搜索是否开启模糊匹配,1:开启,0:不开启(精确匹配)
|
|
3970
3970
|
*/
|
|
3971
3971
|
Like?: number;
|
|
3972
|
+
/**
|
|
3973
|
+
* agent类型【多个用逗号分隔】
|
|
3974
|
+
*/
|
|
3975
|
+
AgentTypes?: string;
|
|
3972
3976
|
}
|
|
3973
3977
|
/**
|
|
3974
3978
|
* DescribeRuleExecLog返回参数结构体
|
|
@@ -5863,6 +5867,21 @@ export interface InLongAgentDetail {
|
|
|
5863
5867
|
* 关联任务数
|
|
5864
5868
|
*/
|
|
5865
5869
|
TaskCount: number;
|
|
5870
|
+
/**
|
|
5871
|
+
* 采集器组ID
|
|
5872
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5873
|
+
*/
|
|
5874
|
+
AgentGroupId: string;
|
|
5875
|
+
/**
|
|
5876
|
+
* agent状态统计
|
|
5877
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5878
|
+
*/
|
|
5879
|
+
CvmAgentStatusList: Array<CvmAgentStatus>;
|
|
5880
|
+
/**
|
|
5881
|
+
* agent数量
|
|
5882
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5883
|
+
*/
|
|
5884
|
+
AgentTotal: number;
|
|
5866
5885
|
}
|
|
5867
5886
|
/**
|
|
5868
5887
|
* ModifyDataSource请求参数结构体
|
|
@@ -6156,6 +6175,21 @@ export interface DescribeRulesByPageResponse {
|
|
|
6156
6175
|
*/
|
|
6157
6176
|
RequestId?: string;
|
|
6158
6177
|
}
|
|
6178
|
+
/**
|
|
6179
|
+
* 采集器状态统计
|
|
6180
|
+
*/
|
|
6181
|
+
export interface CvmAgentStatus {
|
|
6182
|
+
/**
|
|
6183
|
+
* agent状态
|
|
6184
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6185
|
+
*/
|
|
6186
|
+
Status: string;
|
|
6187
|
+
/**
|
|
6188
|
+
* 对应状态的agent总数
|
|
6189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6190
|
+
*/
|
|
6191
|
+
Count: number;
|
|
6192
|
+
}
|
|
6159
6193
|
/**
|
|
6160
6194
|
* DescribeRuleTablesByPage请求参数结构体
|
|
6161
6195
|
*/
|