tccli 3.0.1372.1__py2.py3-none-any.whl → 3.0.1374.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/ai3d/v20250513/api.json +1 -1
- tccli/services/batch/v20170312/api.json +3 -3
- tccli/services/cfs/v20190719/api.json +10 -10
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +252 -3
- tccli/services/cls/v20201016/api.json +244 -106
- tccli/services/cls/v20201016/examples.json +7 -7
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/v20201111/api.json +69 -0
- tccli/services/essbasic/v20210526/api.json +39 -0
- tccli/services/keewidb/v20220308/api.json +24 -24
- tccli/services/lcic/v20220817/api.json +46 -18
- tccli/services/lighthouse/v20200324/examples.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +1344 -246
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +4 -4
- tccli/services/mps/v20190612/api.json +42 -2
- tccli/services/ocr/v20181119/api.json +31 -12
- tccli/services/partners/v20180321/api.json +4 -4
- tccli/services/postgres/postgres_client.py +12 -171
- tccli/services/postgres/v20170312/api.json +20 -819
- tccli/services/postgres/v20170312/examples.json +6 -30
- tccli/services/scf/v20180416/api.json +2 -0
- tccli/services/sqlserver/v20180328/api.json +19 -17
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/sts/v20180813/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +92 -0
- tccli/services/tcss/v20201101/api.json +32 -2
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tke/v20180525/api.json +10 -1
- tccli/services/trabbit/v20230418/api.json +50 -2
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +156 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +10 -10
- tccli/services/tsf/v20180326/api.json +573 -371
- tccli/services/tsf/v20180326/examples.json +8 -8
- tccli/services/vod/v20180717/api.json +325 -32
- tccli/services/vod/v20180717/examples.json +33 -1
- tccli/services/vod/vod_client.py +212 -0
- tccli/services/waf/v20180125/api.json +717 -38
- tccli/services/waf/v20180125/examples.json +56 -0
- tccli/services/waf/waf_client.py +444 -73
- tccli/services/wedata/v20210820/api.json +138 -6
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.1.dist-info}/RECORD +52 -52
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1374.1.dist-info}/license_files/LICENSE +0 -0
@@ -251,8 +251,8 @@
|
|
251
251
|
"DescribeDiskConfigs": [
|
252
252
|
{
|
253
253
|
"document": "",
|
254
|
-
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDiskConfigs\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-guangzhou-
|
255
|
-
"output": "{\n \"Response\": {\n \"DiskConfigSet\": [\n {\n \"Zone\": \"ap-guangzhou-
|
254
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDiskConfigs\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-guangzhou-3\"\n ]\n }\n ]\n}",
|
255
|
+
"output": "{\n \"Response\": {\n \"DiskConfigSet\": [\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"MaxDiskSize\": 1000,\n \"MinDiskSize\": 10,\n \"DiskStepSize\": 10,\n \"DiskSalesState\": \"SOLD_OUT\"\n },\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"DiskType\": \"CLOUD_SSD\",\n \"MaxDiskSize\": 1000,\n \"MinDiskSize\": 20,\n \"DiskStepSize\": 10,\n \"DiskSalesState\": \"SOLD_OUT\"\n }\n ],\n \"RequestId\": \"8f8e7988-39e6-4ed6-8e36-135b639e9a3a\"\n }\n}",
|
256
256
|
"title": "查询磁盘配置"
|
257
257
|
}
|
258
258
|
],
|
@@ -506,7 +506,7 @@
|
|
506
506
|
{
|
507
507
|
"document": "",
|
508
508
|
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n<公共请求参数>\n\n{}",
|
509
|
-
"output": "{\n \"Response\": {\n \"ZoneInfoSet\": [\n {\n \"Zone\": \"ap-guangzhou-
|
509
|
+
"output": "{\n \"Response\": {\n \"ZoneInfoSet\": [\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"广州三区\",\n \"InstanceDisplayLabel\": \"NORMAL\"\n },\n {\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneName\": \"广州四区\",\n \"InstanceDisplayLabel\": \"NORMAL\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"5e1bf334-e530-4c26-ab92-d911ab148d3a\"\n }\n}",
|
510
510
|
"title": "查询可用区"
|
511
511
|
}
|
512
512
|
],
|
@@ -1236,7 +1236,7 @@
|
|
1236
1236
|
{
|
1237
1237
|
"document": "",
|
1238
1238
|
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStreamPushInfoList\n<公共请求参数>\n\n{\n \"EndTime\": \"2019-06-21T12:01:02+08:00\",\n \"StartTime\": \"2019-06-21T12:00:00+08:00\",\n \"StreamName\": \"stream1\"\n}",
|
1239
|
-
"output": "{\n \"Response\": {\n \"DataInfoList\": [\n {\n \"Time\": \"2019-06-21T12:01:02+08:00\",\n \"PushDomain\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"ClientIp\": \"43.12.9.2\",\n \"BeginPushTime\": \"2019-06-21T12:00:00+08:00\",\n \"Resolution\": \"
|
1239
|
+
"output": "{\n \"Response\": {\n \"DataInfoList\": [\n {\n \"Time\": \"2019-06-21T12:01:02+08:00\",\n \"PushDomain\": \"5000.livepush.com\",\n \"AppName\": \"live\",\n \"ClientIp\": \"43.12.9.2\",\n \"BeginPushTime\": \"2019-06-21T12:00:00+08:00\",\n \"Resolution\": \"1920*1080\",\n \"VCodec\": \"h264\",\n \"ACodec\": \"aac\",\n \"Sequence\": \"4543453324532\",\n \"VideoFps\": 20,\n \"VideoRate\": 1,\n \"AudioFps\": 15,\n \"AudioRate\": 1,\n \"LocalTs\": 1,\n \"VideoTs\": 1,\n \"AudioTs\": 1,\n \"MetaVideoRate\": 1,\n \"MetaAudioRate\": 1,\n \"MateFps\": 1,\n \"StreamParam\": \"param1=my\",\n \"Bandwidth\": 0,\n \"Flux\": 0,\n \"ServerIp\": \"127.0.0.1\"\n }\n ],\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\"\n }\n}",
|
1240
1240
|
"title": "请求示例"
|
1241
1241
|
}
|
1242
1242
|
],
|