tccli 3.0.1254.1__py2.py3-none-any.whl → 3.0.1256.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/cdwdoris/v20211228/api.json +89 -44
- tccli/services/cdwdoris/v20211228/examples.json +6 -6
- tccli/services/cfs/cfs_client.py +53 -0
- tccli/services/cfs/v20190719/api.json +44 -0
- tccli/services/cfs/v20190719/examples.json +8 -0
- tccli/services/cvm/v20170312/api.json +52 -5
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/faceid/v20180301/api.json +12 -12
- tccli/services/faceid/v20180301/examples.json +16 -2
- tccli/services/iotexplorer/iotexplorer_client.py +53 -0
- tccli/services/iotexplorer/v20190423/api.json +243 -2
- tccli/services/iotexplorer/v20190423/examples.json +16 -2
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lighthouse/v20200324/api.json +18 -0
- tccli/services/mps/v20190612/api.json +2 -2
- tccli/services/postgres/v20170312/api.json +30 -11
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/rum/v20210622/api.json +2 -2
- tccli/services/rum/v20210622/examples.json +1 -1
- tccli/services/scf/v20180416/api.json +8 -8
- tccli/services/trro/v20220325/api.json +6 -6
- tccli/services/trro/v20220325/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +11 -0
- tccli/services/tse/tse_client.py +53 -0
- tccli/services/tse/v20201207/api.json +70 -0
- tccli/services/tse/v20201207/examples.json +8 -0
- tccli/services/vpc/v20170312/api.json +36658 -29
- tccli/services/vpc/v20170312/examples.json +3521 -5
- tccli/services/vpc/vpc_client.py +20515 -4
- {tccli-3.0.1254.1.dist-info → tccli-3.0.1256.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1254.1.dist-info → tccli-3.0.1256.1.dist-info}/RECORD +35 -35
- {tccli-3.0.1254.1.dist-info → tccli-3.0.1256.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1254.1.dist-info → tccli-3.0.1256.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1254.1.dist-info → tccli-3.0.1256.1.dist-info}/license_files/LICENSE +0 -0
@@ -408,6 +408,14 @@
|
|
408
408
|
"title": "测试获取云原生API网关配置信息"
|
409
409
|
}
|
410
410
|
],
|
411
|
+
"DescribeCloudNativeAPIGatewayInfoByIp": [
|
412
|
+
{
|
413
|
+
"document": "",
|
414
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayInfoByIp\n<公共请求参数>\n\n{\n \"PublicNetworkIP\": \"1.1.1.1\"\n}",
|
415
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"GatewayId\": \"gateway-a1337ce3\",\n \"GroupId\": \"group-a1337ce\"\n },\n \"RequestId\": \"86e4eecf-51a5-4dda-9cec-68650a9b8c3b\"\n }\n}",
|
416
|
+
"title": "根据公网ip查询云原生网关实例信息"
|
417
|
+
}
|
418
|
+
],
|
411
419
|
"DescribeCloudNativeAPIGatewayNodes": [
|
412
420
|
{
|
413
421
|
"document": "",
|