tccli 3.0.1286.1__py2.py3-none-any.whl → 3.0.1287.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/autoscaling/autoscaling_client.py +53 -0
- tccli/services/autoscaling/v20180419/api.json +53 -0
- tccli/services/autoscaling/v20180419/examples.json +8 -0
- tccli/services/cdc/v20201214/api.json +107 -97
- tccli/services/cdwch/v20200915/api.json +70 -2
- tccli/services/cdwch/v20200915/examples.json +2 -2
- tccli/services/cdz/v20221123/api.json +10 -10
- tccli/services/cynosdb/v20190107/api.json +298 -298
- tccli/services/dbbrain/v20210527/api.json +11 -2
- tccli/services/hunyuan/hunyuan_client.py +53 -0
- tccli/services/hunyuan/v20230901/api.json +284 -0
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +47 -47
- tccli/services/lke/v20231130/api.json +6 -6
- tccli/services/ocr/v20181119/api.json +36 -0
- tccli/services/ssl/v20191205/api.json +317 -317
- tccli/services/ssl/v20191205/examples.json +6 -6
- tccli/services/tat/v20201028/examples.json +1 -1
- tccli/services/tchd/tchd_client.py +53 -0
- tccli/services/tchd/v20230306/api.json +89 -0
- tccli/services/tchd/v20230306/examples.json +8 -0
- tccli/services/tdmq/v20200217/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +124 -204
- tccli/services/wedata/v20210820/examples.json +7 -1
- {tccli-3.0.1286.1.dist-info → tccli-3.0.1287.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1286.1.dist-info → tccli-3.0.1287.1.dist-info}/RECORD +31 -31
- {tccli-3.0.1286.1.dist-info → tccli-3.0.1287.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1286.1.dist-info → tccli-3.0.1287.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1286.1.dist-info → tccli-3.0.1287.1.dist-info}/license_files/LICENSE +0 -0
@@ -901,6 +901,15 @@
|
|
901
901
|
"name": "TagItems",
|
902
902
|
"required": false,
|
903
903
|
"type": "list"
|
904
|
+
},
|
905
|
+
{
|
906
|
+
"disabled": false,
|
907
|
+
"document": "副可用去信息",
|
908
|
+
"example": "[{\"ap-guangzhou-3\",\"user-1\"}]",
|
909
|
+
"member": "SecondaryZoneInfo",
|
910
|
+
"name": "SecondaryZoneInfo",
|
911
|
+
"required": false,
|
912
|
+
"type": "list"
|
904
913
|
}
|
905
914
|
],
|
906
915
|
"type": "object"
|
@@ -1764,7 +1773,7 @@
|
|
1764
1773
|
{
|
1765
1774
|
"disabled": false,
|
1766
1775
|
"document": "搜索的集群name",
|
1767
|
-
"example": "
|
1776
|
+
"example": "test",
|
1768
1777
|
"member": "string",
|
1769
1778
|
"name": "SearchInstanceName",
|
1770
1779
|
"required": false,
|
@@ -1805,6 +1814,15 @@
|
|
1805
1814
|
"name": "IsSimple",
|
1806
1815
|
"required": false,
|
1807
1816
|
"type": "bool"
|
1817
|
+
},
|
1818
|
+
{
|
1819
|
+
"disabled": false,
|
1820
|
+
"document": "vip列表",
|
1821
|
+
"example": "['127.0.0.1','192.168.10.10']",
|
1822
|
+
"member": "string",
|
1823
|
+
"name": "Vips",
|
1824
|
+
"required": false,
|
1825
|
+
"type": "list"
|
1808
1826
|
}
|
1809
1827
|
],
|
1810
1828
|
"type": "object"
|
@@ -1825,7 +1843,7 @@
|
|
1825
1843
|
{
|
1826
1844
|
"disabled": false,
|
1827
1845
|
"document": "实例数组",
|
1828
|
-
"example": "
|
1846
|
+
"example": "无",
|
1829
1847
|
"member": "InstanceInfo",
|
1830
1848
|
"name": "InstancesList",
|
1831
1849
|
"output_required": true,
|
@@ -4120,6 +4138,56 @@
|
|
4120
4138
|
],
|
4121
4139
|
"usage": "in"
|
4122
4140
|
},
|
4141
|
+
"SecondaryZoneInfo": {
|
4142
|
+
"document": "副可用区详情",
|
4143
|
+
"members": [
|
4144
|
+
{
|
4145
|
+
"disabled": false,
|
4146
|
+
"document": "副可用区\n注意:此字段可能返回 null,表示取不到有效值。",
|
4147
|
+
"example": "ap-guangzhou",
|
4148
|
+
"member": "string",
|
4149
|
+
"name": "SecondaryZone",
|
4150
|
+
"output_required": false,
|
4151
|
+
"required": false,
|
4152
|
+
"type": "string",
|
4153
|
+
"value_allowed_null": true
|
4154
|
+
},
|
4155
|
+
{
|
4156
|
+
"disabled": false,
|
4157
|
+
"document": "可用区可用的子网id\n注意:此字段可能返回 null,表示取不到有效值。",
|
4158
|
+
"example": "subnet-xxx",
|
4159
|
+
"member": "string",
|
4160
|
+
"name": "SecondarySubnet",
|
4161
|
+
"output_required": false,
|
4162
|
+
"required": false,
|
4163
|
+
"type": "string",
|
4164
|
+
"value_allowed_null": true
|
4165
|
+
},
|
4166
|
+
{
|
4167
|
+
"disabled": false,
|
4168
|
+
"document": "可用区可用的子网可用ip的数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
4169
|
+
"example": "1",
|
4170
|
+
"member": "string",
|
4171
|
+
"name": "UserIpNum",
|
4172
|
+
"output_required": false,
|
4173
|
+
"required": false,
|
4174
|
+
"type": "string",
|
4175
|
+
"value_allowed_null": true
|
4176
|
+
},
|
4177
|
+
{
|
4178
|
+
"disabled": false,
|
4179
|
+
"document": "可用区可用的子网可用ip的数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
4180
|
+
"example": "1",
|
4181
|
+
"member": "int64",
|
4182
|
+
"name": "SecondaryUserSubnetIPNum",
|
4183
|
+
"output_required": false,
|
4184
|
+
"required": false,
|
4185
|
+
"type": "int",
|
4186
|
+
"value_allowed_null": true
|
4187
|
+
}
|
4188
|
+
],
|
4189
|
+
"usage": "both"
|
4190
|
+
},
|
4123
4191
|
"ServiceInfo": {
|
4124
4192
|
"document": "服务详细信息描述。",
|
4125
4193
|
"members": [
|
@@ -131,8 +131,8 @@
|
|
131
131
|
"DescribeInstancesNew": [
|
132
132
|
{
|
133
133
|
"document": "查询",
|
134
|
-
"input": "POST / HTTP/1.1\nHost: cdwch.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstancesNew\n<公共请求参数>\n\n{\n \"SearchInstanceId\": \"
|
135
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"InstancesList\": [\n {\n \"InstanceId\": \"
|
134
|
+
"input": "POST / HTTP/1.1\nHost: cdwch.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstancesNew\n<公共请求参数>\n\n{\n \"SearchInstanceId\": \"cdwch-xxx\",\n \"SearchInstanceName\": \"testname\",\n \"Offset\": 0,\n \"Limit\": 0,\n \"SearchTags\": [\n {\n \"TagKey\": \"testname\",\n \"TagValue\": \"testname\",\n \"AllValue\": 0\n }\n ]\n}",
|
135
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"InstancesList\": [\n {\n \"InstanceId\": \"testname\",\n \"InstanceName\": \"testname\",\n \"Status\": \"testname\",\n \"Version\": \"testname\",\n \"Region\": \"testname\",\n \"Zone\": \"testname\",\n \"VpcId\": \"testname\",\n \"SubnetId\": \"testname\",\n \"PayMode\": \"testname\",\n \"CreateTime\": \"testname\",\n \"ExpireTime\": \"testname\",\n \"MasterSummary\": {\n \"Spec\": \"testname\",\n \"NodeSize\": 0,\n \"Core\": 0,\n \"Memory\": 0,\n \"Disk\": 0,\n \"DiskType\": \"testname\",\n \"DiskDesc\": \"testname\",\n \"AttachCBSSpec\": {\n \"DiskType\": \"testname\",\n \"DiskSize\": 0,\n \"DiskCount\": 0,\n \"DiskDesc\": \"testname\"\n },\n \"SubProductType\": \"testname\",\n \"SpecCore\": 0,\n \"SpecMemory\": 0,\n \"DiskCount\": 0,\n \"MaxDiskSize\": 0,\n \"Encrypt\": 0\n },\n \"CommonSummary\": {\n \"Spec\": \"testname\",\n \"NodeSize\": 0,\n \"Core\": 0,\n \"Memory\": 0,\n \"Disk\": 0,\n \"DiskType\": \"testname\",\n \"DiskDesc\": \"testname\",\n \"AttachCBSSpec\": {\n \"DiskType\": \"testname\",\n \"DiskSize\": 0,\n \"DiskCount\": 0,\n \"DiskDesc\": \"testname\"\n },\n \"SubProductType\": \"testname\",\n \"SpecCore\": 0,\n \"SpecMemory\": 0,\n \"DiskCount\": 0,\n \"MaxDiskSize\": 0,\n \"Encrypt\": 0\n },\n \"HA\": \"testname\",\n \"AccessInfo\": \"testname\",\n \"Id\": 0,\n \"RegionId\": 0,\n \"ZoneDesc\": \"testname\",\n \"FlowMsg\": \"testname\",\n \"StatusDesc\": \"testname\",\n \"RenewFlag\": true,\n \"Tags\": [\n {\n \"TagKey\": \"testname\",\n \"TagValue\": \"testname\"\n }\n ],\n \"Monitor\": \"testname\",\n \"HasClsTopic\": true,\n \"ClsTopicId\": \"testname\",\n \"ClsLogSetId\": \"testname\",\n \"EnableXMLConfig\": 0,\n \"RegionDesc\": \"testname\",\n \"Eip\": \"testname\",\n \"CosMoveFactor\": 0,\n \"Kind\": \"testname\",\n \"IsElastic\": true,\n \"InstanceStateInfo\": {\n \"InstanceState\": \"testname\",\n \"FlowCreateTime\": \"testname\",\n \"FlowName\": \"testname\",\n \"FlowProgress\": 0,\n \"InstanceStateDesc\": \"testname\",\n \"FlowMsg\": \"testname\",\n \"ProcessName\": \"testname\",\n \"RequestId\": \"testname\"\n },\n \"HAZk\": true,\n \"MountDiskType\": 0,\n \"CHProxyVip\": \"testname\",\n \"CosBucketName\": \"testname\",\n \"CanAttachCbs\": true,\n \"CanAttachCbsLvm\": true,\n \"CanAttachCos\": true,\n \"Components\": [\n {\n \"Name\": \"testname\",\n \"Version\": \"testname\"\n }\n ],\n \"UpgradeVersions\": \"testname\"\n }\n ],\n \"RequestId\": \"testname\"\n }\n}",
|
136
136
|
"title": "test"
|
137
137
|
}
|
138
138
|
],
|
@@ -283,23 +283,23 @@
|
|
283
283
|
"members": [
|
284
284
|
{
|
285
285
|
"disabled": false,
|
286
|
-
"document": "
|
287
|
-
"example": "
|
286
|
+
"document": "资源水位详情",
|
287
|
+
"example": "无",
|
288
288
|
"member": "CloudDedicatedZoneResourceSummaryInfo",
|
289
289
|
"name": "ResourceSummarySet",
|
290
290
|
"output_required": true,
|
291
291
|
"type": "list",
|
292
|
-
"value_allowed_null":
|
292
|
+
"value_allowed_null": false
|
293
293
|
},
|
294
294
|
{
|
295
295
|
"disabled": false,
|
296
|
-
"document": "
|
297
|
-
"example": "{
|
296
|
+
"document": "资源水位扩展信息",
|
297
|
+
"example": "{\"ThisMondayLocalDate\":\"2024-11-11\",\"LastMondayLocalDate\":\"2024-11-04\"}",
|
298
298
|
"member": "ExtraInfo",
|
299
299
|
"name": "ExtraInfo",
|
300
300
|
"output_required": false,
|
301
301
|
"type": "object",
|
302
|
-
"value_allowed_null":
|
302
|
+
"value_allowed_null": false
|
303
303
|
},
|
304
304
|
{
|
305
305
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -315,23 +315,23 @@
|
|
315
315
|
"members": [
|
316
316
|
{
|
317
317
|
"disabled": false,
|
318
|
-
"document": "
|
318
|
+
"document": "专属可用区当地时间本周一日期",
|
319
319
|
"example": "2024-01-22",
|
320
320
|
"member": "string",
|
321
321
|
"name": "ThisMondayLocalDate",
|
322
322
|
"output_required": false,
|
323
323
|
"type": "string",
|
324
|
-
"value_allowed_null":
|
324
|
+
"value_allowed_null": false
|
325
325
|
},
|
326
326
|
{
|
327
327
|
"disabled": false,
|
328
|
-
"document": "
|
328
|
+
"document": "专属可用区当地时间上周一日期",
|
329
329
|
"example": "2024-01-15",
|
330
330
|
"member": "string",
|
331
331
|
"name": "LastMondayLocalDate",
|
332
332
|
"output_required": false,
|
333
333
|
"type": "string",
|
334
|
-
"value_allowed_null":
|
334
|
+
"value_allowed_null": false
|
335
335
|
}
|
336
336
|
],
|
337
337
|
"usage": "out"
|