tccli 3.0.1408.1__py2.py3-none-any.whl → 3.0.1409.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/cdb/v20170320/api.json +19 -1
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/csip/v20221121/api.json +51 -1
- tccli/services/dts/v20211206/api.json +144 -67
- tccli/services/dts/v20211206/examples.json +13 -7
- tccli/services/es/v20180416/api.json +99 -4
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +100 -3
- tccli/services/monitor/v20180724/examples.json +9 -1
- tccli/services/oceanus/v20190422/api.json +7 -10
- tccli/services/ocr/v20181119/api.json +10 -10
- tccli/services/teo/v20220901/api.json +5 -5
- tccli/services/tke/v20180525/api.json +3 -3
- tccli/services/vcube/v20220410/api.json +1 -1
- {tccli-3.0.1408.1.dist-info → tccli-3.0.1409.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1408.1.dist-info → tccli-3.0.1409.1.dist-info}/RECORD +23 -23
- {tccli-3.0.1408.1.dist-info → tccli-3.0.1409.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1408.1.dist-info → tccli-3.0.1409.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1408.1.dist-info → tccli-3.0.1409.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '3.0.
|
|
1
|
+
__version__ = '3.0.1409.1'
|
|
@@ -7807,6 +7807,24 @@
|
|
|
7807
7807
|
"name": "AccountRegexp",
|
|
7808
7808
|
"required": false,
|
|
7809
7809
|
"type": "string"
|
|
7810
|
+
},
|
|
7811
|
+
{
|
|
7812
|
+
"disabled": false,
|
|
7813
|
+
"document": "默认无排序,支持:ASC、DESC、asc、desc",
|
|
7814
|
+
"example": "desc",
|
|
7815
|
+
"member": "string",
|
|
7816
|
+
"name": "SortBy",
|
|
7817
|
+
"required": false,
|
|
7818
|
+
"type": "string"
|
|
7819
|
+
},
|
|
7820
|
+
{
|
|
7821
|
+
"disabled": false,
|
|
7822
|
+
"document": "待排序的时间字段,可选:CreateTime(账号创建时间)、ModifyTime(账号更新时间)、ModifyPasswordTime(密码修改时间)",
|
|
7823
|
+
"example": "CreateTime",
|
|
7824
|
+
"member": "string",
|
|
7825
|
+
"name": "OrderBy",
|
|
7826
|
+
"required": false,
|
|
7827
|
+
"type": "string"
|
|
7810
7828
|
}
|
|
7811
7829
|
],
|
|
7812
7830
|
"type": "object"
|
|
@@ -7827,7 +7845,7 @@
|
|
|
7827
7845
|
{
|
|
7828
7846
|
"disabled": false,
|
|
7829
7847
|
"document": "符合查询条件的账号详细信息。",
|
|
7830
|
-
"example": "
|
|
7848
|
+
"example": "无",
|
|
7831
7849
|
"member": "AccountInfo",
|
|
7832
7850
|
"name": "Items",
|
|
7833
7851
|
"output_required": true,
|
|
@@ -367,9 +367,9 @@
|
|
|
367
367
|
"DescribeAccounts": [
|
|
368
368
|
{
|
|
369
369
|
"document": "",
|
|
370
|
-
"input": "
|
|
371
|
-
"output": "{\n \"Response\": {\n \"
|
|
372
|
-
"title": "
|
|
370
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccounts\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-b1airfvv\"\n}",
|
|
371
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"507f6863-2827-4c2c-9c3b-fbbcc32e1ed4\",\n \"Items\": [\n {\n \"CreateTime\": \"2025-09-04 14:56:31\",\n \"Host\": \"%\",\n \"MaxUserConnections\": 0,\n \"ModifyPasswordTime\": \"2025-09-04 14:56:31\",\n \"ModifyTime\": \"2025-09-04 14:59:10\",\n \"Notes\": \"\",\n \"OpenCam\": false,\n \"User\": \"ching\"\n },\n {\n \"CreateTime\": \"2025-09-02 16:18:42\",\n \"Host\": \"%\",\n \"MaxUserConnections\": 0,\n \"ModifyPasswordTime\": \"2025-09-02 16:18:42\",\n \"ModifyTime\": \"2025-09-02 16:18:42\",\n \"Notes\": \"\",\n \"OpenCam\": false,\n \"User\": \"root\"\n }\n ],\n \"MaxUserConnections\": 10240,\n \"TotalCount\": 2\n }\n}",
|
|
372
|
+
"title": "查询用户所有账号信息"
|
|
373
373
|
}
|
|
374
374
|
],
|
|
375
375
|
"DescribeAsyncRequestInfo": [
|
|
@@ -3233,7 +3233,7 @@
|
|
|
3233
3233
|
{
|
|
3234
3234
|
"disabled": false,
|
|
3235
3235
|
"document": "任务ID",
|
|
3236
|
-
"example": "
|
|
3236
|
+
"example": "329",
|
|
3237
3237
|
"member": "int64",
|
|
3238
3238
|
"name": "TaskId",
|
|
3239
3239
|
"output_required": true,
|
|
@@ -3389,6 +3389,16 @@
|
|
|
3389
3389
|
"output_required": false,
|
|
3390
3390
|
"type": "string",
|
|
3391
3391
|
"value_allowed_null": false
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"disabled": false,
|
|
3395
|
+
"document": "来源",
|
|
3396
|
+
"example": "1",
|
|
3397
|
+
"member": "int64",
|
|
3398
|
+
"name": "TaskSource",
|
|
3399
|
+
"output_required": false,
|
|
3400
|
+
"type": "int",
|
|
3401
|
+
"value_allowed_null": false
|
|
3392
3402
|
}
|
|
3393
3403
|
],
|
|
3394
3404
|
"usage": "out"
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
},
|
|
788
788
|
"metadata": {
|
|
789
789
|
"apiVersion": "2019-09-04",
|
|
790
|
-
"api_brief": "
|
|
790
|
+
"api_brief": "## 概述\n腾讯云防火墙(Cloud Firewall,CFW)是一款基于公有云环境下的 SaaS 化防火墙,目前主要为用户提供互联网边界防护,并用于解决云上访问控制的统一管理与日志审计问题,具备传统防火墙功能的同时也支持云上多租户及弹性扩容,是用户业务上云的网络安全基础设施。\n本章节介绍的腾讯云防火墙 API 接口均为 API 3.0接口。\n您可以调用 API 对腾讯云防火墙进行操作,例如切换防火墙状态、管理入侵防御、管理访问控制等。\n腾讯云防火墙支持的所有接口信息,请参见 [API 概览](https://cloud.tencent.com/document/product/1132/49080)。\n\n## 术语表\n腾讯云防火墙 API 接口的常见术语请参见下表:\n\n| 术语 | 描述 | \n|---------|---------|\n| 标签 | 标签(TagInfo)用于资源分类管理的元数据结构,包含 TagKey(标签键)和 TagValue(标签值),通过键值对实现资产精细化分类与管理。| \n| 访问控制列表 | 访问控制列表(ACL)用于定义网络流量过滤规则的安全策略集合,支持基于五元组(源/目的IP、端口、协议)的精细化流量管控。 | \n\n## 使用限制\n对于 API 接口的参数限制,请参考各接口文档中的参数说明。\n\n## API 快速入门\n您可以使用 API Explorer 工具在线调用 API。\n本文以创建访问控制规则为例,通过 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)。",
|
|
791
791
|
"serviceNameCN": "云防火墙",
|
|
792
792
|
"serviceShortName": "cfw"
|
|
793
793
|
},
|
|
@@ -17196,7 +17196,7 @@
|
|
|
17196
17196
|
{
|
|
17197
17197
|
"disabled": false,
|
|
17198
17198
|
"document": "发送消息内容(单次请求最多500条)",
|
|
17199
|
-
"example": "
|
|
17199
|
+
"example": "无",
|
|
17200
17200
|
"member": "BatchContent",
|
|
17201
17201
|
"name": "Message",
|
|
17202
17202
|
"required": true,
|
|
@@ -850,6 +850,16 @@
|
|
|
850
850
|
"output_required": false,
|
|
851
851
|
"type": "string",
|
|
852
852
|
"value_allowed_null": false
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"disabled": false,
|
|
856
|
+
"document": "云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云",
|
|
857
|
+
"example": "",
|
|
858
|
+
"member": "int64",
|
|
859
|
+
"name": "CloudType",
|
|
860
|
+
"output_required": false,
|
|
861
|
+
"type": "int",
|
|
862
|
+
"value_allowed_null": false
|
|
853
863
|
}
|
|
854
864
|
],
|
|
855
865
|
"usage": "out"
|
|
@@ -1088,6 +1098,16 @@
|
|
|
1088
1098
|
"output_required": true,
|
|
1089
1099
|
"type": "int",
|
|
1090
1100
|
"value_allowed_null": false
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"disabled": false,
|
|
1104
|
+
"document": "云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云",
|
|
1105
|
+
"example": "",
|
|
1106
|
+
"member": "int64",
|
|
1107
|
+
"name": "CloudType",
|
|
1108
|
+
"output_required": false,
|
|
1109
|
+
"type": "int",
|
|
1110
|
+
"value_allowed_null": false
|
|
1091
1111
|
}
|
|
1092
1112
|
],
|
|
1093
1113
|
"usage": "out"
|
|
@@ -1500,6 +1520,16 @@
|
|
|
1500
1520
|
"output_required": true,
|
|
1501
1521
|
"type": "int",
|
|
1502
1522
|
"value_allowed_null": false
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"disabled": false,
|
|
1526
|
+
"document": "云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云",
|
|
1527
|
+
"example": "",
|
|
1528
|
+
"member": "int64",
|
|
1529
|
+
"name": "CloudType",
|
|
1530
|
+
"output_required": false,
|
|
1531
|
+
"type": "int",
|
|
1532
|
+
"value_allowed_null": false
|
|
1503
1533
|
}
|
|
1504
1534
|
],
|
|
1505
1535
|
"usage": "out"
|
|
@@ -19476,7 +19506,7 @@
|
|
|
19476
19506
|
},
|
|
19477
19507
|
{
|
|
19478
19508
|
"disabled": false,
|
|
19479
|
-
"document": "调用方式\n0:控制台调用\n1:API",
|
|
19509
|
+
"document": "调用方式\n-1:未统计\n0:控制台调用\n1:API",
|
|
19480
19510
|
"example": "0",
|
|
19481
19511
|
"member": "int64",
|
|
19482
19512
|
"name": "EventType",
|
|
@@ -19593,6 +19623,26 @@
|
|
|
19593
19623
|
"output_required": false,
|
|
19594
19624
|
"type": "string",
|
|
19595
19625
|
"value_allowed_null": false
|
|
19626
|
+
},
|
|
19627
|
+
{
|
|
19628
|
+
"disabled": false,
|
|
19629
|
+
"document": "账号外vpc信息",
|
|
19630
|
+
"example": "账号外vpc信息列表",
|
|
19631
|
+
"member": "SourceIPVpcInfo",
|
|
19632
|
+
"name": "VpcInfo",
|
|
19633
|
+
"output_required": false,
|
|
19634
|
+
"type": "list",
|
|
19635
|
+
"value_allowed_null": false
|
|
19636
|
+
},
|
|
19637
|
+
{
|
|
19638
|
+
"disabled": false,
|
|
19639
|
+
"document": "云类型\n0为腾讯云",
|
|
19640
|
+
"example": "",
|
|
19641
|
+
"member": "int64",
|
|
19642
|
+
"name": "CloudType",
|
|
19643
|
+
"output_required": false,
|
|
19644
|
+
"type": "int",
|
|
19645
|
+
"value_allowed_null": false
|
|
19596
19646
|
}
|
|
19597
19647
|
],
|
|
19598
19648
|
"usage": "out"
|