tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.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/batch/batch_client.py +4 -110
- tccli/services/batch/v20170312/api.json +0 -527
- tccli/services/batch/v20170312/examples.json +0 -16
- tccli/services/bi/v20220105/api.json +87 -1
- tccli/services/bi/v20220105/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +84 -84
- tccli/services/cbs/v20170312/api.json +24 -24
- tccli/services/cdn/v20180606/api.json +240 -179
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +5 -3
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/chdfs/v20201112/api.json +7 -1
- tccli/services/cls/cls_client.py +235 -23
- tccli/services/cls/v20201016/api.json +457 -3
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/controlcenter/v20230110/api.json +63 -58
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +106 -0
- tccli/services/dbbrain/v20191016/api.json +365 -6
- tccli/services/dbbrain/v20191016/examples.json +8 -0
- tccli/services/dbbrain/v20210527/api.json +550 -21
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +102 -6
- tccli/services/dcdb/v20180411/examples.json +4 -4
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +162 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +128 -127
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/facefusion/v20220927/examples.json +1 -1
- tccli/services/gs/v20191118/api.json +22 -3
- tccli/services/gs/v20191118/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +16 -16
- tccli/services/iotcloud/v20210408/api.json +2 -2
- tccli/services/iotcloud/v20210408/examples.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +947 -857
- tccli/services/iotexplorer/v20190423/examples.json +83 -83
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mariadb/v20170312/api.json +84 -8
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mps/v20190612/api.json +63 -61
- tccli/services/mps/v20190612/examples.json +48 -48
- tccli/services/mqtt/v20240516/api.json +62 -12
- tccli/services/mqtt/v20240516/examples.json +6 -6
- tccli/services/ocr/ocr_client.py +307 -360
- tccli/services/ocr/v20181119/api.json +73 -289
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +9 -0
- tccli/services/partners/v20180321/api.json +10 -0
- tccli/services/sqlserver/v20180328/api.json +9 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +11 -1
- tccli/services/tdmq/v20200217/api.json +30 -0
- tccli/services/teo/v20220106/api.json +4 -4
- tccli/services/teo/v20220901/api.json +48 -7
- tccli/services/teo/v20220901/examples.json +51 -15
- tccli/services/tione/v20211111/api.json +25 -5
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/trro/trro_client.py +269 -4
- tccli/services/trro/v20220325/api.json +504 -0
- tccli/services/trro/v20220325/examples.json +40 -0
- tccli/services/tse/v20201207/api.json +34 -34
- tccli/services/vdb/v20230616/api.json +738 -15
- tccli/services/vdb/v20230616/examples.json +64 -0
- tccli/services/vdb/vdb_client.py +428 -4
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vod/v20240718/api.json +985 -0
- tccli/services/vod/v20240718/examples.json +66 -0
- tccli/services/vod/vod_client.py +330 -12
- tccli/services/vpc/v20170312/api.json +175 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +464 -1
- tccli/services/wedata/v20210820/examples.json +22 -0
- tccli/services/wedata/wedata_client.py +114 -8
- tccli/services/weilingwith/v20230427/api.json +10 -10
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -5683,7 +5683,7 @@
|
|
5683
5683
|
},
|
5684
5684
|
{
|
5685
5685
|
"disabled": false,
|
5686
|
-
"document": "推流路径,与推流和播放地址中的AppName保持一致,默认为 live
|
5686
|
+
"document": "推流路径,与推流和播放地址中的AppName保持一致,默认为 live。注:如果需要对所有AppName生效,可填写“*”。",
|
5687
5687
|
"example": "live",
|
5688
5688
|
"member": "string",
|
5689
5689
|
"name": "AppName",
|
@@ -5692,7 +5692,7 @@
|
|
5692
5692
|
},
|
5693
5693
|
{
|
5694
5694
|
"disabled": false,
|
5695
|
-
"document": "
|
5695
|
+
"document": "流名称。注:如果本参数设置为非空字符串,规则将只对此推流起作用。如果需要对所有StreamName生效,可填写“*”。",
|
5696
5696
|
"example": "s",
|
5697
5697
|
"member": "string",
|
5698
5698
|
"name": "StreamName",
|
@@ -665,7 +665,7 @@
|
|
665
665
|
"members": [
|
666
666
|
{
|
667
667
|
"disabled": false,
|
668
|
-
"document": "文件类型。\n\n**支持的文件类型:**\n- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`\n\n**支持的文件大小:**\n - `PDF` 最大
|
668
|
+
"document": "文件类型。\n\n**支持的文件类型:**\n- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`\n\n**支持的文件大小:**\n - `PDF` 最大300M\n - `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M\n - `TXT`、`MD` 最大10M\n - 其他 最大20M\n",
|
669
669
|
"example": "PDF",
|
670
670
|
"member": "string",
|
671
671
|
"name": "FileType",
|
@@ -2055,7 +2055,7 @@
|
|
2055
2055
|
"members": [
|
2056
2056
|
{
|
2057
2057
|
"disabled": false,
|
2058
|
-
"document": "文件类型。\n**支持的文件类型**:PDF、DOC、DOCX、PPT、PPTX、MD、TXT、XLS、XLSX、CSV、PNG、JPG、JPEG、BMP、GIF、WEBP、HEIC、EPS、ICNS、IM、PCX、PPM、TIFF、XBM、HEIF、JP2\n**支持的文件大小**:\n- PDF、DOC、DOCX、PPT、PPTX 支持100M\n- MD、TXT 支持10M\n- 其他支持20M\n",
|
2058
|
+
"document": "文件类型。\n**支持的文件类型**:PDF、DOC、DOCX、PPT、PPTX、MD、TXT、XLS、XLSX、CSV、PNG、JPG、JPEG、BMP、GIF、WEBP、HEIC、EPS、ICNS、IM、PCX、PPM、TIFF、XBM、HEIF、JP2\n**支持的文件大小**:\n- PDF、DOC、DOCX、PPT、PPTX 支持100M\n- MD、TXT、XLS、XLSX、CSV 支持10M\n- 其他支持20M\n",
|
2059
2059
|
"example": "PDF",
|
2060
2060
|
"member": "string",
|
2061
2061
|
"name": "FileType",
|
@@ -2155,7 +2155,7 @@
|
|
2155
2155
|
},
|
2156
2156
|
{
|
2157
2157
|
"disabled": false,
|
2158
|
-
"document": "
|
2158
|
+
"document": "文档解析结果的临时下载地址。\n文件类型为zip压缩包,下载链接有效期30分钟。\n压缩包内包含*.md、*.json以及images文件夹。\n",
|
2159
2159
|
"example": "无",
|
2160
2160
|
"member": "string",
|
2161
2161
|
"name": "DocumentRecognizeResultUrl",
|
@@ -1382,6 +1382,15 @@
|
|
1382
1382
|
"name": "DcnSyncMode",
|
1383
1383
|
"required": false,
|
1384
1384
|
"type": "int"
|
1385
|
+
},
|
1386
|
+
{
|
1387
|
+
"disabled": false,
|
1388
|
+
"document": "cpu类型,英特尔:Intel/AMD,海光:Hygon,默认Intel/AMD",
|
1389
|
+
"example": "Intel/AMD",
|
1390
|
+
"member": "string",
|
1391
|
+
"name": "CpuType",
|
1392
|
+
"required": false,
|
1393
|
+
"type": "string"
|
1385
1394
|
}
|
1386
1395
|
],
|
1387
1396
|
"type": "object"
|
@@ -1863,6 +1872,15 @@
|
|
1863
1872
|
"name": "DcnSyncMode",
|
1864
1873
|
"required": false,
|
1865
1874
|
"type": "int"
|
1875
|
+
},
|
1876
|
+
{
|
1877
|
+
"disabled": false,
|
1878
|
+
"document": "cpu类型,英特尔:Intel/AMD,海光:Hygon,默认Intel/AMD",
|
1879
|
+
"example": "Intel/AMD",
|
1880
|
+
"member": "string",
|
1881
|
+
"name": "CpuType",
|
1882
|
+
"required": false,
|
1883
|
+
"type": "string"
|
1866
1884
|
}
|
1867
1885
|
],
|
1868
1886
|
"type": "object"
|
@@ -4384,6 +4402,16 @@
|
|
4384
4402
|
"type": "string",
|
4385
4403
|
"value_allowed_null": false
|
4386
4404
|
},
|
4405
|
+
{
|
4406
|
+
"disabled": false,
|
4407
|
+
"document": "Cpu类型,如:英特尔:Intel/AMD,海光:Hygon",
|
4408
|
+
"example": "Intel/AMD",
|
4409
|
+
"member": "string",
|
4410
|
+
"name": "CpuType",
|
4411
|
+
"output_required": true,
|
4412
|
+
"type": "string",
|
4413
|
+
"value_allowed_null": false
|
4414
|
+
},
|
4387
4415
|
{
|
4388
4416
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4389
4417
|
"member": "string",
|
@@ -4395,7 +4423,17 @@
|
|
4395
4423
|
},
|
4396
4424
|
"DescribeDBInstanceSpecsRequest": {
|
4397
4425
|
"document": "DescribeDBInstanceSpecs请求参数结构体",
|
4398
|
-
"members": [
|
4426
|
+
"members": [
|
4427
|
+
{
|
4428
|
+
"disabled": false,
|
4429
|
+
"document": "Cpu类型,如:英特尔:Intel/AMD,海光:Hygon,默认Intel/AMD",
|
4430
|
+
"example": "Intel/AMD",
|
4431
|
+
"member": "string",
|
4432
|
+
"name": "CpuType",
|
4433
|
+
"required": false,
|
4434
|
+
"type": "string"
|
4435
|
+
}
|
4436
|
+
],
|
4399
4437
|
"type": "object"
|
4400
4438
|
},
|
4401
4439
|
"DescribeDBInstanceSpecsResponse": {
|
@@ -4407,7 +4445,7 @@
|
|
4407
4445
|
"example": "无",
|
4408
4446
|
"member": "InstanceSpec",
|
4409
4447
|
"name": "Specs",
|
4410
|
-
"
|
4448
|
+
"output_required": true,
|
4411
4449
|
"type": "list",
|
4412
4450
|
"value_allowed_null": false
|
4413
4451
|
},
|
@@ -5670,6 +5708,15 @@
|
|
5670
5708
|
"name": "AmountUnit",
|
5671
5709
|
"required": false,
|
5672
5710
|
"type": "string"
|
5711
|
+
},
|
5712
|
+
{
|
5713
|
+
"disabled": false,
|
5714
|
+
"document": "Cpu类型,如:英特尔:Intel/AMD,海光:Hygon,默认Intel/AMD",
|
5715
|
+
"example": "Intel/AMD",
|
5716
|
+
"member": "string",
|
5717
|
+
"name": "CpuType",
|
5718
|
+
"required": false,
|
5719
|
+
"type": "string"
|
5673
5720
|
}
|
5674
5721
|
],
|
5675
5722
|
"type": "object"
|
@@ -5683,7 +5730,7 @@
|
|
5683
5730
|
"example": "21120",
|
5684
5731
|
"member": "int64",
|
5685
5732
|
"name": "OriginalPrice",
|
5686
|
-
"
|
5733
|
+
"output_required": true,
|
5687
5734
|
"type": "int",
|
5688
5735
|
"value_allowed_null": false
|
5689
5736
|
},
|
@@ -5693,7 +5740,7 @@
|
|
5693
5740
|
"example": "21120",
|
5694
5741
|
"member": "int64",
|
5695
5742
|
"name": "Price",
|
5696
|
-
"
|
5743
|
+
"output_required": true,
|
5697
5744
|
"type": "int",
|
5698
5745
|
"value_allowed_null": false
|
5699
5746
|
},
|
@@ -7603,6 +7650,16 @@
|
|
7603
7650
|
"output_required": true,
|
7604
7651
|
"type": "string",
|
7605
7652
|
"value_allowed_null": false
|
7653
|
+
},
|
7654
|
+
{
|
7655
|
+
"disabled": false,
|
7656
|
+
"document": "节点所在可用区",
|
7657
|
+
"example": "ap-guangzhou-2",
|
7658
|
+
"member": "string",
|
7659
|
+
"name": "Zone",
|
7660
|
+
"output_required": true,
|
7661
|
+
"type": "string",
|
7662
|
+
"value_allowed_null": false
|
7606
7663
|
}
|
7607
7664
|
],
|
7608
7665
|
"usage": "out"
|
@@ -7880,12 +7937,22 @@
|
|
7880
7937
|
{
|
7881
7938
|
"disabled": false,
|
7882
7939
|
"document": "可选择的主可用区和从可用区",
|
7883
|
-
"example": "
|
7940
|
+
"example": "无",
|
7884
7941
|
"member": "ZoneChooseInfo",
|
7885
7942
|
"name": "AvailableChoice",
|
7886
7943
|
"output_required": true,
|
7887
7944
|
"type": "list",
|
7888
7945
|
"value_allowed_null": false
|
7946
|
+
},
|
7947
|
+
{
|
7948
|
+
"disabled": false,
|
7949
|
+
"document": "Cpu类型,如:英特尔:Intel/AMD,海光:Hygon",
|
7950
|
+
"example": "Intel/AMD",
|
7951
|
+
"member": "string",
|
7952
|
+
"name": "CpuType",
|
7953
|
+
"output_required": true,
|
7954
|
+
"type": "string",
|
7955
|
+
"value_allowed_null": false
|
7889
7956
|
}
|
7890
7957
|
],
|
7891
7958
|
"usage": "out"
|
@@ -8576,7 +8643,7 @@
|
|
8576
8643
|
{
|
8577
8644
|
"disabled": false,
|
8578
8645
|
"document": "实例Id,形如 tdsql-ow728lmc",
|
8579
|
-
"example": "tdsql-
|
8646
|
+
"example": "tdsql-ow728lmc",
|
8580
8647
|
"member": "string",
|
8581
8648
|
"name": "InstanceId",
|
8582
8649
|
"required": true,
|
@@ -8584,12 +8651,21 @@
|
|
8584
8651
|
},
|
8585
8652
|
{
|
8586
8653
|
"disabled": false,
|
8587
|
-
"document": "
|
8654
|
+
"document": "指定可用区标识符,具体含义由zoneMode参数决定。 \n\n- 当zoneMode为target时表示目标可用区 \n\n- 当zoneMode为avoid时表示需避开的故障可用区",
|
8588
8655
|
"example": "ap-guangzhou-3",
|
8589
8656
|
"member": "string",
|
8590
8657
|
"name": "Zone",
|
8591
8658
|
"required": true,
|
8592
8659
|
"type": "string"
|
8660
|
+
},
|
8661
|
+
{
|
8662
|
+
"disabled": false,
|
8663
|
+
"document": "可用区模式选择器,定义zone参数的语义类型。 \n- 默认值:target\n\n- 可选值:target, avoid",
|
8664
|
+
"example": "target, avoid",
|
8665
|
+
"member": "string",
|
8666
|
+
"name": "ZoneMode",
|
8667
|
+
"required": false,
|
8668
|
+
"type": "string"
|
8593
8669
|
}
|
8594
8670
|
],
|
8595
8671
|
"type": "object"
|
@@ -8603,7 +8679,7 @@
|
|
8603
8679
|
"example": "11",
|
8604
8680
|
"member": "int64",
|
8605
8681
|
"name": "FlowId",
|
8606
|
-
"
|
8682
|
+
"output_required": true,
|
8607
8683
|
"type": "int",
|
8608
8684
|
"value_allowed_null": false
|
8609
8685
|
},
|
@@ -160,9 +160,9 @@
|
|
160
160
|
],
|
161
161
|
"DescribeDBInstanceDetail": [
|
162
162
|
{
|
163
|
-
"document": "
|
164
|
-
"input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsql-
|
165
|
-
"output": "{\n \"Response\": {\n \"AutoRenewFlag\": 0,\n \"Cpu\": 1,\n \"CreateTime\": \"2025-03-
|
163
|
+
"document": "改接口用于获取实例的详细信息",
|
164
|
+
"input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsql-3ensoqb3\"\n}",
|
165
|
+
"output": "{\n \"Response\": {\n \"AutoRenewFlag\": 0,\n \"Cpu\": 1,\n \"CpuType\": \"Intel/AMD\",\n \"CreateTime\": \"2025-03-22 17:01:06\",\n \"DbEngine\": \"MySQL\",\n \"DbVersion\": \"8.0.30\",\n \"DbVersionId\": \"8.0\",\n \"DcnDstNum\": 0,\n \"DcnFlag\": 0,\n \"DcnStatus\": 0,\n \"EncryptStatus\": 0,\n \"ExclusterId\": \"dbdc-00wb5kz5\",\n \"ExclusterType\": 0,\n \"InstanceId\": \"tdsql-3ensoqb3\",\n \"InstanceName\": \"QT4sth9v8.0\",\n \"InstanceType\": 1,\n \"Ipv6Flag\": 0,\n \"IsAuditSupported\": true,\n \"IsDcnStrongSyncSupported\": 0,\n \"IsDcnSwitchSupported\": 1,\n \"IsEncryptSupported\": 1,\n \"IsMaxUserConnectionsSupported\": true,\n \"IsPhysicalReplicationSupported\": false,\n \"IsTmp\": 0,\n \"LogStorage\": 8,\n \"Machine\": \"\",\n \"MasterZone\": \"ap-guangzhou-2\",\n \"Memory\": 2,\n \"NodeCount\": 2,\n \"NodesInfo\": [\n {\n \"NodeId\": \"064eeaff8314\",\n \"Role\": \"master\",\n \"Zone\": \"ap-guangzhou-2\"\n },\n {\n \"NodeId\": \"2981e04659a2\",\n \"Role\": \"slave\",\n \"Zone\": \"ap-guangzhou-2\"\n }\n ],\n \"PayMode\": \"prepaid\",\n \"PeriodEndTime\": \"2025-03-28 15:33:44\",\n \"Pid\": 10890,\n \"ProjectId\": 0,\n \"ProxyVersion\": \"proxy-22.3.5\",\n \"Qps\": 2100,\n \"Region\": \"ap-guangzhou\",\n \"ReplicaConfig\": null,\n \"ReplicaStatus\": null,\n \"RequestId\": \"e86f7f08-d005-4f04-b917-7c9709299ff7\",\n \"ReservedNetResources\": [],\n \"ResourceTags\": [],\n \"RsAccessStrategy\": 0,\n \"SlaveZones\": [\n \"ap-guangzhou-2\"\n ],\n \"Status\": 2,\n \"StatusDesc\": \"运行中\",\n \"Storage\": 10,\n \"StorageUsage\": \"0.010\",\n \"SubnetId\": \"subnet-6rq8ehaq\",\n \"TdsqlVersion\": \"基于MySQL 8.0.30设计(兼容Mysql 8.0)\",\n \"Vip\": \"10.0.0.56\",\n \"Vip6\": \"\",\n \"VpcId\": \"vpc-ilhphh7v\",\n \"Vport\": 3306,\n \"WanDomain\": \"\",\n \"WanPort\": 0,\n \"WanPortIpv6\": 0,\n \"WanStatus\": 0,\n \"WanStatusIpv6\": 0,\n \"WanVip\": \"\",\n \"WanVipv6\": \"\",\n \"Zone\": \"ap-guangzhou-2\"\n }\n}",
|
166
166
|
"title": "获取实例详情"
|
167
167
|
}
|
168
168
|
],
|