tccli 3.0.1350.1__py2.py3-none-any.whl → 3.0.1352.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/ai3d/v20250513/examples.json +1 -1
- tccli/services/apm/v20210622/api.json +7 -9
- tccli/services/ccc/v20200210/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cdwch/v20200915/api.json +7 -7
- tccli/services/cdwch/v20200915/examples.json +2 -2
- tccli/services/ctem/ctem_client.py +371 -0
- tccli/services/ctem/v20231128/api.json +2111 -571
- tccli/services/ctem/v20231128/examples.json +56 -0
- tccli/services/cwp/v20180228/api.json +11 -1
- tccli/services/cynosdb/v20190107/api.json +28 -0
- tccli/services/cynosdb/v20190107/examples.json +4 -4
- tccli/services/ess/ess_client.py +114 -8
- tccli/services/ess/v20201111/api.json +212 -0
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/gme/v20180711/api.json +40 -0
- tccli/services/iss/v20230517/api.json +9 -9
- tccli/services/kms/v20190118/api.json +188 -0
- tccli/services/live/v20180801/api.json +299 -3
- tccli/services/live/v20180801/examples.json +6 -6
- tccli/services/lke/lke_client.py +12 -436
- tccli/services/lke/v20231130/api.json +25 -1065
- tccli/services/lke/v20231130/examples.json +0 -64
- tccli/services/lkeap/v20240522/api.json +94 -17
- tccli/services/lkeap/v20240522/examples.json +2 -2
- tccli/services/mongodb/v20190725/api.json +2 -2
- tccli/services/mongodb/v20190725/examples.json +1 -1
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +38 -24
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/monitor/v20230616/api.json +58 -195
- tccli/services/monitor/v20230616/examples.json +4 -10
- tccli/services/mps/mps_client.py +53 -0
- tccli/services/mps/v20190612/api.json +586 -285
- tccli/services/mps/v20190612/examples.json +18 -4
- tccli/services/ocr/v20181119/api.json +24 -4
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/omics/v20221128/api.json +9 -0
- tccli/services/pts/v20210728/api.json +1 -1
- tccli/services/redis/v20180412/api.json +24 -5
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/scf/v20180416/api.json +3 -0
- tccli/services/ssl/v20191205/api.json +31 -1
- tccli/services/teo/teo_client.py +777 -35
- tccli/services/teo/v20220901/api.json +1026 -3
- tccli/services/teo/v20220901/examples.json +154 -0
- tccli/services/tione/v20211111/api.json +9 -0
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/tse/tse_client.py +80 -27
- tccli/services/tse/v20201207/api.json +193 -0
- tccli/services/tse/v20201207/examples.json +8 -0
- tccli/services/vod/v20180717/api.json +60 -60
- tccli/services/vod/v20180717/examples.json +20 -20
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/RECORD +61 -61
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1350.1.dist-info → tccli-3.0.1352.1.dist-info}/license_files/LICENSE +0 -0
@@ -406,6 +406,13 @@
|
|
406
406
|
"output": "DescribeCloudNativeAPIGatewayServicesResponse",
|
407
407
|
"status": "online"
|
408
408
|
},
|
409
|
+
"DescribeCloudNativeAPIGatewayServicesLight": {
|
410
|
+
"document": "轻量查询云原生网关服务列表",
|
411
|
+
"input": "DescribeCloudNativeAPIGatewayServicesLightRequest",
|
412
|
+
"name": "轻量查询云原生网关服务列表",
|
413
|
+
"output": "DescribeCloudNativeAPIGatewayServicesLightResponse",
|
414
|
+
"status": "online"
|
415
|
+
},
|
409
416
|
"DescribeCloudNativeAPIGatewayUpstream": {
|
410
417
|
"document": "获取云原生网关服务详情下的Upstream列表",
|
411
418
|
"input": "DescribeCloudNativeAPIGatewayUpstreamRequest",
|
@@ -7573,6 +7580,70 @@
|
|
7573
7580
|
],
|
7574
7581
|
"type": "object"
|
7575
7582
|
},
|
7583
|
+
"DescribeCloudNativeAPIGatewayServicesLightRequest": {
|
7584
|
+
"document": "DescribeCloudNativeAPIGatewayServicesLight请求参数结构体",
|
7585
|
+
"members": [
|
7586
|
+
{
|
7587
|
+
"disabled": false,
|
7588
|
+
"document": "网关ID",
|
7589
|
+
"example": "gateway-962b7d7c",
|
7590
|
+
"member": "string",
|
7591
|
+
"name": "GatewayId",
|
7592
|
+
"required": true,
|
7593
|
+
"type": "string"
|
7594
|
+
},
|
7595
|
+
{
|
7596
|
+
"disabled": false,
|
7597
|
+
"document": "列表数量",
|
7598
|
+
"example": "100",
|
7599
|
+
"member": "int64",
|
7600
|
+
"name": "Limit",
|
7601
|
+
"required": false,
|
7602
|
+
"type": "int"
|
7603
|
+
},
|
7604
|
+
{
|
7605
|
+
"disabled": false,
|
7606
|
+
"document": "列表 offset",
|
7607
|
+
"example": "10",
|
7608
|
+
"member": "int64",
|
7609
|
+
"name": "Offset",
|
7610
|
+
"required": false,
|
7611
|
+
"type": "int"
|
7612
|
+
},
|
7613
|
+
{
|
7614
|
+
"disabled": false,
|
7615
|
+
"document": "过滤条件,多个过滤条件之间是与的关系,支持 id、name、upstreamType",
|
7616
|
+
"example": "无",
|
7617
|
+
"member": "ListFilter",
|
7618
|
+
"name": "Filters",
|
7619
|
+
"required": false,
|
7620
|
+
"type": "list"
|
7621
|
+
}
|
7622
|
+
],
|
7623
|
+
"type": "object"
|
7624
|
+
},
|
7625
|
+
"DescribeCloudNativeAPIGatewayServicesLightResponse": {
|
7626
|
+
"document": "DescribeCloudNativeAPIGatewayServicesLight返回参数结构体",
|
7627
|
+
"members": [
|
7628
|
+
{
|
7629
|
+
"disabled": false,
|
7630
|
+
"document": "无",
|
7631
|
+
"example": "无",
|
7632
|
+
"member": "GatewayServices",
|
7633
|
+
"name": "Result",
|
7634
|
+
"output_required": true,
|
7635
|
+
"type": "object",
|
7636
|
+
"value_allowed_null": false
|
7637
|
+
},
|
7638
|
+
{
|
7639
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7640
|
+
"member": "string",
|
7641
|
+
"name": "RequestId",
|
7642
|
+
"type": "string"
|
7643
|
+
}
|
7644
|
+
],
|
7645
|
+
"type": "object"
|
7646
|
+
},
|
7576
7647
|
"DescribeCloudNativeAPIGatewayServicesRequest": {
|
7577
7648
|
"document": "DescribeCloudNativeAPIGatewayServices请求参数结构体",
|
7578
7649
|
"members": [
|
@@ -10879,6 +10950,32 @@
|
|
10879
10950
|
],
|
10880
10951
|
"usage": "out"
|
10881
10952
|
},
|
10953
|
+
"GatewayServices": {
|
10954
|
+
"document": "轻量查询网关服务列表出参",
|
10955
|
+
"members": [
|
10956
|
+
{
|
10957
|
+
"disabled": false,
|
10958
|
+
"document": "服务列表",
|
10959
|
+
"example": "无",
|
10960
|
+
"member": "KongServiceLightPreview",
|
10961
|
+
"name": "ServiceList",
|
10962
|
+
"output_required": true,
|
10963
|
+
"type": "list",
|
10964
|
+
"value_allowed_null": false
|
10965
|
+
},
|
10966
|
+
{
|
10967
|
+
"disabled": false,
|
10968
|
+
"document": "结果总数",
|
10969
|
+
"example": "10",
|
10970
|
+
"member": "uint64",
|
10971
|
+
"name": "TotalCount",
|
10972
|
+
"output_required": true,
|
10973
|
+
"type": "int",
|
10974
|
+
"value_allowed_null": false
|
10975
|
+
}
|
10976
|
+
],
|
10977
|
+
"usage": "out"
|
10978
|
+
},
|
10882
10979
|
"GovernanceAlias": {
|
10883
10980
|
"document": "服务别名结构信息",
|
10884
10981
|
"members": [
|
@@ -13053,6 +13150,102 @@
|
|
13053
13150
|
],
|
13054
13151
|
"usage": "both"
|
13055
13152
|
},
|
13153
|
+
"KongServiceLightPreview": {
|
13154
|
+
"document": "云原生网关服务简洁预览信息",
|
13155
|
+
"members": [
|
13156
|
+
{
|
13157
|
+
"disabled": false,
|
13158
|
+
"document": "服务ID",
|
13159
|
+
"example": "916462a4-8ce4-4605-a7b7-66cd51c38201",
|
13160
|
+
"member": "string",
|
13161
|
+
"name": "ID",
|
13162
|
+
"output_required": true,
|
13163
|
+
"type": "string",
|
13164
|
+
"value_allowed_null": false
|
13165
|
+
},
|
13166
|
+
{
|
13167
|
+
"disabled": false,
|
13168
|
+
"document": "服务名字",
|
13169
|
+
"example": "test-service",
|
13170
|
+
"member": "string",
|
13171
|
+
"name": "Name",
|
13172
|
+
"output_required": true,
|
13173
|
+
"type": "string",
|
13174
|
+
"value_allowed_null": false
|
13175
|
+
},
|
13176
|
+
{
|
13177
|
+
"disabled": false,
|
13178
|
+
"document": "后端配置",
|
13179
|
+
"example": "无",
|
13180
|
+
"member": "KongUpstreamInfo",
|
13181
|
+
"name": "UpstreamInfo",
|
13182
|
+
"output_required": false,
|
13183
|
+
"type": "object",
|
13184
|
+
"value_allowed_null": false
|
13185
|
+
},
|
13186
|
+
{
|
13187
|
+
"disabled": false,
|
13188
|
+
"document": "后端类型",
|
13189
|
+
"example": "HostIP",
|
13190
|
+
"member": "string",
|
13191
|
+
"name": "UpstreamType",
|
13192
|
+
"output_required": false,
|
13193
|
+
"type": "string",
|
13194
|
+
"value_allowed_null": false
|
13195
|
+
},
|
13196
|
+
{
|
13197
|
+
"disabled": false,
|
13198
|
+
"document": "创建时间",
|
13199
|
+
"example": "2024-11-25 10:49:23",
|
13200
|
+
"member": "string",
|
13201
|
+
"name": "CreatedTime",
|
13202
|
+
"output_required": false,
|
13203
|
+
"type": "string",
|
13204
|
+
"value_allowed_null": false
|
13205
|
+
},
|
13206
|
+
{
|
13207
|
+
"disabled": false,
|
13208
|
+
"document": "请求路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
13209
|
+
"example": "/open",
|
13210
|
+
"member": "string",
|
13211
|
+
"name": "Path",
|
13212
|
+
"output_required": false,
|
13213
|
+
"type": "string",
|
13214
|
+
"value_allowed_null": true
|
13215
|
+
},
|
13216
|
+
{
|
13217
|
+
"disabled": false,
|
13218
|
+
"document": "后端协议",
|
13219
|
+
"example": "http",
|
13220
|
+
"member": "string",
|
13221
|
+
"name": "Protocol",
|
13222
|
+
"output_required": false,
|
13223
|
+
"type": "string",
|
13224
|
+
"value_allowed_null": false
|
13225
|
+
},
|
13226
|
+
{
|
13227
|
+
"disabled": false,
|
13228
|
+
"document": "重试次数",
|
13229
|
+
"example": "1",
|
13230
|
+
"member": "uint64",
|
13231
|
+
"name": "Retries",
|
13232
|
+
"output_required": false,
|
13233
|
+
"type": "int",
|
13234
|
+
"value_allowed_null": false
|
13235
|
+
},
|
13236
|
+
{
|
13237
|
+
"disabled": false,
|
13238
|
+
"document": "后端延时,单位ms",
|
13239
|
+
"example": "5000",
|
13240
|
+
"member": "uint64",
|
13241
|
+
"name": "Timeout",
|
13242
|
+
"output_required": false,
|
13243
|
+
"type": "int",
|
13244
|
+
"value_allowed_null": false
|
13245
|
+
}
|
13246
|
+
],
|
13247
|
+
"usage": "out"
|
13248
|
+
},
|
13056
13249
|
"KongServicePreview": {
|
13057
13250
|
"document": "云原生网关服务预览信息",
|
13058
13251
|
"members": [
|
@@ -464,6 +464,14 @@
|
|
464
464
|
"title": "查询云原生网关服务列表"
|
465
465
|
}
|
466
466
|
],
|
467
|
+
"DescribeCloudNativeAPIGatewayServicesLight": [
|
468
|
+
{
|
469
|
+
"document": "轻量查询云原生网关服务列表\n",
|
470
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayServicesLight\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Limit\": 20,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Key\": \"id\",\n \"Value\": \"d9eb7e29-7800-4327-b37a-67e250dfc147\"\n }\n ]\n}",
|
471
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d9eb7e29-7800-4327-b37a-67e250dfc147\",\n \"Result\": {\n \"ServiceList\": [\n {\n \"Name\": \"service1\",\n \"ID\": \"67695fc9-6d40-4450-83b5-ea57babbad6d\",\n \"UpstreamInfo\": {\n \"Host\": \"default-67695fc9-6d40-4450-83b5-ea57babbad6d\",\n \"Targets\": [\n {\n \"Host\": \"10.0.0.121\",\n \"Port\": 18080,\n \"Weight\": 1000,\n \"CreatedTime\": \"2024-11-25 10:51:28\"\n }\n ]\n },\n \"UpstreamType\": \"IPList\",\n \"CreatedTime\": \"2024-10-22 16:38:26\",\n \"Path\": \"\"\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
|
472
|
+
"title": "轻量查询云原生网关服务列表"
|
473
|
+
}
|
474
|
+
],
|
467
475
|
"DescribeCloudNativeAPIGatewayUpstream": [
|
468
476
|
{
|
469
477
|
"document": "获取云原生网关服务详情下的Upstream列表",
|