tccli 3.0.1288.1__py2.py3-none-any.whl → 3.0.1290.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/plugins/sso/__init__.py +11 -1
- tccli/plugins/sso/login.py +3 -3
- tccli/services/asr/v20190614/api.json +6 -6
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bi/v20220105/api.json +43 -0
- tccli/services/billing/v20180709/api.json +326 -266
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +64 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdwpg/v20201230/api.json +5 -5
- tccli/services/cdwpg/v20201230/examples.json +6 -6
- tccli/services/cdz/v20221123/api.json +4 -4
- tccli/services/cfg/v20210820/api.json +197 -197
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +21 -16
- tccli/services/cls/v20201016/api.json +230 -198
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/cwp/v20180228/api.json +39 -9
- tccli/services/cynosdb/v20190107/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +383 -12
- tccli/services/dbbrain/v20191016/api.json +24 -21
- tccli/services/dbbrain/v20210527/api.json +851 -68
- tccli/services/dbbrain/v20210527/examples.json +56 -0
- tccli/services/domain/v20180808/api.json +11 -11
- tccli/services/dts/v20180330/api.json +34 -34
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +225 -223
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +30 -3
- tccli/services/essbasic/v20210526/api.json +29 -2
- tccli/services/fmu/v20191213/api.json +2 -2
- tccli/services/goosefs/v20220519/api.json +2 -2
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +66 -66
- tccli/services/iotcloud/v20210408/examples.json +13 -13
- tccli/services/iotexplorer/iotexplorer_client.py +159 -0
- tccli/services/iotexplorer/v20190423/api.json +561 -0
- tccli/services/iotexplorer/v20190423/examples.json +24 -0
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20211125/api.json +105 -0
- tccli/services/iotvideo/v20211125/examples.json +16 -0
- tccli/services/lighthouse/v20200324/api.json +53 -53
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/lke/v20231130/api.json +12 -2
- tccli/services/lkeap/v20240522/api.json +2 -2
- tccli/services/lowcode/v20210108/api.json +2 -2
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +144 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mps/mps_client.py +501 -24
- tccli/services/mps/v20190612/api.json +2118 -247
- tccli/services/mps/v20190612/examples.json +72 -0
- tccli/services/mqtt/v20240516/api.json +4 -4
- tccli/services/mqtt/v20240516/examples.json +5 -11
- tccli/services/organization/v20210331/api.json +113 -113
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +34 -0
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/svp/v20240125/api.json +1 -1
- tccli/services/tcb/tcb_client.py +53 -0
- tccli/services/tcb/v20180608/api.json +224 -157
- tccli/services/tcb/v20180608/examples.json +8 -0
- tccli/services/tcbr/v20220217/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +379 -285
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +541 -5
- tccli/services/teo/v20220901/examples.json +21 -3
- tccli/services/tione/v20211111/api.json +64 -6
- tccli/services/vdb/v20230616/api.json +31 -2
- tccli/services/vdb/v20230616/examples.json +8 -2
- tccli/services/vrs/v20200824/api.json +14 -2
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +102 -0
- tccli/services/weilingwith/v20230427/api.json +997 -997
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/RECORD +81 -81
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/license_files/LICENSE +0 -0
@@ -546,7 +546,7 @@
|
|
546
546
|
{
|
547
547
|
"document": "",
|
548
548
|
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"826f8b26-b054-4a0d-8c8e-f3d609f5e0ea\"\n}",
|
549
|
-
"output": "{\n \"Response\": {\n \"TopicId\": \"826f8b26-b054-4a0d-8c8e-f3d609f5e0ea\",\n \"Status\": true,\n \"Rule\": {\n \"FullText\": {\n \"CaseSensitive\": false,\n \"Tokenizer\": \"-=/?\"\n },\n \"KeyValue\": {\n \"CaseSensitive\": false,\n \"KeyValues\": [\n {\n \"Key\": \"age\",\n \"Value\": {\n \"Type\": \"long\",\n \"SqlFlag\": true\n }\n }\n ]\n },\n \"Tag\": {\n \"CaseSensitive\": false,\n \"KeyValues\": [\n {\n \"Key\": \"__TAG__.timestamp\",\n \"Value\": {\n \"Type\": \"long\",\n \"SqlFlag\": true\n }\n }\n ]\n }\n },\n \"ModifyTime\": \"2021-01-13 21:00:08\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\",\n \"IncludeInternalFields\": true,\n \"MetadataFlag\": 1\n }\n}",
|
549
|
+
"output": "{\n \"Response\": {\n \"TopicId\": \"826f8b26-b054-4a0d-8c8e-f3d609f5e0ea\",\n \"Status\": true,\n \"Rule\": {\n \"FullText\": {\n \"CaseSensitive\": false,\n \"Tokenizer\": \"-=/?\",\n \"ContainZH\": false\n },\n \"KeyValue\": {\n \"CaseSensitive\": false,\n \"KeyValues\": [\n {\n \"Key\": \"age\",\n \"Value\": {\n \"Type\": \"long\",\n \"SqlFlag\": true,\n \"Tokenizer\": \"\",\n \"ContainZH\": false\n }\n }\n ]\n },\n \"Tag\": {\n \"CaseSensitive\": false,\n \"KeyValues\": [\n {\n \"Key\": \"__TAG__.timestamp\",\n \"Value\": {\n \"Type\": \"long\",\n \"SqlFlag\": true,\n \"Tokenizer\": \"\",\n \"ContainZH\": false\n }\n }\n ]\n },\n \"DynamicIndex\": {\n \"Status\": false\n }\n },\n \"ModifyTime\": \"2021-01-13 21:00:08\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\",\n \"IncludeInternalFields\": true,\n \"MetadataFlag\": 1\n }\n}",
|
550
550
|
"title": "获取索引信息"
|
551
551
|
}
|
552
552
|
],
|
@@ -602,7 +602,7 @@
|
|
602
602
|
{
|
603
603
|
"document": "获取包含指定标签的机器组列表",
|
604
604
|
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineGroups\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"tagKey\",\n \"Values\": [\n \"k1\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
605
|
-
"output": "{\n \"Response\": {\n \"MachineGroups\": [\n {\n \"GroupId\": \"4a4ee397-xxxx-466f-a04c-b3413b9db40c\",\n \"GroupName\": \"cos-recharge\",\n \"MachineGroupType\": {\n \"Type\": \"label\",\n \"Values\": [\n \"cos-recharge\"\n ]\n },\n \"CreateTime\": \"2022-02-13 21:07:54\",\n \"AutoUpdate\": \"\",\n \"UpdateStartTime\": \"\",\n \"UpdateEndTime\": \"\",\n \"ServiceLogging\": true,\n \"DelayCleanupTime\": 30,\n \"MetaTags\": [],\n \"Tags\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"2dc17eaa-xxxx-40ea-8cdc-650aa85ccb80\"\n }\n}",
|
605
|
+
"output": "{\n \"Response\": {\n \"MachineGroups\": [\n {\n \"GroupId\": \"4a4ee397-xxxx-466f-a04c-b3413b9db40c\",\n \"GroupName\": \"cos-recharge\",\n \"MachineGroupType\": {\n \"Type\": \"label\",\n \"Values\": [\n \"cos-recharge\"\n ]\n },\n \"CreateTime\": \"2022-02-13 21:07:54\",\n \"AutoUpdate\": \"\",\n \"UpdateStartTime\": \"\",\n \"UpdateEndTime\": \"\",\n \"ServiceLogging\": true,\n \"DelayCleanupTime\": 30,\n \"MetaTags\": [],\n \"OSType\": 0,\n \"Tags\": []\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"2dc17eaa-xxxx-40ea-8cdc-650aa85ccb80\"\n }\n}",
|
606
606
|
"title": "获取机器组列表"
|
607
607
|
}
|
608
608
|
],
|
@@ -25085,7 +25085,7 @@
|
|
25085
25085
|
},
|
25086
25086
|
{
|
25087
25087
|
"disabled": false,
|
25088
|
-
"document": "
|
25088
|
+
"document": "过滤条件:<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:轻量版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+轻量版</li>",
|
25089
25089
|
"example": "[{\"Name\": \"Version\", \"Values\": [\"UnFlag****\"]}]",
|
25090
25090
|
"member": "Filters",
|
25091
25091
|
"name": "Filters",
|
@@ -25101,7 +25101,7 @@
|
|
25101
25101
|
{
|
25102
25102
|
"disabled": false,
|
25103
25103
|
"document": "有效的机器信息列表:机器名称、机器公网/内网ip、机器标签",
|
25104
|
-
"example": "
|
25104
|
+
"example": "无",
|
25105
25105
|
"member": "EffectiveMachineInfo",
|
25106
25106
|
"name": "EffectiveMachineInfoList",
|
25107
25107
|
"output_required": true,
|
@@ -25684,7 +25684,7 @@
|
|
25684
25684
|
},
|
25685
25685
|
{
|
25686
25686
|
"disabled": false,
|
25687
|
-
"document": "
|
25687
|
+
"document": "轻量版总授权数(有效订单的授权数)",
|
25688
25688
|
"example": "0",
|
25689
25689
|
"member": "uint64",
|
25690
25690
|
"name": "CwpVersionLicenseCnt",
|
@@ -25910,7 +25910,7 @@
|
|
25910
25910
|
},
|
25911
25911
|
{
|
25912
25912
|
"disabled": false,
|
25913
|
-
"document": "
|
25913
|
+
"document": "轻量版 配置信息",
|
25914
25914
|
"example": "1",
|
25915
25915
|
"member": "VersionWhiteConfig",
|
25916
25916
|
"name": "PrattWhitney",
|
@@ -27025,7 +27025,7 @@
|
|
27025
27025
|
},
|
27026
27026
|
{
|
27027
27027
|
"disabled": false,
|
27028
|
-
"document": "
|
27028
|
+
"document": "已防护轻量机器数(Lighthouse机器)",
|
27029
27029
|
"example": "0",
|
27030
27030
|
"member": "uint64",
|
27031
27031
|
"name": "LHGeneralDiscountCnt",
|
@@ -27291,7 +27291,7 @@
|
|
27291
27291
|
},
|
27292
27292
|
{
|
27293
27293
|
"disabled": false,
|
27294
|
-
"document": "防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT
|
27294
|
+
"document": "防护版本:BASIC_VERSION 基础版,PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版",
|
27295
27295
|
"example": "BASIC_VERSION",
|
27296
27296
|
"member": "string",
|
27297
27297
|
"name": "ProtectType",
|
@@ -31853,7 +31853,7 @@
|
|
31853
31853
|
},
|
31854
31854
|
{
|
31855
31855
|
"disabled": false,
|
31856
|
-
"document": "
|
31856
|
+
"document": "为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机",
|
31857
31857
|
"example": "[\"d99a1b46-cc2d-4633-a11f-4a7663d25***\"]",
|
31858
31858
|
"member": "string",
|
31859
31859
|
"name": "Uuids",
|
@@ -33694,7 +33694,7 @@
|
|
33694
33694
|
},
|
33695
33695
|
{
|
33696
33696
|
"disabled": false,
|
33697
|
-
"document": "
|
33697
|
+
"document": "轻量版数量",
|
33698
33698
|
"example": "1",
|
33699
33699
|
"member": "uint64",
|
33700
33700
|
"name": "GeneralVersionNum",
|
@@ -42469,6 +42469,26 @@
|
|
42469
42469
|
"output_required": false,
|
42470
42470
|
"type": "string",
|
42471
42471
|
"value_allowed_null": false
|
42472
|
+
},
|
42473
|
+
{
|
42474
|
+
"disabled": false,
|
42475
|
+
"document": "可用区名称",
|
42476
|
+
"example": "ap-beijing",
|
42477
|
+
"member": "string",
|
42478
|
+
"name": "RegionName",
|
42479
|
+
"output_required": false,
|
42480
|
+
"type": "string",
|
42481
|
+
"value_allowed_null": false
|
42482
|
+
},
|
42483
|
+
{
|
42484
|
+
"disabled": false,
|
42485
|
+
"document": "可用区ID",
|
42486
|
+
"example": "17",
|
42487
|
+
"member": "uint64",
|
42488
|
+
"name": "RegionId",
|
42489
|
+
"output_required": false,
|
42490
|
+
"type": "int",
|
42491
|
+
"value_allowed_null": false
|
42472
42492
|
}
|
42473
42493
|
],
|
42474
42494
|
"usage": "out"
|
@@ -51810,6 +51830,16 @@
|
|
51810
51830
|
"output_required": true,
|
51811
51831
|
"type": "string",
|
51812
51832
|
"value_allowed_null": false
|
51833
|
+
},
|
51834
|
+
{
|
51835
|
+
"disabled": false,
|
51836
|
+
"document": "主机类型",
|
51837
|
+
"example": "CVM",
|
51838
|
+
"member": "string",
|
51839
|
+
"name": "MachineType",
|
51840
|
+
"output_required": false,
|
51841
|
+
"type": "string",
|
51842
|
+
"value_allowed_null": false
|
51813
51843
|
}
|
51814
51844
|
],
|
51815
51845
|
"usage": "out"
|
@@ -55114,7 +55144,7 @@
|
|
55114
55144
|
},
|
55115
55145
|
{
|
55116
55146
|
"disabled": false,
|
55117
|
-
"document": "
|
55147
|
+
"document": "为空默认扫描全部专业版、旗舰版、轻量版主机,不为空只扫描选中主机",
|
55118
55148
|
"example": "['']",
|
55119
55149
|
"member": "string",
|
55120
55150
|
"name": "Uuids",
|
@@ -14623,8 +14623,8 @@
|
|
14623
14623
|
},
|
14624
14624
|
{
|
14625
14625
|
"disabled": false,
|
14626
|
-
"document": "
|
14627
|
-
"example": "
|
14626
|
+
"document": "该参数目前不支持修改,无需填写。",
|
14627
|
+
"example": "logic",
|
14628
14628
|
"member": "string",
|
14629
14629
|
"name": "BackupType",
|
14630
14630
|
"required": false,
|