tccli 3.0.1271.1__py2.py3-none-any.whl → 3.0.1272.1__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.
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1271.1'
1
+ __version__ = '3.0.1272.1'
@@ -36,7 +36,7 @@
36
36
  "status": "online"
37
37
  },
38
38
  "CreateRecTask": {
39
- "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(COS桶权限需要设置公有读私有写,或URL设置外部可访问)\n• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB\n• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)\n• 识别结果有效时间:识别结果在服务端保存24小时\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法 v3",
39
+ "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(具体对接可提工单咨询COS生成预签名URL)\n• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB\n• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)\n• 识别结果有效时间:识别结果在服务端保存24小时\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法 v3",
40
40
  "input": "CreateRecTaskRequest",
41
41
  "name": "录音文件识别请求",
42
42
  "output": "CreateRecTaskResponse",
@@ -5417,25 +5417,25 @@
5417
5417
  },
5418
5418
  {
5419
5419
  "disabled": false,
5420
- "document": "所属的独享集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
5420
+ "document": "所属的独享集群ID",
5421
5421
  "example": "cdc-xxxxxx",
5422
5422
  "member": "string",
5423
5423
  "name": "CdcId",
5424
5424
  "output_required": false,
5425
5425
  "required": false,
5426
5426
  "type": "string",
5427
- "value_allowed_null": true
5427
+ "value_allowed_null": false
5428
5428
  },
5429
5429
  {
5430
5430
  "disabled": false,
5431
- "document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。\n注意:此字段可能返回 null,表示取不到有效值。",
5431
+ "document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。",
5432
5432
  "example": "name",
5433
5433
  "member": "string",
5434
5434
  "name": "DiskName",
5435
5435
  "output_required": false,
5436
5436
  "required": false,
5437
5437
  "type": "string",
5438
- "value_allowed_null": true
5438
+ "value_allowed_null": false
5439
5439
  }
5440
5440
  ],
5441
5441
  "usage": "both"
@@ -614,7 +614,7 @@
614
614
  {
615
615
  "disabled": false,
616
616
  "document": "TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 \"Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so.\"",
617
- "example": "",
617
+ "example": "当客户表达出需要人工服务,或者机器人无法处理问题时,转人工",
618
618
  "member": "string",
619
619
  "name": "TransferFunctionDesc",
620
620
  "required": true,
@@ -888,7 +888,7 @@
888
888
  {
889
889
  "disabled": false,
890
890
  "document": "起始时间戳",
891
- "example": "123",
891
+ "example": "1145",
892
892
  "member": "int64",
893
893
  "name": "NotBefore",
894
894
  "output_required": true,
@@ -898,7 +898,7 @@
898
898
  {
899
899
  "disabled": false,
900
900
  "document": "结束时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
901
- "example": "null",
901
+ "example": "1146",
902
902
  "member": "int64",
903
903
  "name": "NotAfter",
904
904
  "output_required": true,
@@ -1274,7 +1274,7 @@
1274
1274
  {
1275
1275
  "disabled": false,
1276
1276
  "document": "申请单Id",
1277
- "example": "123",
1277
+ "example": "1145",
1278
1278
  "member": "uint64",
1279
1279
  "name": "ApplicantId",
1280
1280
  "output_required": true,
@@ -1304,7 +1304,7 @@
1304
1304
  {
1305
1305
  "disabled": false,
1306
1306
  "document": "描述",
1307
- "example": "描述",
1307
+ "example": "申请描述",
1308
1308
  "member": "string",
1309
1309
  "name": "Description",
1310
1310
  "output_required": true,
@@ -6075,7 +6075,7 @@
6075
6075
  {
6076
6076
  "disabled": false,
6077
6077
  "document": "TTS 提示音内容",
6078
- "example": "",
6078
+ "example": "您好",
6079
6079
  "member": "string",
6080
6080
  "name": "TTSPrompt",
6081
6081
  "output_required": false,
@@ -6091,20 +6091,20 @@
6091
6091
  {
6092
6092
  "disabled": false,
6093
6093
  "document": "消息类型",
6094
- "example": "",
6094
+ "example": "Text",
6095
6095
  "member": "string",
6096
6096
  "name": "Type",
6097
- "required": true,
6097
+ "output_required": true,
6098
6098
  "type": "string",
6099
6099
  "value_allowed_null": false
6100
6100
  },
6101
6101
  {
6102
6102
  "disabled": false,
6103
6103
  "document": "消息内容",
6104
- "example": "",
6104
+ "example": "您好,我是您的小助手",
6105
6105
  "member": "string",
6106
6106
  "name": "Content",
6107
- "required": true,
6107
+ "output_required": true,
6108
6108
  "type": "string",
6109
6109
  "value_allowed_null": false
6110
6110
  }
@@ -6117,30 +6117,30 @@
6117
6117
  {
6118
6118
  "disabled": false,
6119
6119
  "document": "消息时间戳",
6120
- "example": "",
6120
+ "example": "1600007226",
6121
6121
  "member": "int64",
6122
6122
  "name": "Timestamp",
6123
- "required": true,
6123
+ "output_required": true,
6124
6124
  "type": "int",
6125
6125
  "value_allowed_null": false
6126
6126
  },
6127
6127
  {
6128
6128
  "disabled": false,
6129
6129
  "document": "发消息的用户ID",
6130
- "example": "",
6130
+ "example": "Alan",
6131
6131
  "member": "string",
6132
6132
  "name": "From",
6133
- "required": true,
6133
+ "output_required": true,
6134
6134
  "type": "string",
6135
6135
  "value_allowed_null": false
6136
6136
  },
6137
6137
  {
6138
6138
  "disabled": false,
6139
6139
  "document": "消息列表",
6140
- "example": "",
6140
+ "example": "[{\"Type\":\"Text\",\"Content\":\"您好呀!\"}]",
6141
6141
  "member": "Message",
6142
6142
  "name": "Messages",
6143
- "required": true,
6143
+ "output_required": true,
6144
6144
  "type": "list",
6145
6145
  "value_allowed_null": false
6146
6146
  }
@@ -107,8 +107,8 @@
107
107
  "CreateOwnNumberApply": [
108
108
  {
109
109
  "document": "",
110
- "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOwnNumberApply\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Prefix\": \"123\",\n \"SipTrunkId\": 12,\n \"DetailList\": [\n {\n \"CallType\": 2,\n \"PhoneNumber\": \"02012345678\",\n \"MaxCallCount\": 1,\n \"MaxCallPSec\": 1\n }\n ]\n}",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\",\n \"ApplyId\": 1\n }\n}",
110
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOwnNumberApply\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Prefix\": \"1145\",\n \"SipTrunkId\": 12,\n \"DetailList\": [\n {\n \"CallType\": 2,\n \"PhoneNumber\": \"02012345678\",\n \"MaxCallCount\": 1,\n \"MaxCallPSec\": 1\n }\n ]\n}",
111
+ "output": "{\n \"Response\": {\n \"RequestId\": \"foo-bar\",\n \"ApplyId\": 1\n }\n}",
112
112
  "title": "创建客户自携号码接入审核实例"
113
113
  }
114
114
  ],
@@ -196,7 +196,7 @@
196
196
  {
197
197
  "document": "",
198
198
  "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAutoCalloutTasks\n<公共请求参数>\n\n{\n \"PageNumber\": 0,\n \"PageSize\": 10,\n \"SdkAppId\": 1\n}",
199
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Tasks\": [\n {\n \"TaskId\": 3241,\n \"IvrId\": 1,\n \"CalleeCount\": 1,\n \"Name\": \"foobar\",\n \"NotBefore\": 0,\n \"NotAfter\": 0,\n \"State\": 1,\n \"Callers\": [\n \"123456\"\n ]\n }\n ],\n \"RequestId\": \"123456\"\n }\n}",
199
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Tasks\": [\n {\n \"TaskId\": 3241,\n \"IvrId\": 1,\n \"CalleeCount\": 1,\n \"Name\": \"foobar\",\n \"NotBefore\": 0,\n \"NotAfter\": 0,\n \"State\": 1,\n \"Callers\": [\n \"008612345123456\"\n ]\n }\n ],\n \"RequestId\": \"foo-bar\"\n }\n}",
200
200
  "title": "示例"
201
201
  }
202
202
  ],
@@ -419,8 +419,8 @@
419
419
  "ModifyOwnNumberApply": [
420
420
  {
421
421
  "document": "",
422
- "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOwnNumberApply\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"ApplyId\": 1,\n \"Prefix\": \"123\",\n \"DetailList\": [\n {\n \"CallType\": 2,\n \"PhoneNumber\": \"02012345678\",\n \"MaxCallCount\": 1,\n \"MaxCallPSec\": 1\n }\n ]\n}",
423
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
422
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOwnNumberApply\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"ApplyId\": 1,\n \"Prefix\": \"1145\",\n \"DetailList\": [\n {\n \"CallType\": 2,\n \"PhoneNumber\": \"02012345678\",\n \"MaxCallCount\": 1,\n \"MaxCallPSec\": 1\n }\n ]\n}",
423
+ "output": "{\n \"Response\": {\n \"RequestId\": \"foo-bar\"\n }\n}",
424
424
  "title": "修改客户自携号码审批单示例"
425
425
  }
426
426
  ],
@@ -7209,25 +7209,25 @@
7209
7209
  "members": [
7210
7210
  {
7211
7211
  "disabled": false,
7212
- "document": "购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60。\n注意:此字段可能返回 null,表示取不到有效值。",
7212
+ "document": "购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36, 48, 60",
7213
7213
  "example": "1",
7214
7214
  "member": "int64",
7215
7215
  "name": "Period",
7216
7216
  "output_required": true,
7217
7217
  "required": true,
7218
7218
  "type": "int",
7219
- "value_allowed_null": true
7219
+ "value_allowed_null": false
7220
7220
  },
7221
7221
  {
7222
7222
  "disabled": false,
7223
- "document": "自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><br><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br><br>默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。\n注意:此字段可能返回 null,表示取不到有效值。",
7223
+ "document": "自动续费标识。取值范围:<br><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><br><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><br><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li><br><br>默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。",
7224
7224
  "example": "DISABLE_NOTIFY_AND_MANUAL_RENEW",
7225
7225
  "member": "string",
7226
7226
  "name": "RenewFlag",
7227
7227
  "output_required": true,
7228
7228
  "required": false,
7229
7229
  "type": "string",
7230
- "value_allowed_null": true
7230
+ "value_allowed_null": false
7231
7231
  }
7232
7232
  ],
7233
7233
  "usage": "both"
@@ -11302,25 +11302,25 @@
11302
11302
  },
11303
11303
  {
11304
11304
  "disabled": false,
11305
- "document": "所属的独享集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
11305
+ "document": "所属的独享集群ID",
11306
11306
  "example": "cdc-xxxxxx",
11307
11307
  "member": "string",
11308
11308
  "name": "CdcId",
11309
11309
  "output_required": false,
11310
11310
  "required": false,
11311
11311
  "type": "string",
11312
- "value_allowed_null": true
11312
+ "value_allowed_null": false
11313
11313
  },
11314
11314
  {
11315
11315
  "disabled": false,
11316
- "document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。\n注意:此字段可能返回 null,表示取不到有效值。",
11316
+ "document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。",
11317
11317
  "example": "name",
11318
11318
  "member": "string",
11319
11319
  "name": "DiskName",
11320
11320
  "output_required": false,
11321
11321
  "required": false,
11322
11322
  "type": "string",
11323
- "value_allowed_null": true
11323
+ "value_allowed_null": false
11324
11324
  }
11325
11325
  ],
11326
11326
  "usage": "both"
@@ -1265,7 +1265,7 @@ def doModifyYarnDeploy(args, parsed_globals):
1265
1265
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1266
1266
 
1267
1267
 
1268
- def doTerminateTasks(args, parsed_globals):
1268
+ def doDescribeDAGInfo(args, parsed_globals):
1269
1269
  g_param = parse_global_arg(parsed_globals)
1270
1270
 
1271
1271
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -1294,11 +1294,11 @@ def doTerminateTasks(args, parsed_globals):
1294
1294
  client = mod.EmrClient(cred, g_param[OptionsDefine.Region], profile)
1295
1295
  client._sdkVersion += ("_CLI_" + __version__)
1296
1296
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
1297
- model = models.TerminateTasksRequest()
1297
+ model = models.DescribeDAGInfoRequest()
1298
1298
  model.from_json_string(json.dumps(args))
1299
1299
  start_time = time.time()
1300
1300
  while True:
1301
- rsp = client.TerminateTasks(model)
1301
+ rsp = client.DescribeDAGInfo(model)
1302
1302
  result = rsp.to_json_string()
1303
1303
  try:
1304
1304
  json_obj = json.loads(result)
@@ -1733,6 +1733,58 @@ def doAddUsersForUserManager(args, parsed_globals):
1733
1733
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1734
1734
 
1735
1735
 
1736
+ def doTerminateTasks(args, parsed_globals):
1737
+ g_param = parse_global_arg(parsed_globals)
1738
+
1739
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
1740
+ cred = credential.CVMRoleCredential()
1741
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
1742
+ cred = credential.STSAssumeRoleCredential(
1743
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
1744
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
1745
+ )
1746
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
1747
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
1748
+ else:
1749
+ cred = credential.Credential(
1750
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
1751
+ )
1752
+ http_profile = HttpProfile(
1753
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
1754
+ reqMethod="POST",
1755
+ endpoint=g_param[OptionsDefine.Endpoint],
1756
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1757
+ )
1758
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1759
+ if g_param[OptionsDefine.Language]:
1760
+ profile.language = g_param[OptionsDefine.Language]
1761
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
1762
+ client = mod.EmrClient(cred, g_param[OptionsDefine.Region], profile)
1763
+ client._sdkVersion += ("_CLI_" + __version__)
1764
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
1765
+ model = models.TerminateTasksRequest()
1766
+ model.from_json_string(json.dumps(args))
1767
+ start_time = time.time()
1768
+ while True:
1769
+ rsp = client.TerminateTasks(model)
1770
+ result = rsp.to_json_string()
1771
+ try:
1772
+ json_obj = json.loads(result)
1773
+ except TypeError as e:
1774
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
1775
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
1776
+ break
1777
+ cur_time = time.time()
1778
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
1779
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
1780
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
1781
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
1782
+ else:
1783
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
1784
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
1785
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1786
+
1787
+
1736
1788
  def doModifyAutoRenewFlag(args, parsed_globals):
1737
1789
  g_param = parse_global_arg(parsed_globals)
1738
1790
 
@@ -4004,7 +4056,7 @@ ACTION_MAP = {
4004
4056
  "DescribeServiceNodeInfos": doDescribeServiceNodeInfos,
4005
4057
  "DescribeInstances": doDescribeInstances,
4006
4058
  "ModifyYarnDeploy": doModifyYarnDeploy,
4007
- "TerminateTasks": doTerminateTasks,
4059
+ "DescribeDAGInfo": doDescribeDAGInfo,
4008
4060
  "TerminateClusterNodes": doTerminateClusterNodes,
4009
4061
  "ResetYarnConfig": doResetYarnConfig,
4010
4062
  "DescribeUsersForUserManager": doDescribeUsersForUserManager,
@@ -4013,6 +4065,7 @@ ACTION_MAP = {
4013
4065
  "DeleteNodeResourceConfig": doDeleteNodeResourceConfig,
4014
4066
  "TerminateSLInstance": doTerminateSLInstance,
4015
4067
  "AddUsersForUserManager": doAddUsersForUserManager,
4068
+ "TerminateTasks": doTerminateTasks,
4016
4069
  "ModifyAutoRenewFlag": doModifyAutoRenewFlag,
4017
4070
  "CreateSLInstance": doCreateSLInstance,
4018
4071
  "DescribeSLInstanceList": doDescribeSLInstanceList,
@@ -126,6 +126,13 @@
126
126
  "output": "DescribeCvmQuotaResponse",
127
127
  "status": "online"
128
128
  },
129
+ "DescribeDAGInfo": {
130
+ "document": "查询DAG信息",
131
+ "input": "DescribeDAGInfoRequest",
132
+ "name": "查询DAG信息",
133
+ "output": "DescribeDAGInfoResponse",
134
+ "status": "online"
135
+ },
129
136
  "DescribeEmrApplicationStatics": {
130
137
  "document": "yarn application 统计接口查询",
131
138
  "input": "DescribeEmrApplicationStaticsRequest",
@@ -3795,6 +3802,45 @@
3795
3802
  ],
3796
3803
  "usage": "in"
3797
3804
  },
3805
+ "DAGInfo": {
3806
+ "document": "DAG信息",
3807
+ "members": [
3808
+ {
3809
+ "disabled": false,
3810
+ "document": "查询ID",
3811
+ "example": "queryid_123",
3812
+ "member": "string",
3813
+ "name": "ID",
3814
+ "output_required": false,
3815
+ "required": false,
3816
+ "type": "string",
3817
+ "value_allowed_null": false
3818
+ },
3819
+ {
3820
+ "disabled": false,
3821
+ "document": "DAG类型,目前只支持starrocks",
3822
+ "example": "starrocks",
3823
+ "member": "string",
3824
+ "name": "Type",
3825
+ "output_required": false,
3826
+ "required": false,
3827
+ "type": "string",
3828
+ "value_allowed_null": false
3829
+ },
3830
+ {
3831
+ "disabled": false,
3832
+ "document": "返回的DAG的JSON字符串",
3833
+ "example": "{\"json\":123}",
3834
+ "member": "string",
3835
+ "name": "Content",
3836
+ "output_required": false,
3837
+ "required": false,
3838
+ "type": "string",
3839
+ "value_allowed_null": false
3840
+ }
3841
+ ],
3842
+ "usage": "both"
3843
+ },
3798
3844
  "DayRepeatStrategy": {
3799
3845
  "document": "弹性扩缩容按天重复任务描述",
3800
3846
  "members": [
@@ -4636,6 +4682,71 @@
4636
4682
  ],
4637
4683
  "type": "object"
4638
4684
  },
4685
+ "DescribeDAGInfoRequest": {
4686
+ "document": "DescribeDAGInfo请求参数结构体",
4687
+ "members": [
4688
+ {
4689
+ "disabled": false,
4690
+ "document": "集群ID",
4691
+ "example": "emr-xfaf11ab",
4692
+ "member": "string",
4693
+ "name": "InstanceID",
4694
+ "required": true,
4695
+ "type": "string"
4696
+ },
4697
+ {
4698
+ "disabled": false,
4699
+ "document": "DAG类型,目前只支持STARROCKS",
4700
+ "example": "STARROCKS",
4701
+ "member": "string",
4702
+ "name": "Type",
4703
+ "required": true,
4704
+ "type": "string"
4705
+ },
4706
+ {
4707
+ "disabled": false,
4708
+ "document": "查询ID列表,最大长度为1",
4709
+ "example": "query_xxx",
4710
+ "member": "string",
4711
+ "name": "IDList",
4712
+ "required": true,
4713
+ "type": "list"
4714
+ }
4715
+ ],
4716
+ "type": "object"
4717
+ },
4718
+ "DescribeDAGInfoResponse": {
4719
+ "document": "DescribeDAGInfo返回参数结构体",
4720
+ "members": [
4721
+ {
4722
+ "disabled": false,
4723
+ "document": "总数,分页查询时使用",
4724
+ "example": "10",
4725
+ "member": "int64",
4726
+ "name": "TotalCount",
4727
+ "output_required": true,
4728
+ "type": "int",
4729
+ "value_allowed_null": false
4730
+ },
4731
+ {
4732
+ "disabled": false,
4733
+ "document": "Starrocks 查询信息列表\n注意:此字段可能返回 null,表示取不到有效值。",
4734
+ "example": "无",
4735
+ "member": "DAGInfo",
4736
+ "name": "DAGInfoList",
4737
+ "output_required": false,
4738
+ "type": "list",
4739
+ "value_allowed_null": true
4740
+ },
4741
+ {
4742
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4743
+ "member": "string",
4744
+ "name": "RequestId",
4745
+ "type": "string"
4746
+ }
4747
+ ],
4748
+ "type": "object"
4749
+ },
4639
4750
  "DescribeEmrApplicationStaticsRequest": {
4640
4751
  "document": "DescribeEmrApplicationStatics请求参数结构体",
4641
4752
  "members": [
@@ -144,6 +144,14 @@
144
144
  "title": "获取账户的CVM配额"
145
145
  }
146
146
  ],
147
+ "DescribeDAGInfo": [
148
+ {
149
+ "document": "",
150
+ "input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDAGInfo\n<公共请求参数>\n\n{\n \"InstanceID\": \"emr-0lqdz2kr\",\n \"Type\": \"STARROCKS\",\n \"IDList\": [\n \"hadoop_20250204000505_2e6d0e39-f040-4c99-8426-4a3555c7945d\"\n ]\n}",
151
+ "output": "{\n \"Response\": {\n \"DAGInfoList\": [\n {\n \"Content\": \"{\\\"nodeList\\\":[{\\\"attrGroupList\\\":[{\\\"attrList\\\":[],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-7\\\"}],\\\"id\\\":\\\"0\\\",\\\"name\\\":\\\"Conditional Operator\\\",\\\"outDegree\\\":3,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"12\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-5\\\"}],\\\"id\\\":\\\"1\\\",\\\"name\\\":\\\"Map\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"0\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"OperatorId\\\",\\\"value\\\":\\\"TS_4\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-5\\\"}],\\\"id\\\":\\\"2\\\",\\\"name\\\":\\\"TableScan\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"1\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"OperatorId\\\",\\\"value\\\":\\\"FS_5\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"compressed\\\",\\\"value\\\":\\\"false\\\"},{\\\"childless\\\":false,\\\"children\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"name\\\",\\\"value\\\":\\\"default.hive_table_p1\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"input format\\\",\\\"value\\\":\\\"org.apache.hadoop.mapred.TextInputFormat\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"output format\\\",\\\"value\\\":\\\"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"serde\\\",\\\"value\\\":\\\"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe\\\"}],\\\"empty\\\":false,\\\"name\\\":\\\"table\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-5\\\"}],\\\"id\\\":\\\"3\\\",\\\"name\\\":\\\"File Output Operator\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"2\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":false,\\\"children\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"hdfs directory\\\",\\\"value\\\":\\\"true\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"destination\\\",\\\"value\\\":\\\"hdfs://10.0.0.59:4007/usr/hive/warehouse/hive_table_p1/dt=2025-02-04/.hive-staging_hive_2025-02-04_00-05-05_176_8916599993887172596-9/-ext-10000\\\"}],\\\"empty\\\":false,\\\"name\\\":\\\"files\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-6\\\"}],\\\"id\\\":\\\"4\\\",\\\"name\\\":\\\"Move Operator\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"3\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-3\\\"}],\\\"id\\\":\\\"5\\\",\\\"name\\\":\\\"Map\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"0\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"OperatorId\\\",\\\"value\\\":\\\"TS_4\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-3\\\"}],\\\"id\\\":\\\"6\\\",\\\"name\\\":\\\"TableScan\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"5\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"OperatorId\\\",\\\"value\\\":\\\"FS_5\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"compressed\\\",\\\"value\\\":\\\"false\\\"},{\\\"childless\\\":false,\\\"children\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"name\\\",\\\"value\\\":\\\"default.hive_table_p1\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"input format\\\",\\\"value\\\":\\\"org.apache.hadoop.mapred.TextInputFormat\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"output format\\\",\\\"value\\\":\\\"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"serde\\\",\\\"value\\\":\\\"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe\\\"}],\\\"empty\\\":false,\\\"name\\\":\\\"table\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-3\\\"}],\\\"id\\\":\\\"7\\\",\\\"name\\\":\\\"File Output Operator\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"6\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":false,\\\"children\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"hdfs directory\\\",\\\"value\\\":\\\"true\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"destination\\\",\\\"value\\\":\\\"hdfs://10.0.0.59:4007/usr/hive/warehouse/hive_table_p1/dt=2025-02-04/.hive-staging_hive_2025-02-04_00-05-05_176_8916599993887172596-9/-ext-10000\\\"}],\\\"empty\\\":false,\\\"name\\\":\\\"files\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-4\\\"}],\\\"id\\\":\\\"8\\\",\\\"name\\\":\\\"Move Operator\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"0\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-1\\\"}],\\\"id\\\":\\\"9\\\",\\\"name\\\":\\\"Map\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"15\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"OperatorId\\\",\\\"value\\\":\\\"TS_0\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"alias\\\",\\\"value\\\":\\\"values__tmp__table__1\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-1\\\"}],\\\"id\\\":\\\"10\\\",\\\"name\\\":\\\"TableScan\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"9\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"OperatorId\\\",\\\"value\\\":\\\"SEL_1\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"outputColumnNames\\\",\\\"value\\\":\\\"[\\\\\\\"_col0\\\\\\\",\\\\\\\"_col1\\\\\\\"]\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"expressions\\\",\\\"value\\\":\\\"UDFToInteger(tmp_values_col1) (type: int), tmp_values_col2 (type: string)\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-1\\\"}],\\\"id\\\":\\\"11\\\",\\\"name\\\":\\\"Select Operator\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"10\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"OperatorId\\\",\\\"value\\\":\\\"FS_3\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"compressed\\\",\\\"value\\\":\\\"false\\\"},{\\\"childless\\\":false,\\\"children\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"name\\\",\\\"value\\\":\\\"default.hive_table_p1\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"input format\\\",\\\"value\\\":\\\"org.apache.hadoop.mapred.TextInputFormat\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"output format\\\",\\\"value\\\":\\\"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"serde\\\",\\\"value\\\":\\\"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe\\\"}],\\\"empty\\\":false,\\\"name\\\":\\\"table\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-1\\\"}],\\\"id\\\":\\\"12\\\",\\\"name\\\":\\\"File Output Operator\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"11\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-2\\\"}],\\\"id\\\":\\\"13\\\",\\\"name\\\":\\\"Stats-Aggr Operator\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"14\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":false,\\\"children\\\":[{\\\"childless\\\":false,\\\"children\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"dt\\\",\\\"value\\\":\\\"2025-02-04\\\"}],\\\"empty\\\":false,\\\"name\\\":\\\"partition\\\"},{\\\"childless\\\":false,\\\"children\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"name\\\",\\\"value\\\":\\\"default.hive_table_p1\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"input format\\\",\\\"value\\\":\\\"org.apache.hadoop.mapred.TextInputFormat\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"output format\\\",\\\"value\\\":\\\"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"serde\\\",\\\"value\\\":\\\"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe\\\"}],\\\"empty\\\":false,\\\"name\\\":\\\"table\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"replace\\\",\\\"value\\\":\\\"false\\\"}],\\\"empty\\\":false,\\\"name\\\":\\\"tables\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"TREE\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Stage-0\\\"}],\\\"id\\\":\\\"14\\\",\\\"name\\\":\\\"Move Operator\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"8\\\"},{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"7\\\"},{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"4\\\"}]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"compileDuration\\\",\\\"value\\\":303}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"compile\\\"}],\\\"id\\\":\\\"15\\\",\\\"name\\\":\\\"compile\\\",\\\"outDegree\\\":1,\\\"targetEdgeList\\\":[]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"StartTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21.361\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"EndTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21.362\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"CostTimeMs\\\",\\\"value\\\":1}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"stageName\\\",\\\"value\\\":\\\"Finish\\\"}],\\\"id\\\":\\\"16\\\",\\\"name\\\":\\\"RenameOrMoveFiles\\\",\\\"outDegree\\\":0,\\\"targetEdgeList\\\":[{\\\"attrList\\\":[],\\\"nodeId\\\":\\\"13\\\"}]}],\\\"pipelineList\\\":[],\\\"stageList\\\":[{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"taskType\\\",\\\"value\\\":\\\"CONDITIONAL\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"0ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"costTime\\\",\\\"value\\\":\\\"0ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"beginTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"endTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"Stage-7\\\",\\\"name\\\":\\\"Stage-7\\\",\\\"nodeList\\\":[\\\"0\\\"]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"0ms\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"Stage-5\\\",\\\"name\\\":\\\"Stage-5\\\",\\\"nodeList\\\":[\\\"1\\\",\\\"2\\\",\\\"3\\\"]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"0ms\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"Stage-6\\\",\\\"name\\\":\\\"Stage-6\\\",\\\"nodeList\\\":[\\\"4\\\"]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"0ms\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"Stage-3\\\",\\\"name\\\":\\\"Stage-3\\\",\\\"nodeList\\\":[\\\"5\\\",\\\"6\\\",\\\"7\\\"]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"taskType\\\",\\\"value\\\":\\\"MOVE\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"6ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"costTime\\\",\\\"value\\\":\\\"6ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"beginTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"endTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"Stage-4\\\",\\\"name\\\":\\\"Stage-4\\\",\\\"nodeList\\\":[\\\"8\\\"]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"taskType\\\",\\\"value\\\":\\\"MAPRED\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"96%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"15911ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"costTime\\\",\\\"value\\\":\\\"15911ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"beginTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:05\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"endTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"mapRedStats\\\",\\\"value\\\":\\\"Map: 1 Cumulative CPU: 2.13 sec HDFS Read: 4221 HDFS Write: 99 SUCCESS\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"applicationId\\\",\\\"value\\\":\\\"application_1736476990958_0073\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"VCoreSeconds\\\",\\\"value\\\":23},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"MemorySeconds\\\",\\\"value\\\":50837},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"hdfsBytesRead\\\",\\\"value\\\":4221},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"hdfsBytesWritten\\\",\\\"value\\\":99},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"CREATED_FILES\\\",\\\"value\\\":1},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"RECORDS_IN\\\",\\\"value\\\":1},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"RECORDS_OUT_1_default.hive_table_p1\\\",\\\"value\\\":1}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"Stage-1\\\",\\\"name\\\":\\\"Stage-1\\\",\\\"nodeList\\\":[\\\"9\\\",\\\"10\\\",\\\"11\\\",\\\"12\\\"]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"taskType\\\",\\\"value\\\":\\\"STATS\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"1%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"168ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"costTime\\\",\\\"value\\\":\\\"168ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"beginTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"endTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"Stage-2\\\",\\\"name\\\":\\\"Stage-2\\\",\\\"nodeList\\\":[\\\"13\\\"]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"taskType\\\",\\\"value\\\":\\\"MOVE\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"2%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"379ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"costTime\\\",\\\"value\\\":\\\"379ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"beginTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"endTime\\\",\\\"value\\\":\\\"2025-02-04 00:05:21\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"Stage-0\\\",\\\"name\\\":\\\"Stage-0\\\",\\\"nodeList\\\":[\\\"14\\\"]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"0ms\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"compile\\\",\\\"name\\\":\\\"compile\\\",\\\"nodeList\\\":[\\\"15\\\"]},{\\\"attrGroupList\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"OperatorTotalTime\\\",\\\"type\\\":\\\"PERCENT\\\",\\\"value\\\":\\\"1ms\\\"}],\\\"title\\\":\\\"Properties\\\",\\\"type\\\":\\\"NORMAL\\\"}],\\\"id\\\":\\\"Finish\\\",\\\"name\\\":\\\"Finish\\\",\\\"nodeList\\\":[\\\"16\\\"]}],\\\"summary\\\":[],\\\"topAttrGroup\\\":[{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"96%\\\",\\\"name\\\":\\\"Stage-1\\\",\\\"value\\\":\\\"15911ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"2%\\\",\\\"name\\\":\\\"Stage-0\\\",\\\"value\\\":\\\"379ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"1%\\\",\\\"name\\\":\\\"Stage-2\\\",\\\"value\\\":\\\"168ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"Stage-4\\\",\\\"value\\\":\\\"6ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"Finish\\\",\\\"value\\\":\\\"1ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"Stage-7\\\",\\\"value\\\":\\\"0ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"Stage-5\\\",\\\"value\\\":\\\"0ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"Stage-6\\\",\\\"value\\\":\\\"0ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"Stage-3\\\",\\\"value\\\":\\\"0ms\\\"},{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"extraValue\\\":\\\"0%\\\",\\\"name\\\":\\\"compile\\\",\\\"value\\\":\\\"0ms\\\"}],\\\"title\\\":\\\"时间排行\\\",\\\"type\\\":\\\"TOP_LIST\\\"},{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"Stage-1\\\",\\\"value\\\":23}],\\\"title\\\":\\\"VCoreSeconds排行\\\",\\\"type\\\":\\\"TOP_LIST\\\"},{\\\"attrList\\\":[{\\\"childless\\\":true,\\\"children\\\":[],\\\"empty\\\":false,\\\"name\\\":\\\"Stage-1\\\",\\\"value\\\":50837}],\\\"title\\\":\\\"MemorySeconds排行\\\",\\\"type\\\":\\\"TOP_LIST\\\"}],\\\"type\\\":\\\"HIVE\\\"}\",\n \"ID\": \"hadoop_20250204000505_2e6d0e39-f040-4c99-8426-4a3555c7945d\",\n \"Type\": \"STARROCKS\"\n }\n ],\n \"RequestId\": \"baefe09a-7032-4c21-b5e3-1440bfae8492\",\n \"TotalCount\": 1\n }\n}",
152
+ "title": "获取DAG信息样列"
153
+ }
154
+ ],
147
155
  "DescribeEmrApplicationStatics": [
148
156
  {
149
157
  "document": "",
@@ -12513,7 +12513,7 @@
12513
12513
  },
12514
12514
  {
12515
12515
  "disabled": false,
12516
- "document": "意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。\n\n注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`",
12516
+ "document": "意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。支持传入1~10轮问答,最多为10轮。\n\n注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`",
12517
12517
  "example": "无",
12518
12518
  "member": "IntentionQuestion",
12519
12519
  "name": "IntentionQuestions",
@@ -12522,7 +12522,7 @@
12522
12522
  },
12523
12523
  {
12524
12524
  "disabled": false,
12525
- "document": "意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。\n\n注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`",
12525
+ "document": "意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。支持传入1~10轮点头确认文本,最多支持10轮。\n\n注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`",
12526
12526
  "example": "无",
12527
12527
  "member": "IntentionAction",
12528
12528
  "name": "IntentionActions",
@@ -10843,7 +10843,7 @@
10843
10843
  },
10844
10844
  {
10845
10845
  "disabled": false,
10846
- "document": "意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。当前仅支持1轮问答。\n\n注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`",
10846
+ "document": "意愿核身语音问答模式(即语音播报+语音回答)使用的文案,包括:系统语音播报的文本、需要核验的标准文本。支持传入1~10轮问答,最多支持10轮。\n\n注:`选择问答模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。`",
10847
10847
  "example": "无",
10848
10848
  "member": "IntentionQuestion",
10849
10849
  "name": "IntentionQuestions",
@@ -10852,7 +10852,7 @@
10852
10852
  },
10853
10853
  {
10854
10854
  "disabled": false,
10855
- "document": "意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。当前仅支持一个提示文本。\n\n注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`",
10855
+ "document": "意愿核身(点头确认模式)使用的文案,若未使用意愿核身(点头确认模式),则该字段无需传入。支持传入1~10轮点头确认文本,最多支持10轮。\n\n注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`",
10856
10856
  "example": "无",
10857
10857
  "member": "IntentionAction",
10858
10858
  "name": "IntentionActions",