tccli 3.0.1278.1__py2.py3-none-any.whl → 3.0.1280.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.
Files changed (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +1 -1
  3. tccli/services/antiddos/v20200309/api.json +5 -1
  4. tccli/services/apm/v20210622/api.json +32 -32
  5. tccli/services/apm/v20210622/examples.json +1 -1
  6. tccli/services/billing/v20180709/api.json +550 -529
  7. tccli/services/billing/v20180709/examples.json +4 -4
  8. tccli/services/cat/v20180409/api.json +2 -2
  9. tccli/services/cdwdoris/v20211228/api.json +15 -1
  10. tccli/services/cdwpg/cdwpg_client.py +866 -18
  11. tccli/services/cdwpg/v20201230/api.json +2888 -551
  12. tccli/services/cdwpg/v20201230/examples.json +138 -10
  13. tccli/services/cfs/v20190719/examples.json +8 -2
  14. tccli/services/ciam/v20220331/api.json +111 -111
  15. tccli/services/ciam/v20220331/examples.json +8 -8
  16. tccli/services/cls/v20201016/api.json +1 -1
  17. tccli/services/controlcenter/v20230110/api.json +7 -5
  18. tccli/services/csip/v20221121/api.json +66 -6
  19. tccli/services/cvm/v20170312/api.json +282 -267
  20. tccli/services/cvm/v20170312/examples.json +2 -2
  21. tccli/services/dbbrain/v20191016/api.json +12 -8
  22. tccli/services/dbbrain/v20210527/api.json +20 -20
  23. tccli/services/dlc/v20210125/api.json +19 -0
  24. tccli/services/dlc/v20210125/examples.json +1 -1
  25. tccli/services/emr/v20190103/api.json +11 -0
  26. tccli/services/es/v20180416/api.json +13 -0
  27. tccli/services/ess/v20201111/api.json +2 -2
  28. tccli/services/essbasic/v20210526/api.json +2 -2
  29. tccli/services/goosefs/v20220519/api.json +16 -15
  30. tccli/services/goosefs/v20220519/examples.json +2 -2
  31. tccli/services/gwlb/v20240906/api.json +22 -3
  32. tccli/services/gwlb/v20240906/examples.json +1 -1
  33. tccli/services/iotcloud/v20210408/api.json +243 -245
  34. tccli/services/iotcloud/v20210408/examples.json +64 -64
  35. tccli/services/keewidb/v20220308/api.json +92 -92
  36. tccli/services/live/v20180801/api.json +287 -274
  37. tccli/services/lke/lke_client.py +114 -8
  38. tccli/services/lke/v20231130/api.json +220 -0
  39. tccli/services/lke/v20231130/examples.json +16 -0
  40. tccli/services/mongodb/v20190725/api.json +4 -3
  41. tccli/services/mongodb/v20190725/examples.json +2 -2
  42. tccli/services/monitor/v20180724/examples.json +2 -2
  43. tccli/services/mps/v20190612/api.json +20 -9
  44. tccli/services/mqtt/mqtt_client.py +57 -4
  45. tccli/services/mqtt/v20240516/api.json +88 -0
  46. tccli/services/mqtt/v20240516/examples.json +8 -0
  47. tccli/services/ocr/v20181119/api.json +4 -4
  48. tccli/services/pts/v20210728/api.json +44 -6
  49. tccli/services/redis/v20180412/api.json +66 -66
  50. tccli/services/rum/v20210622/api.json +90 -0
  51. tccli/services/tag/v20180813/api.json +3 -3
  52. tccli/services/tag/v20180813/examples.json +1 -1
  53. tccli/services/tdmq/tdmq_client.py +53 -0
  54. tccli/services/tdmq/v20200217/api.json +93 -0
  55. tccli/services/tdmq/v20200217/examples.json +8 -0
  56. tccli/services/teo/v20220901/api.json +1 -1
  57. tccli/services/tke/v20180525/api.json +20 -20
  58. tccli/services/tms/v20201229/api.json +9 -0
  59. tccli/services/trp/v20210515/api.json +8 -8
  60. tccli/services/trp/v20210515/examples.json +1 -1
  61. tccli/services/tsf/v20180326/api.json +884 -884
  62. tccli/services/vod/v20180717/api.json +11 -11
  63. tccli/services/waf/v20180125/api.json +7 -7
  64. tccli/services/waf/v20180125/examples.json +1 -1
  65. tccli/services/wedata/v20210820/api.json +107 -0
  66. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/license_files/LICENSE +0 -0
@@ -2681,16 +2681,18 @@
2681
2681
  "example": "0",
2682
2682
  "member": "uint64",
2683
2683
  "name": "Definition",
2684
+ "output_required": true,
2684
2685
  "required": true,
2685
2686
  "type": "int",
2686
2687
  "value_allowed_null": false
2687
2688
  },
2688
2689
  {
2689
2690
  "disabled": false,
2690
- "document": "扩展参数,其值为序列化的 json字符串。\n注意:此参数为定制需求参数,需要线下对接。\n注意:此字段可能返回 null,表示取不到有效值。",
2691
- "example": "“”",
2691
+ "document": "扩展参数,其值为序列化的 json字符串。\n注意:此参数为定制需求参数,参考如下:\n智能檫除:https://cloud.tencent.com/document/product/862/101530\n智能拆条:https://cloud.tencent.com/document/product/862/112098\n高光集锦:https://cloud.tencent.com/document/product/862/107280\n智能横转竖:https://cloud.tencent.com/document/product/862/112112\n注意:此字段可能返回 null,表示取不到有效值。",
2692
+ "example": "\"{}\"",
2692
2693
  "member": "string",
2693
2694
  "name": "ExtendedParameter",
2695
+ "output_required": true,
2694
2696
  "required": false,
2695
2697
  "type": "string",
2696
2698
  "value_allowed_null": true
@@ -15203,8 +15205,8 @@
15203
15205
  "members": [
15204
15206
  {
15205
15207
  "disabled": false,
15206
- "document": "加密类型:\n<li> simpleaes: aes-128 加密</li>\n注意:此字段可能返回 null,表示取不到有效值。",
15207
- "example": "",
15208
+ "document": "加密类型:\n<li> simpleaes: aes-128 加密</li>\n<li> widevine</li>\n<li> fairplay:Dash不支持fairplay加密</li> \n<li> playready</li>\n注意:此字段可能返回 null,表示取不到有效值。",
15209
+ "example": "widevine",
15208
15210
  "member": "string",
15209
15211
  "name": "Type",
15210
15212
  "output_required": false,
@@ -24554,7 +24556,7 @@
24554
24556
  {
24555
24557
  "disabled": false,
24556
24558
  "document": "媒体处理生成的文件输出的目标目录,必选以 / 开头和结尾,如`/movie/201907/`。\n如果不填,表示与 InputInfo 中文件所在的目录一致。",
24557
- "example": "",
24559
+ "example": "/movie/test/",
24558
24560
  "member": "string",
24559
24561
  "name": "OutputDir",
24560
24562
  "required": false,
@@ -24563,7 +24565,7 @@
24563
24565
  {
24564
24566
  "disabled": false,
24565
24567
  "document": "编排ID。\n注意1:对于OutputStorage、OutputDir参数:\n<li>当服务编排中子任务节点配置了OutputStorage、OutputDir时,该子任务节点中配置的输出作为子任务的输出。</li>\n<li>当服务编排中子任务节点没有配置OutputStorage、OutputDir时,若创建任务接口(ProcessMedia)有指定输出,将覆盖原有编排的默认输出。</li>\n<li>即输出设置的优先级:编排子任务节点 > 任务接口指定 > 对应编排内的配置 </li>\n注意2:对于TaskNotifyConfig参数,若创建任务接口(ProcessMedia)有设置,将覆盖原有编排的默认回调。\n\n注意3:编排的 Trigger 只是用来自动化触发场景,在手动发起的请求中已经配置的 Trigger 无意义。",
24566
- "example": "",
24568
+ "example": "157482",
24567
24569
  "member": "int64",
24568
24570
  "name": "ScheduleId",
24569
24571
  "required": false,
@@ -24626,7 +24628,7 @@
24626
24628
  {
24627
24629
  "disabled": false,
24628
24630
  "document": "任务流的优先级,数值越大优先级越高,取值范围是-10到 10,不填代表0。",
24629
- "example": "",
24631
+ "example": "0",
24630
24632
  "member": "int64",
24631
24633
  "name": "TasksPriority",
24632
24634
  "required": false,
@@ -24635,7 +24637,7 @@
24635
24637
  {
24636
24638
  "disabled": false,
24637
24639
  "document": "用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不传该参数或者参数为空字符串则本次请求不做去重操作。",
24638
- "example": "",
24640
+ "example": "85c94a33-6227-43d5-8179-69b0602f6346",
24639
24641
  "member": "string",
24640
24642
  "name": "SessionId",
24641
24643
  "required": false,
@@ -24644,7 +24646,7 @@
24644
24646
  {
24645
24647
  "disabled": false,
24646
24648
  "document": "来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。",
24647
- "example": "",
24649
+ "example": "UserDefinedInfo",
24648
24650
  "member": "string",
24649
24651
  "name": "SessionContext",
24650
24652
  "required": false,
@@ -24658,6 +24660,15 @@
24658
24660
  "name": "TaskType",
24659
24661
  "required": false,
24660
24662
  "type": "string"
24663
+ },
24664
+ {
24665
+ "disabled": false,
24666
+ "document": "资源ID,需要保证对应资源是开启状态。默认为帐号主资源ID。",
24667
+ "example": "无",
24668
+ "member": "string",
24669
+ "name": "ResourceId",
24670
+ "required": false,
24671
+ "type": "string"
24661
24672
  }
24662
24673
  ],
24663
24674
  "type": "object"
@@ -1213,7 +1213,7 @@ def doModifyJWKSAuthenticator(args, parsed_globals):
1213
1213
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1214
1214
 
1215
1215
 
1216
- def doDeleteInsPublicEndpoint(args, parsed_globals):
1216
+ def doPublishMessage(args, parsed_globals):
1217
1217
  g_param = parse_global_arg(parsed_globals)
1218
1218
 
1219
1219
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -1242,11 +1242,11 @@ def doDeleteInsPublicEndpoint(args, parsed_globals):
1242
1242
  client = mod.MqttClient(cred, g_param[OptionsDefine.Region], profile)
1243
1243
  client._sdkVersion += ("_CLI_" + __version__)
1244
1244
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
1245
- model = models.DeleteInsPublicEndpointRequest()
1245
+ model = models.PublishMessageRequest()
1246
1246
  model.from_json_string(json.dumps(args))
1247
1247
  start_time = time.time()
1248
1248
  while True:
1249
- rsp = client.DeleteInsPublicEndpoint(model)
1249
+ rsp = client.PublishMessage(model)
1250
1250
  result = rsp.to_json_string()
1251
1251
  try:
1252
1252
  json_obj = json.loads(result)
@@ -1317,6 +1317,58 @@ def doDescribeDeviceCertificate(args, parsed_globals):
1317
1317
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1318
1318
 
1319
1319
 
1320
+ def doDeleteInsPublicEndpoint(args, parsed_globals):
1321
+ g_param = parse_global_arg(parsed_globals)
1322
+
1323
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
1324
+ cred = credential.CVMRoleCredential()
1325
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
1326
+ cred = credential.STSAssumeRoleCredential(
1327
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
1328
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
1329
+ )
1330
+ 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):
1331
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
1332
+ else:
1333
+ cred = credential.Credential(
1334
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
1335
+ )
1336
+ http_profile = HttpProfile(
1337
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
1338
+ reqMethod="POST",
1339
+ endpoint=g_param[OptionsDefine.Endpoint],
1340
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1341
+ )
1342
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1343
+ if g_param[OptionsDefine.Language]:
1344
+ profile.language = g_param[OptionsDefine.Language]
1345
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
1346
+ client = mod.MqttClient(cred, g_param[OptionsDefine.Region], profile)
1347
+ client._sdkVersion += ("_CLI_" + __version__)
1348
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
1349
+ model = models.DeleteInsPublicEndpointRequest()
1350
+ model.from_json_string(json.dumps(args))
1351
+ start_time = time.time()
1352
+ while True:
1353
+ rsp = client.DeleteInsPublicEndpoint(model)
1354
+ result = rsp.to_json_string()
1355
+ try:
1356
+ json_obj = json.loads(result)
1357
+ except TypeError as e:
1358
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
1359
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
1360
+ break
1361
+ cur_time = time.time()
1362
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
1363
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
1364
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
1365
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
1366
+ else:
1367
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
1368
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
1369
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1370
+
1371
+
1320
1372
  def doRevokedDeviceCertificate(args, parsed_globals):
1321
1373
  g_param = parse_global_arg(parsed_globals)
1322
1374
 
@@ -2391,8 +2443,9 @@ ACTION_MAP = {
2391
2443
  "CreateTopic": doCreateTopic,
2392
2444
  "DeleteDeviceCertificate": doDeleteDeviceCertificate,
2393
2445
  "ModifyJWKSAuthenticator": doModifyJWKSAuthenticator,
2394
- "DeleteInsPublicEndpoint": doDeleteInsPublicEndpoint,
2446
+ "PublishMessage": doPublishMessage,
2395
2447
  "DescribeDeviceCertificate": doDescribeDeviceCertificate,
2448
+ "DeleteInsPublicEndpoint": doDeleteInsPublicEndpoint,
2396
2449
  "RevokedDeviceCertificate": doRevokedDeviceCertificate,
2397
2450
  "DescribeInstance": doDescribeInstance,
2398
2451
  "DeleteTopic": doDeleteTopic,
@@ -287,6 +287,13 @@
287
287
  "output": "ModifyUserResponse",
288
288
  "status": "online"
289
289
  },
290
+ "PublishMessage": {
291
+ "document": "发布 MQTT 消息到消息主题或客户端",
292
+ "input": "PublishMessageRequest",
293
+ "name": "发布 MQTT 消息",
294
+ "output": "PublishMessageResponse",
295
+ "status": "online"
296
+ },
290
297
  "RegisterCaCertificate": {
291
298
  "document": "注册ca证书",
292
299
  "input": "RegisterCaCertificateRequest",
@@ -4327,6 +4334,87 @@
4327
4334
  ],
4328
4335
  "usage": "both"
4329
4336
  },
4337
+ "PublishMessageRequest": {
4338
+ "document": "PublishMessage请求参数结构体",
4339
+ "members": [
4340
+ {
4341
+ "disabled": false,
4342
+ "document": "实例ID",
4343
+ "example": "rocketmq-xxxx",
4344
+ "member": "string",
4345
+ "name": "InstanceId",
4346
+ "required": true,
4347
+ "type": "string"
4348
+ },
4349
+ {
4350
+ "disabled": false,
4351
+ "document": "消息 payload,需要按 encoding 指定的编码方式进行编码",
4352
+ "example": "Hello MQTT!",
4353
+ "member": "string",
4354
+ "name": "Payload",
4355
+ "required": true,
4356
+ "type": "string"
4357
+ },
4358
+ {
4359
+ "disabled": false,
4360
+ "document": "消息目的主题,该参数与 TargetClientId 二选一",
4361
+ "example": "test/a/b",
4362
+ "member": "string",
4363
+ "name": "TargetTopic",
4364
+ "required": false,
4365
+ "type": "string"
4366
+ },
4367
+ {
4368
+ "disabled": false,
4369
+ "document": "消息目的客户端 ID,该参数与 TargetTopic 二选一",
4370
+ "example": "myclient0001",
4371
+ "member": "string",
4372
+ "name": "TargetClientId",
4373
+ "required": false,
4374
+ "type": "string"
4375
+ },
4376
+ {
4377
+ "disabled": false,
4378
+ "document": "消息 payload 编码,可选 plain 或 base64,默认为 plain(即不编码)",
4379
+ "example": "plain",
4380
+ "member": "string",
4381
+ "name": "Encoding",
4382
+ "required": false,
4383
+ "type": "string"
4384
+ },
4385
+ {
4386
+ "disabled": false,
4387
+ "document": "消息的服务质量等级,默认为 1",
4388
+ "example": "1",
4389
+ "member": "int64",
4390
+ "name": "Qos",
4391
+ "required": false,
4392
+ "type": "int"
4393
+ },
4394
+ {
4395
+ "disabled": false,
4396
+ "document": "是否为保留消息,默认为 false,且仅支持发布到主题的消息设置为 true",
4397
+ "example": "false",
4398
+ "member": "bool",
4399
+ "name": "Retain",
4400
+ "required": false,
4401
+ "type": "bool"
4402
+ }
4403
+ ],
4404
+ "type": "object"
4405
+ },
4406
+ "PublishMessageResponse": {
4407
+ "document": "PublishMessage返回参数结构体",
4408
+ "members": [
4409
+ {
4410
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4411
+ "member": "string",
4412
+ "name": "RequestId",
4413
+ "type": "string"
4414
+ }
4415
+ ],
4416
+ "type": "object"
4417
+ },
4330
4418
  "RegisterCaCertificateRequest": {
4331
4419
  "document": "RegisterCaCertificate请求参数结构体",
4332
4420
  "members": [
@@ -334,6 +334,14 @@
334
334
  "title": "示例"
335
335
  }
336
336
  ],
337
+ "PublishMessage": [
338
+ {
339
+ "document": "",
340
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PublishMQTTMessage\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-xxx\",\n \"TargetTopic\": \"test/a/b\",\n \"Payload\": \"Hello MQTT!\",\n \"Encoding\": \"plain\",\n \"Qos\": 1,\n \"Retain\": false\n}",
341
+ "output": "{\n \"Response\": {\n \"RequestId\": \"416510a6-f614-487d-bbca-e7fdbf72fc29\"\n }\n}",
342
+ "title": "发布消息到主题"
343
+ }
344
+ ],
337
345
  "RegisterCaCertificate": [
338
346
  {
339
347
  "document": "示例",
@@ -8693,7 +8693,7 @@
8693
8693
  {
8694
8694
  "disabled": true,
8695
8695
  "document": "告警码\n-9103\t证照翻拍告警\n-9102\t证照复印件告警\n-9106 证件遮挡告警\n-9107 模糊图片告警",
8696
- "example": "[]",
8696
+ "example": "[-9103]",
8697
8697
  "member": "int64",
8698
8698
  "name": "Warn",
8699
8699
  "output_required": true,
@@ -16669,7 +16669,7 @@
16669
16669
  "members": [
16670
16670
  {
16671
16671
  "disabled": false,
16672
- "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
16672
+ "document": "图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
16673
16673
  "example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/document/SmartStructuralOCR/SmartStructuralPro1.png",
16674
16674
  "member": "string",
16675
16675
  "name": "ImageUrl",
@@ -16678,7 +16678,7 @@
16678
16678
  },
16679
16679
  {
16680
16680
  "disabled": false,
16681
- "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
16681
+ "document": "图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,WORD,EXCEL,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。支持的图片像素:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
16682
16682
  "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
16683
16683
  "member": "string",
16684
16684
  "name": "ImageBase64",
@@ -16714,7 +16714,7 @@
16714
16714
  },
16715
16715
  {
16716
16716
  "disabled": false,
16717
- "document": "配置id支持:General -- 通用场景 InvoiceEng -- 海运提单、国际invoice模版 WayBillEng --海运订单模板",
16717
+ "document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nWordRecognize -- 手写英文作文模版\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板",
16718
16718
  "example": "General",
16719
16719
  "member": "string",
16720
16720
  "name": "ConfigId",
@@ -3475,7 +3475,7 @@
3475
3475
  },
3476
3476
  {
3477
3477
  "disabled": false,
3478
- "document": "加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时",
3478
+ "document": "加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时,不与 Offset 参数同时使用",
3479
3479
  "example": "csdfeee-dsfll09ds-sdsf",
3480
3480
  "member": "string",
3481
3481
  "name": "Context",
@@ -3511,8 +3511,8 @@
3511
3511
  },
3512
3512
  {
3513
3513
  "disabled": false,
3514
- "document": "ap-shanghai, ap-guangzhou",
3515
- "example": "地域",
3514
+ "document": "地域",
3515
+ "example": "ap-shanghai",
3516
3516
  "member": "string",
3517
3517
  "name": "InstanceRegion",
3518
3518
  "required": false,
@@ -3521,7 +3521,7 @@
3521
3521
  {
3522
3522
  "disabled": false,
3523
3523
  "document": "施压引擎节点IP",
3524
- "example": "节点IP",
3524
+ "example": "192.168.0.1",
3525
3525
  "member": "string",
3526
3526
  "name": "Instance",
3527
3527
  "required": false,
@@ -3529,13 +3529,22 @@
3529
3529
  },
3530
3530
  {
3531
3531
  "disabled": false,
3532
- "document": "request 代表采样日志,可为不填",
3533
- "example": "日志类型",
3532
+ "document": "request 代表采样日志,engine 代表引擎日志,console 代表用户打印日志",
3533
+ "example": "request/engine/console",
3534
3534
  "member": "string",
3535
3535
  "name": "LogType",
3536
3536
  "required": false,
3537
3537
  "type": "string"
3538
3538
  },
3539
+ {
3540
+ "disabled": false,
3541
+ "document": "日志偏移量,不与Context 参数同时使用",
3542
+ "example": "10",
3543
+ "member": "int64",
3544
+ "name": "Offset",
3545
+ "required": false,
3546
+ "type": "int"
3547
+ },
3539
3548
  {
3540
3549
  "disabled": false,
3541
3550
  "document": "返回日志条数,最大100",
@@ -3673,6 +3682,15 @@
3673
3682
  "name": "Queries",
3674
3683
  "required": true,
3675
3684
  "type": "list"
3685
+ },
3686
+ {
3687
+ "disabled": false,
3688
+ "document": "最多返回的数据点个数",
3689
+ "example": "500",
3690
+ "member": "int64",
3691
+ "name": "MaxPoint",
3692
+ "required": false,
3693
+ "type": "int"
3676
3694
  }
3677
3695
  ],
3678
3696
  "type": "object"
@@ -3764,6 +3782,15 @@
3764
3782
  "name": "GroupBy",
3765
3783
  "required": false,
3766
3784
  "type": "list"
3785
+ },
3786
+ {
3787
+ "disabled": false,
3788
+ "document": "返回的最大数据点个数",
3789
+ "example": "500",
3790
+ "member": "int64",
3791
+ "name": "MaxPoint",
3792
+ "required": false,
3793
+ "type": "int"
3767
3794
  }
3768
3795
  ],
3769
3796
  "type": "object"
@@ -6803,6 +6830,17 @@
6803
6830
  "required": false,
6804
6831
  "type": "string",
6805
6832
  "value_allowed_null": false
6833
+ },
6834
+ {
6835
+ "disabled": false,
6836
+ "document": "文件是否已上传,如果已上传,则可以不必填写 EncodedContent,EncodedHar 等内容。\n主要用于较大长度脚本上传。",
6837
+ "example": "true/false",
6838
+ "member": "bool",
6839
+ "name": "Uploaded",
6840
+ "output_required": false,
6841
+ "required": false,
6842
+ "type": "bool",
6843
+ "value_allowed_null": false
6806
6844
  }
6807
6845
  ],
6808
6846
  "usage": "both"