tccli 3.0.1380.1__py2.py3-none-any.whl → 3.0.1382.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 (37) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +27 -27
  3. tccli/services/ckafka/v20190819/api.json +174 -174
  4. tccli/services/ckafka/v20190819/examples.json +15 -15
  5. tccli/services/gs/v20191118/api.json +30 -1
  6. tccli/services/ioa/v20220601/api.json +22 -13
  7. tccli/services/iotexplorer/v20190423/api.json +1 -1
  8. tccli/services/lighthouse/lighthouse_client.py +375 -4
  9. tccli/services/lighthouse/v20200324/api.json +598 -0
  10. tccli/services/lighthouse/v20200324/examples.json +56 -0
  11. tccli/services/lke/v20231130/api.json +91 -8
  12. tccli/services/lkeap/v20240522/api.json +47 -1
  13. tccli/services/lkeap/v20240522/examples.json +6 -0
  14. tccli/services/mna/mna_client.py +53 -0
  15. tccli/services/mna/v20210119/api.json +137 -0
  16. tccli/services/mna/v20210119/examples.json +8 -0
  17. tccli/services/monitor/v20180724/api.json +2 -2
  18. tccli/services/mqtt/v20240516/api.json +1 -1
  19. tccli/services/oceanus/v20190422/api.json +105 -17
  20. tccli/services/omics/v20221128/api.json +1 -1
  21. tccli/services/redis/v20180412/api.json +3 -3
  22. tccli/services/redis/v20180412/examples.json +1 -1
  23. tccli/services/tcb/v20180608/api.json +10 -0
  24. tccli/services/tcbr/v20220217/api.json +10 -0
  25. tccli/services/teo/v20220901/api.json +6 -6
  26. tccli/services/thpc/v20230321/api.json +18 -14
  27. tccli/services/tke/v20180525/api.json +11 -11
  28. tccli/services/trtc/v20190722/api.json +4 -4
  29. tccli/services/tsf/v20180326/api.json +28 -28
  30. tccli/services/waf/v20180125/api.json +1442 -102
  31. tccli/services/waf/v20180125/examples.json +48 -0
  32. tccli/services/waf/waf_client.py +338 -20
  33. {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.1.dist-info}/METADATA +2 -2
  34. {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.1.dist-info}/RECORD +37 -37
  35. {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.1.dist-info}/WHEEL +0 -0
  36. {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.1.dist-info}/entry_points.txt +0 -0
  37. {tccli-3.0.1380.1.dist-info → tccli-3.0.1382.1.dist-info}/license_files/LICENSE +0 -0
@@ -472,7 +472,7 @@
472
472
  {
473
473
  "disabled": false,
474
474
  "document": "主账号 UIN",
475
- "example": "12314214",
475
+ "example": "yte",
476
476
  "member": "string",
477
477
  "name": "OwnerUin",
478
478
  "output_required": true,
@@ -482,7 +482,7 @@
482
482
  {
483
483
  "disabled": false,
484
484
  "document": "创建者 UIN",
485
- "example": "12314214",
485
+ "example": "t1",
486
486
  "member": "string",
487
487
  "name": "CreatorUin",
488
488
  "output_required": true,
@@ -502,7 +502,7 @@
502
502
  {
503
503
  "disabled": false,
504
504
  "document": "描述",
505
- "example": "test",
505
+ "example": "r1",
506
506
  "member": "string",
507
507
  "name": "Remark",
508
508
  "output_required": true,
@@ -572,7 +572,7 @@
572
572
  {
573
573
  "disabled": false,
574
574
  "document": "网络",
575
- "example": "ccn-a",
575
+ "example": "",
576
576
  "member": "CCN",
577
577
  "name": "CCNs",
578
578
  "output_required": true,
@@ -602,7 +602,7 @@
602
602
  {
603
603
  "disabled": false,
604
604
  "document": "集群绑定的标签\n注意:此字段可能返回 null,表示取不到有效值。",
605
- "example": "tag",
605
+ "example": "",
606
606
  "member": "Tag",
607
607
  "name": "Tags",
608
608
  "output_required": true,
@@ -652,7 +652,7 @@
652
652
  {
653
653
  "disabled": false,
654
654
  "document": "集群的默认 COS 存储桶\n注意:此字段可能返回 null,表示取不到有效值。",
655
- "example": "test-12314214",
655
+ "example": "cos-1",
656
656
  "member": "string",
657
657
  "name": "DefaultCOSBucket",
658
658
  "output_required": true,
@@ -702,7 +702,7 @@
702
702
  {
703
703
  "disabled": false,
704
704
  "document": "集群的版本信息\n注意:此字段可能返回 null,表示取不到有效值。",
705
- "example": "2019",
705
+ "example": "",
706
706
  "member": "ClusterVersion",
707
707
  "name": "Version",
708
708
  "output_required": true,
@@ -742,7 +742,7 @@
742
742
  {
743
743
  "disabled": false,
744
744
  "document": "空间信息\n注意:此字段可能返回 null,表示取不到有效值。",
745
- "example": "space-aa",
745
+ "example": "",
746
746
  "member": "WorkSpaceClusterItem",
747
747
  "name": "Correlations",
748
748
  "output_required": true,
@@ -772,7 +772,7 @@
772
772
  {
773
773
  "disabled": false,
774
774
  "document": "前端区分 集群是否需要2CU逻辑 因为历史集群 变配不需要, default 1 新集群都需要\n注意:此字段可能返回 null,表示取不到有效值。",
775
- "example": "0 / 1",
775
+ "example": "1",
776
776
  "member": "int64",
777
777
  "name": "IsNeedManageNode",
778
778
  "output_required": true,
@@ -862,7 +862,7 @@
862
862
  {
863
863
  "disabled": false,
864
864
  "document": "上级集群\n注意:此字段可能返回 null,表示取不到有效值。",
865
- "example": "",
865
+ "example": "serialId-1",
866
866
  "member": "string",
867
867
  "name": "AgentSerialId",
868
868
  "output_required": false,
@@ -912,7 +912,7 @@
912
912
  {
913
913
  "disabled": false,
914
914
  "document": "总的CPU",
915
- "example": "0",
915
+ "example": "0.1",
916
916
  "member": "float",
917
917
  "name": "TotalCpu",
918
918
  "output_required": false,
@@ -922,7 +922,7 @@
922
922
  {
923
923
  "disabled": false,
924
924
  "document": "总的内存",
925
- "example": "0",
925
+ "example": "0.1",
926
926
  "member": "float",
927
927
  "name": "TotalMem",
928
928
  "output_required": false,
@@ -932,7 +932,7 @@
932
932
  {
933
933
  "disabled": false,
934
934
  "document": "运行的CPU",
935
- "example": "0",
935
+ "example": "0.1",
936
936
  "member": "float",
937
937
  "name": "RunningCpu",
938
938
  "output_required": false,
@@ -942,7 +942,7 @@
942
942
  {
943
943
  "disabled": false,
944
944
  "document": "运行的内存",
945
- "example": "0",
945
+ "example": "0.1",
946
946
  "member": "float",
947
947
  "name": "RunningMem",
948
948
  "output_required": false,
@@ -968,6 +968,36 @@
968
968
  "output_required": false,
969
969
  "type": "list",
970
970
  "value_allowed_null": true
971
+ },
972
+ {
973
+ "disabled": false,
974
+ "document": "0 单可用区 1多可用区\n注意:此字段可能返回 null,表示取不到有效值。",
975
+ "example": "0",
976
+ "member": "int64",
977
+ "name": "DeploymentMode",
978
+ "output_required": false,
979
+ "type": "int",
980
+ "value_allowed_null": true
981
+ },
982
+ {
983
+ "disabled": false,
984
+ "document": "备可用区\n注意:此字段可能返回 null,表示取不到有效值。",
985
+ "example": "无",
986
+ "member": "SlaveZone",
987
+ "name": "SlaveZones",
988
+ "output_required": false,
989
+ "type": "list",
990
+ "value_allowed_null": true
991
+ },
992
+ {
993
+ "disabled": false,
994
+ "document": "集群的日志cos存储",
995
+ "example": "cos-2",
996
+ "member": "string",
997
+ "name": "LogCOSBucket",
998
+ "output_required": false,
999
+ "type": "string",
1000
+ "value_allowed_null": false
971
1001
  }
972
1002
  ],
973
1003
  "usage": "out"
@@ -2011,7 +2041,7 @@
2011
2041
  {
2012
2042
  "disabled": false,
2013
2043
  "document": "es索引名称",
2014
- "example": "",
2044
+ "example": "\"index-xxxxx\"",
2015
2045
  "member": "string",
2016
2046
  "name": "EsServerlessIndex",
2017
2047
  "required": false,
@@ -2020,7 +2050,7 @@
2020
2050
  {
2021
2051
  "disabled": false,
2022
2052
  "document": "es索引空间",
2023
- "example": "",
2053
+ "example": "\"space-xxxxx\"",
2024
2054
  "member": "string",
2025
2055
  "name": "EsServerlessSpace",
2026
2056
  "required": false,
@@ -2097,6 +2127,15 @@
2097
2127
  "name": "CheckpointTimeoutSecond",
2098
2128
  "required": false,
2099
2129
  "type": "int"
2130
+ },
2131
+ {
2132
+ "disabled": false,
2133
+ "document": "checkpoint 间隔时间",
2134
+ "example": "600",
2135
+ "member": "int64",
2136
+ "name": "CheckpointIntervalSecond",
2137
+ "required": false,
2138
+ "type": "int"
2100
2139
  }
2101
2140
  ],
2102
2141
  "type": "object"
@@ -5227,7 +5266,7 @@
5227
5266
  {
5228
5267
  "disabled": false,
5229
5268
  "document": "运行中配置\n注意:此字段可能返回 null,表示取不到有效值。",
5230
- "example": "",
5269
+ "example": "{\"\"}",
5231
5270
  "member": "JobConfig",
5232
5271
  "name": "JobConfigItem",
5233
5272
  "output_required": false,
@@ -5243,6 +5282,16 @@
5243
5282
  "output_required": false,
5244
5283
  "type": "int",
5245
5284
  "value_allowed_null": false
5285
+ },
5286
+ {
5287
+ "disabled": false,
5288
+ "document": "checkpoint 间隔时间",
5289
+ "example": "600",
5290
+ "member": "int64",
5291
+ "name": "CheckpointIntervalSecond",
5292
+ "output_required": false,
5293
+ "type": "int",
5294
+ "value_allowed_null": false
5246
5295
  }
5247
5296
  ],
5248
5297
  "usage": "out"
@@ -7811,6 +7860,45 @@
7811
7860
  ],
7812
7861
  "usage": "both"
7813
7862
  },
7863
+ "SlaveZone": {
7864
+ "document": "多可用区支持备区域",
7865
+ "members": [
7866
+ {
7867
+ "disabled": false,
7868
+ "document": "vpc\n注意:此字段可能返回 null,表示取不到有效值。",
7869
+ "example": "vpc-1",
7870
+ "member": "string",
7871
+ "name": "VpcId",
7872
+ "output_required": false,
7873
+ "required": false,
7874
+ "type": "string",
7875
+ "value_allowed_null": true
7876
+ },
7877
+ {
7878
+ "disabled": false,
7879
+ "document": "子网\n注意:此字段可能返回 null,表示取不到有效值。",
7880
+ "example": "subnet-1",
7881
+ "member": "string",
7882
+ "name": "SubnetId",
7883
+ "output_required": false,
7884
+ "required": false,
7885
+ "type": "string",
7886
+ "value_allowed_null": true
7887
+ },
7888
+ {
7889
+ "disabled": false,
7890
+ "document": "区\n注意:此字段可能返回 null,表示取不到有效值。",
7891
+ "example": "ap-guangzhou-2",
7892
+ "member": "string",
7893
+ "name": "Zone",
7894
+ "output_required": false,
7895
+ "required": false,
7896
+ "type": "string",
7897
+ "value_allowed_null": true
7898
+ }
7899
+ ],
7900
+ "usage": "both"
7901
+ },
7814
7902
  "SlotSharingGroup": {
7815
7903
  "document": "SlotSharingGroup 描述",
7816
7904
  "members": [
@@ -143,7 +143,7 @@
143
143
  },
144
144
  "metadata": {
145
145
  "apiVersion": "2022-11-28",
146
- "api_brief": "# API简介\n\n## 概述\n腾讯健康组学平台(Tencent HealthCare Omics Platform)为生命科学行业用户提供具备行业特征的一键上云整体解决方案。具备弹性云计算、任务调度及管理能力,助力大数据分析用户快速、便捷、高效的利用腾讯云资源进行组学相关数据分析。平台支持用户自定义工作流 WDL(Workflow Description Language)语言,通过工作流管理引擎 Cromwell、Nextflow 和自研任务调度引擎精细化管理和编排任务作业,有效而广泛连接不同数据分析应用场景。\n\n本章节介绍的腾讯健康组学平台API 接口均为 [API 3.0/API 2.0等] 接口。 \n您可以调用 API 对腾讯健康组学平台进行操作,例如运行工作流。 \n腾讯健康组学平台支持的所有接口信息,请参见 [API概览](https://cloud.tencent.com/document/product/1643/89110) 。\n\n## 术语表\n腾讯健康组学平台 API 接口的常见术语请参见下表:\n\n| 术语 | 描述 |\n|------|------|\n| 环境 (Environment) | 指应用运行所需云资源的集合,包含了若干台云服务器、对象存储、文件存储等资源。为工作流和应用提供隔离的、可复现的运行条件。 |\n| 缓存卷 (Volume) | 用于在任务运行期间缓存中间数据或持久化存储结果文件。缓存卷可以独立于计算环境存在,实现数据的复用与共享。提供了可扩展的共享文件存储服务。提供了标准的 NFS 文件系统访问协议,为多个实例提供共享的数据源,支持弹性容量和性能的扩展。 |\n| 任务批次 (Run Group) | 一次应用/工作流执行的逻辑集合。通常,一次提交运行会创建一个任务批次,其中包含一个或多个任务(Run)。 |\n| 任务 (Run) | 工作流或应用的单次执行实例。每个任务都有独立的生命周期状态(如运行中、成功、失败),并产生相应的日志和结果数据。 |\n| 工作流 (Workflow) | 一系列预定义的、按特定顺序执行的计算步骤或工具的组合,用于完成一个完整的组学分析流程(如基因测序数据比对、变异检测等)。在组学平台场景下, 特指由 WDL、Nextflow 等语言编写的生信分析工作流。 |\n| 应用 (Application) | 通常指一个封装好的、用于执行特定分析功能的单个工具或脚本。 |\n| 表格 (Table) | 用于结构化存储和管理输入数据的实体。例如样本数据表等。 |\n\n## 使用限制\nAPI 调用频率限制为 20次/秒。\n\n## API 快速入门\n您可以使用 API Explorer 工具在线调用 API。\n本文以运行工作流 [RunWorkflow]( https://cloud.tencent.com/document/api/1643/100857) 为例,通过 API Explorer 工具调用 API 接口的步骤如下:\n1.进入 [使用 API Explorer]( https://console.cloud.tencent.com/api/explorer) 工具页面。更多 API Explorer 工具使用信息,请参见 [使用 API Explorer]( https://cloud.tencent.com/document/product/1278/46697) 。\n2.调用 [RunWorkflow]( https://cloud.tencent.com/document/api/1643/100857) 接口,运行指定工作流。\n3.运行工作流后即可在组学平台网站对应工作项目页面查看到正在运行的工作流批次。",
146
+ "api_brief": "# API简介",
147
147
  "serviceNameCN": "腾讯健康组学平台",
148
148
  "serviceShortName": "omics"
149
149
  },
@@ -673,7 +673,7 @@
673
673
  "status": "online"
674
674
  },
675
675
  "RemoveReplicationGroup": {
676
- "document": "删除复制组",
676
+ "document": "本接口(RemoveReplicationGroup)用于删除复制组。",
677
677
  "input": "RemoveReplicationGroupRequest",
678
678
  "name": "删除复制组",
679
679
  "output": "RemoveReplicationGroupResponse",
@@ -9196,7 +9196,7 @@
9196
9196
  {
9197
9197
  "disabled": false,
9198
9198
  "document": "更换为新的安全组 ID 列表,即一个或者多个安全组 ID 组成的数组。\n- 若实例第一次配置安全组,请使用接口[AssociateSecurityGroups](https://cloud.tencent.com/document/product/239/41260)先绑定安全组。\n- 更换安全组,请在[控制台安全组](https://console.cloud.tencent.com/vpc/security-group)页面获取安全组 ID。\n **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。",
9199
- "example": "[\"sg-ajr1jzgj\\n\"]",
9199
+ "example": "[\"sg-ajr1jzgj\"]",
9200
9200
  "member": "string",
9201
9201
  "name": "SecurityGroupIds",
9202
9202
  "required": true,
@@ -11271,7 +11271,7 @@
11271
11271
  "members": [
11272
11272
  {
11273
11273
  "disabled": false,
11274
- "document": "复制组ID",
11274
+ "document": "复制组ID。请登录 [Redis控制台的全球复制](https://console.cloud.tencent.com/redis/replication) 页面获取复制组 ID。",
11275
11275
  "example": "crs-rpl-xxx",
11276
11276
  "member": "string",
11277
11277
  "name": "GroupId",
@@ -796,7 +796,7 @@
796
796
  {
797
797
  "document": "当复制组内没有实例时,删除复制组",
798
798
  "input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveReplicationGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"crs-rpl-oxsincthdd\"\n}",
799
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
799
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9a6bd110-20fc-4e08-b78b-a5656cb6151c\"\n }\n}",
800
800
  "title": "删除复制组"
801
801
  }
802
802
  ],
@@ -11309,6 +11309,16 @@
11309
11309
  "output_required": true,
11310
11310
  "type": "list",
11311
11311
  "value_allowed_null": false
11312
+ },
11313
+ {
11314
+ "disabled": false,
11315
+ "document": "日志聚合结果",
11316
+ "example": "[\"string\"]",
11317
+ "member": "string",
11318
+ "name": "AnalysisRecords",
11319
+ "output_required": false,
11320
+ "type": "list",
11321
+ "value_allowed_null": false
11312
11322
  }
11313
11323
  ],
11314
11324
  "usage": "out"
@@ -1013,6 +1013,16 @@
1013
1013
  "output_required": true,
1014
1014
  "type": "string",
1015
1015
  "value_allowed_null": false
1016
+ },
1017
+ {
1018
+ "disabled": false,
1019
+ "document": "回收标志,为空则表示正常,recycle表示已回收",
1020
+ "example": "recycle",
1021
+ "member": "string",
1022
+ "name": "Recycle",
1023
+ "output_required": false,
1024
+ "type": "string",
1025
+ "value_allowed_null": false
1016
1026
  }
1017
1027
  ],
1018
1028
  "usage": "out"
@@ -4667,7 +4667,7 @@
4667
4667
  {
4668
4668
  "disabled": false,
4669
4669
  "document": "认证选项 ID。",
4670
- "example": "\"challenge-21801232\"",
4670
+ "example": "\"challenge-21820202\"",
4671
4671
  "member": "string",
4672
4672
  "name": "Id",
4673
4673
  "output_required": false,
@@ -4699,7 +4699,7 @@
4699
4699
  },
4700
4700
  {
4701
4701
  "disabled": false,
4702
- "document": "认证方法。取值有:\n<li>TC-RCE: 使用全栈式风控引擎进行认证;</li>\n<li>TC-CAPTCHA: 使用天御验证码进行认证。</li>",
4702
+ "document": "认证方法。取值有:\n<li>TC-RCE: 使用风险识别 RCE 进行认证;</li>\n<li>TC-CAPTCHA: 使用天御验证码进行认证。</li>",
4703
4703
  "example": "\"turing-rce\"",
4704
4704
  "member": "string",
4705
4705
  "name": "AttesterSource",
@@ -24370,7 +24370,7 @@
24370
24370
  {
24371
24371
  "disabled": false,
24372
24372
  "document": "创建时间。",
24373
- "example": "",
24373
+ "example": "2024-08-03T12:00:00+08:00",
24374
24374
  "member": "datetime_iso",
24375
24375
  "name": "CreateTime",
24376
24376
  "output_required": true,
@@ -24380,7 +24380,7 @@
24380
24380
  {
24381
24381
  "disabled": false,
24382
24382
  "document": "生效时间。",
24383
- "example": "",
24383
+ "example": "2024-08-03T12:00:00+08:00",
24384
24384
  "member": "datetime_iso",
24385
24385
  "name": "EnableTime",
24386
24386
  "output_required": true,
@@ -24390,7 +24390,7 @@
24390
24390
  {
24391
24391
  "disabled": false,
24392
24392
  "document": "失效时间。",
24393
- "example": "",
24393
+ "example": "2024-08-03T12:00:00+08:00",
24394
24394
  "member": "datetime_iso",
24395
24395
  "name": "ExpireTime",
24396
24396
  "output_required": true,
@@ -24439,7 +24439,7 @@
24439
24439
  },
24440
24440
  {
24441
24441
  "disabled": false,
24442
- "document": "地域,取值有:\n<li>mainland:国内;</li>\n<li>overseas:海外。</li>\n<li>global:全球。</li>",
24442
+ "document": "地域,取值有:\n<li>mainland:中国大陆境内;</li>\n<li>overseas:中国大陆境外。</li>\n<li>global:全球。</li>",
24443
24443
  "example": "mainland",
24444
24444
  "member": "string",
24445
24445
  "name": "Area",
@@ -642,8 +642,7 @@
642
642
  "member": "string",
643
643
  "name": "LocalPath",
644
644
  "required": true,
645
- "type": "string",
646
- "value_allowed_null": false
645
+ "type": "string"
647
646
  },
648
647
  {
649
648
  "disabled": false,
@@ -651,19 +650,17 @@
651
650
  "example": "172.0.0.1:/",
652
651
  "member": "string",
653
652
  "name": "RemotePath",
654
- "required": true,
655
- "type": "string",
656
- "value_allowed_null": false
653
+ "required": false,
654
+ "type": "string"
657
655
  },
658
656
  {
659
657
  "disabled": false,
660
- "document": "文件系统协议类型,默认值NFS 3.0。\n<li>NFS 3.0。\n<li>NFS 4.0。\n<li>TURBO",
661
- "example": "NFS 3.0",
658
+ "document": "文件系统协议类型。\n<li>NFS 3.0</li>\n<li>NFS 4.0</li>\n<li>TURBO</li>",
659
+ "example": "NFS 4.0",
662
660
  "member": "string",
663
661
  "name": "Protocol",
664
662
  "required": false,
665
- "type": "string",
666
- "value_allowed_null": false
663
+ "type": "string"
667
664
  },
668
665
  {
669
666
  "disabled": false,
@@ -672,18 +669,25 @@
672
669
  "member": "string",
673
670
  "name": "StorageType",
674
671
  "required": false,
675
- "type": "string",
676
- "value_allowed_null": false
672
+ "type": "string"
677
673
  },
678
674
  {
679
675
  "disabled": false,
680
- "document": "文件系统挂载挂载命令参数选项。\n\n- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport\n- NFS 4.0默认值:vers=4.0,noresvport\n- TURBO默认值:user_xattr",
676
+ "document": "文件系统挂载挂载命令参数选项。\n- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport\n- NFS 4.0默认值:vers=4.0,noresvport\n- TURBO默认值:user_xattr",
681
677
  "example": "vers=4.0,noresvport",
682
678
  "member": "string",
683
679
  "name": "MountOption",
684
680
  "required": false,
685
- "type": "string",
686
- "value_allowed_null": true
681
+ "type": "string"
682
+ },
683
+ {
684
+ "disabled": false,
685
+ "document": "文件系统ID 文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。",
686
+ "example": "cfs-7641x0zh",
687
+ "member": "string",
688
+ "name": "FileSystemId",
689
+ "required": false,
690
+ "type": "string"
687
691
  }
688
692
  ],
689
693
  "usage": "in"
@@ -25215,8 +25215,8 @@
25215
25215
  "members": [
25216
25216
  {
25217
25217
  "disabled": false,
25218
- "document": "节点名称",
25219
- "example": "eklet-subnet-12345678",
25218
+ "document": "节点名称,此字段在出参中有效。",
25219
+ "example": "eklet-subnet-1a2b3c4d",
25220
25220
  "member": "string",
25221
25221
  "name": "NodeName",
25222
25222
  "output_required": false,
@@ -25226,7 +25226,7 @@
25226
25226
  },
25227
25227
  {
25228
25228
  "disabled": false,
25229
- "document": "节点上的资源总数",
25229
+ "document": "节点上的资源总数,QuotaType为 exact 时,表示创建指定规格的精确配额数量。",
25230
25230
  "example": "1",
25231
25231
  "member": "uint64",
25232
25232
  "name": "Num",
@@ -25237,8 +25237,8 @@
25237
25237
  },
25238
25238
  {
25239
25239
  "disabled": false,
25240
- "document": "节点上的总核数",
25241
- "example": "1",
25240
+ "document": "节点上的总核数,QuotaType为 exact 时表示指定规格的核数。",
25241
+ "example": "1.0",
25242
25242
  "member": "float",
25243
25243
  "name": "Cpu",
25244
25244
  "output_required": false,
@@ -25248,8 +25248,8 @@
25248
25248
  },
25249
25249
  {
25250
25250
  "disabled": false,
25251
- "document": "节点上的总内存数",
25252
- "example": "1",
25251
+ "document": "节点上的总内存数,QuotaType为 exact 时表示指定规格的内存,单位:Gi",
25252
+ "example": "2.0",
25253
25253
  "member": "float",
25254
25254
  "name": "Memory",
25255
25255
  "output_required": false,
@@ -25259,8 +25259,8 @@
25259
25259
  },
25260
25260
  {
25261
25261
  "disabled": false,
25262
- "document": "节点上的总 GPU 卡数",
25263
- "example": "0",
25262
+ "document": "节点上的总 GPU 卡数,QuotaType为 exact 时表示指定规格的GPU卡数。",
25263
+ "example": "0.0",
25264
25264
  "member": "float",
25265
25265
  "name": "Gpu",
25266
25266
  "output_required": false,
@@ -25303,8 +25303,8 @@
25303
25303
  },
25304
25304
  {
25305
25305
  "disabled": false,
25306
- "document": "置放群组 ID",
25307
- "example": "ps-12345678",
25306
+ "document": "置放群组 ID,QuotaType为 exact 时有效,表示购买的精确配额需满足置放群组。可通过 [DescribeDisasterRecoverGroups](https://cloud.tencent.com/document/product/213/17810) 接口返回值中的DisasterRecoverGroupId获取。",
25307
+ "example": "ps-1a2b3c4d",
25308
25308
  "member": "string",
25309
25309
  "name": "DisasterRecoverGroupId",
25310
25310
  "output_required": false,
@@ -8022,7 +8022,7 @@
8022
8022
  {
8023
8023
  "disabled": false,
8024
8024
  "document": "输入在线媒体流机器人的UserId,用于进房发起拉流转推任务。",
8025
- "example": "recorder_1234",
8025
+ "example": "recorder_1357",
8026
8026
  "member": "string",
8027
8027
  "name": "UserId",
8028
8028
  "required": true,
@@ -8031,7 +8031,7 @@
8031
8031
  {
8032
8032
  "disabled": false,
8033
8033
  "document": "输入在线媒体流机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。",
8034
- "example": "recorder_1234_sig",
8034
+ "example": "recorder_1357_sig",
8035
8035
  "member": "string",
8036
8036
  "name": "UserSig",
8037
8037
  "required": true,
@@ -8076,7 +8076,7 @@
8076
8076
  {
8077
8077
  "disabled": true,
8078
8078
  "document": "【本字段已废弃,请使用 StreamUrl 字段】源流URL,支持一个地址。",
8079
- "example": "https://a.b/test.mp4",
8079
+ "example": "[\"https://a.b/test.mp4\"]",
8080
8080
  "member": "string",
8081
8081
  "name": "SourceUrl",
8082
8082
  "required": false,
@@ -9359,7 +9359,7 @@
9359
9359
  },
9360
9360
  {
9361
9361
  "disabled": false,
9362
- "document": "是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。",
9362
+ "document": "是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,暂停超过12小时会自动销毁任务, 建议主动调用停止任务接口。",
9363
9363
  "example": "false",
9364
9364
  "member": "bool",
9365
9365
  "name": "IsPause",