tencentcloud-sdk-python 3.0.1077__py2.py3-none-any.whl → 3.0.1079__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/antiddos_client.py +23 -0
- tencentcloud/antiddos/v20200309/models.py +552 -0
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/models.py +106 -0
- tencentcloud/cfg/v20210820/models.py +17 -13
- tencentcloud/cls/v20201016/models.py +51 -14
- tencentcloud/csip/v20221121/csip_client.py +23 -0
- tencentcloud/csip/v20221121/models.py +70 -0
- tencentcloud/cvm/v20170312/errorcodes.py +24 -0
- tencentcloud/cvm/v20170312/models.py +6 -6
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +2 -2
- tencentcloud/cynosdb/v20190107/models.py +470 -5
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +341 -0
- tencentcloud/ess/v20201111/ess_client.py +9 -3
- tencentcloud/ess/v20201111/models.py +9 -1
- tencentcloud/essbasic/v20210526/essbasic_client.py +7 -11
- tencentcloud/essbasic/v20210526/models.py +3 -0
- tencentcloud/iotvideo/v20211125/models.py +36 -0
- tencentcloud/live/v20180801/models.py +5 -2
- tencentcloud/monitor/v20180724/monitor_client.py +3 -0
- tencentcloud/oceanus/v20190422/models.py +38 -0
- tencentcloud/privatedns/v20201028/models.py +20 -1
- tencentcloud/ssl/v20191205/errorcodes.py +0 -6
- tencentcloud/ssl/v20191205/models.py +0 -156
- tencentcloud/ssl/v20191205/ssl_client.py +0 -25
- tencentcloud/teo/v20220901/errorcodes.py +15 -0
- tencentcloud/teo/v20220901/models.py +12 -0
- tencentcloud/trocket/v20230308/models.py +800 -43
- tencentcloud/trocket/v20230308/trocket_client.py +75 -0
- tencentcloud/wedata/v20210820/models.py +412 -0
- {tencentcloud_sdk_python-3.0.1077.dist-info → tencentcloud_sdk_python-3.0.1079.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1077.dist-info → tencentcloud_sdk_python-3.0.1079.dist-info}/RECORD +37 -37
- {tencentcloud_sdk_python-3.0.1077.dist-info → tencentcloud_sdk_python-3.0.1079.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1077.dist-info → tencentcloud_sdk_python-3.0.1079.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1077.dist-info → tencentcloud_sdk_python-3.0.1079.dist-info}/top_level.txt +0 -0
|
@@ -257,6 +257,29 @@ class EmrClient(AbstractClient):
|
|
|
257
257
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
258
258
|
|
|
259
259
|
|
|
260
|
+
def DescribeInsightList(self, request):
|
|
261
|
+
"""获取洞察结果信息
|
|
262
|
+
|
|
263
|
+
:param request: Request instance for DescribeInsightList.
|
|
264
|
+
:type request: :class:`tencentcloud.emr.v20190103.models.DescribeInsightListRequest`
|
|
265
|
+
:rtype: :class:`tencentcloud.emr.v20190103.models.DescribeInsightListResponse`
|
|
266
|
+
|
|
267
|
+
"""
|
|
268
|
+
try:
|
|
269
|
+
params = request._serialize()
|
|
270
|
+
headers = request.headers
|
|
271
|
+
body = self.call("DescribeInsightList", params, headers=headers)
|
|
272
|
+
response = json.loads(body)
|
|
273
|
+
model = models.DescribeInsightListResponse()
|
|
274
|
+
model._deserialize(response["Response"])
|
|
275
|
+
return model
|
|
276
|
+
except Exception as e:
|
|
277
|
+
if isinstance(e, TencentCloudSDKException):
|
|
278
|
+
raise
|
|
279
|
+
else:
|
|
280
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
281
|
+
|
|
282
|
+
|
|
260
283
|
def DescribeInstanceRenewNodes(self, request):
|
|
261
284
|
"""查询待续费节点信息
|
|
262
285
|
|
|
@@ -4137,6 +4137,142 @@ class DescribeImpalaQueriesResponse(AbstractModel):
|
|
|
4137
4137
|
self._RequestId = params.get("RequestId")
|
|
4138
4138
|
|
|
4139
4139
|
|
|
4140
|
+
class DescribeInsightListRequest(AbstractModel):
|
|
4141
|
+
"""DescribeInsightList请求参数结构体
|
|
4142
|
+
|
|
4143
|
+
"""
|
|
4144
|
+
|
|
4145
|
+
def __init__(self):
|
|
4146
|
+
r"""
|
|
4147
|
+
:param _InstanceId: 集群ID
|
|
4148
|
+
:type InstanceId: str
|
|
4149
|
+
:param _StartTime: 获取的洞察结果开始时间,此时间针对对App或者Hive查询的开始时间的过滤
|
|
4150
|
+
:type StartTime: int
|
|
4151
|
+
:param _EndTime: 获取的洞察结果结束时间,此时间针对对App或者Hive查询的开始时间的过滤
|
|
4152
|
+
:type EndTime: int
|
|
4153
|
+
:param _PageSize: 分页查询时的分页大小,最小1,最大100
|
|
4154
|
+
:type PageSize: int
|
|
4155
|
+
:param _Page: 分页查询时的页号,从1开始
|
|
4156
|
+
:type Page: int
|
|
4157
|
+
"""
|
|
4158
|
+
self._InstanceId = None
|
|
4159
|
+
self._StartTime = None
|
|
4160
|
+
self._EndTime = None
|
|
4161
|
+
self._PageSize = None
|
|
4162
|
+
self._Page = None
|
|
4163
|
+
|
|
4164
|
+
@property
|
|
4165
|
+
def InstanceId(self):
|
|
4166
|
+
return self._InstanceId
|
|
4167
|
+
|
|
4168
|
+
@InstanceId.setter
|
|
4169
|
+
def InstanceId(self, InstanceId):
|
|
4170
|
+
self._InstanceId = InstanceId
|
|
4171
|
+
|
|
4172
|
+
@property
|
|
4173
|
+
def StartTime(self):
|
|
4174
|
+
return self._StartTime
|
|
4175
|
+
|
|
4176
|
+
@StartTime.setter
|
|
4177
|
+
def StartTime(self, StartTime):
|
|
4178
|
+
self._StartTime = StartTime
|
|
4179
|
+
|
|
4180
|
+
@property
|
|
4181
|
+
def EndTime(self):
|
|
4182
|
+
return self._EndTime
|
|
4183
|
+
|
|
4184
|
+
@EndTime.setter
|
|
4185
|
+
def EndTime(self, EndTime):
|
|
4186
|
+
self._EndTime = EndTime
|
|
4187
|
+
|
|
4188
|
+
@property
|
|
4189
|
+
def PageSize(self):
|
|
4190
|
+
return self._PageSize
|
|
4191
|
+
|
|
4192
|
+
@PageSize.setter
|
|
4193
|
+
def PageSize(self, PageSize):
|
|
4194
|
+
self._PageSize = PageSize
|
|
4195
|
+
|
|
4196
|
+
@property
|
|
4197
|
+
def Page(self):
|
|
4198
|
+
return self._Page
|
|
4199
|
+
|
|
4200
|
+
@Page.setter
|
|
4201
|
+
def Page(self, Page):
|
|
4202
|
+
self._Page = Page
|
|
4203
|
+
|
|
4204
|
+
|
|
4205
|
+
def _deserialize(self, params):
|
|
4206
|
+
self._InstanceId = params.get("InstanceId")
|
|
4207
|
+
self._StartTime = params.get("StartTime")
|
|
4208
|
+
self._EndTime = params.get("EndTime")
|
|
4209
|
+
self._PageSize = params.get("PageSize")
|
|
4210
|
+
self._Page = params.get("Page")
|
|
4211
|
+
memeber_set = set(params.keys())
|
|
4212
|
+
for name, value in vars(self).items():
|
|
4213
|
+
property_name = name[1:]
|
|
4214
|
+
if property_name in memeber_set:
|
|
4215
|
+
memeber_set.remove(property_name)
|
|
4216
|
+
if len(memeber_set) > 0:
|
|
4217
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
4218
|
+
|
|
4219
|
+
|
|
4220
|
+
|
|
4221
|
+
class DescribeInsightListResponse(AbstractModel):
|
|
4222
|
+
"""DescribeInsightList返回参数结构体
|
|
4223
|
+
|
|
4224
|
+
"""
|
|
4225
|
+
|
|
4226
|
+
def __init__(self):
|
|
4227
|
+
r"""
|
|
4228
|
+
:param _TotalCount: 总数,分页查询时使用
|
|
4229
|
+
:type TotalCount: int
|
|
4230
|
+
:param _ResultList: 洞察结果数组
|
|
4231
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4232
|
+
:type ResultList: list of InsightResult
|
|
4233
|
+
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4234
|
+
:type RequestId: str
|
|
4235
|
+
"""
|
|
4236
|
+
self._TotalCount = None
|
|
4237
|
+
self._ResultList = None
|
|
4238
|
+
self._RequestId = None
|
|
4239
|
+
|
|
4240
|
+
@property
|
|
4241
|
+
def TotalCount(self):
|
|
4242
|
+
return self._TotalCount
|
|
4243
|
+
|
|
4244
|
+
@TotalCount.setter
|
|
4245
|
+
def TotalCount(self, TotalCount):
|
|
4246
|
+
self._TotalCount = TotalCount
|
|
4247
|
+
|
|
4248
|
+
@property
|
|
4249
|
+
def ResultList(self):
|
|
4250
|
+
return self._ResultList
|
|
4251
|
+
|
|
4252
|
+
@ResultList.setter
|
|
4253
|
+
def ResultList(self, ResultList):
|
|
4254
|
+
self._ResultList = ResultList
|
|
4255
|
+
|
|
4256
|
+
@property
|
|
4257
|
+
def RequestId(self):
|
|
4258
|
+
return self._RequestId
|
|
4259
|
+
|
|
4260
|
+
@RequestId.setter
|
|
4261
|
+
def RequestId(self, RequestId):
|
|
4262
|
+
self._RequestId = RequestId
|
|
4263
|
+
|
|
4264
|
+
|
|
4265
|
+
def _deserialize(self, params):
|
|
4266
|
+
self._TotalCount = params.get("TotalCount")
|
|
4267
|
+
if params.get("ResultList") is not None:
|
|
4268
|
+
self._ResultList = []
|
|
4269
|
+
for item in params.get("ResultList"):
|
|
4270
|
+
obj = InsightResult()
|
|
4271
|
+
obj._deserialize(item)
|
|
4272
|
+
self._ResultList.append(obj)
|
|
4273
|
+
self._RequestId = params.get("RequestId")
|
|
4274
|
+
|
|
4275
|
+
|
|
4140
4276
|
class DescribeInstanceRenewNodesRequest(AbstractModel):
|
|
4141
4277
|
"""DescribeInstanceRenewNodes请求参数结构体
|
|
4142
4278
|
|
|
@@ -8171,6 +8307,211 @@ class InquiryPriceUpdateInstanceResponse(AbstractModel):
|
|
|
8171
8307
|
self._RequestId = params.get("RequestId")
|
|
8172
8308
|
|
|
8173
8309
|
|
|
8310
|
+
class InsightResult(AbstractModel):
|
|
8311
|
+
"""洞察结果项
|
|
8312
|
+
|
|
8313
|
+
"""
|
|
8314
|
+
|
|
8315
|
+
def __init__(self):
|
|
8316
|
+
r"""
|
|
8317
|
+
:param _ID: 当Type为HIVE时,是Hive查询ID,当Type为MAPREDUCE,SPARK,TEZ时则是YarnAppID
|
|
8318
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8319
|
+
:type ID: str
|
|
8320
|
+
:param _Type: 洞察应用的类型,HIVE,SPARK,MAPREDUCE,TEZ
|
|
8321
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8322
|
+
:type Type: str
|
|
8323
|
+
:param _RuleID: 洞察规则ID
|
|
8324
|
+
HIVE-ScanManyMeta:元数据扫描过多
|
|
8325
|
+
HIVE-ScanManyPartition:大表扫描
|
|
8326
|
+
HIVE-SlowCompile:编译耗时过长
|
|
8327
|
+
HIVE-UnSuitableConfig:不合理参数
|
|
8328
|
+
MAPREDUCE-MapperDataSkew:Map数据倾斜
|
|
8329
|
+
MAPREDUCE-MapperMemWaste:MapMemory资源浪费
|
|
8330
|
+
MAPREDUCE-MapperSlowTask:Map慢Task
|
|
8331
|
+
MAPREDUCE-MapperTaskGC:MapperTaskGC
|
|
8332
|
+
MAPREDUCE-MemExceeded:峰值内存超限
|
|
8333
|
+
MAPREDUCE-ReducerDataSkew:Reduce数据倾斜
|
|
8334
|
+
MAPREDUCE-ReducerMemWaste:ReduceMemory资源浪费
|
|
8335
|
+
MAPREDUCE-ReducerSlowTask:Reduce慢Task
|
|
8336
|
+
MAPREDUCE-ReducerTaskGC:ReducerTaskGC
|
|
8337
|
+
MAPREDUCE-SchedulingDelay:调度延迟
|
|
8338
|
+
SPARK-CpuWaste:CPU资源浪费
|
|
8339
|
+
SPARK-DataSkew:数据倾斜
|
|
8340
|
+
SPARK-ExecutorGC:ExecutorGC
|
|
8341
|
+
SPARK-MemExceeded:峰值内存超限
|
|
8342
|
+
SPARK-MemWaste:Memory资源浪费
|
|
8343
|
+
SPARK-ScheduleOverhead:ScheduleOverhead
|
|
8344
|
+
SPARK-ScheduleSkew:调度倾斜
|
|
8345
|
+
SPARK-SlowTask:慢Task
|
|
8346
|
+
TEZ-DataSkew:数据倾斜
|
|
8347
|
+
TEZ-MapperDataSkew:Map数据倾斜
|
|
8348
|
+
TEZ-ReducerDataSkew:Reduce数据倾斜
|
|
8349
|
+
TEZ-TezMemWaste:Memory资源浪费
|
|
8350
|
+
TEZ-TezSlowTask:慢Task
|
|
8351
|
+
TEZ-TezTaskGC:TasksGC
|
|
8352
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8353
|
+
:type RuleID: str
|
|
8354
|
+
:param _RuleName: 洞察规则名字,可参考RuleID的说明
|
|
8355
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8356
|
+
:type RuleName: str
|
|
8357
|
+
:param _RuleExplain: 洞察规则解释
|
|
8358
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8359
|
+
:type RuleExplain: str
|
|
8360
|
+
:param _Detail: 详情
|
|
8361
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8362
|
+
:type Detail: str
|
|
8363
|
+
:param _Suggestion: 建议信息
|
|
8364
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8365
|
+
:type Suggestion: str
|
|
8366
|
+
:param _Value: 洞察异常衡量值,同类型的洞察项越大越严重,不同类型的洞察项无对比意义
|
|
8367
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8368
|
+
:type Value: int
|
|
8369
|
+
:param _ScheduleTaskExecID: 调度任务执行ID
|
|
8370
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8371
|
+
:type ScheduleTaskExecID: str
|
|
8372
|
+
:param _ScheduleFlowName: 调度流,DAG
|
|
8373
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8374
|
+
:type ScheduleFlowName: str
|
|
8375
|
+
:param _ScheduleTaskName: 调度flow中的某个task节点
|
|
8376
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8377
|
+
:type ScheduleTaskName: str
|
|
8378
|
+
:param _JobConf: Yarn任务的部分核心配置
|
|
8379
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8380
|
+
:type JobConf: str
|
|
8381
|
+
"""
|
|
8382
|
+
self._ID = None
|
|
8383
|
+
self._Type = None
|
|
8384
|
+
self._RuleID = None
|
|
8385
|
+
self._RuleName = None
|
|
8386
|
+
self._RuleExplain = None
|
|
8387
|
+
self._Detail = None
|
|
8388
|
+
self._Suggestion = None
|
|
8389
|
+
self._Value = None
|
|
8390
|
+
self._ScheduleTaskExecID = None
|
|
8391
|
+
self._ScheduleFlowName = None
|
|
8392
|
+
self._ScheduleTaskName = None
|
|
8393
|
+
self._JobConf = None
|
|
8394
|
+
|
|
8395
|
+
@property
|
|
8396
|
+
def ID(self):
|
|
8397
|
+
return self._ID
|
|
8398
|
+
|
|
8399
|
+
@ID.setter
|
|
8400
|
+
def ID(self, ID):
|
|
8401
|
+
self._ID = ID
|
|
8402
|
+
|
|
8403
|
+
@property
|
|
8404
|
+
def Type(self):
|
|
8405
|
+
return self._Type
|
|
8406
|
+
|
|
8407
|
+
@Type.setter
|
|
8408
|
+
def Type(self, Type):
|
|
8409
|
+
self._Type = Type
|
|
8410
|
+
|
|
8411
|
+
@property
|
|
8412
|
+
def RuleID(self):
|
|
8413
|
+
return self._RuleID
|
|
8414
|
+
|
|
8415
|
+
@RuleID.setter
|
|
8416
|
+
def RuleID(self, RuleID):
|
|
8417
|
+
self._RuleID = RuleID
|
|
8418
|
+
|
|
8419
|
+
@property
|
|
8420
|
+
def RuleName(self):
|
|
8421
|
+
return self._RuleName
|
|
8422
|
+
|
|
8423
|
+
@RuleName.setter
|
|
8424
|
+
def RuleName(self, RuleName):
|
|
8425
|
+
self._RuleName = RuleName
|
|
8426
|
+
|
|
8427
|
+
@property
|
|
8428
|
+
def RuleExplain(self):
|
|
8429
|
+
return self._RuleExplain
|
|
8430
|
+
|
|
8431
|
+
@RuleExplain.setter
|
|
8432
|
+
def RuleExplain(self, RuleExplain):
|
|
8433
|
+
self._RuleExplain = RuleExplain
|
|
8434
|
+
|
|
8435
|
+
@property
|
|
8436
|
+
def Detail(self):
|
|
8437
|
+
return self._Detail
|
|
8438
|
+
|
|
8439
|
+
@Detail.setter
|
|
8440
|
+
def Detail(self, Detail):
|
|
8441
|
+
self._Detail = Detail
|
|
8442
|
+
|
|
8443
|
+
@property
|
|
8444
|
+
def Suggestion(self):
|
|
8445
|
+
return self._Suggestion
|
|
8446
|
+
|
|
8447
|
+
@Suggestion.setter
|
|
8448
|
+
def Suggestion(self, Suggestion):
|
|
8449
|
+
self._Suggestion = Suggestion
|
|
8450
|
+
|
|
8451
|
+
@property
|
|
8452
|
+
def Value(self):
|
|
8453
|
+
return self._Value
|
|
8454
|
+
|
|
8455
|
+
@Value.setter
|
|
8456
|
+
def Value(self, Value):
|
|
8457
|
+
self._Value = Value
|
|
8458
|
+
|
|
8459
|
+
@property
|
|
8460
|
+
def ScheduleTaskExecID(self):
|
|
8461
|
+
return self._ScheduleTaskExecID
|
|
8462
|
+
|
|
8463
|
+
@ScheduleTaskExecID.setter
|
|
8464
|
+
def ScheduleTaskExecID(self, ScheduleTaskExecID):
|
|
8465
|
+
self._ScheduleTaskExecID = ScheduleTaskExecID
|
|
8466
|
+
|
|
8467
|
+
@property
|
|
8468
|
+
def ScheduleFlowName(self):
|
|
8469
|
+
return self._ScheduleFlowName
|
|
8470
|
+
|
|
8471
|
+
@ScheduleFlowName.setter
|
|
8472
|
+
def ScheduleFlowName(self, ScheduleFlowName):
|
|
8473
|
+
self._ScheduleFlowName = ScheduleFlowName
|
|
8474
|
+
|
|
8475
|
+
@property
|
|
8476
|
+
def ScheduleTaskName(self):
|
|
8477
|
+
return self._ScheduleTaskName
|
|
8478
|
+
|
|
8479
|
+
@ScheduleTaskName.setter
|
|
8480
|
+
def ScheduleTaskName(self, ScheduleTaskName):
|
|
8481
|
+
self._ScheduleTaskName = ScheduleTaskName
|
|
8482
|
+
|
|
8483
|
+
@property
|
|
8484
|
+
def JobConf(self):
|
|
8485
|
+
return self._JobConf
|
|
8486
|
+
|
|
8487
|
+
@JobConf.setter
|
|
8488
|
+
def JobConf(self, JobConf):
|
|
8489
|
+
self._JobConf = JobConf
|
|
8490
|
+
|
|
8491
|
+
|
|
8492
|
+
def _deserialize(self, params):
|
|
8493
|
+
self._ID = params.get("ID")
|
|
8494
|
+
self._Type = params.get("Type")
|
|
8495
|
+
self._RuleID = params.get("RuleID")
|
|
8496
|
+
self._RuleName = params.get("RuleName")
|
|
8497
|
+
self._RuleExplain = params.get("RuleExplain")
|
|
8498
|
+
self._Detail = params.get("Detail")
|
|
8499
|
+
self._Suggestion = params.get("Suggestion")
|
|
8500
|
+
self._Value = params.get("Value")
|
|
8501
|
+
self._ScheduleTaskExecID = params.get("ScheduleTaskExecID")
|
|
8502
|
+
self._ScheduleFlowName = params.get("ScheduleFlowName")
|
|
8503
|
+
self._ScheduleTaskName = params.get("ScheduleTaskName")
|
|
8504
|
+
self._JobConf = params.get("JobConf")
|
|
8505
|
+
memeber_set = set(params.keys())
|
|
8506
|
+
for name, value in vars(self).items():
|
|
8507
|
+
property_name = name[1:]
|
|
8508
|
+
if property_name in memeber_set:
|
|
8509
|
+
memeber_set.remove(property_name)
|
|
8510
|
+
if len(memeber_set) > 0:
|
|
8511
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
8512
|
+
|
|
8513
|
+
|
|
8514
|
+
|
|
8174
8515
|
class InstanceChargePrepaid(AbstractModel):
|
|
8175
8516
|
"""实例预付费参数,只有在付费类型为PREPAID时生效。
|
|
8176
8517
|
|
|
@@ -363,6 +363,9 @@ class EssClient(AbstractClient):
|
|
|
363
363
|

|
|
364
364
|
|
|
365
365
|
注:**静默(自动)签署不支持合同签署方存在填写**功能
|
|
366
|
+
<br>
|
|
367
|
+
**相关视频指引**
|
|
368
|
+
<a href="https://dyn.ess.tencent.cn/guide/apivideo/createflow_seversign.mp4" target="_blank">创建静默(自动)签署模板和开通自动签署</a>
|
|
366
369
|
|
|
367
370
|
:param request: Request instance for CreateFlow.
|
|
368
371
|
:type request: :class:`tencentcloud.ess.v20201111.models.CreateFlowRequest`
|
|
@@ -452,7 +455,6 @@ class EssClient(AbstractClient):
|
|
|
452
455
|

|
|
453
456
|
|
|
454
457
|
注:
|
|
455
|
-
- 不同类型的签署方传参不同, 可以参考开发者中心的ApproverInfo结构体说明
|
|
456
458
|
- 合同**发起后就会扣减合同的额度**, 如果未签署完成时撤销合同会返还此额度(**过期,拒签,签署完成,解除完成等状态不会返还额度**)
|
|
457
459
|
- **静默(自动)签署不支持合同签署方存在填写**功能
|
|
458
460
|
|
|
@@ -881,6 +883,7 @@ class EssClient(AbstractClient):
|
|
|
881
883
|
附注:
|
|
882
884
|
- 员工必须在企业下完成实名认证,且需作为批量签署合同的签署方。
|
|
883
885
|
- 如有UserId,应以UserId为主要标识;如果没有UserId,则必须填写Name和Mobile信息。
|
|
886
|
+
- 仅支持待签署状态的合同生成签署链接。
|
|
884
887
|
|
|
885
888
|
:param request: Request instance for CreateOrganizationBatchSignUrl.
|
|
886
889
|
:type request: :class:`tencentcloud.ess.v20201111.models.CreateOrganizationBatchSignUrlRequest`
|
|
@@ -2009,8 +2012,11 @@ class EssClient(AbstractClient):
|
|
|
2009
2012
|

|
|
2010
2013
|
|
|
2011
2014
|
注:
|
|
2012
|
-
|
|
2013
|
-
|
|
2015
|
+
1.<font color="red">合同发起后就会扣减合同的额度</font>, 如果未签署完成时撤销合同会返还此额度(过期,拒签,签署完成,解除完成等状态不会返还额度)
|
|
2016
|
+
|
|
2017
|
+
2.<font color="red">静默(自动)签署不支持合同签署方存在填写</font>功能
|
|
2018
|
+
|
|
2019
|
+
3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/callback_types_file_resources)</font>,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
|
|
2014
2020
|
|
|
2015
2021
|
:param request: Request instance for StartFlow.
|
|
2016
2022
|
:type request: :class:`tencentcloud.ess.v20201111.models.StartFlowRequest`
|
|
@@ -1962,6 +1962,8 @@ class Component(AbstractModel):
|
|
|
1962
1962
|
|
|
1963
1963
|
注:`控件ID可以在一个PDF中不可重复`
|
|
1964
1964
|
|
|
1965
|
+
<a href="https://qcloudimg.tencent-cloud.cn/raw/93178569d07b4d7dbbe0967ae679e35c.png" target="_blank">点击查看ComponentId在模板编辑页面的位置</a>
|
|
1966
|
+
|
|
1965
1967
|
:type ComponentId: str
|
|
1966
1968
|
:param _ComponentName: **在绝对定位方式方式下**,ComponentName为控件名,长度不能超过20,只能由中文、字母、数字和下划线组成,可以在后续的操作中使用该名称来引用控件。
|
|
1967
1969
|
|
|
@@ -1969,6 +1971,7 @@ class Component(AbstractModel):
|
|
|
1969
1971
|
|
|
1970
1972
|
注:`控件名可以在一个PDF中可以重复`
|
|
1971
1973
|
|
|
1974
|
+
<a href="https://qcloudimg.tencent-cloud.cn/raw/93178569d07b4d7dbbe0967ae679e35c.png" target="_blank">点击查看ComponentName在模板页面的位置</a>
|
|
1972
1975
|
:type ComponentName: str
|
|
1973
1976
|
:param _ComponentRequired: 如果是<b>填写控件</b>,ComponentRequired表示在填写页面此控件是否必填
|
|
1974
1977
|
<ul><li>false(默认):可以不填写</li>
|
|
@@ -3912,6 +3915,9 @@ class CreateFlowByFilesRequest(AbstractModel):
|
|
|
3912
3915
|
签署方:李四
|
|
3913
3916
|
|
|
3914
3917
|
|
|
3918
|
+

|
|
3919
|
+
|
|
3920
|
+
|
|
3915
3921
|
:type CustomShowMap: str
|
|
3916
3922
|
:param _Agent: 代理企业和员工的信息。
|
|
3917
3923
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
@@ -5121,7 +5127,7 @@ class CreateFlowRequest(AbstractModel):
|
|
|
5121
5127
|
<li> **true**:无序签署, 本合同多个参与人没有先后签署限制</li></ul>
|
|
5122
5128
|
注:`请和模板中的配置保持一致`
|
|
5123
5129
|
:type Unordered: bool
|
|
5124
|
-
:param _CustomShowMap:
|
|
5130
|
+
:param _CustomShowMap: 您可以自定义**腾讯电子签小程序合同列表页**展示的合同内容模板,模板中支持以下变量:
|
|
5125
5131
|
<ul><li>{合同名称} </li>
|
|
5126
5132
|
<li>{发起方企业} </li>
|
|
5127
5133
|
<li>{发起方姓名} </li>
|
|
@@ -5135,6 +5141,8 @@ class CreateFlowRequest(AbstractModel):
|
|
|
5135
5141
|
发起方:腾讯公司(张三)
|
|
5136
5142
|
签署方:李四
|
|
5137
5143
|
|
|
5144
|
+

|
|
5145
|
+
|
|
5138
5146
|
|
|
5139
5147
|
:type CustomShowMap: str
|
|
5140
5148
|
:param _NeedSignReview: 发起方企业的签署人进行签署操作前,是否需要企业内部走审批流程,取值如下:
|
|
@@ -812,7 +812,8 @@ class EssbasicClient(AbstractClient):
|
|
|
812
812
|
"""通过此接口指定合同、签署人、填写控件等信息,生成嵌入式链接,此链接可以嵌入到其他网页或者直接打开,打开后进入发起页面。在此页面上,合同信息和签署人信息均不可更改。
|
|
813
813
|
|
|
814
814
|
注意:
|
|
815
|
-
1.
|
|
815
|
+
1. <font color="red">仅支持在PC浏览器</font>上进行操作和使用。
|
|
816
|
+
2. 在使用<font color="red">模板发起合同时,需指定RecipientId</font>以明确参与方在模板中所扮演的角色。
|
|
816
817
|
|
|
817
818
|
**嵌入式签署人-各种场景传参说明**:
|
|
818
819
|
|
|
@@ -828,23 +829,18 @@ class EssbasicClient(AbstractClient):
|
|
|
828
829
|
<tbody>
|
|
829
830
|
<tr>
|
|
830
831
|
<td>场景一</td>
|
|
831
|
-
<td
|
|
832
|
-
<td>OpenId、OrganizationName、OrganizationOpenId必传 ,ApproverType设置为
|
|
832
|
+
<td>第三方子企业员工</td>
|
|
833
|
+
<td>OpenId、OrganizationName、OrganizationOpenId必传 ,ApproverType设置为0</td>
|
|
833
834
|
</tr>
|
|
834
835
|
<tr>
|
|
835
836
|
<td>场景二</td>
|
|
836
|
-
<td>第三方子企业B员工</td>
|
|
837
|
-
<td>OpenId、OrganizationOpenId、OrganizationName必传, ApproverType设置为ORGANIZATION</td>
|
|
838
|
-
</tr>
|
|
839
|
-
<tr>
|
|
840
|
-
<td>场景三</td>
|
|
841
837
|
<td>SaaS平台企业员工</td>
|
|
842
|
-
<td>Name、Mobile、OrganizationName必传,NotChannelOrganization=True。 ApproverType设置为
|
|
838
|
+
<td>Name、Mobile、OrganizationName必传,NotChannelOrganization=True。 ApproverType设置为0</td>
|
|
843
839
|
</tr>
|
|
844
840
|
<tr>
|
|
845
|
-
<td
|
|
841
|
+
<td>场景三</td>
|
|
846
842
|
<td>个人/自然人</td>
|
|
847
|
-
<td>Name、Mobile必传, ApproverType设置为
|
|
843
|
+
<td>Name、Mobile必传, ApproverType设置为1</td>
|
|
848
844
|
</tr>
|
|
849
845
|
</tbody>
|
|
850
846
|
</table>
|
|
@@ -8758,6 +8758,7 @@ class Component(AbstractModel):
|
|
|
8758
8758
|
|
|
8759
8759
|
|
|
8760
8760
|
注:`控件ID可以在一个PDF中不可重复`
|
|
8761
|
+
<a href="https://qcloudimg.tencent-cloud.cn/raw/93178569d07b4d7dbbe0967ae679e35c.png" target="_blank">点击查看ComponentId在模板页面的位置</a>
|
|
8761
8762
|
|
|
8762
8763
|
:type ComponentId: str
|
|
8763
8764
|
:param _ComponentType: **如果是Component填写控件类型,则可选的字段为**:
|
|
@@ -8796,6 +8797,7 @@ class Component(AbstractModel):
|
|
|
8796
8797
|
|
|
8797
8798
|
注:`控件名可以在一个PDF中可以重复`
|
|
8798
8799
|
|
|
8800
|
+
<a href="https://qcloudimg.tencent-cloud.cn/raw/93178569d07b4d7dbbe0967ae679e35c.png" target="_blank">点击查看ComponentName在模板页面的位置</a>
|
|
8799
8801
|
:type ComponentName: str
|
|
8800
8802
|
:param _ComponentRequired: 如果是<b>填写控件</b>,ComponentRequired表示在填写页面此控件是否必填
|
|
8801
8803
|
<ul><li>false(默认):可以不填写</li>
|
|
@@ -14622,6 +14624,7 @@ class FlowInfo(AbstractModel):
|
|
|
14622
14624
|
发起方:腾讯公司(张三)
|
|
14623
14625
|
签署方:李四
|
|
14624
14626
|
|
|
14627
|
+

|
|
14625
14628
|
|
|
14626
14629
|
:type CustomShowMap: str
|
|
14627
14630
|
:param _CcInfos: 合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。
|
|
@@ -3154,6 +3154,8 @@ class DeleteCloudStorageEventRequest(AbstractModel):
|
|
|
3154
3154
|
:type EndTime: int
|
|
3155
3155
|
:param _UserId: 用户ID
|
|
3156
3156
|
:type UserId: str
|
|
3157
|
+
:param _ChannelId: 通道ID
|
|
3158
|
+
:type ChannelId: int
|
|
3157
3159
|
"""
|
|
3158
3160
|
self._ProductId = None
|
|
3159
3161
|
self._DeviceName = None
|
|
@@ -3161,6 +3163,7 @@ class DeleteCloudStorageEventRequest(AbstractModel):
|
|
|
3161
3163
|
self._StartTime = None
|
|
3162
3164
|
self._EndTime = None
|
|
3163
3165
|
self._UserId = None
|
|
3166
|
+
self._ChannelId = None
|
|
3164
3167
|
|
|
3165
3168
|
@property
|
|
3166
3169
|
def ProductId(self):
|
|
@@ -3210,6 +3213,14 @@ class DeleteCloudStorageEventRequest(AbstractModel):
|
|
|
3210
3213
|
def UserId(self, UserId):
|
|
3211
3214
|
self._UserId = UserId
|
|
3212
3215
|
|
|
3216
|
+
@property
|
|
3217
|
+
def ChannelId(self):
|
|
3218
|
+
return self._ChannelId
|
|
3219
|
+
|
|
3220
|
+
@ChannelId.setter
|
|
3221
|
+
def ChannelId(self, ChannelId):
|
|
3222
|
+
self._ChannelId = ChannelId
|
|
3223
|
+
|
|
3213
3224
|
|
|
3214
3225
|
def _deserialize(self, params):
|
|
3215
3226
|
self._ProductId = params.get("ProductId")
|
|
@@ -3218,6 +3229,7 @@ class DeleteCloudStorageEventRequest(AbstractModel):
|
|
|
3218
3229
|
self._StartTime = params.get("StartTime")
|
|
3219
3230
|
self._EndTime = params.get("EndTime")
|
|
3220
3231
|
self._UserId = params.get("UserId")
|
|
3232
|
+
self._ChannelId = params.get("ChannelId")
|
|
3221
3233
|
memeber_set = set(params.keys())
|
|
3222
3234
|
for name, value in vars(self).items():
|
|
3223
3235
|
property_name = name[1:]
|
|
@@ -5141,6 +5153,8 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
|
|
|
5141
5153
|
1: 已过期
|
|
5142
5154
|
2:生效
|
|
5143
5155
|
:type Status: int
|
|
5156
|
+
:param _ChannelId: 通道id
|
|
5157
|
+
:type ChannelId: int
|
|
5144
5158
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5145
5159
|
:type RequestId: str
|
|
5146
5160
|
"""
|
|
@@ -5148,6 +5162,7 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
|
|
|
5148
5162
|
self._ExpireTime = None
|
|
5149
5163
|
self._PackageId = None
|
|
5150
5164
|
self._Status = None
|
|
5165
|
+
self._ChannelId = None
|
|
5151
5166
|
self._RequestId = None
|
|
5152
5167
|
|
|
5153
5168
|
@property
|
|
@@ -5182,6 +5197,14 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
|
|
|
5182
5197
|
def Status(self, Status):
|
|
5183
5198
|
self._Status = Status
|
|
5184
5199
|
|
|
5200
|
+
@property
|
|
5201
|
+
def ChannelId(self):
|
|
5202
|
+
return self._ChannelId
|
|
5203
|
+
|
|
5204
|
+
@ChannelId.setter
|
|
5205
|
+
def ChannelId(self, ChannelId):
|
|
5206
|
+
self._ChannelId = ChannelId
|
|
5207
|
+
|
|
5185
5208
|
@property
|
|
5186
5209
|
def RequestId(self):
|
|
5187
5210
|
return self._RequestId
|
|
@@ -5196,6 +5219,7 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
|
|
|
5196
5219
|
self._ExpireTime = params.get("ExpireTime")
|
|
5197
5220
|
self._PackageId = params.get("PackageId")
|
|
5198
5221
|
self._Status = params.get("Status")
|
|
5222
|
+
self._ChannelId = params.get("ChannelId")
|
|
5199
5223
|
self._RequestId = params.get("RequestId")
|
|
5200
5224
|
|
|
5201
5225
|
|
|
@@ -12937,10 +12961,13 @@ class ResetCloudStorageEventRequest(AbstractModel):
|
|
|
12937
12961
|
:type DeviceName: str
|
|
12938
12962
|
:param _UserId: 用户ID
|
|
12939
12963
|
:type UserId: str
|
|
12964
|
+
:param _ChannelId: 通道ID
|
|
12965
|
+
:type ChannelId: int
|
|
12940
12966
|
"""
|
|
12941
12967
|
self._ProductId = None
|
|
12942
12968
|
self._DeviceName = None
|
|
12943
12969
|
self._UserId = None
|
|
12970
|
+
self._ChannelId = None
|
|
12944
12971
|
|
|
12945
12972
|
@property
|
|
12946
12973
|
def ProductId(self):
|
|
@@ -12966,11 +12993,20 @@ class ResetCloudStorageEventRequest(AbstractModel):
|
|
|
12966
12993
|
def UserId(self, UserId):
|
|
12967
12994
|
self._UserId = UserId
|
|
12968
12995
|
|
|
12996
|
+
@property
|
|
12997
|
+
def ChannelId(self):
|
|
12998
|
+
return self._ChannelId
|
|
12999
|
+
|
|
13000
|
+
@ChannelId.setter
|
|
13001
|
+
def ChannelId(self, ChannelId):
|
|
13002
|
+
self._ChannelId = ChannelId
|
|
13003
|
+
|
|
12969
13004
|
|
|
12970
13005
|
def _deserialize(self, params):
|
|
12971
13006
|
self._ProductId = params.get("ProductId")
|
|
12972
13007
|
self._DeviceName = params.get("DeviceName")
|
|
12973
13008
|
self._UserId = params.get("UserId")
|
|
13009
|
+
self._ChannelId = params.get("ChannelId")
|
|
12974
13010
|
memeber_set = set(params.keys())
|
|
12975
13011
|
for name, value in vars(self).items():
|
|
12976
13012
|
property_name = name[1:]
|
|
@@ -2998,6 +2998,9 @@ ContinueBreakPoint:播放完当前正在播放的点播 url 后再使用新的
|
|
|
2998
2998
|
:type VodRefreshType: str
|
|
2999
2999
|
:param _CallbackUrl: 自定义回调地址。
|
|
3000
3000
|
拉流转推任务相关事件会回调到该地址。
|
|
3001
|
+
回调事件使用方法请查看:
|
|
3002
|
+
https://cloud.tencent.com/document/product/267/32744
|
|
3003
|
+
https://cloud.tencent.com/document/product/267/56208
|
|
3001
3004
|
:type CallbackUrl: str
|
|
3002
3005
|
:param _ExtraCmd: 其他参数。
|
|
3003
3006
|
示例: ignore_region 用于忽略传入地域, 内部按负载分配。
|
|
@@ -14075,12 +14078,12 @@ class DescribePushBandwidthAndFluxListRequest(AbstractModel):
|
|
|
14075
14078
|
:param _StartTime: 查询开始时间点,精确到分钟粒度,接口查询支持两种时间格式:
|
|
14076
14079
|
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO%20%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F,-ISO%20%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
|
14077
14080
|
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
14078
|
-
|
|
14081
|
+
支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。
|
|
14079
14082
|
:type StartTime: str
|
|
14080
14083
|
:param _EndTime: 查询结束时间点,精确到分钟粒度,接口查询支持两种时间格式:
|
|
14081
14084
|
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO%20%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F,-ISO%20%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
|
14082
14085
|
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
14083
|
-
|
|
14086
|
+
支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。
|
|
14084
14087
|
:type EndTime: str
|
|
14085
14088
|
:param _PushDomains: 域名,可以填多个,若不填,表示总体数据。
|
|
14086
14089
|
:type PushDomains: list of str
|
|
@@ -2509,6 +2509,9 @@ class MonitorClient(AbstractClient):
|
|
|
2509
2509
|
传入产品的命名空间、对象维度描述和监控指标即可获得相应的监控数据。
|
|
2510
2510
|
接口调用限制:单请求最多可支持批量拉取10个实例的监控数据,单请求的数据点数限制为1440个。
|
|
2511
2511
|
若您需要调用的指标、对象较多,可能存在因限频出现拉取失败的情况,建议尽量将请求按时间维度均摊。
|
|
2512
|
+
参数SpecifyStatistics目前可支持返回三种统计方式(avg,max,min),分别为二进制1,2,4。
|
|
2513
|
+
例子:3:avg+max,5:avg+min,6:max+min,7:avg+max+min
|
|
2514
|
+
拉取数据的粒度和统计方式的对应关系尽量在接入平台进行配置,如果没有配置,因为更小粒度数据存储时间有限,拉取时间范围也是有限。
|
|
2512
2515
|
|
|
2513
2516
|
>?
|
|
2514
2517
|
>- 2022年9月1日起,腾讯云可观测平台开始对GetMonitorData接口计费。每个主账号每月可获得100万次免费请求额度,超过免费额度后如需继续调用接口需要开通 [API请求按量付费](https://buy.cloud.tencent.com/APIRequestBuy)。计费规则可查看[API计费文档](https://cloud.tencent.com/document/product/248/77914)。
|