tccli 3.0.1339.1__py2.py3-none-any.whl → 3.0.1340.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/bh/v20230418/api.json +10 -0
- tccli/services/csip/v20221121/api.json +48 -10
- tccli/services/csip/v20221121/examples.json +11 -11
- tccli/services/cvm/v20170312/api.json +9 -0
- tccli/services/emr/emr_client.py +363 -310
- tccli/services/emr/v20190103/api.json +206 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/gs/v20191118/api.json +10 -1
- tccli/services/live/v20180801/api.json +9 -0
- tccli/services/live/v20180801/examples.json +4 -4
- tccli/services/mqtt/v20240516/api.json +80 -0
- tccli/services/mqtt/v20240516/examples.json +6 -0
- tccli/services/organization/v20210331/api.json +11 -0
- tccli/services/organization/v20210331/examples.json +1 -1
- tccli/services/partners/v20180321/api.json +2 -2
- tccli/services/postgres/v20170312/api.json +4 -4
- tccli/services/trocket/v20230308/api.json +5 -5
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1340.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1340.1.dist-info}/RECORD +25 -25
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1340.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1340.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1339.1.dist-info → tccli-3.0.1340.1.dist-info}/license_files/LICENSE +0 -0
@@ -301,6 +301,13 @@
|
|
301
301
|
"output": "DescribeServiceNodeInfosResponse",
|
302
302
|
"status": "online"
|
303
303
|
},
|
304
|
+
"DescribeSparkApplications": {
|
305
|
+
"document": "获取spark应用列表",
|
306
|
+
"input": "DescribeSparkApplicationsRequest",
|
307
|
+
"name": "获取Spark任务列表",
|
308
|
+
"output": "DescribeSparkApplicationsResponse",
|
309
|
+
"status": "online"
|
310
|
+
},
|
304
311
|
"DescribeSparkQueries": {
|
305
312
|
"document": "查询Spark查询信息列表",
|
306
313
|
"input": "DescribeSparkQueriesRequest",
|
@@ -7197,6 +7204,89 @@
|
|
7197
7204
|
],
|
7198
7205
|
"type": "object"
|
7199
7206
|
},
|
7207
|
+
"DescribeSparkApplicationsRequest": {
|
7208
|
+
"document": "DescribeSparkApplications请求参数结构体",
|
7209
|
+
"members": [
|
7210
|
+
{
|
7211
|
+
"disabled": false,
|
7212
|
+
"document": "集群id",
|
7213
|
+
"example": "emr-xxxx",
|
7214
|
+
"member": "string",
|
7215
|
+
"name": "InstanceId",
|
7216
|
+
"required": true,
|
7217
|
+
"type": "string"
|
7218
|
+
},
|
7219
|
+
{
|
7220
|
+
"disabled": false,
|
7221
|
+
"document": "查询开始时间",
|
7222
|
+
"example": "1746498971",
|
7223
|
+
"member": "int64",
|
7224
|
+
"name": "StartTime",
|
7225
|
+
"required": true,
|
7226
|
+
"type": "int"
|
7227
|
+
},
|
7228
|
+
{
|
7229
|
+
"disabled": false,
|
7230
|
+
"document": "查询结束时间",
|
7231
|
+
"example": "1746498972",
|
7232
|
+
"member": "int64",
|
7233
|
+
"name": "EndTime",
|
7234
|
+
"required": true,
|
7235
|
+
"type": "int"
|
7236
|
+
},
|
7237
|
+
{
|
7238
|
+
"disabled": false,
|
7239
|
+
"document": "每一页条数",
|
7240
|
+
"example": "100",
|
7241
|
+
"member": "int64",
|
7242
|
+
"name": "PageSize",
|
7243
|
+
"required": true,
|
7244
|
+
"type": "int"
|
7245
|
+
},
|
7246
|
+
{
|
7247
|
+
"disabled": false,
|
7248
|
+
"document": "第几页",
|
7249
|
+
"example": "1",
|
7250
|
+
"member": "int64",
|
7251
|
+
"name": "Page",
|
7252
|
+
"required": true,
|
7253
|
+
"type": "int"
|
7254
|
+
}
|
7255
|
+
],
|
7256
|
+
"type": "object"
|
7257
|
+
},
|
7258
|
+
"DescribeSparkApplicationsResponse": {
|
7259
|
+
"document": "DescribeSparkApplications返回参数结构体",
|
7260
|
+
"members": [
|
7261
|
+
{
|
7262
|
+
"disabled": false,
|
7263
|
+
"document": "返回数量",
|
7264
|
+
"example": "5",
|
7265
|
+
"member": "int64",
|
7266
|
+
"name": "TotalCount",
|
7267
|
+
"output_required": true,
|
7268
|
+
"type": "int",
|
7269
|
+
"value_allowed_null": false
|
7270
|
+
},
|
7271
|
+
{
|
7272
|
+
"disabled": false,
|
7273
|
+
"document": "spark应用列表",
|
7274
|
+
"example": "无",
|
7275
|
+
"member": "SparkApplicationsList",
|
7276
|
+
"name": "ResultList",
|
7277
|
+
"output_required": true,
|
7278
|
+
"type": "list",
|
7279
|
+
"value_allowed_null": false
|
7280
|
+
},
|
7281
|
+
{
|
7282
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7283
|
+
"member": "string",
|
7284
|
+
"name": "RequestId",
|
7285
|
+
"type": "string"
|
7286
|
+
}
|
7287
|
+
],
|
7288
|
+
"type": "object"
|
7289
|
+
},
|
7200
7290
|
"DescribeSparkQueriesRequest": {
|
7201
7291
|
"document": "DescribeSparkQueries请求参数结构体",
|
7202
7292
|
"members": [
|
@@ -17980,6 +18070,122 @@
|
|
17980
18070
|
],
|
17981
18071
|
"usage": "out"
|
17982
18072
|
},
|
18073
|
+
"SparkApplicationsList": {
|
18074
|
+
"document": "spark任务列表",
|
18075
|
+
"members": [
|
18076
|
+
{
|
18077
|
+
"disabled": false,
|
18078
|
+
"document": "应用id",
|
18079
|
+
"example": "spark-49cdc7a5b06a46fca99c497a5b47e7f1",
|
18080
|
+
"member": "string",
|
18081
|
+
"name": "ID",
|
18082
|
+
"output_required": true,
|
18083
|
+
"type": "string",
|
18084
|
+
"value_allowed_null": false
|
18085
|
+
},
|
18086
|
+
{
|
18087
|
+
"disabled": false,
|
18088
|
+
"document": "应用名称",
|
18089
|
+
"example": "kyuubi_CONNECTION_SPARK_SQL_hadoop_7043f4f2-c8b6-4681-8e7a-873e477c6db7",
|
18090
|
+
"member": "string",
|
18091
|
+
"name": "Name",
|
18092
|
+
"output_required": true,
|
18093
|
+
"type": "string",
|
18094
|
+
"value_allowed_null": false
|
18095
|
+
},
|
18096
|
+
{
|
18097
|
+
"disabled": false,
|
18098
|
+
"document": "用户",
|
18099
|
+
"example": "hadoop",
|
18100
|
+
"member": "string",
|
18101
|
+
"name": "User",
|
18102
|
+
"output_required": true,
|
18103
|
+
"type": "string",
|
18104
|
+
"value_allowed_null": false
|
18105
|
+
},
|
18106
|
+
{
|
18107
|
+
"disabled": false,
|
18108
|
+
"document": "起始时间",
|
18109
|
+
"example": "1746003194374",
|
18110
|
+
"member": "int64",
|
18111
|
+
"name": "StartTime",
|
18112
|
+
"output_required": true,
|
18113
|
+
"type": "int",
|
18114
|
+
"value_allowed_null": false
|
18115
|
+
},
|
18116
|
+
{
|
18117
|
+
"disabled": false,
|
18118
|
+
"document": "结束时间",
|
18119
|
+
"example": "1746003394835",
|
18120
|
+
"member": "int64",
|
18121
|
+
"name": "EndTime",
|
18122
|
+
"output_required": true,
|
18123
|
+
"type": "int",
|
18124
|
+
"value_allowed_null": false
|
18125
|
+
},
|
18126
|
+
{
|
18127
|
+
"disabled": false,
|
18128
|
+
"document": "持续时间",
|
18129
|
+
"example": "200461",
|
18130
|
+
"member": "int64",
|
18131
|
+
"name": "Duration",
|
18132
|
+
"output_required": true,
|
18133
|
+
"type": "int",
|
18134
|
+
"value_allowed_null": false
|
18135
|
+
},
|
18136
|
+
{
|
18137
|
+
"disabled": false,
|
18138
|
+
"document": "状态",
|
18139
|
+
"example": "completed",
|
18140
|
+
"member": "string",
|
18141
|
+
"name": "State",
|
18142
|
+
"output_required": true,
|
18143
|
+
"type": "string",
|
18144
|
+
"value_allowed_null": false
|
18145
|
+
},
|
18146
|
+
{
|
18147
|
+
"disabled": false,
|
18148
|
+
"document": "类型",
|
18149
|
+
"example": "SPARK",
|
18150
|
+
"member": "string",
|
18151
|
+
"name": "ApplicationType",
|
18152
|
+
"output_required": true,
|
18153
|
+
"type": "string",
|
18154
|
+
"value_allowed_null": false
|
18155
|
+
},
|
18156
|
+
{
|
18157
|
+
"disabled": false,
|
18158
|
+
"document": "核数*秒",
|
18159
|
+
"example": "478",
|
18160
|
+
"member": "int64",
|
18161
|
+
"name": "CoreSeconds",
|
18162
|
+
"output_required": true,
|
18163
|
+
"type": "int",
|
18164
|
+
"value_allowed_null": false
|
18165
|
+
},
|
18166
|
+
{
|
18167
|
+
"disabled": false,
|
18168
|
+
"document": "内存MB*秒",
|
18169
|
+
"example": "489472 MB Seconds",
|
18170
|
+
"member": "string",
|
18171
|
+
"name": "MemorySeconds",
|
18172
|
+
"output_required": true,
|
18173
|
+
"type": "string",
|
18174
|
+
"value_allowed_null": false
|
18175
|
+
},
|
18176
|
+
{
|
18177
|
+
"disabled": false,
|
18178
|
+
"document": "洞察结果",
|
18179
|
+
"example": "UNKNOWN",
|
18180
|
+
"member": "string",
|
18181
|
+
"name": "Insight",
|
18182
|
+
"output_required": true,
|
18183
|
+
"type": "string",
|
18184
|
+
"value_allowed_null": false
|
18185
|
+
}
|
18186
|
+
],
|
18187
|
+
"usage": "out"
|
18188
|
+
},
|
17983
18189
|
"SparkQuery": {
|
17984
18190
|
"document": "spark查询详情",
|
17985
18191
|
"members": [
|
@@ -344,6 +344,14 @@
|
|
344
344
|
"title": "查询服务进程信息"
|
345
345
|
}
|
346
346
|
],
|
347
|
+
"DescribeSparkApplications": [
|
348
|
+
{
|
349
|
+
"document": "",
|
350
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInsightList\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-j14o941k\",\n \"PageSize\": 10,\n \"StartTime\": 1745944098,\n \"EndTime\": 1746030498,\n \"Page\": 1\n}",
|
351
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"RequestId-1746503327\",\n \"ResultList\": [\n {\n \"ID\": \"spark-49cdc7a5b06a46fca99c497a5b47e7f1\",\n \"Name\": \"kyuubi_CONNECTION_SPARK_SQL_hadoop_7043f4f2-c8b6-4681-8e7a-873e477c6db7\",\n \"User\": \"hadoop\",\n \"StartTime\": 1746003194374,\n \"EndTime\": 1746003394835,\n \"Duration\": 200461,\n \"State\": \"completed\",\n \"ApplicationType\": \"SPARK\",\n \"CoreSeconds\": 478,\n \"MemorySeconds\": \"489472 MB Seconds\",\n \"Insight\": \"UNKNOWN\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
352
|
+
"title": "获取spark应用列表"
|
353
|
+
}
|
354
|
+
],
|
347
355
|
"DescribeSparkQueries": [
|
348
356
|
{
|
349
357
|
"document": "",
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"status": "online"
|
100
100
|
},
|
101
101
|
"CreateDynamicFlowApprover": {
|
102
|
-
"document": "此接口(CreateDynamicFlowApprover)接口主要用于补充动态签署方2.0合同的签署方信息,包括但不限于名字、手机号和签署区域等信息。\n\n\n**功能开通**\n动态签署方2.0功能的使用需要先<font color=\"red\">联系产品经理开通模块化计费功能</font>,然后到控制台中打开此功能。详细的使用说明请参考<a href=\"https://qian.tencent.com/developers/company/dynamic_signer_v2\" target=\"_blank\">动态签署方2.0</a>文档。\n\n**使用条件**\n- 在发起合同时,必须将OpenDynamicSignFlow参数设置为true,以确保合同以动态签署方2.0的方式处理,否则默认处理为普通合同。\n- 此接口只能在合同处于非终态时调用。一旦合同进入终态(例如:过期、拒签或撤销),将无法通过此接口添加新的签署方。\n\n\n动态签署方2.0合同<font color=\"red\">不会自动结束(整个合同变为签署完成)</font>,需要通过调用<a href=\"https://qian.tencent.com/developers/companyApis/operateFlows/ArchiveDynamicFlow/\" target=\"_blank\">结束动态签署合同</a>来手动结束签署流程。整体的流程如下图\n\n",
|
102
|
+
"document": "此接口(CreateDynamicFlowApprover)接口主要用于补充动态签署方2.0合同的签署方信息,包括但不限于名字、手机号和签署区域等信息。\n\n\n**功能开通**\n动态签署方2.0功能的使用需要先<font color=\"red\">联系产品经理开通模块化计费功能</font>,然后到控制台中打开此功能。详细的使用说明请参考<a href=\"https://qian.tencent.com/developers/company/dynamic_signer_v2\" target=\"_blank\">动态签署方2.0</a>文档。\n\n**使用条件**\n- 在发起合同时,必须将OpenDynamicSignFlow参数设置为true,以确保合同以动态签署方2.0的方式处理,否则默认处理为普通合同。\n- 此接口只能在合同处于非终态时调用。一旦合同进入终态(例如:过期、拒签或撤销),将无法通过此接口添加新的签署方。\n- 此接口补充的动态签署人暂不支持他方企业自动签署。\n\n\n动态签署方2.0合同<font color=\"red\">不会自动结束(整个合同变为签署完成)</font>,需要通过调用<a href=\"https://qian.tencent.com/developers/companyApis/operateFlows/ArchiveDynamicFlow/\" target=\"_blank\">结束动态签署合同</a>来手动结束签署流程。整体的流程如下图\n\n",
|
103
103
|
"input": "CreateDynamicFlowApproverRequest",
|
104
104
|
"name": "补充动态签署合同的签署方",
|
105
105
|
"output": "CreateDynamicFlowApproverResponse",
|
@@ -10156,7 +10156,7 @@
|
|
10156
10156
|
"example": "10",
|
10157
10157
|
"member": "int64",
|
10158
10158
|
"name": "Limit",
|
10159
|
-
"required":
|
10159
|
+
"required": false,
|
10160
10160
|
"type": "int"
|
10161
10161
|
},
|
10162
10162
|
{
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"status": "online"
|
72
72
|
},
|
73
73
|
"ChannelCreateDynamicFlowApprover": {
|
74
|
-
"document": "接口(ChannelCreateDynamicFlowApprover)用来补充<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles\" target=\"_blank\">用PDF文件创建签署流程</a>发起的动态合同的签署人信息\n**注**: \n<ul>\n<li>此接口需要保证:渠道企业已开启:模块化计费能力,</li>\n<li>此接口需要保证:渠道应用已开启:动态签署人2.0能力</li>\n<li>此接口需要保证:合同发起时指定开启了动态合同</li>\n<li>此接口补充的动态签署人传参规则,请参考接口:<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles\" target=\"_blank\">用PDF文件创建签署流程</a>的签署人传参规则</li>\n</ul>",
|
74
|
+
"document": "接口(ChannelCreateDynamicFlowApprover)用来补充<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles\" target=\"_blank\">用PDF文件创建签署流程</a>发起的动态合同的签署人信息\n**注**: \n<ul>\n<li>此接口需要保证:渠道企业已开启:模块化计费能力,</li>\n<li>此接口需要保证:渠道应用已开启:动态签署人2.0能力</li>\n<li>此接口需要保证:合同发起时指定开启了动态合同</li>\n<li>此接口补充的动态签署人传参规则,请参考接口:<a href=\"https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowByFiles\" target=\"_blank\">用PDF文件创建签署流程</a>的签署人传参规则</li>\n<li>此接口补充的动态签署人暂不支持他方企业自动签署。</li>\n</ul>",
|
75
75
|
"input": "ChannelCreateDynamicFlowApproverRequest",
|
76
76
|
"name": "渠道版补充动态合同签署人接口",
|
77
77
|
"output": "ChannelCreateDynamicFlowApproverResponse",
|
@@ -2863,12 +2863,21 @@
|
|
2863
2863
|
{
|
2864
2864
|
"disabled": false,
|
2865
2865
|
"document": "镜像 ID 列表",
|
2866
|
-
"example": "[\"
|
2866
|
+
"example": "[\"cai-abcd1234\"]",
|
2867
2867
|
"member": "string",
|
2868
2868
|
"name": "AndroidInstanceImageIds",
|
2869
2869
|
"required": false,
|
2870
2870
|
"type": "list"
|
2871
2871
|
},
|
2872
|
+
{
|
2873
|
+
"disabled": false,
|
2874
|
+
"document": "镜像可用区列表",
|
2875
|
+
"example": "[\"ap-shenzhen-1\"]",
|
2876
|
+
"member": "string",
|
2877
|
+
"name": "AndroidInstanceImageZones",
|
2878
|
+
"required": false,
|
2879
|
+
"type": "list"
|
2880
|
+
},
|
2872
2881
|
{
|
2873
2882
|
"disabled": false,
|
2874
2883
|
"document": "偏移量,默认为0",
|
@@ -19673,6 +19673,15 @@
|
|
19673
19673
|
"required": true,
|
19674
19674
|
"type": "string"
|
19675
19675
|
},
|
19676
|
+
{
|
19677
|
+
"disabled": false,
|
19678
|
+
"document": "默认随系统配置,云端特效循环 少于5次。可自定义指定礼物循环次数,不超过100次。",
|
19679
|
+
"example": "5",
|
19680
|
+
"member": "int64",
|
19681
|
+
"name": "LoopTimes",
|
19682
|
+
"required": false,
|
19683
|
+
"type": "int"
|
19684
|
+
},
|
19676
19685
|
{
|
19677
19686
|
"disabled": false,
|
19678
19687
|
"document": "操作人备注信息。",
|
@@ -836,7 +836,7 @@
|
|
836
836
|
{
|
837
837
|
"document": "",
|
838
838
|
"input": "POST / HTTP/1.1\nHost:live.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: DescribeLivePadStreamList\n<公共请求参数>\n\n{\n \"DomainName\": \"5000.livepush.com\"\n}",
|
839
|
-
"output": "{\n \"Response\": {\n \"StreamInfoList\": [\n {\n \"DomainName\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"StreamName\": \"
|
839
|
+
"output": "{\n \"Response\": {\n \"StreamInfoList\": [\n {\n \"DomainName\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"StreamName\": \"stream\",\n \"PublishTime\": \"2025-04-01T00:00:00Z\",\n \"PadStreamType\": \"1\"\n }\n ],\n \"TotalPage\": 1,\n \"TotalNum\": 1,\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\"\n }\n}",
|
840
840
|
"title": "请求示例"
|
841
841
|
}
|
842
842
|
],
|
@@ -1507,7 +1507,7 @@
|
|
1507
1507
|
"SendLiveCloudEffect": [
|
1508
1508
|
{
|
1509
1509
|
"document": "",
|
1510
|
-
"input": "POST / HTTP/1.1\nHost:live.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: SendLiveCloudEffect\n<公共请求参数>\n\n{\n \"PushDomainName\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"StreamName\": \"
|
1510
|
+
"input": "POST / HTTP/1.1\nHost:live.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: SendLiveCloudEffect\n<公共请求参数>\n\n{\n \"PushDomainName\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"StreamName\": \"stream\",\n \"Id\": \"1001\",\n \"Operator\": \"admin\"\n}",
|
1511
1511
|
"output": "{\n \"Response\": {\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\"\n }\n}",
|
1512
1512
|
"title": "请求示例"
|
1513
1513
|
}
|
@@ -1515,7 +1515,7 @@
|
|
1515
1515
|
"StartLivePadStream": [
|
1516
1516
|
{
|
1517
1517
|
"document": "",
|
1518
|
-
"input": "POST / HTTP/1.1\nHost:live.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: StartLivePadStream\n<公共请求参数>\n\n{\n \"PushDomainName\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"StreamName\": \"
|
1518
|
+
"input": "POST / HTTP/1.1\nHost:live.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: StartLivePadStream\n<公共请求参数>\n\n{\n \"PushDomainName\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"StreamName\": \"stream1\"\n}",
|
1519
1519
|
"output": "{\n \"Response\": {\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\"\n }\n}",
|
1520
1520
|
"title": "请求示例"
|
1521
1521
|
}
|
@@ -1547,7 +1547,7 @@
|
|
1547
1547
|
"StopLivePadStream": [
|
1548
1548
|
{
|
1549
1549
|
"document": "",
|
1550
|
-
"input": "POST / HTTP/1.1\nHost:live.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: StopLivePadStream\n<公共请求参数>\n\n{\n \"PushDomainName\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"StreamName\": \"
|
1550
|
+
"input": "POST / HTTP/1.1\nHost:live.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: StopLivePadStream\n<公共请求参数>\n\n{\n \"PushDomainName\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"StreamName\": \"stream1\"\n}",
|
1551
1551
|
"output": "{\n \"Response\": {\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\"\n }\n}",
|
1552
1552
|
"title": "请求示例"
|
1553
1553
|
}
|
@@ -2965,6 +2965,46 @@
|
|
2965
2965
|
"type": "bool",
|
2966
2966
|
"value_allowed_null": false
|
2967
2967
|
},
|
2968
|
+
{
|
2969
|
+
"disabled": false,
|
2970
|
+
"document": "共享订阅组数最大限制",
|
2971
|
+
"example": "20",
|
2972
|
+
"member": "int64",
|
2973
|
+
"name": "SharedSubscriptionGroupLimit",
|
2974
|
+
"output_required": false,
|
2975
|
+
"type": "int",
|
2976
|
+
"value_allowed_null": false
|
2977
|
+
},
|
2978
|
+
{
|
2979
|
+
"disabled": false,
|
2980
|
+
"document": "单个共享订阅组TopicFilter数限制",
|
2981
|
+
"example": "10",
|
2982
|
+
"member": "int64",
|
2983
|
+
"name": "MaxTopicFilterPerSharedSubscriptionGroup",
|
2984
|
+
"output_required": false,
|
2985
|
+
"type": "int",
|
2986
|
+
"value_allowed_null": false
|
2987
|
+
},
|
2988
|
+
{
|
2989
|
+
"disabled": false,
|
2990
|
+
"document": "自动订阅规则条数限制",
|
2991
|
+
"example": "10",
|
2992
|
+
"member": "int64",
|
2993
|
+
"name": "AutoSubscriptionPolicyLimit",
|
2994
|
+
"output_required": false,
|
2995
|
+
"type": "int",
|
2996
|
+
"value_allowed_null": false
|
2997
|
+
},
|
2998
|
+
{
|
2999
|
+
"disabled": false,
|
3000
|
+
"document": "单条自动订阅规则TopicFilter数限制",
|
3001
|
+
"example": "5",
|
3002
|
+
"member": "int64",
|
3003
|
+
"name": "MaxTopicFilterPerAutoSubscriptionPolicy",
|
3004
|
+
"output_required": false,
|
3005
|
+
"type": "int",
|
3006
|
+
"value_allowed_null": false
|
3007
|
+
},
|
2968
3008
|
{
|
2969
3009
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2970
3010
|
"member": "string",
|
@@ -4182,6 +4222,46 @@
|
|
4182
4222
|
"output_required": false,
|
4183
4223
|
"type": "int",
|
4184
4224
|
"value_allowed_null": false
|
4225
|
+
},
|
4226
|
+
{
|
4227
|
+
"disabled": false,
|
4228
|
+
"document": "共享订阅组数最大限制",
|
4229
|
+
"example": "20",
|
4230
|
+
"member": "int64",
|
4231
|
+
"name": "SharedSubscriptionGroupLimit",
|
4232
|
+
"output_required": false,
|
4233
|
+
"type": "int",
|
4234
|
+
"value_allowed_null": false
|
4235
|
+
},
|
4236
|
+
{
|
4237
|
+
"disabled": false,
|
4238
|
+
"document": "单个共享订阅组TopicFilter数限制",
|
4239
|
+
"example": "10",
|
4240
|
+
"member": "int64",
|
4241
|
+
"name": "MaxTopicFilterPerSharedSubscriptionGroup",
|
4242
|
+
"output_required": false,
|
4243
|
+
"type": "int",
|
4244
|
+
"value_allowed_null": false
|
4245
|
+
},
|
4246
|
+
{
|
4247
|
+
"disabled": false,
|
4248
|
+
"document": "自动订阅规则条数限制",
|
4249
|
+
"example": "10",
|
4250
|
+
"member": "int64",
|
4251
|
+
"name": "AutoSubscriptionPolicyLimit",
|
4252
|
+
"output_required": false,
|
4253
|
+
"type": "int",
|
4254
|
+
"value_allowed_null": false
|
4255
|
+
},
|
4256
|
+
{
|
4257
|
+
"disabled": false,
|
4258
|
+
"document": "单条自动订阅规则TopicFilter数限制",
|
4259
|
+
"example": "5",
|
4260
|
+
"member": "int64",
|
4261
|
+
"name": "MaxTopicFilterPerAutoSubscriptionPolicy",
|
4262
|
+
"output_required": false,
|
4263
|
+
"type": "int",
|
4264
|
+
"value_allowed_null": false
|
4185
4265
|
}
|
4186
4266
|
],
|
4187
4267
|
"usage": "out"
|
@@ -246,6 +246,12 @@
|
|
246
246
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-bg8k8v8o\"\n}",
|
247
247
|
"output": "{\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"5a2634e3-effd-4380-a9ff-3658ec6c1fdc\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"POSTPAID\",\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"CreatedTime\": 1741832627,\n \"TpsLimit\": 6000,\n \"Remark\": \"\",\n \"SkuCode\": \"pro_10k_1\",\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 180000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 6000,\n \"MaxCaNum\": 20,\n \"DeviceCertificateProvisionType\": \"JITP\",\n \"RegistrationCode\": \"66a00d75-8272-421f-be2a-166e2c2e7813\",\n \"AutomaticActivation\": true,\n \"X509Mode\": \"BYOC\",\n \"ExpiryTime\": 0,\n \"TopicNumLimit\": 300,\n \"InstanceId\": \"mqtt-zxjwkr98\",\n \"TopicNum\": 1,\n \"InstanceName\": \"mqtt-instance1\"\n },\n \"Error\": null\n}",
|
248
248
|
"title": "示例"
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"document": "查询MQTT实例详情信息",
|
252
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-zj944d74\"\n}",
|
253
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"AuthorizationPolicy\": true,\n \"AuthorizationPolicyLimit\": 20,\n \"AutoSubscriptionPolicyLimit\": 10,\n \"AutomaticActivation\": false,\n \"ClientNumLimit\": 6000,\n \"CreatedTime\": 1736236715,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"JITP\",\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-zj944d74\",\n \"InstanceName\": \"seiroli-byoc-test-0107\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxCaNum\": 20,\n \"MaxSubscription\": 180000,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxTopicFilterPerAutoSubscriptionPolicy\": 5,\n \"MaxTopicFilterPerSharedSubscriptionGroup\": 10,\n \"PayMode\": \"POSTPAID\",\n \"RegistrationCode\": \"bf2ead84-e9e2-478e-a153-3b6baa9b78b1\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"RequestId\": \"a71557b4-34ca-46b0-ab51-2420bf4555c2\",\n \"SharedSubscriptionGroupLimit\": 20,\n \"SkuCode\": \"pro_6k_1\",\n \"TopicNum\": 2,\n \"TopicNumLimit\": 300,\n \"TpsLimit\": 6000,\n \"X509Mode\": \"BYOC\"\n }\n}",
|
254
|
+
"title": "查询MQTT实例详情信息"
|
249
255
|
}
|
250
256
|
],
|
251
257
|
"DescribeInstanceList": [
|
@@ -12391,6 +12391,17 @@
|
|
12391
12391
|
"required": false,
|
12392
12392
|
"type": "bool",
|
12393
12393
|
"value_allowed_null": false
|
12394
|
+
},
|
12395
|
+
{
|
12396
|
+
"disabled": false,
|
12397
|
+
"document": "用户密码",
|
12398
|
+
"example": "d2!x93nesA",
|
12399
|
+
"member": "string",
|
12400
|
+
"name": "Password",
|
12401
|
+
"output_required": false,
|
12402
|
+
"required": false,
|
12403
|
+
"type": "string",
|
12404
|
+
"value_allowed_null": false
|
12394
12405
|
}
|
12395
12406
|
],
|
12396
12407
|
"usage": "both"
|
@@ -228,7 +228,7 @@
|
|
228
228
|
{
|
229
229
|
"document": "创建用户",
|
230
230
|
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUser\n<公共请求参数>\n\n{\n \"ZoneId\": \"z-33w3je****\",\n \"UserName\": \"Alice\",\n \"FirstName\": \"Alice\",\n \"LastName\": \"Alice\",\n \"DisplayName\": \"Alice\",\n \"Description\": \"this is user\",\n \"Email\": \"Alice@example.com\",\n \"UserStatus\": \"Enabled\"\n}",
|
231
|
-
"output": "{\n \"Response\": {\n \"UserInfo\": {\n \"UserName\": \"Alice\",\n \"FirstName\": \"Alice\",\n \"LastName\": \"Alice\",\n \"DisplayName\": \"Alice\",\n \"Description\": \"this is user\",\n \"Email\": \"Alice@example.com\",\n \"UserStatus\": \"Enabled\",\n \"UserType\": \"Manual\",\n \"UserId\": \"u-2342ds2s\",\n \"CreateTime\": \"2024-02-02 12:12:12\",\n \"UpdateTime\": \"2024-02-02 12:12:12\"\n },\n \"RequestId\": \"e297543a-80de-4039-83c8-9d35d4545\"\n }\n}",
|
231
|
+
"output": "{\n \"Response\": {\n \"UserInfo\": {\n \"UserName\": \"Alice\",\n \"FirstName\": \"Alice\",\n \"LastName\": \"Alice\",\n \"DisplayName\": \"Alice\",\n \"Description\": \"this is user\",\n \"Email\": \"Alice@example.com\",\n \"UserStatus\": \"Enabled\",\n \"UserType\": \"Manual\",\n \"UserId\": \"u-2342ds2s\",\n \"Password\": \"d893nd8!@HK&\",\n \"CreateTime\": \"2024-02-02 12:12:12\",\n \"UpdateTime\": \"2024-02-02 12:12:12\"\n },\n \"RequestId\": \"e297543a-80de-4039-83c8-9d35d4545\"\n }\n}",
|
232
232
|
"title": "创建用户"
|
233
233
|
}
|
234
234
|
],
|
@@ -1823,7 +1823,7 @@
|
|
1823
1823
|
},
|
1824
1824
|
{
|
1825
1825
|
"disabled": false,
|
1826
|
-
"document": "
|
1826
|
+
"document": "下单时间范围起始点【*请必传并控制时间范围最大90天,避免出现超时】",
|
1827
1827
|
"example": "2020-01-01 00:00:00",
|
1828
1828
|
"member": "datetime",
|
1829
1829
|
"name": "CreatTimeRangeStart",
|
@@ -1832,7 +1832,7 @@
|
|
1832
1832
|
},
|
1833
1833
|
{
|
1834
1834
|
"disabled": false,
|
1835
|
-
"document": "
|
1835
|
+
"document": "下单时间范围终止点【*请必传并控制时间范围最大90天,避免出现超时】",
|
1836
1836
|
"example": "2020-01-01 00:00:00",
|
1837
1837
|
"member": "datetime",
|
1838
1838
|
"name": "CreatTimeRangeEnd",
|
@@ -4821,7 +4821,7 @@
|
|
4821
4821
|
},
|
4822
4822
|
{
|
4823
4823
|
"disabled": false,
|
4824
|
-
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string。\ndb-instance-name:按照实例名过滤,类型为string。\ndb-instance-ip:按照实例私有网络IP地址过滤,类型为string。\nbase-backup-id:按照备份集ID过滤,类型为string
|
4824
|
+
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string。\ndb-instance-name:按照实例名过滤,类型为string。\ndb-instance-ip:按照实例私有网络IP地址过滤,类型为string。\nbase-backup-id:按照备份集ID过滤,类型为string。\ndb-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。",
|
4825
4825
|
"example": "[ { \"Values\": [ \"postgres-jdlmoll9\" ], \"Name\": \"db-instance-id\" } ]",
|
4826
4826
|
"member": "Filter",
|
4827
4827
|
"name": "Filters",
|
@@ -4883,7 +4883,7 @@
|
|
4883
4883
|
{
|
4884
4884
|
"disabled": false,
|
4885
4885
|
"document": "数据备份详细信息列表。",
|
4886
|
-
"example": "
|
4886
|
+
"example": "无",
|
4887
4887
|
"member": "BaseBackup",
|
4888
4888
|
"name": "BaseBackupSet",
|
4889
4889
|
"output_required": true,
|
@@ -6126,7 +6126,7 @@
|
|
6126
6126
|
},
|
6127
6127
|
{
|
6128
6128
|
"disabled": false,
|
6129
|
-
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string。\ndb-instance-name:按照实例名过滤,类型为string。\ndb-instance-ip:按照实例私有网络IP地址过滤,类型为string
|
6129
|
+
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string。\ndb-instance-name:按照实例名过滤,类型为string。\ndb-instance-ip:按照实例私有网络IP地址过滤,类型为string。\ndb-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。",
|
6130
6130
|
"example": "[ { \"Values\": [ \"postgres-xxxxxxxx\" ], \"Name\": \"db-instance-id\" } ]",
|
6131
6131
|
"member": "Filter",
|
6132
6132
|
"name": "Filters",
|
@@ -6188,7 +6188,7 @@
|
|
6188
6188
|
{
|
6189
6189
|
"disabled": false,
|
6190
6190
|
"document": "日志备份详细信息列表。",
|
6191
|
-
"example": "
|
6191
|
+
"example": "无",
|
6192
6192
|
"member": "LogBackup",
|
6193
6193
|
"name": "LogBackupSet",
|
6194
6194
|
"output_required": true,
|
@@ -288,7 +288,7 @@
|
|
288
288
|
"status": "online"
|
289
289
|
},
|
290
290
|
"DescribeMigratingTopicList": {
|
291
|
-
"document": "查询Topic
|
291
|
+
"document": "查询Topic迁移状态列表。\n\nFilters字段为查询过滤器,支持以下条件:\n* TopicName 主题名称,支持模糊查询\n* MigrationStatus 迁移状态,可参考[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构\n* Namespace 命名空间,仅4.x集群有效\n\nFilters示例:\n[{\n \"Name\": \"TopicName\",\n \"Values\": [\"topic-a\"]\n}]",
|
292
292
|
"input": "DescribeMigratingTopicListRequest",
|
293
293
|
"name": "平滑迁移:查询Topic迁移状态列表",
|
294
294
|
"output": "DescribeMigratingTopicListResponse",
|
@@ -323,14 +323,14 @@
|
|
323
323
|
"status": "online"
|
324
324
|
},
|
325
325
|
"DescribeSmoothMigrationTaskList": {
|
326
|
-
"document": "
|
326
|
+
"document": "用于查询平滑迁移任务列表。\n\n查询参数Filters, 支持的字段如下:\n* TaskStatus, 任务状态,支持多选 \n* ConnectionType,网络连接类型,支持多选,参考[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)的说明\n* InstanceId,实例ID,精确搜索 \n* TaskName,任务名称,支持模糊搜索\n\nFilters示例:\n[{\n \"Name\": \"InstanceId\",\n \"Values\": [\"rmq-1gzecldfg\"]\n}]",
|
327
327
|
"input": "DescribeSmoothMigrationTaskListRequest",
|
328
328
|
"name": "查询平滑迁移任务列表",
|
329
329
|
"output": "DescribeSmoothMigrationTaskListResponse",
|
330
330
|
"status": "online"
|
331
331
|
},
|
332
332
|
"DescribeSourceClusterGroupList": {
|
333
|
-
"document": "平滑迁移过程获取源集群group
|
333
|
+
"document": "平滑迁移过程获取源集群group列表接口。\n\nFilters字段为查询过滤器,支持以下字段:\n* GroupName,消费组名称,支持模糊搜索\n* Imported,是否已导入\n* ImportStatus,导入状态,参考[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)的说明\n* Namespace,命名空间,仅4.x集群有效\n\nFilters示例:\n[{\n \"Name\": \"GroupName\",\n \"Values\": [\"group-a\"]\n}]",
|
334
334
|
"input": "DescribeSourceClusterGroupListRequest",
|
335
335
|
"name": "平滑迁移:获取源集群的group列表",
|
336
336
|
"output": "DescribeSourceClusterGroupListResponse",
|
@@ -4641,7 +4641,7 @@
|
|
4641
4641
|
"members": [
|
4642
4642
|
{
|
4643
4643
|
"disabled": false,
|
4644
|
-
"document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)
|
4644
|
+
"document": "任务ID,可在[DescribeSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1493/119997)接口返回的[SmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1493/96031#SmoothMigrationTaskItem)或控制台上获得。\n",
|
4645
4645
|
"example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
|
4646
4646
|
"member": "string",
|
4647
4647
|
"name": "TaskId",
|
@@ -7703,7 +7703,7 @@
|
|
7703
7703
|
},
|
7704
7704
|
{
|
7705
7705
|
"disabled": false,
|
7706
|
-
"document": "
|
7706
|
+
"document": "主题名称,可在[DescribeMigratingTopicList](https://cloud.tencent.com/document/api/1493/118007)接口返回的[MigratingTopic](https://cloud.tencent.com/document/api/1493/96031#MigratingTopic)数据结构中获得。\n",
|
7707
7707
|
"example": "topic-a",
|
7708
7708
|
"member": "string",
|
7709
7709
|
"name": "TopicName",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1340.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.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1340
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|