tccli 3.0.1347.1__py2.py3-none-any.whl → 3.0.1349.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 (174) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -76
  3. tccli/services/ai3d/__init__.py +4 -0
  4. tccli/services/{smpn/smpn_client.py → ai3d/ai3d_client.py} +17 -17
  5. tccli/services/ai3d/v20250513/api.json +239 -0
  6. tccli/services/ai3d/v20250513/examples.json +21 -0
  7. tccli/services/aiart/v20221229/api.json +3 -3
  8. tccli/services/autoscaling/v20180419/api.json +11 -0
  9. tccli/services/batch/v20170312/api.json +44 -0
  10. tccli/services/cdb/v20170320/api.json +8 -8
  11. tccli/services/cdb/v20170320/examples.json +1 -1
  12. tccli/services/cdn/v20180606/api.json +5 -5
  13. tccli/services/cdwdoris/v20211228/api.json +145 -7
  14. tccli/services/cfg/v20210820/api.json +20 -0
  15. tccli/services/cfs/v20190719/api.json +10 -10
  16. tccli/services/cfw/cfw_client.py +53 -0
  17. tccli/services/cfw/v20190904/api.json +272 -0
  18. tccli/services/cfw/v20190904/examples.json +8 -0
  19. tccli/services/csip/csip_client.py +833 -144
  20. tccli/services/csip/v20221121/api.json +3304 -1436
  21. tccli/services/csip/v20221121/examples.json +104 -0
  22. tccli/services/cvm/v20170312/api.json +64 -1
  23. tccli/services/cwp/v20180228/api.json +9 -0
  24. tccli/services/cwp/v20180228/examples.json +6 -0
  25. tccli/services/emr/v20190103/api.json +217 -2
  26. tccli/services/es/v20250101/api.json +22 -0
  27. tccli/services/ess/v20201111/api.json +10 -1
  28. tccli/services/essbasic/v20210526/api.json +3 -3
  29. tccli/services/gs/v20191118/api.json +38 -0
  30. tccli/services/igtm/igtm_client.py +159 -0
  31. tccli/services/igtm/v20231024/api.json +577 -0
  32. tccli/services/igtm/v20231024/examples.json +24 -0
  33. tccli/services/iotexplorer/v20190423/api.json +3 -3
  34. tccli/services/lcic/lcic_client.py +53 -0
  35. tccli/services/lcic/v20220817/api.json +53 -0
  36. tccli/services/lcic/v20220817/examples.json +8 -0
  37. tccli/services/live/v20180801/api.json +203 -1
  38. tccli/services/live/v20180801/examples.json +1 -1
  39. tccli/services/lke/v20231130/api.json +248 -2
  40. tccli/services/lke/v20231130/examples.json +1 -1
  41. tccli/services/lkeap/v20240522/api.json +1 -1
  42. tccli/services/mrs/v20200910/api.json +10 -0
  43. tccli/services/nlp/nlp_client.py +4 -322
  44. tccli/services/nlp/v20190408/api.json +0 -459
  45. tccli/services/nlp/v20190408/examples.json +0 -48
  46. tccli/services/ocr/v20181119/api.json +97 -11
  47. tccli/services/omics/v20221128/api.json +38 -0
  48. tccli/services/redis/v20180412/api.json +6 -6
  49. tccli/services/redis/v20180412/examples.json +1 -1
  50. tccli/services/ses/v20201002/api.json +100 -5
  51. tccli/services/tcb/v20180608/api.json +1 -1
  52. tccli/services/tcb/v20180608/examples.json +1 -1
  53. tccli/services/tdmq/v20200217/api.json +19 -0
  54. tccli/services/teo/teo_client.py +281 -16
  55. tccli/services/teo/v20220901/api.json +611 -6
  56. tccli/services/teo/v20220901/examples.json +48 -2
  57. tccli/services/tione/v20211111/api.json +16 -0
  58. tccli/services/tke/tke_client.py +57 -4
  59. tccli/services/tke/v20180525/api.json +24 -24
  60. tccli/services/tke/v20220501/api.json +52 -0
  61. tccli/services/tke/v20220501/examples.json +8 -0
  62. tccli/services/tmt/v20180321/api.json +4 -4
  63. tccli/services/tsf/v20180326/api.json +4 -4
  64. tccli/services/vclm/v20240523/api.json +3 -3
  65. tccli/services/vod/v20180717/api.json +5 -5
  66. tccli/services/vod/v20180717/examples.json +9 -9
  67. tccli/services/vpc/v20170312/api.json +1 -1
  68. tccli/services/vrs/v20200824/api.json +1 -1
  69. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/METADATA +2 -2
  70. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/RECORD +73 -171
  71. tccli/services/cis/__init__.py +0 -4
  72. tccli/services/cis/cis_client.py +0 -525
  73. tccli/services/cis/v20180408/api.json +0 -737
  74. tccli/services/cis/v20180408/examples.json +0 -93
  75. tccli/services/dataintegration/__init__.py +0 -4
  76. tccli/services/dataintegration/dataintegration_client.py +0 -207
  77. tccli/services/dataintegration/v20220613/api.json +0 -87
  78. tccli/services/dataintegration/v20220613/examples.json +0 -13
  79. tccli/services/dtf/__init__.py +0 -4
  80. tccli/services/dtf/dtf_client.py +0 -207
  81. tccli/services/dtf/v20200506/api.json +0 -274
  82. tccli/services/dtf/v20200506/examples.json +0 -13
  83. tccli/services/gpm/__init__.py +0 -4
  84. tccli/services/gpm/gpm_client.py +0 -1108
  85. tccli/services/gpm/v20200820/api.json +0 -1959
  86. tccli/services/gpm/v20200820/examples.json +0 -149
  87. tccli/services/gse/__init__.py +0 -4
  88. tccli/services/gse/gse_client.py +0 -4076
  89. tccli/services/gse/v20191112/api.json +0 -7095
  90. tccli/services/gse/v20191112/examples.json +0 -615
  91. tccli/services/iecp/__init__.py +0 -4
  92. tccli/services/iecp/iecp_client.py +0 -4500
  93. tccli/services/iecp/v20210914/api.json +0 -9770
  94. tccli/services/iecp/v20210914/examples.json +0 -691
  95. tccli/services/iir/__init__.py +0 -4
  96. tccli/services/iir/iir_client.py +0 -207
  97. tccli/services/iir/v20200417/api.json +0 -204
  98. tccli/services/iir/v20200417/examples.json +0 -13
  99. tccli/services/iottid/__init__.py +0 -4
  100. tccli/services/iottid/iottid_client.py +0 -631
  101. tccli/services/iottid/v20190411/api.json +0 -553
  102. tccli/services/iottid/v20190411/examples.json +0 -95
  103. tccli/services/mgobe/__init__.py +0 -4
  104. tccli/services/mgobe/mgobe_client.py +0 -530
  105. tccli/services/mgobe/v20190929/api.json +0 -52
  106. tccli/services/mgobe/v20190929/examples.json +0 -13
  107. tccli/services/mgobe/v20201014/api.json +0 -671
  108. tccli/services/mgobe/v20201014/examples.json +0 -61
  109. tccli/services/mvj/__init__.py +0 -4
  110. tccli/services/mvj/mvj_client.py +0 -207
  111. tccli/services/mvj/v20190926/api.json +0 -123
  112. tccli/services/mvj/v20190926/examples.json +0 -19
  113. tccli/services/pds/__init__.py +0 -4
  114. tccli/services/pds/pds_client.py +0 -260
  115. tccli/services/pds/v20210701/api.json +0 -193
  116. tccli/services/pds/v20210701/examples.json +0 -21
  117. tccli/services/smpn/__init__.py +0 -4
  118. tccli/services/smpn/v20190822/api.json +0 -191
  119. tccli/services/smpn/v20190822/examples.json +0 -21
  120. tccli/services/solar/__init__.py +0 -4
  121. tccli/services/solar/solar_client.py +0 -1055
  122. tccli/services/solar/v20181011/api.json +0 -1760
  123. tccli/services/solar/v20181011/examples.json +0 -125
  124. tccli/services/tan/__init__.py +0 -4
  125. tccli/services/tan/tan_client.py +0 -207
  126. tccli/services/tan/v20220420/api.json +0 -65
  127. tccli/services/tan/v20220420/examples.json +0 -19
  128. tccli/services/tav/__init__.py +0 -4
  129. tccli/services/tav/tav_client.py +0 -366
  130. tccli/services/tav/v20190118/api.json +0 -262
  131. tccli/services/tav/v20190118/examples.json +0 -37
  132. tccli/services/tbm/__init__.py +0 -4
  133. tccli/services/tbm/tbm_client.py +0 -631
  134. tccli/services/tbm/v20180129/api.json +0 -1037
  135. tccli/services/tbm/v20180129/examples.json +0 -77
  136. tccli/services/tcex/__init__.py +0 -4
  137. tccli/services/tcex/tcex_client.py +0 -260
  138. tccli/services/tcex/v20200727/api.json +0 -158
  139. tccli/services/tcex/v20200727/examples.json +0 -21
  140. tccli/services/tci/__init__.py +0 -4
  141. tccli/services/tci/tci_client.py +0 -2327
  142. tccli/services/tci/v20190318/api.json +0 -4958
  143. tccli/services/tci/v20190318/examples.json +0 -333
  144. tccli/services/tic/__init__.py +0 -4
  145. tccli/services/tic/tic_client.py +0 -843
  146. tccli/services/tic/v20201117/api.json +0 -1067
  147. tccli/services/tic/v20201117/examples.json +0 -121
  148. tccli/services/ticm/__init__.py +0 -4
  149. tccli/services/ticm/ticm_client.py +0 -313
  150. tccli/services/ticm/v20181127/api.json +0 -1391
  151. tccli/services/ticm/v20181127/examples.json +0 -53
  152. tccli/services/tics/__init__.py +0 -4
  153. tccli/services/tics/tics_client.py +0 -366
  154. tccli/services/tics/v20181115/api.json +0 -694
  155. tccli/services/tics/v20181115/examples.json +0 -37
  156. tccli/services/tiems/__init__.py +0 -4
  157. tccli/services/tiems/tiems_client.py +0 -1479
  158. tccli/services/tiems/v20190416/api.json +0 -3144
  159. tccli/services/tiems/v20190416/examples.json +0 -217
  160. tccli/services/trdp/__init__.py +0 -4
  161. tccli/services/trdp/trdp_client.py +0 -207
  162. tccli/services/trdp/v20220726/api.json +0 -843
  163. tccli/services/trdp/v20220726/examples.json +0 -13
  164. tccli/services/ump/__init__.py +0 -4
  165. tccli/services/ump/ump_client.py +0 -1055
  166. tccli/services/ump/v20200918/api.json +0 -2168
  167. tccli/services/ump/v20200918/examples.json +0 -141
  168. tccli/services/youmall/__init__.py +0 -4
  169. tccli/services/youmall/v20180228/api.json +0 -3572
  170. tccli/services/youmall/v20180228/examples.json +0 -313
  171. tccli/services/youmall/youmall_client.py +0 -1797
  172. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/WHEEL +0 -0
  173. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/entry_points.txt +0 -0
  174. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/license_files/LICENSE +0 -0
@@ -91,6 +91,13 @@
91
91
  "output": "RebootMachinesResponse",
92
92
  "status": "online"
93
93
  },
94
+ "SetMachineLogin": {
95
+ "document": "设置是否开启节点登录",
96
+ "input": "SetMachineLoginRequest",
97
+ "name": "设置是否开启节点登录",
98
+ "output": "SetMachineLoginResponse",
99
+ "status": "online"
100
+ },
94
101
  "StartMachines": {
95
102
  "document": "本接口 (StartMachines) 用于启动一个或多个原生节点实例。\n\n只有状态为 Stopped 的实例才可以进行此操作。\n接口调用成功后,等待一分钟左右,实例会进入 Running 状态。\n支持批量操作。每次请求批量实例的上限为100。\n本接口为同步接口,启动实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 DescribeClusterInstances 接口查询,如果实例的状态为 Running,则代表启动实例操作成功。",
96
103
  "input": "StartMachinesRequest",
@@ -3254,6 +3261,51 @@
3254
3261
  ],
3255
3262
  "usage": "both"
3256
3263
  },
3264
+ "SetMachineLoginRequest": {
3265
+ "document": "SetMachineLogin请求参数结构体",
3266
+ "members": [
3267
+ {
3268
+ "disabled": false,
3269
+ "document": "集群 ID",
3270
+ "example": "cls-0bupg8pm",
3271
+ "member": "string",
3272
+ "name": "ClusterId",
3273
+ "required": true,
3274
+ "type": "string"
3275
+ },
3276
+ {
3277
+ "disabled": false,
3278
+ "document": "节点名称",
3279
+ "example": "np-rz2reeg8-7j9rt",
3280
+ "member": "string",
3281
+ "name": "MachineName",
3282
+ "required": true,
3283
+ "type": "string"
3284
+ },
3285
+ {
3286
+ "disabled": false,
3287
+ "document": "密钥 ID 列表",
3288
+ "example": "[\"skey-871qdbga\"]",
3289
+ "member": "string",
3290
+ "name": "KeyIds",
3291
+ "required": false,
3292
+ "type": "list"
3293
+ }
3294
+ ],
3295
+ "type": "object"
3296
+ },
3297
+ "SetMachineLoginResponse": {
3298
+ "document": "SetMachineLogin返回参数结构体",
3299
+ "members": [
3300
+ {
3301
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3302
+ "member": "string",
3303
+ "name": "RequestId",
3304
+ "type": "string"
3305
+ }
3306
+ ],
3307
+ "type": "object"
3308
+ },
3257
3309
  "SortBy": {
3258
3310
  "document": "排序信息",
3259
3311
  "members": [
@@ -104,6 +104,14 @@
104
104
  "title": "重启原生节点实例"
105
105
  }
106
106
  ],
107
+ "SetMachineLogin": [
108
+ {
109
+ "document": "",
110
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetMachineLogin\n<公共请求参数>\n\n{\n \"MachineName\": \"np-rz2reeg8-7j9rt\",\n \"ClusterId\": \"cls-0bupg8pm\",\n \"KeyIds\": [\n \"skey-871qdbga\"\n ]\n}",
111
+ "output": "{\n \"Response\": {\n \"RequestId\": \"743a32dd-5f9e-47c3-8312-1eabd4eda5f7f\"\n }\n}",
112
+ "title": "设置是否开启节点登录"
113
+ }
114
+ ],
107
115
  "StartMachines": [
108
116
  {
109
117
  "document": "启动原生节点实例",
@@ -913,7 +913,7 @@
913
913
  },
914
914
  {
915
915
  "disabled": false,
916
- "document": "需要使用的术语库列表",
916
+ "document": "需要使用的术语库列表,通过 [术语库操作指南](https://cloud.tencent.com/document/product/551/107926) 自行创建术语库获取。",
917
917
  "example": "[\"144aed******************fc7321d4\"]",
918
918
  "member": "string",
919
919
  "name": "TermRepoIDList",
@@ -922,7 +922,7 @@
922
922
  },
923
923
  {
924
924
  "disabled": false,
925
- "document": "需要使用的例句库列表",
925
+ "document": "需要使用的例句库列表,通过 [例句库操作指南](https://cloud.tencent.com/document/product/551/107927) 自行创建例句库获取。",
926
926
  "example": "[\"b77f64******************6d88df30\"]",
927
927
  "member": "string",
928
928
  "name": "SentRepoIDList",
@@ -1034,7 +1034,7 @@
1034
1034
  },
1035
1035
  {
1036
1036
  "disabled": false,
1037
- "document": "需要使用的术语库列表",
1037
+ "document": "需要使用的术语库列表,通过 [术语库操作指南](https://cloud.tencent.com/document/product/551/107926) 自行创建术语库获取。",
1038
1038
  "example": "[\"144aed******************fc7321d4\"]",
1039
1039
  "member": "string",
1040
1040
  "name": "TermRepoIDList",
@@ -1043,7 +1043,7 @@
1043
1043
  },
1044
1044
  {
1045
1045
  "disabled": false,
1046
- "document": "需要使用的例句库列表",
1046
+ "document": "需要使用的例句库列表,通过 [例句库操作指南](https://cloud.tencent.com/document/product/551/107927) 自行创建例句库获取。",
1047
1047
  "example": "[\"b77f64******************6d88df30\"]",
1048
1048
  "member": "string",
1049
1049
  "name": "SentRepoIDList",
@@ -12195,7 +12195,7 @@
12195
12195
  "type": "string"
12196
12196
  },
12197
12197
  {
12198
- "disabled": false,
12198
+ "disabled": true,
12199
12199
  "document": "数据卷信息-废弃,请用VolumeInfoList参数",
12200
12200
  "example": "无",
12201
12201
  "member": "VolumeInfo",
@@ -12204,7 +12204,7 @@
12204
12204
  "type": "object"
12205
12205
  },
12206
12206
  {
12207
- "disabled": false,
12207
+ "disabled": true,
12208
12208
  "document": "数据卷挂载点信息-废弃,请用VolumeMountInfoList参数",
12209
12209
  "example": "无",
12210
12210
  "member": "VolumeMountInfo",
@@ -21759,7 +21759,7 @@
21759
21759
  "value_allowed_null": false
21760
21760
  },
21761
21761
  {
21762
- "disabled": false,
21762
+ "disabled": true,
21763
21763
  "document": "ApplicationName值(废弃)",
21764
21764
  "example": "nginx",
21765
21765
  "member": "ScalableRule",
@@ -30112,7 +30112,7 @@
30112
30112
  "value_allowed_null": false
30113
30113
  },
30114
30114
  {
30115
- "disabled": false,
30115
+ "disabled": true,
30116
30116
  "document": "守护线程数 拼写错误,废弃",
30117
30117
  "example": "无",
30118
30118
  "member": "CurvePoint",
@@ -66,8 +66,8 @@
66
66
  },
67
67
  "metadata": {
68
68
  "apiVersion": "2024-05-23",
69
- "api_brief": "大模型视频创作引擎API,是一款提供视频生成和视频处理能力的API技术服务。包括视频转译、视频风格化、图片跳舞等多项视频创作能力,基于腾讯混元大模型等一系列领先的人工智能音视频处理技术,支持用户高质量生成视频并处理视频内容。",
70
- "serviceNameCN": "大模型视频创作引擎",
69
+ "api_brief": "腾讯混元生视频API,是一款提供视频生成和视频处理能力的API技术服务。包括视频风格化、图片跳舞等多项视频创作能力,基于腾讯混元大模型等一系列领先的人工智能音视频处理技术,支持用户高质量生成视频并处理视频内容。",
70
+ "serviceNameCN": "腾讯混元生视频",
71
71
  "serviceShortName": "vclm"
72
72
  },
73
73
  "objects": {
@@ -764,7 +764,7 @@
764
764
  "members": [
765
765
  {
766
766
  "disabled": false,
767
- "document": "特效模板名称。\n枚举值:\nhug :拥抱\nkiss :亲吻\nheart : 比心\nfuzzy : 毛茸茸\nbefigure:变手办风\nlonghair:金色长发\nmorphlab:膨胀\nbloom:万物生花\npinch:捏捏\nballoonfly:飞走了\ndragme:被拽走了\n",
767
+ "document": "特效模板名称。请在 [视频特效模版列表](https://cloud.tencent.com/document/product/1616/119194) 中选择想要生成的特效对应的 template 名称。",
768
768
  "example": "hug",
769
769
  "member": "string",
770
770
  "name": "Template",
@@ -8065,8 +8065,8 @@
8065
8065
  },
8066
8066
  {
8067
8067
  "disabled": false,
8068
- "document": "日志名称,格式为:日期小时-域名\n如 2018120101-test.vod2.mqcloud.com。",
8069
- "example": "2018120101-test.vod2.mqcloud.com",
8068
+ "document": "日志名称,格式为:日期小时-域名\n如 example.com。",
8069
+ "example": "example.com",
8070
8070
  "member": "string",
8071
8071
  "name": "Name",
8072
8072
  "output_required": true,
@@ -14111,7 +14111,7 @@
14111
14111
  {
14112
14112
  "disabled": false,
14113
14113
  "document": "域名。",
14114
- "example": "test.vod2.myqcloud.com",
14114
+ "example": "example.com",
14115
14115
  "member": "string",
14116
14116
  "name": "DomainName",
14117
14117
  "required": true,
@@ -25620,7 +25620,7 @@
25620
25620
  {
25621
25621
  "disabled": false,
25622
25622
  "document": "分发域名,取值为点播域名列表里的域名。不填或者填空,表示不修改域名。",
25623
- "example": "test.vod2.myqcloud.com",
25623
+ "example": "example.com",
25624
25624
  "member": "string",
25625
25625
  "name": "Domain",
25626
25626
  "required": false,
@@ -39220,7 +39220,7 @@
39220
39220
  },
39221
39221
  {
39222
39222
  "disabled": false,
39223
- "document": "发布视频所对应的转码模板 ID,为0代表原始视频。",
39223
+ "document": "发布视频所对应的转码模板 ID,为 0 代表原始视频。支持的视频格式:\n<li>当 SourceDefinition 为 0 时,视频格式支持 MP4、3GP 格式;</li>\n<li>当 SourceDefinition 大于 0 时,视频格式支持 MP4、3GP 及 M3U8 格式。</li>不填默认值为 0。",
39224
39224
  "example": "10",
39225
39225
  "member": "int64",
39226
39226
  "name": "SourceDefinition",
@@ -662,10 +662,10 @@
662
662
  ],
663
663
  "DescribeCDNStatDetails": [
664
664
  {
665
- "document": "查询域名123.vod2.com中国大陆的流量数据。",
666
- "input": "https://vod.tencentcloudapi.com/?Action=DescribeCDNStatDetails\n&DomainNames.0=123.vod2.myqcloud.com\n&StartTime=2018-12-01T00:00:00+08:00\n&EndTime=2018-12-03T00:00:00+08:00\n&Area=Chinese Mainland\n&Metric=Traffic\n&<公共请求参数>",
665
+ "document": "查询域名 example.com 中国大陆的流量数据。",
666
+ "input": "https://vod.tencentcloudapi.com/?Action=DescribeCDNStatDetails\n&DomainNames.0=example.com\n&StartTime=2018-12-01T00:00:00+08:00\n&EndTime=2018-12-03T00:00:00+08:00\n&Area=Chinese Mainland\n&Metric=Traffic\n&<公共请求参数>",
667
667
  "output": "{\n \"Response\": {\n \"DataInterval\": 1440,\n \"Data\": [\n {\n \"Time\": \"2018-12-01T00:00:00+08:00\",\n \"Value\": 1000000\n },\n {\n \"Time\": \"2018-12-02T00:00:00+08:00\",\n \"Value\": 1500000\n },\n {\n \"Time\": \"2018-12-03T00:00:00+08:00\",\n \"Value\": 1500000\n }\n ],\n \"RequestId\": \"requestId\"\n }\n}",
668
- "title": "查询域名123.vod2.com中国大陆的流量数据。"
668
+ "title": "查询域名 example.com 中国大陆的流量数据。"
669
669
  }
670
670
  ],
671
671
  "DescribeCDNUsageData": [
@@ -683,9 +683,9 @@
683
683
  },
684
684
  {
685
685
  "document": "",
686
- "input": "https://vod.tencentcloudapi.com/?Action=DescribeCDNUsageData\n&DomainNames.0=123.vod2.myqcloud.com\n&DomainNames.1=test.a.com\n&StartTime=2018-12-01T00:00:00+08:00\n&EndTime=2018-12-03T00:00:00+08:00\n&DataType=Bandwidth\n&DataInterval=5\n&<公共请求参数>",
686
+ "input": "https://vod.tencentcloudapi.com/?Action=DescribeCDNUsageData\n&DomainNames.0=example1.com\n&DomainNames.1=example2.com\n&StartTime=2018-12-01T00:00:00+08:00\n&EndTime=2018-12-03T00:00:00+08:00\n&DataType=Bandwidth\n&DataInterval=5\n&<公共请求参数>",
687
687
  "output": "{\n \"Response\": {\n \"DataInterval\": 5,\n \"Data\": [\n {\n \"Time\": \"2018-12-01T00:00:00+08:00\",\n \"Value\": 100000\n },\n {\n \"Time\": \"2018-12-01T05:00:00+08:00\",\n \"Value\": 200000\n },\n {\n \"Time\": \"2018-12-01T10:00:00+08:00\",\n \"Value\": 350000\n }\n ],\n \"RequestId\": \"requestId\"\n }\n}",
688
- "title": "查询域名123.vod2.myqcloud.com和test.a.com从2018-12-01到2018-12-07的5分钟粒度的带宽数据"
688
+ "title": "查询域名 example1.com example2.com 从2018-12-01到2018-12-07的5分钟粒度的带宽数据"
689
689
  }
690
690
  ],
691
691
  "DescribeCLSLogsets": [
@@ -715,8 +715,8 @@
715
715
  "DescribeCdnLogs": [
716
716
  {
717
717
  "document": "",
718
- "input": "https://vod.tencentcloudapi.com/?Action=DescribeCdnLogs\n&DomainName=test.vod2.myqcloud.com\n&StartTime=2021-03-01T00:00:00+08:00\n&EndTime=2021-03-02T00:00:00+08:00\n&<公共请求参数>",
719
- "output": "{\n \"Response\": {\n \"TotalCount\": 202,\n \"DomesticCdnLogs\": [\n {\n \"Date\": \"2021-03-01\",\n \"Name\": \"2018120213-test.vod2.myqcloud.com\",\n \"Url\": \"http: //test.log.cdn/2018120213-test.vod2.myqcloud.com.tar.gz\",\n \"StartTime\": \"2021-03-01T15:00:00+08:00\",\n \"EndTime\": \"2021-03-01T15:59:59+08:00\"\n }\n ],\n \"OverseaCdnLogs\": [],\n \"RequestId\": \"6ca31e3a-6b8e-4b4e-9256-fdc700064ef3\"\n }\n}",
718
+ "input": "https://vod.tencentcloudapi.com/?Action=DescribeCdnLogs\n&DomainName=example.com\n&StartTime=2021-03-01T00:00:00+08:00\n&EndTime=2021-03-02T00:00:00+08:00\n&<公共请求参数>",
719
+ "output": "{\n \"Response\": {\n \"TotalCount\": 202,\n \"DomesticCdnLogs\": [\n {\n \"Date\": \"2021-03-01\",\n \"Name\": \"example.com\",\n \"Url\": \"http: //test.log.cdn/example.com.tar.gz\",\n \"StartTime\": \"2021-03-01T15:00:00+08:00\",\n \"EndTime\": \"2021-03-01T15:59:59+08:00\"\n }\n ],\n \"OverseaCdnLogs\": [],\n \"RequestId\": \"6ca31e3a-6b8e-4b4e-9256-fdc700064ef3\"\n }\n}",
720
720
  "title": "查询CDN日志下载链接"
721
721
  }
722
722
  ],
@@ -1030,7 +1030,7 @@
1030
1030
  {
1031
1031
  "document": "",
1032
1032
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSuperPlayerConfigs\n<公共请求参数>\n\n{\n \"Names\": [\n \"SuperPlayerName\"\n ]\n}",
1033
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PlayerConfigSet\": [\n {\n \"Name\": \"SuperPlayerName\",\n \"Type\": \"Custom\",\n \"DrmSwitch\": \"OFF\",\n \"AdaptiveDynamicStreamingDefinition\": 10,\n \"ImageSpriteDefinition\": 10,\n \"ResolutionNameSet\": [\n {\n \"MinEdgeLength\": 480,\n \"Name\": \"标清\"\n },\n {\n \"MinEdgeLength\": 1440,\n \"Name\": \"2K\"\n }\n ],\n \"TranscodeDefinition\": 0,\n \"AudioVideoType\": \"AdaptiveDynamicStream\",\n \"Domain\": \"xxx.vod2.myqcloud.com\",\n \"Scheme\": \"HTTPS\",\n \"Comment\": \"\",\n \"DrmStreamingsInfo\": {\n \"FairPlayDefinition\": 0,\n \"SimpleAesDefinition\": 0,\n \"WidevineDefinition\": 0\n },\n \"CreateTime\": \"2019-10-11T10:00:00Z\",\n \"UpdateTime\": \"2019-10-11T10:00:00Z\"\n }\n ],\n \"RequestId\": \"12ae8d8e-dce3-4151-9d4b-4594145287e1\"\n }\n}",
1033
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"PlayerConfigSet\": [\n {\n \"Name\": \"SuperPlayerName\",\n \"Type\": \"Custom\",\n \"DrmSwitch\": \"OFF\",\n \"AdaptiveDynamicStreamingDefinition\": 10,\n \"ImageSpriteDefinition\": 10,\n \"ResolutionNameSet\": [\n {\n \"MinEdgeLength\": 480,\n \"Name\": \"标清\"\n },\n {\n \"MinEdgeLength\": 1440,\n \"Name\": \"2K\"\n }\n ],\n \"TranscodeDefinition\": 0,\n \"AudioVideoType\": \"AdaptiveDynamicStream\",\n \"Domain\": \"example.com\",\n \"Scheme\": \"HTTPS\",\n \"Comment\": \"\",\n \"DrmStreamingsInfo\": {\n \"FairPlayDefinition\": 0,\n \"SimpleAesDefinition\": 0,\n \"WidevineDefinition\": 0\n },\n \"CreateTime\": \"2019-10-11T10:00:00Z\",\n \"UpdateTime\": \"2019-10-11T10:00:00Z\"\n }\n ],\n \"RequestId\": \"12ae8d8e-dce3-4151-9d4b-4594145287e1\"\n }\n}",
1034
1034
  "title": "获取播放器配置列表"
1035
1035
  }
1036
1036
  ],
@@ -1355,7 +1355,7 @@
1355
1355
  "ModifyDefaultDistributionConfig": [
1356
1356
  {
1357
1357
  "document": "修改默认分发配置修改默认分发配置。",
1358
- "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDefaultDistributionConfig\n<公共请求参数>\n\n{\n \"Domain\": \"test.vod2.myqcloud.com\",\n \"Scheme\": \"HTTPS\"\n}",
1358
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDefaultDistributionConfig\n<公共请求参数>\n\n{\n \"Domain\": \"example.com\",\n \"Scheme\": \"HTTPS\"\n}",
1359
1359
  "output": "{\n \"Response\": {\n \"RequestId\": \"requestId\"\n }\n}",
1360
1360
  "title": "修改默认分发配置"
1361
1361
  }
@@ -8893,7 +8893,7 @@
8893
8893
  {
8894
8894
  "disabled": false,
8895
8895
  "document": "指定绑定的标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]。",
8896
- "example": "[]",
8896
+ "example": "[{\"Key\": \"env\", \"Value\": \"prod\"}][]",
8897
8897
  "member": "Tag",
8898
8898
  "name": "Tags",
8899
8899
  "required": false,
@@ -22,7 +22,7 @@
22
22
  "status": "online"
23
23
  },
24
24
  "DetectEnvAndSoundQuality": {
25
- "document": "本接口用于检测音频的环境和音频质量。\n对于一句话声音复刻,音频时长需大于3s,小于15s,文件大小不能超过2MB,音频需为单声道,位深为16bit。建议格式:wav、单声道、采样率48kHz或24kHz \n• 请求方法为 HTTP POST , Content-Type为\"application/json; charset=utf-8\"\n• 签名方法参考 公共参数 中签名方法v3。",
25
+ "document": "本接口用于检测音频的环境和音频质量。\n对于一句话声音复刻,音频时长需大于5s,小于15s,文件大小不能超过2MB,音频需为单声道,位深为16bit。建议格式:wav、单声道、采样率48kHz或24kHz \n• 请求方法为 HTTP POST , Content-Type为\"application/json; charset=utf-8\"\n• 签名方法参考 公共参数 中签名方法v3。",
26
26
  "input": "DetectEnvAndSoundQualityRequest",
27
27
  "name": "环境检测和音频质量检测",
28
28
  "output": "DetectEnvAndSoundQualityResponse",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1347.1
3
+ Version: 3.0.1349.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1347
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1349
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介