tccli 3.0.1317.1__py2.py3-none-any.whl → 3.0.1318.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 (36) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +1 -1
  3. tccli/services/cbs/v20170312/api.json +2 -2
  4. tccli/services/cdwdoris/v20211228/api.json +37 -1
  5. tccli/services/clb/v20180317/api.json +1 -1
  6. tccli/services/cls/v20201016/api.json +12 -2
  7. tccli/services/cvm/v20170312/api.json +5 -5
  8. tccli/services/cynosdb/v20190107/api.json +5 -5
  9. tccli/services/dnspod/v20210323/examples.json +1 -1
  10. tccli/services/dsgc/v20190723/api.json +45 -35
  11. tccli/services/dts/v20180330/api.json +2 -2
  12. tccli/services/ess/v20201111/api.json +1 -1
  13. tccli/services/goosefs/goosefs_client.py +386 -68
  14. tccli/services/goosefs/v20220519/api.json +510 -0
  15. tccli/services/goosefs/v20220519/examples.json +48 -0
  16. tccli/services/hai/v20230812/api.json +4 -4
  17. tccli/services/iotexplorer/v20190423/api.json +13 -3
  18. tccli/services/keewidb/v20220308/api.json +11 -2
  19. tccli/services/lighthouse/v20200324/api.json +1 -1
  20. tccli/services/lke/v20231130/api.json +1 -57
  21. tccli/services/postgres/postgres_client.py +0 -53
  22. tccli/services/postgres/v20170312/api.json +0 -126
  23. tccli/services/postgres/v20170312/examples.json +0 -8
  24. tccli/services/scf/v20180416/api.json +2 -2
  25. tccli/services/sqlserver/v20180328/api.json +2 -2
  26. tccli/services/ssl/v20191205/api.json +18 -0
  27. tccli/services/ssl/v20191205/examples.json +2 -2
  28. tccli/services/tke/v20180525/api.json +1 -1
  29. tccli/services/trtc/v20190722/api.json +19 -1
  30. tccli/services/tse/v20201207/api.json +78 -4
  31. tccli/services/waf/v20180125/examples.json +1 -1
  32. {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/METADATA +2 -2
  33. {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/RECORD +36 -36
  34. {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/WHEEL +0 -0
  35. {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/entry_points.txt +0 -0
  36. {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/license_files/LICENSE +0 -0
@@ -16920,7 +16920,7 @@
16920
16920
  "members": [
16921
16921
  {
16922
16922
  "disabled": false,
16923
- "document": "任务状态(1:失败;2:成功但结果为空;3:成功且结果非空)",
16923
+ "document": "任务状态(1:分析失败;2:下载/读取视频/图片失败;3:成功)",
16924
16924
  "example": "3",
16925
16925
  "member": "int64",
16926
16926
  "name": "Status",
@@ -16931,7 +16931,7 @@
16931
16931
  {
16932
16932
  "disabled": false,
16933
16933
  "document": "识别到的目标类型。可能取值:\n\n- `person`:人\n- `vehicle`:车辆\n- `dog`:狗\n- `cat`:猫\n- `fire`:火焰\n- `smoke`:烟雾\n- `package`:快递包裹\n- `license_plate`:车牌\n",
16934
- "example": "[\"person\", \"vehicle\"]",
16934
+ "example": "[\"person\"]",
16935
16935
  "member": "string",
16936
16936
  "name": "DetectedClassifications",
16937
16937
  "output_required": false,
@@ -16940,13 +16940,23 @@
16940
16940
  },
16941
16941
  {
16942
16942
  "disabled": false,
16943
- "document": "视频摘要文本",
16943
+ "document": "摘要文本",
16944
16944
  "example": "一人在水泥地面上行走",
16945
16945
  "member": "string",
16946
16946
  "name": "Summary",
16947
16947
  "output_required": false,
16948
16948
  "type": "string",
16949
16949
  "value_allowed_null": false
16950
+ },
16951
+ {
16952
+ "disabled": false,
16953
+ "document": "摘要文本(次选语言)",
16954
+ "example": "A person walking on the concrete floor",
16955
+ "member": "string",
16956
+ "name": "AlternativeSummary",
16957
+ "output_required": false,
16958
+ "type": "string",
16959
+ "value_allowed_null": false
16950
16960
  }
16951
16961
  ],
16952
16962
  "usage": "out"
@@ -1788,8 +1788,8 @@
1788
1788
  "type": "string"
1789
1789
  },
1790
1790
  {
1791
- "disabled": false,
1792
- "document": "根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。",
1791
+ "disabled": true,
1792
+ "document": "废弃字段。请使用TagList传参。",
1793
1793
  "example": "具体参考数据结构。",
1794
1794
  "member": "InstanceTagInfo",
1795
1795
  "name": "InstanceTags",
@@ -1804,6 +1804,15 @@
1804
1804
  "name": "TagKeys",
1805
1805
  "required": false,
1806
1806
  "type": "list"
1807
+ },
1808
+ {
1809
+ "disabled": false,
1810
+ "document": "根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。",
1811
+ "example": "无",
1812
+ "member": "InstanceTagInfo",
1813
+ "name": "TagList",
1814
+ "required": false,
1815
+ "type": "list"
1807
1816
  }
1808
1817
  ],
1809
1818
  "type": "object"
@@ -8480,7 +8480,7 @@
8480
8480
  "members": [
8481
8481
  {
8482
8482
  "disabled": false,
8483
- "document": "续费周期。",
8483
+ "document": "续费周期。\n单位:月。\n取值范围: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36]",
8484
8484
  "example": "1",
8485
8485
  "member": "int64",
8486
8486
  "name": "Period",
@@ -659,7 +659,7 @@
659
659
  "status": "online"
660
660
  },
661
661
  "SaveDoc": {
662
- "document": "知识库文档问答保存。\n将文件存储到应用的知识库内需要三步:\n1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)。获取临时密钥不同参数组合权限不一样,可参考 [知识引擎操作 cos 指南](https://cloud.tencent.com/document/product/1759/116238)\n2.调用腾讯云提供的 cos 存储接口,将文件存储到知识引擎 cos 中:具体可参考[ COS SDK 概览](https://cloud.tencent.com/document/product/436/6474), 注意使用的是临时密钥的方式操作 COS \n3.调用本接口,将文件的基础信息存储到知识引擎中。\n以上步骤可参考[文档](https://cloud.tencent.com/document/product/1759/108903),文档最后有[代码demo](https://cloud.tencent.com/document/product/1759/108903#demo),可作为参考。",
662
+ "document": "知识库文档问答保存。\n将文件存储到应用的知识库内需要三步:\n1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)。获取临时密钥不同参数组合权限不一样,可参考 [智能体开发平台操作 cos 指南](https://cloud.tencent.com/document/product/1759/116238)\n2.调用腾讯云提供的 cos 存储接口,将文件存储到智能体开发平台 cos 中:具体可参考[ COS SDK 概览](https://cloud.tencent.com/document/product/436/6474), 注意使用的是临时密钥的方式操作 COS \n3.调用本接口,将文件的基础信息存储到智能体开发平台中。\n以上步骤可参考[文档](https://cloud.tencent.com/document/product/1759/108903),文档最后有[代码demo](https://cloud.tencent.com/document/product/1759/108903#demo),可作为参考。",
663
663
  "input": "SaveDocRequest",
664
664
  "name": "知识库文档录入",
665
665
  "output": "SaveDocResponse",
@@ -4554,26 +4554,6 @@
4554
4554
  "type": "string",
4555
4555
  "value_allowed_null": false
4556
4556
  },
4557
- {
4558
- "disabled": false,
4559
- "document": "文档的用户自定义ID",
4560
- "example": "无",
4561
- "member": "string",
4562
- "name": "CustomerKnowledgeId",
4563
- "output_required": false,
4564
- "type": "string",
4565
- "value_allowed_null": false
4566
- },
4567
- {
4568
- "disabled": false,
4569
- "document": "文档的属性标记,0: 不做用户外部权限校验",
4570
- "example": "无",
4571
- "member": "uint64",
4572
- "name": "AttributeFlags",
4573
- "output_required": false,
4574
- "type": "list",
4575
- "value_allowed_null": false
4576
- },
4577
4557
  {
4578
4558
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4579
4559
  "member": "string",
@@ -11711,24 +11691,6 @@
11711
11691
  "name": "CateBizId",
11712
11692
  "required": false,
11713
11693
  "type": "string"
11714
- },
11715
- {
11716
- "disabled": false,
11717
- "document": "文档的用户自定义ID",
11718
- "example": "无",
11719
- "member": "string",
11720
- "name": "CustomerKnowledgeId",
11721
- "required": false,
11722
- "type": "string"
11723
- },
11724
- {
11725
- "disabled": false,
11726
- "document": "文档的属性标记,0: 不做用户外部权限校验",
11727
- "example": "无",
11728
- "member": "uint64",
11729
- "name": "AttributeFlags",
11730
- "required": false,
11731
- "type": "list"
11732
11694
  }
11733
11695
  ],
11734
11696
  "type": "object"
@@ -14340,24 +14302,6 @@
14340
14302
  "name": "CateBizId",
14341
14303
  "required": false,
14342
14304
  "type": "string"
14343
- },
14344
- {
14345
- "disabled": false,
14346
- "document": "文档的用户自定义ID",
14347
- "example": "无",
14348
- "member": "string",
14349
- "name": "CustomerKnowledgeId",
14350
- "required": false,
14351
- "type": "string"
14352
- },
14353
- {
14354
- "disabled": false,
14355
- "document": "文档的属性标记,0: 不做用户外部权限校验",
14356
- "example": "无",
14357
- "member": "uint64",
14358
- "name": "AttributeFlags",
14359
- "required": false,
14360
- "type": "list"
14361
14305
  }
14362
14306
  ],
14363
14307
  "type": "object"
@@ -5373,58 +5373,6 @@ def doDescribeDBInstanceAttribute(args, parsed_globals):
5373
5373
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
5374
5374
 
5375
5375
 
5376
- def doUpgradeDBInstance(args, parsed_globals):
5377
- g_param = parse_global_arg(parsed_globals)
5378
-
5379
- if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
5380
- cred = credential.CVMRoleCredential()
5381
- elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
5382
- cred = credential.STSAssumeRoleCredential(
5383
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
5384
- g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
5385
- )
5386
- 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):
5387
- cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
5388
- else:
5389
- cred = credential.Credential(
5390
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
5391
- )
5392
- http_profile = HttpProfile(
5393
- reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
5394
- reqMethod="POST",
5395
- endpoint=g_param[OptionsDefine.Endpoint],
5396
- proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
5397
- )
5398
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
5399
- if g_param[OptionsDefine.Language]:
5400
- profile.language = g_param[OptionsDefine.Language]
5401
- mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
5402
- client = mod.PostgresClient(cred, g_param[OptionsDefine.Region], profile)
5403
- client._sdkVersion += ("_CLI_" + __version__)
5404
- models = MODELS_MAP[g_param[OptionsDefine.Version]]
5405
- model = models.UpgradeDBInstanceRequest()
5406
- model.from_json_string(json.dumps(args))
5407
- start_time = time.time()
5408
- while True:
5409
- rsp = client.UpgradeDBInstance(model)
5410
- result = rsp.to_json_string()
5411
- try:
5412
- json_obj = json.loads(result)
5413
- except TypeError as e:
5414
- json_obj = json.loads(result.decode('utf-8')) # python3.3
5415
- if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
5416
- break
5417
- cur_time = time.time()
5418
- if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
5419
- raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
5420
- (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
5421
- search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
5422
- else:
5423
- print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
5424
- time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
5425
- FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
5426
-
5427
-
5428
5376
  def doCreateInstances(args, parsed_globals):
5429
5377
  g_param = parse_global_arg(parsed_globals)
5430
5378
 
@@ -5591,7 +5539,6 @@ ACTION_MAP = {
5591
5539
  "LockAccount": doLockAccount,
5592
5540
  "DescribeReadOnlyGroups": doDescribeReadOnlyGroups,
5593
5541
  "DescribeDBInstanceAttribute": doDescribeDBInstanceAttribute,
5594
- "UpgradeDBInstance": doUpgradeDBInstance,
5595
5542
  "CreateInstances": doCreateInstances,
5596
5543
 
5597
5544
  }
@@ -714,13 +714,6 @@
714
714
  "output": "UnlockAccountResponse",
715
715
  "status": "online"
716
716
  },
717
- "UpgradeDBInstance": {
718
- "document": "早期接口,不规范,已提供新接口 ModifyDBInstanceSpec 替换\n\n本接口(UpgradeDBInstance)用于升级实例配置。本接口已废弃,推荐使用接口[ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/409/63689)替代。",
719
- "input": "UpgradeDBInstanceRequest",
720
- "name": "升级实例配置(废弃)",
721
- "output": "UpgradeDBInstanceResponse",
722
- "status": "deprecated"
723
- },
724
717
  "UpgradeDBInstanceKernelVersion": {
725
718
  "document": "本接口(UpgradeDBInstanceKernelVersion)用于升级实例的内核版本号。",
726
719
  "input": "UpgradeDBInstanceKernelVersionRequest",
@@ -12075,125 +12068,6 @@
12075
12068
  ],
12076
12069
  "type": "object"
12077
12070
  },
12078
- "UpgradeDBInstanceRequest": {
12079
- "document": "UpgradeDBInstance请求参数结构体",
12080
- "members": [
12081
- {
12082
- "disabled": false,
12083
- "document": "升级后的实例内存大小,单位GB",
12084
- "example": "2",
12085
- "member": "int64",
12086
- "name": "Memory",
12087
- "required": true,
12088
- "type": "int"
12089
- },
12090
- {
12091
- "disabled": false,
12092
- "document": "升级后的实例磁盘大小,单位GB",
12093
- "example": "200",
12094
- "member": "int64",
12095
- "name": "Storage",
12096
- "required": true,
12097
- "type": "int"
12098
- },
12099
- {
12100
- "disabled": false,
12101
- "document": "实例ID,形如postgres-lnp6j617",
12102
- "example": "postgres-6bwgamo3",
12103
- "member": "string",
12104
- "name": "DBInstanceId",
12105
- "required": true,
12106
- "type": "string"
12107
- },
12108
- {
12109
- "disabled": false,
12110
- "document": "是否自动使用代金券,1是,0否,默认不使用",
12111
- "example": "0",
12112
- "member": "int64",
12113
- "name": "AutoVoucher",
12114
- "required": false,
12115
- "type": "int"
12116
- },
12117
- {
12118
- "disabled": false,
12119
- "document": "代金券ID列表,目前仅支持指定一张代金券",
12120
- "example": "[ \"OZRCGNAV8D9BMI9KMG1FIQ\" ]",
12121
- "member": "string",
12122
- "name": "VoucherIds",
12123
- "required": false,
12124
- "type": "list"
12125
- },
12126
- {
12127
- "disabled": false,
12128
- "document": "活动ID",
12129
- "example": "36921",
12130
- "member": "int64",
12131
- "name": "ActivityId",
12132
- "required": false,
12133
- "type": "int"
12134
- },
12135
- {
12136
- "disabled": false,
12137
- "document": "指定实例配置完成变更后的切换时间,默认为 立即切换,入参为 0 :立即切换 。1:指定时间切换。",
12138
- "example": "0",
12139
- "member": "int64",
12140
- "name": "SwitchTag",
12141
- "required": false,
12142
- "type": "int"
12143
- },
12144
- {
12145
- "disabled": false,
12146
- "document": "切换开始时间",
12147
- "example": "8:30:00",
12148
- "member": "string",
12149
- "name": "SwitchStartTime",
12150
- "required": false,
12151
- "type": "string"
12152
- },
12153
- {
12154
- "disabled": false,
12155
- "document": "切换截止时间",
12156
- "example": "8:30:00",
12157
- "member": "string",
12158
- "name": "SwitchEndTime",
12159
- "required": false,
12160
- "type": "string"
12161
- }
12162
- ],
12163
- "type": "object"
12164
- },
12165
- "UpgradeDBInstanceResponse": {
12166
- "document": "UpgradeDBInstance返回参数结构体",
12167
- "members": [
12168
- {
12169
- "disabled": false,
12170
- "document": "交易名字。",
12171
- "example": "201806127634",
12172
- "member": "string",
12173
- "name": "DealName",
12174
- "output_required": true,
12175
- "type": "string",
12176
- "value_allowed_null": false
12177
- },
12178
- {
12179
- "disabled": false,
12180
- "document": "冻结流水号",
12181
- "example": "20241204591002321368561",
12182
- "member": "string",
12183
- "name": "BillId",
12184
- "output_required": true,
12185
- "type": "string",
12186
- "value_allowed_null": false
12187
- },
12188
- {
12189
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12190
- "member": "string",
12191
- "name": "RequestId",
12192
- "type": "string"
12193
- }
12194
- ],
12195
- "type": "object"
12196
- },
12197
12071
  "Version": {
12198
12072
  "document": "数据库版本号信息",
12199
12073
  "members": [
@@ -972,14 +972,6 @@
972
972
  "title": "解除数据库账号锁定"
973
973
  }
974
974
  ],
975
- "UpgradeDBInstance": [
976
- {
977
- "document": "调整实例postgres-6bwgamo3规格为内存2GB、存储100GB。",
978
- "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeDBInstance\n<公共请求参数>\n\n{\n \"Storage\": \"200\",\n \"DBInstanceId\": \"postgres-6bwgamo3\",\n \"Memory\": \"2\"\n}",
979
- "output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\",\n \"DealName\": \"201806127634\",\n \"BillId\": \"20241204591002321368561\"\n }\n}",
980
- "title": "升级实例"
981
- }
982
- ],
983
975
  "UpgradeDBInstanceKernelVersion": [
984
976
  {
985
977
  "document": "升级实例内核小版本",
@@ -4033,7 +4033,7 @@
4033
4033
  },
4034
4034
  {
4035
4035
  "disabled": false,
4036
- "document": "参数已废弃\n注意:此字段可能返回 null,表示取不到有效值。",
4036
+ "document": "该参数即将下线,不推荐用户使用\n注意:此字段可能返回 null,表示取不到有效值。",
4037
4037
  "example": "\"entrypoint.sh\"",
4038
4038
  "member": "string",
4039
4039
  "name": "EntryPoint",
@@ -6460,7 +6460,7 @@
6460
6460
  },
6461
6461
  {
6462
6462
  "disabled": false,
6463
- "document": "请求 Invoke 接口,该参数已弃用。请求 InvokeFunction 接口,该参数值为请求执行[状态码](https://cloud.tencent.com/document/product/583/42611)。",
6463
+ "document": "该参数不再维护,不推荐用户继续使用。",
6464
6464
  "example": "200",
6465
6465
  "member": "int64",
6466
6466
  "name": "InvokeResult",
@@ -16196,8 +16196,8 @@
16196
16196
  "members": [
16197
16197
  {
16198
16198
  "disabled": false,
16199
- "document": "地域英文ID,类似ap-guanghou",
16200
- "example": "ap-guanghou",
16199
+ "document": "地域英文ID,类似ap-guangzhou",
16200
+ "example": "ap-guangzhou",
16201
16201
  "member": "string",
16202
16202
  "name": "Region",
16203
16203
  "output_required": true,
@@ -1559,6 +1559,24 @@
1559
1559
  "name": "TechTitle",
1560
1560
  "required": false,
1561
1561
  "type": "string"
1562
+ },
1563
+ {
1564
+ "disabled": false,
1565
+ "document": "证书类型",
1566
+ "example": "81",
1567
+ "member": "int64",
1568
+ "name": "Type",
1569
+ "required": false,
1570
+ "type": "int"
1571
+ },
1572
+ {
1573
+ "disabled": false,
1574
+ "document": "只针对Dnspod系列证书有效,ca机构类型可为sectigo和digicert",
1575
+ "example": "sectigo",
1576
+ "member": "string",
1577
+ "name": "CaType",
1578
+ "required": false,
1579
+ "type": "string"
1562
1580
  }
1563
1581
  ],
1564
1582
  "type": "object"
@@ -270,13 +270,13 @@
270
270
  {
271
271
  "document": "获取审核中的证书详情",
272
272
  "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n \"CertificateId\": \"aClRkC90\"\n}",
273
- "output": "{\n \"Response\": {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"OrderId\": \"u1hD8*****mXue\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"48\",\n \"ProductZhName\": \"DNSPod-域名型(DV)SSL证书\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 4,\n \"StatusMsg\": \"CA-REVIEWING\",\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"RootCert\": {\n \"Sign\": null,\n \"Encrypt\": null,\n \"Standard\": null\n },\n \"EncryptCert\": null,\n \"EncryptPrivateKey\": null,\n \"CertificatePrivateKey\": \"*******\",\n \"CertificatePublicKey\": null,\n \"CertBeginTime\": null,\n \"CertEndTime\": null,\n \"ValidityPeriod\": \"12\",\n \"InsertTime\": \"2024-12-02 19:12:46\",\n \"VulnerabilityReport\": null,\n \"CertificateId\": \"K33dxkOk\",\n \"TypeName\": \"DNSPod-域名型(DV)SSL证书\",\n \"StatusName\": \"待验证\",\n \"CertificateExtra\": {\n \"SMCert\": 0,\n \"ReplacedBy\": null,\n \"OriginCertificateId\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"DomainNumber\": \"1\",\n \"CompanyType\": 2\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"_875bed25cf9e03596931d91cb0a52bd9.ninghhuang.online\",\n \"DvAuthValue\": \"a3108492878a2d989949fa50522dd2b0.cc7346307ff022fcfa68e025f6dbf6ad.cmcdpcwca5iljv.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": null,\n \"DvAuthSubDomain\": \"_875bed25cf9e03596931d91cb0a52bd9\",\n \"DvAuthVerifyType\": \"CNAME\"\n }\n ],\n \"DvAuthKey\": \"_875bed25cf9e03596931d91cb0a52bd9.ninghhuang.online\",\n \"DvAuthValue\": \"a3108492878a2d989949fa50522dd2b0.cc7346307ff022fcfa68e025f6dbf6ad.cmcdpcwca5iljv.trust-provider.com\",\n \"DvAuthDomain\": \"ni****ang.online\",\n \"DvAuthPath\": null,\n \"DvAuthKeySubDomain\": \"_875bed25cf9e03596931d91cb0a52bd9\"\n },\n \"VerifyType\": \"DNS_AUTO\",\n \"DvRevokeAuthDetail\": [],\n \"SubjectAltName\": [],\n \"IsVip\": true,\n \"IsWildcard\": false,\n \"IsDv\": true,\n \"IsVulnerability\": false,\n \"SubmittedData\": null,\n \"RenewAble\": false,\n \"Deployable\": true,\n \"Tags\": [],\n \"CertFingerprint\": null,\n \"EncryptCertFingerprint\": null,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"CertChainInfo\": null,\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
273
+ "output": "{\n \"Response\": {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"OrderId\": \"u1hD8*****mXue\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"48\",\n \"ProductZhName\": \"DNSPod-域名型(DV)SSL证书\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 4,\n \"StatusMsg\": \"CA-REVIEWING\",\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"RootCert\": {\n \"Sign\": null,\n \"Encrypt\": null,\n \"Standard\": null\n },\n \"EncryptCert\": null,\n \"EncryptPrivateKey\": null,\n \"CertificatePrivateKey\": \"*******\",\n \"CertificatePublicKey\": null,\n \"CertBeginTime\": null,\n \"CertEndTime\": null,\n \"ValidityPeriod\": \"12\",\n \"InsertTime\": \"2024-12-02 19:12:46\",\n \"VulnerabilityReport\": null,\n \"CertificateId\": \"K33dxkOk\",\n \"TypeName\": \"DNSPod-域名型(DV)SSL证书\",\n \"StatusName\": \"待验证\",\n \"CertificateExtra\": {\n \"SMCert\": 0,\n \"ReplacedBy\": null,\n \"OriginCertificateId\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"DomainNumber\": \"1\",\n \"CompanyType\": 2\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"_875bed25cf9e03596931d91cb0a52bd9.ninghhuang.online\",\n \"DvAuthValue\": \"a3108492878a2d989949fa50522dd2b0.cc7346307ff022fcfa68e025f6dbf6ad.cmcdpcwca5iljv.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthSubDomain\": \"_875bed25cf9e03596931d91cb0a52bd9\",\n \"DvAuthVerifyType\": \"CNAME\"\n }\n ],\n \"DvAuthKey\": \"_875bed25cf9e03596931d91cb0a52bd9.ninghhuang.online\",\n \"DvAuthValue\": \"a3108492878a2d989949fa50522dd2b0.cc7346307ff022fcfa68e025f6dbf6ad.cmcdpcwca5iljv.trust-provider.com\",\n \"DvAuthDomain\": \"ni****ang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthKeySubDomain\": \"_875bed25cf9e03596931d91cb0a52bd9\"\n },\n \"VerifyType\": \"DNS_AUTO\",\n \"DvRevokeAuthDetail\": [],\n \"SubjectAltName\": [],\n \"IsVip\": true,\n \"IsWildcard\": false,\n \"IsDv\": true,\n \"IsVulnerability\": false,\n \"SubmittedData\": null,\n \"RenewAble\": false,\n \"Deployable\": true,\n \"Tags\": [],\n \"CertFingerprint\": null,\n \"EncryptCertFingerprint\": null,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"CertChainInfo\": null,\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
274
274
  "title": "获取证书详情"
275
275
  },
276
276
  {
277
277
  "document": "获取已经审核通过的证书详情",
278
278
  "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCertificateDetail\n<公共请求参数>\n\n{\n \"CertificateId\": \"aCMEQWHt\"\n}",
279
- "output": "{\n \"Response\": {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"OrderId\": \"PVpvxIN2_E*****pvjw\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"43\",\n \"ProductZhName\": \"DNSPod-企业型(OV)SSL证书\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 4,\n \"StatusMsg\": \"PRE-REVIEWING\",\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"RootCert\": {\n \"Sign\": null,\n \"Encrypt\": null,\n \"Standard\": null\n },\n \"EncryptCert\": null,\n \"EncryptPrivateKey\": null,\n \"CertificatePrivateKey\": \"*****\",\n \"CertificatePublicKey\": null,\n \"CertBeginTime\": null,\n \"CertEndTime\": null,\n \"ValidityPeriod\": \"12\",\n \"InsertTime\": \"2024-11-27 20:06:51\",\n \"VulnerabilityReport\": null,\n \"CertificateId\": \"Jv8u7beI\",\n \"TypeName\": \"DNSPod-企业型(OV)SSL证书\",\n \"StatusName\": \"待验证\",\n \"CertificateExtra\": {\n \"SMCert\": 0,\n \"ReplacedBy\": null,\n \"OriginCertificateId\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"DomainNumber\": \"1\",\n \"CompanyType\": 2\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"_882a77cde28ffe49e5764ab3afb75849.ninghhuang.online\",\n \"DvAuthValue\": \"97f80ec4c7947178cec6b5a093ed34b0.a5cd7986aaaffdfd37437c9c6de1dd30.cmcopc2ncmbffy.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": null,\n \"DvAuthSubDomain\": \"_882a77cde28ffe49e5764ab3afb75849\",\n \"DvAuthVerifyType\": \"CNAME\"\n }\n ],\n \"DvAuthKey\": \"_882a77cde28ffe49e5764ab3afb75849.ninghhuang.online\",\n \"DvAuthValue\": \"97f80ec4c7947178cec6b5a093ed34b0.a5cd7986aaaffdfd37437c9c6de1dd30.cmcopc2ncmbffy.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": null,\n \"DvAuthKeySubDomain\": \"_882a77cde28ffe49e5764ab3afb75849\"\n },\n \"VerifyType\": \"DNS_AUTO\",\n \"DvRevokeAuthDetail\": [],\n \"SubjectAltName\": [],\n \"IsVip\": true,\n \"IsWildcard\": false,\n \"IsDv\": false,\n \"IsVulnerability\": false,\n \"SubmittedData\": null,\n \"RenewAble\": false,\n \"Deployable\": true,\n \"Tags\": [],\n \"CertFingerprint\": null,\n \"EncryptCertFingerprint\": null,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"CertChainInfo\": null,\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
279
+ "output": "{\n \"Response\": {\n \"OwnerUin\": \"815836472\",\n \"ProjectId\": \"0\",\n \"From\": \"trustasia\",\n \"OrderId\": \"PVpvxIN2_E*****pvjw\",\n \"CertificateType\": \"SVR\",\n \"PackageType\": \"43\",\n \"ProductZhName\": \"DNSPod-企业型(OV)SSL证书\",\n \"Domain\": \"ninghhuang.online\",\n \"Alias\": \"\",\n \"Status\": 4,\n \"StatusMsg\": \"PRE-REVIEWING\",\n \"VulnerabilityStatus\": \"INACTIVE\",\n \"RootCert\": {\n \"Sign\": null,\n \"Encrypt\": null,\n \"Standard\": null\n },\n \"EncryptCert\": null,\n \"EncryptPrivateKey\": null,\n \"CertificatePrivateKey\": \"*****\",\n \"CertificatePublicKey\": null,\n \"CertBeginTime\": null,\n \"CertEndTime\": null,\n \"ValidityPeriod\": \"12\",\n \"InsertTime\": \"2024-11-27 20:06:51\",\n \"VulnerabilityReport\": null,\n \"CertificateId\": \"Jv8u7beI\",\n \"TypeName\": \"DNSPod-企业型(OV)SSL证书\",\n \"StatusName\": \"待验证\",\n \"CertificateExtra\": {\n \"SMCert\": 0,\n \"ReplacedBy\": null,\n \"OriginCertificateId\": null,\n \"ReplacedFor\": null,\n \"RenewOrder\": null,\n \"DomainNumber\": \"1\",\n \"CompanyType\": 2\n },\n \"DvAuthDetail\": {\n \"DvAuths\": [\n {\n \"DvAuthKey\": \"_882a77cde28ffe49e5764ab3afb75849.ninghhuang.online\",\n \"DvAuthValue\": \"97f80ec4c7947178cec6b5a093ed34b0.a5cd7986aaaffdfd37437c9c6de1dd30.cmcopc2ncmbffy.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthSubDomain\": \"_882a77cde28ffe49e5764ab3afb75849\",\n \"DvAuthVerifyType\": \"CNAME\"\n }\n ],\n \"DvAuthKey\": \"_882a77cde28ffe49e5764ab3afb75849.ninghhuang.online\",\n \"DvAuthValue\": \"97f80ec4c7947178cec6b5a093ed34b0.a5cd7986aaaffdfd37437c9c6de1dd30.cmcopc2ncmbffy.trust-provider.com\",\n \"DvAuthDomain\": \"ninghhuang.online\",\n \"DvAuthPath\": \"\",\n \"DvAuthKeySubDomain\": \"_882a77cde28ffe49e5764ab3afb75849\"\n },\n \"VerifyType\": \"DNS_AUTO\",\n \"DvRevokeAuthDetail\": [],\n \"SubjectAltName\": [],\n \"IsVip\": true,\n \"IsWildcard\": false,\n \"IsDv\": false,\n \"IsVulnerability\": false,\n \"SubmittedData\": null,\n \"RenewAble\": false,\n \"Deployable\": true,\n \"Tags\": [],\n \"CertFingerprint\": null,\n \"EncryptCertFingerprint\": null,\n \"EncryptAlgorithm\": \"RSA 2048\",\n \"CertChainInfo\": null,\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
280
280
  "title": "获取证书详情-2"
281
281
  }
282
282
  ],
@@ -1754,7 +1754,7 @@
1754
1754
  {
1755
1755
  "disabled": false,
1756
1756
  "document": "校验规则相关选项,可配置跳过某些校验规则。目前支持GlobalRouteCIDRCheck(跳过GlobalRouter的相关校验),VpcCniCIDRCheck(跳过VpcCni相关校验)",
1757
- "example": "[[\"GlobalRouteCIDRCheck\",\"VpcCniCIDRCheck\"]",
1757
+ "example": "[\"GlobalRouteCIDRCheck\",\"VpcCniCIDRCheck\"]",
1758
1758
  "member": "string",
1759
1759
  "name": "SkipValidateOptions",
1760
1760
  "required": false,
@@ -6078,12 +6078,30 @@
6078
6078
  },
6079
6079
  {
6080
6080
  "disabled": false,
6081
- "document": "服务端推送播报音频\n 格式说明:音频以16KHz采样率的单声道格式提供,编码为Base64字符串。\n 输入规则:当提供Audio字段时,将不接受Text字段的输入。系统将直接播放Audio字段中的音频内容。",
6081
+ "document": "服务端推送播报音频\n 格式说明:音频必须为单声道,采样率必须跟对应TTS的采样率保持一致,编码为Base64字符串。\n 输入规则:当提供Audio字段时,将不接受Text字段的输入。系统将直接播放Audio字段中的音频内容。",
6082
6082
  "example": "无",
6083
6083
  "member": "string",
6084
6084
  "name": "Audio",
6085
6085
  "required": false,
6086
6086
  "type": "string"
6087
+ },
6088
+ {
6089
+ "disabled": false,
6090
+ "document": "默认为0,仅在Interrupt为false时有效\n- 0表示当前有交互发生时,会丢弃Interrupt为false的消息\n- 1表示当前有交互发生时,不会丢弃Interrupt为false的消息,而是缓存下来,等待当前交互结束后,再去处理\n\n注意:DropMode为1时,允许缓存多个消息,如果后续出现了打断,缓存的消息会被清空",
6091
+ "example": "0",
6092
+ "member": "uint64",
6093
+ "name": "DropMode",
6094
+ "required": false,
6095
+ "type": "int"
6096
+ },
6097
+ {
6098
+ "disabled": false,
6099
+ "document": "ServerPushText消息的优先级,0表示可被打断,1表示不会被打断。**目前仅支持传入0,如果需要传入1,请提工单联系我们添加权限。**\n注意:在接收到Priority=1的消息后,后续其他任何消息都会被忽略(包括Priority=1的消息),直到Priority=1的消息处理结束。该字段可与Interrupt、DropMode字段配合使用。\n例子:\n- Priority=1、Interrupt=true,会打断现有交互,立刻播报,播报过程中不会被打断\n- Priority=1、Interrupt=false、DropMode=1,会等待当前交互结束,再进行播报,播报过程中不会被打断\n",
6100
+ "example": "0",
6101
+ "member": "uint64",
6102
+ "name": "Priority",
6103
+ "required": false,
6104
+ "type": "int"
6087
6105
  }
6088
6106
  ],
6089
6107
  "usage": "in"