tccli 3.0.1251.1__py2.py3-none-any.whl → 3.0.1252.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/v20221229/api.json +12 -3
- tccli/services/bi/v20220105/api.json +6 -6
- tccli/services/cat/v20180409/api.json +25 -24
- tccli/services/cat/v20180409/examples.json +17 -17
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +89 -0
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +12 -0
- tccli/services/cdwdoris/v20211228/api.json +233 -193
- tccli/services/cdwdoris/v20211228/examples.json +6 -6
- tccli/services/cloudaudit/v20190319/api.json +2 -2
- tccli/services/cloudaudit/v20190319/examples.json +2 -2
- tccli/services/config/v20220802/api.json +20 -9
- tccli/services/config/v20220802/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +94 -92
- tccli/services/ess/v20201111/examples.json +9 -9
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/essbasic/v20210526/examples.json +6 -6
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +68 -50
- tccli/services/monitor/v20180724/examples.json +21 -21
- tccli/services/mps/mps_client.py +379 -61
- tccli/services/mps/v20190612/api.json +495 -13
- tccli/services/mps/v20190612/examples.json +48 -0
- tccli/services/ssl/v20191205/api.json +3 -3
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +11 -0
- tccli/services/tse/v20201207/api.json +10 -0
- tccli/services/wedata/v20210820/api.json +382 -96
- tccli/services/wedata/v20210820/examples.json +1 -1
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/RECORD +36 -36
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1251.1.dist-info → tccli-3.0.1252.1.dist-info}/license_files/LICENSE +0 -0
@@ -200,6 +200,14 @@
|
|
200
200
|
"title": "请求示例"
|
201
201
|
}
|
202
202
|
],
|
203
|
+
"CreateStreamLinkSecurityGroup": [
|
204
|
+
{
|
205
|
+
"document": "创建安全组。",
|
206
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateStreamLinkSecurityGroup\n<公共请求参数>\n\n{\n \"Name\": \"abc\",\n \"Whitelist\": [\n \"abc\"\n ]\n}",
|
207
|
+
"output": "{\n \"Response\": {\n \"Id\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
208
|
+
"title": "请求示例"
|
209
|
+
}
|
210
|
+
],
|
203
211
|
"CreateTranscodeTemplate": [
|
204
212
|
{
|
205
213
|
"document": "",
|
@@ -392,6 +400,14 @@
|
|
392
400
|
"title": "请求示例"
|
393
401
|
}
|
394
402
|
],
|
403
|
+
"DeleteStreamLinkSecurityGroup": [
|
404
|
+
{
|
405
|
+
"document": "删除安全组。",
|
406
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStreamLinkSecurityGroup\n<公共请求参数>\n\n{\n \"Id\": \"abc\"\n}",
|
407
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
408
|
+
"title": "请求示例"
|
409
|
+
}
|
410
|
+
],
|
395
411
|
"DeleteTranscodeTemplate": [
|
396
412
|
{
|
397
413
|
"document": "",
|
@@ -488,6 +504,14 @@
|
|
488
504
|
"title": "获取模板 ID 为 30 的智能审核模板"
|
489
505
|
}
|
490
506
|
],
|
507
|
+
"DescribeGroupAttachFlowsById": [
|
508
|
+
{
|
509
|
+
"document": "根据安全组反差关联的Flow信息。",
|
510
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupAttachFlowsById\n<公共请求参数>\n\n{\n \"Id\": \"abc\"\n}",
|
511
|
+
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"FlowId\": \"abc\",\n \"FlowName\": \"abc\",\n \"EventId\": \"abc\",\n \"FlowRegion\": \"abc\",\n \"OutputRegion\": \"abc\",\n \"EventName\": \"abc\",\n \"InputName\": \"abc\",\n \"OutputName\": \"abc\",\n \"InOutId\": \"abc\",\n \"InOutType\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
512
|
+
"title": "请求示例"
|
513
|
+
}
|
514
|
+
],
|
491
515
|
"DescribeImageSpriteTemplates": [
|
492
516
|
{
|
493
517
|
"document": "",
|
@@ -648,6 +672,14 @@
|
|
648
672
|
"title": "请求示例"
|
649
673
|
}
|
650
674
|
],
|
675
|
+
"DescribeStreamLinkSecurityGroups": [
|
676
|
+
{
|
677
|
+
"document": "批量查询安全组信息。",
|
678
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamLinkSecurityGroups\n<公共请求参数>\n\n{}",
|
679
|
+
"output": "{\n \"Response\": {\n \"Infos\": [\n {\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Whitelist\": [\n \"abc\"\n ],\n \"OccupiedInputs\": [\n \"abc\"\n ],\n \"Region\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
680
|
+
"title": "请求示例"
|
681
|
+
}
|
682
|
+
],
|
651
683
|
"DescribeTaskDetail": [
|
652
684
|
{
|
653
685
|
"document": "查询任务结果",
|
@@ -746,6 +778,14 @@
|
|
746
778
|
"title": "禁用工作流"
|
747
779
|
}
|
748
780
|
],
|
781
|
+
"DisassociateSecurityGroup": [
|
782
|
+
{
|
783
|
+
"document": "批量解绑安全组下面关联的输入输出。",
|
784
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisassociateSecurityGroup\n<公共请求参数>\n\n{\n \"Id\": \"abc\",\n \"UnattachInOutInfos\": [\n {\n \"FlowId\": \"abc\",\n \"InOutId\": \"abc\",\n \"InOutType\": \"abc\",\n \"FlowRegion\": \"abc\"\n }\n ]\n}",
|
785
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
786
|
+
"title": "请求示例"
|
787
|
+
}
|
788
|
+
],
|
749
789
|
"EditMedia": [
|
750
790
|
{
|
751
791
|
"document": "",
|
@@ -980,6 +1020,14 @@
|
|
980
1020
|
"title": "请求示例"
|
981
1021
|
}
|
982
1022
|
],
|
1023
|
+
"ModifyStreamLinkSecurityGroup": [
|
1024
|
+
{
|
1025
|
+
"document": "更新安全组。",
|
1026
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyStreamLinkSecurityGroup\n<公共请求参数>\n\n{\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"Whitelist\": [\n \"abc\"\n ]\n}",
|
1027
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
1028
|
+
"title": "请求示例"
|
1029
|
+
}
|
1030
|
+
],
|
983
1031
|
"ModifyTranscodeTemplate": [
|
984
1032
|
{
|
985
1033
|
"document": "",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"status": "online"
|
93
93
|
},
|
94
94
|
"DeployCertificateInstance": {
|
95
|
-
"document": "证书部署到云资源实例列表,本接口只会创建部署任务, 部署任务结果可通过DescribeHostDeployRecordDetail查询。本接口创建部署任务时,会校验证书和部署实例的匹配关系,存在不匹配的则会创建部署任务失败。以下为匹配关系校验规则:\n- 若待部署的证书和传入实例域名的当前绑定的证书一致, 则不会创建成功\n- 若待部署的证书和传入域名不匹配, 则不会创建成功\n- 若部署clb实例时, 7层监听器下无规则,则不会创建成功\n- 若部署clb实例时, 7层监听器未开启SNI,该监听器下存在任一域名和证书不匹配, 则不会创建成功\n- 若部署clb
|
95
|
+
"document": "证书部署到云资源实例列表,本接口只会创建部署任务, 部署任务结果可通过DescribeHostDeployRecordDetail查询。本接口创建部署任务时,会校验证书和部署实例的匹配关系,存在不匹配的则会创建部署任务失败。以下为匹配关系校验规则:\n- 若待部署的证书和传入实例域名的当前绑定的证书一致, 则不会创建成功\n- 若待部署的证书和传入域名不匹配, 则不会创建成功\n- 若部署clb实例时, 7层监听器下无规则,则不会创建成功\n- 若部署clb实例时, 7层监听器未开启SNI,该监听器下存在任一域名和证书不匹配, 则不会创建成功\n- 若部署clb实例时,监听器规则为正则表示式, 则不会创建成功\n\n<dx-alert infotype=\"explain\" title=\"\">一个证书ID,相同的资源类型,只能创建一个部署任务,必须等部署任务执行完成,才能创建新的部署任务</dx-alert>",
|
96
96
|
"input": "DeployCertificateInstanceRequest",
|
97
97
|
"name": "证书部署到云资源实例列表",
|
98
98
|
"output": "DeployCertificateInstanceResponse",
|
@@ -2993,7 +2993,7 @@
|
|
2993
2993
|
},
|
2994
2994
|
{
|
2995
2995
|
"disabled": false,
|
2996
|
-
"document": "证书部署的实例列表,不同云资源类型如下\n- clb:若监听器开启了SNI,则需要指定到域名LoadBalancerId|ListenerId|Domain,例:[\"lb-bid2fs4g|lbl-a8af11gs|tencent.com\"],若监听器未开启SNI或者为四层监听器,则指定到监听器,例:[\"lb-bid2fs4g|lbl-1c6rp5eo\"]\n- cdn:Domain|计费开关,例:[\"cdn2.tencent.com|off\", \"cdn.tencent.com|on\"]\n- ddos:InsId|Domain|VirtualPort,例:[\"bgpip-000001ms|tencent.com|443\"]\n- live:Domain,例:[\"live1.tencent.com\", \"live2.tencent.com\"]\n- vod:Domain, 例:[\"vod1.tencent.com\", \"vod2.tencent.com\"]\n- waf:Domain, 例:[\"waf1.tencent.com\", \"waf2.tencent.com\"]\n- apigateway:ServiceId|Domain, 例:[\"service-8sk7cqmd|apigw1.tencent.com\", \"service-8sk7cqmd|apigw2.ninghhuang.online\"]\n- teo:Domain, 例:[\"edgeone1.tencent.com\", \"edgeone2.tencent.com\"]\n- tke:ClusterId|NameSpace|SecretName, 例:[\"cls-42sa0ae0|default|test-tencent\"]\n- cos:Region
|
2996
|
+
"document": "证书部署的实例列表,不同云资源类型如下\n- clb:若监听器开启了SNI,则需要指定到域名LoadBalancerId|ListenerId|Domain,例:[\"lb-bid2fs4g|lbl-a8af11gs|tencent.com\"],若监听器未开启SNI或者为四层监听器,则指定到监听器,例:[\"lb-bid2fs4g|lbl-1c6rp5eo\"]\n- cdn:Domain|计费开关,例:[\"cdn2.tencent.com|off\", \"cdn.tencent.com|on\"]\n- ddos:InsId|Domain|VirtualPort,例:[\"bgpip-000001ms|tencent.com|443\"]\n- live:Domain,例:[\"live1.tencent.com\", \"live2.tencent.com\"]\n- vod:Domain, 例:[\"vod1.tencent.com\", \"vod2.tencent.com\"]\n- waf:Domain, 例:[\"waf1.tencent.com\", \"waf2.tencent.com\"]\n- apigateway:ServiceId|Domain, 例:[\"service-8sk7cqmd|apigw1.tencent.com\", \"service-8sk7cqmd|apigw2.ninghhuang.online\"]\n- teo:Domain, 例:[\"edgeone1.tencent.com\", \"edgeone2.tencent.com\"]\n- tke:ClusterId|NameSpace|SecretName, 例:[\"cls-42sa0ae0|default|test-tencent\"]\n- cos:Region|Bucket|Domain, 例:[\"ap-hongkong|ssl-server-1251810746|tencent.com\"]\n- lighthouse:Region|InstanceId|Domain, 例:[\"ap-shanghai|lhins-nh7lql34|tencent.com\"]\n- tse:GatewayId|CertificateId, 例:[\"gateway-s1da9151|fa61bc05-cc54-4eea-c932-24de52577372\"]\n- tcb:Type|Region|EnvId|Domain, 例:[\"AccessService|ap-shanghai|ceshi-4s5h0ymg11c839c7|tencent.com\"]\n",
|
2997
2997
|
"example": "[\"lb-bid2fs4g|lbl-1c6rp5eo\", \"lb-bid2fs4g|lbl-a8af11gs|tencent.com\"]",
|
2998
2998
|
"member": "string",
|
2999
2999
|
"name": "InstanceIdList",
|
@@ -3002,7 +3002,7 @@
|
|
3002
3002
|
},
|
3003
3003
|
{
|
3004
3004
|
"disabled": false,
|
3005
|
-
"document": "
|
3005
|
+
"document": "证书部署云资源支持的云资源类型, 不传则默认部署clb:\n- clb\n- cdn\n- ddos\n- live\n- vod\n- waf\n- apigateway\n- teo\n- tke\n- cos\n- lighthouse\n- tse\n- tcb\n<dx-alert infotype=\"explain\" title=\"\">当云资源类型传入clb、waf、apigateway、cos、lighthouse、tke、tse、tcb 时,公共参数Region必传。</dx-alert>",
|
3006
3006
|
"example": "clb",
|
3007
3007
|
"member": "string",
|
3008
3008
|
"name": "ResourceType",
|
@@ -161,7 +161,7 @@
|
|
161
161
|
},
|
162
162
|
{
|
163
163
|
"document": "公共参数Region必传, Region表示操作cos对应地域的资源",
|
164
|
-
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployCertificateInstance\n<公共请求参数>\n\n{\n \"CertificateId\": \"vyRlKIeI\",\n \"InstanceIdList\": [\n \"ap-hongkong
|
164
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployCertificateInstance\n<公共请求参数>\n\n{\n \"CertificateId\": \"vyRlKIeI\",\n \"InstanceIdList\": [\n \"ap-hongkong|ssl-server-1251810746|tencent.com\"\n ],\n \"ResourceType\": \"cos\"\n}",
|
165
165
|
"output": "{\n \"Response\": {\n \"DeployRecordId\": 1,\n \"DeployStatus\": 0,\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
166
166
|
"title": "证书部署到cos云资源实例列表"
|
167
167
|
},
|
@@ -5792,6 +5792,17 @@
|
|
5792
5792
|
"required": false,
|
5793
5793
|
"type": "int",
|
5794
5794
|
"value_allowed_null": false
|
5795
|
+
},
|
5796
|
+
{
|
5797
|
+
"disabled": false,
|
5798
|
+
"document": "热词表:该参数用于提升识别准确率。 单个热词限制:\"热词|权重\",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;",
|
5799
|
+
"example": "腾讯云|10,语音识别|5,ASR|11",
|
5800
|
+
"member": "string",
|
5801
|
+
"name": "HotWordList",
|
5802
|
+
"output_required": false,
|
5803
|
+
"required": false,
|
5804
|
+
"type": "string",
|
5805
|
+
"value_allowed_null": false
|
5795
5806
|
}
|
5796
5807
|
],
|
5797
5808
|
"usage": "both"
|
@@ -15083,6 +15083,16 @@
|
|
15083
15083
|
"output_required": false,
|
15084
15084
|
"type": "int",
|
15085
15085
|
"value_allowed_null": true
|
15086
|
+
},
|
15087
|
+
{
|
15088
|
+
"disabled": false,
|
15089
|
+
"document": "弹性节点\n注意:此字段可能返回 null,表示取不到有效值。",
|
15090
|
+
"example": "0",
|
15091
|
+
"member": "uint64",
|
15092
|
+
"name": "ElasticNumber",
|
15093
|
+
"output_required": false,
|
15094
|
+
"type": "int",
|
15095
|
+
"value_allowed_null": true
|
15086
15096
|
}
|
15087
15097
|
],
|
15088
15098
|
"usage": "out"
|