tccli 3.0.1230.1__py2.py3-none-any.whl → 3.0.1231.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +4 -6
- tccli/services/cam/cam_client.py +53 -0
- tccli/services/cam/v20190116/api.json +125 -52
- tccli/services/cam/v20190116/examples.json +12 -4
- tccli/services/cfg/v20210820/api.json +9 -0
- tccli/services/cloudaudit/v20190319/api.json +39 -39
- tccli/services/cloudaudit/v20190319/examples.json +5 -5
- tccli/services/cvm/v20170312/api.json +53 -55
- tccli/services/cvm/v20170312/examples.json +3 -3
- tccli/services/es/v20180416/api.json +106 -8
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/memcached/v20190318/api.json +20 -20
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/mqtt/mqtt_client.py +283 -71
- tccli/services/mqtt/v20240516/api.json +312 -0
- tccli/services/mqtt/v20240516/examples.json +32 -0
- tccli/services/ocr/v20181119/api.json +143 -0
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +11 -9
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +9 -9
- tccli/services/tse/tse_client.py +228 -16
- tccli/services/tse/v20201207/api.json +476 -0
- tccli/services/tse/v20201207/examples.json +32 -0
- tccli/services/vdb/v20230616/api.json +3 -3
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +17 -7
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1230.1.dist-info → tccli-3.0.1231.1.dist-info}/license_files/LICENSE +0 -0
@@ -133,6 +133,13 @@
|
|
133
133
|
"output": "CreateNativeGatewayServerGroupResponse",
|
134
134
|
"status": "online"
|
135
135
|
},
|
136
|
+
"CreateNativeGatewayServiceSource": {
|
137
|
+
"document": "创建网关服务来源",
|
138
|
+
"input": "CreateNativeGatewayServiceSourceRequest",
|
139
|
+
"name": "创建网关服务来源",
|
140
|
+
"output": "CreateNativeGatewayServiceSourceResponse",
|
141
|
+
"status": "online"
|
142
|
+
},
|
136
143
|
"CreateOrUpdateConfigFileAndRelease": {
|
137
144
|
"document": "创建或更新配置文件并发布配置",
|
138
145
|
"input": "CreateOrUpdateConfigFileAndReleaseRequest",
|
@@ -280,6 +287,13 @@
|
|
280
287
|
"output": "DeleteNativeGatewayServerGroupResponse",
|
281
288
|
"status": "online"
|
282
289
|
},
|
290
|
+
"DeleteNativeGatewayServiceSource": {
|
291
|
+
"document": "删除网关服务来源实例",
|
292
|
+
"input": "DeleteNativeGatewayServiceSourceRequest",
|
293
|
+
"name": "删除网关服务来源实例",
|
294
|
+
"output": "DeleteNativeGatewayServiceSourceResponse",
|
295
|
+
"status": "online"
|
296
|
+
},
|
283
297
|
"DeleteWafDomains": {
|
284
298
|
"document": "删除 WAF 防护域名",
|
285
299
|
"input": "DeleteWafDomainsRequest",
|
@@ -525,6 +539,13 @@
|
|
525
539
|
"output": "DescribeNativeGatewayServerGroupsResponse",
|
526
540
|
"status": "online"
|
527
541
|
},
|
542
|
+
"DescribeNativeGatewayServiceSources": {
|
543
|
+
"document": "查询网关服务来源实例列表",
|
544
|
+
"input": "DescribeNativeGatewayServiceSourcesRequest",
|
545
|
+
"name": "查询网关服务来源实例列表",
|
546
|
+
"output": "DescribeNativeGatewayServiceSourcesResponse",
|
547
|
+
"status": "online"
|
548
|
+
},
|
528
549
|
"DescribeOneCloudNativeAPIGatewayService": {
|
529
550
|
"document": "获取云原生网关服务详情",
|
530
551
|
"input": "DescribeOneCloudNativeAPIGatewayServiceRequest",
|
@@ -707,6 +728,13 @@
|
|
707
728
|
"output": "ModifyNativeGatewayServerGroupResponse",
|
708
729
|
"status": "online"
|
709
730
|
},
|
731
|
+
"ModifyNativeGatewayServiceSource": {
|
732
|
+
"document": "修改网关服务来源",
|
733
|
+
"input": "ModifyNativeGatewayServiceSourceRequest",
|
734
|
+
"name": "修改网关服务来源",
|
735
|
+
"output": "ModifyNativeGatewayServiceSourceResponse",
|
736
|
+
"status": "online"
|
737
|
+
},
|
710
738
|
"ModifyNetworkAccessStrategy": {
|
711
739
|
"document": "修改云原生API网关实例Kong访问策略,支持白名单或者黑名单。",
|
712
740
|
"input": "ModifyNetworkAccessStrategyRequest",
|
@@ -5032,6 +5060,79 @@
|
|
5032
5060
|
],
|
5033
5061
|
"type": "object"
|
5034
5062
|
},
|
5063
|
+
"CreateNativeGatewayServiceSourceRequest": {
|
5064
|
+
"document": "CreateNativeGatewayServiceSource请求参数结构体",
|
5065
|
+
"members": [
|
5066
|
+
{
|
5067
|
+
"disabled": false,
|
5068
|
+
"document": "网关实例ID",
|
5069
|
+
"example": "gateway-dde03567",
|
5070
|
+
"member": "string",
|
5071
|
+
"name": "GatewayID",
|
5072
|
+
"required": true,
|
5073
|
+
"type": "string"
|
5074
|
+
},
|
5075
|
+
{
|
5076
|
+
"disabled": false,
|
5077
|
+
"document": "服务来源类型,参考值:\n- TSE-Nacos \n- TSE-Consul \n- TSE-PolarisMesh\n- Customer-Nacos\n- Customer-Consul\n- Customer-PolarisMesh\n- TSF\n- TKE\n- EKS\n- PrivateDNS\n- Customer-DNS",
|
5078
|
+
"example": "TSE-Nacos",
|
5079
|
+
"member": "string",
|
5080
|
+
"name": "SourceType",
|
5081
|
+
"required": true,
|
5082
|
+
"type": "string"
|
5083
|
+
},
|
5084
|
+
{
|
5085
|
+
"disabled": false,
|
5086
|
+
"document": "服务来源实例ID,当SourceType的值不为PrivateDNS或Customer-DNS时,必填",
|
5087
|
+
"example": "ins-5ef8277d",
|
5088
|
+
"member": "string",
|
5089
|
+
"name": "SourceID",
|
5090
|
+
"required": false,
|
5091
|
+
"type": "string"
|
5092
|
+
},
|
5093
|
+
{
|
5094
|
+
"disabled": false,
|
5095
|
+
"document": "服务来源实例名称,当SourceType的值不为PrivateDNS时,必填",
|
5096
|
+
"example": "nacos-learn-prod",
|
5097
|
+
"member": "string",
|
5098
|
+
"name": "SourceName",
|
5099
|
+
"required": false,
|
5100
|
+
"type": "string"
|
5101
|
+
},
|
5102
|
+
{
|
5103
|
+
"disabled": false,
|
5104
|
+
"document": "服务来源实例额外信息",
|
5105
|
+
"example": "无",
|
5106
|
+
"member": "SourceInfo",
|
5107
|
+
"name": "SourceInfo",
|
5108
|
+
"required": false,
|
5109
|
+
"type": "object"
|
5110
|
+
}
|
5111
|
+
],
|
5112
|
+
"type": "object"
|
5113
|
+
},
|
5114
|
+
"CreateNativeGatewayServiceSourceResponse": {
|
5115
|
+
"document": "CreateNativeGatewayServiceSource返回参数结构体",
|
5116
|
+
"members": [
|
5117
|
+
{
|
5118
|
+
"disabled": false,
|
5119
|
+
"document": "创建是否成功",
|
5120
|
+
"example": "true",
|
5121
|
+
"member": "bool",
|
5122
|
+
"name": "Result",
|
5123
|
+
"output_required": true,
|
5124
|
+
"type": "bool",
|
5125
|
+
"value_allowed_null": false
|
5126
|
+
},
|
5127
|
+
{
|
5128
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5129
|
+
"member": "string",
|
5130
|
+
"name": "RequestId",
|
5131
|
+
"type": "string"
|
5132
|
+
}
|
5133
|
+
],
|
5134
|
+
"type": "object"
|
5135
|
+
},
|
5035
5136
|
"CreateOrUpdateConfigFileAndReleaseRequest": {
|
5036
5137
|
"document": "CreateOrUpdateConfigFileAndRelease请求参数结构体",
|
5037
5138
|
"members": [
|
@@ -6099,6 +6200,52 @@
|
|
6099
6200
|
],
|
6100
6201
|
"usage": "out"
|
6101
6202
|
},
|
6203
|
+
"DeleteNativeGatewayServiceSourceRequest": {
|
6204
|
+
"document": "DeleteNativeGatewayServiceSource请求参数结构体",
|
6205
|
+
"members": [
|
6206
|
+
{
|
6207
|
+
"disabled": false,
|
6208
|
+
"document": "网关实例 ID",
|
6209
|
+
"example": "gateway-dde03567",
|
6210
|
+
"member": "string",
|
6211
|
+
"name": "GatewayID",
|
6212
|
+
"required": true,
|
6213
|
+
"type": "string"
|
6214
|
+
},
|
6215
|
+
{
|
6216
|
+
"disabled": false,
|
6217
|
+
"document": "服务来源实例 ID",
|
6218
|
+
"example": "ins-5ef8277d",
|
6219
|
+
"member": "string",
|
6220
|
+
"name": "SourceID",
|
6221
|
+
"required": true,
|
6222
|
+
"type": "string"
|
6223
|
+
}
|
6224
|
+
],
|
6225
|
+
"type": "object"
|
6226
|
+
},
|
6227
|
+
"DeleteNativeGatewayServiceSourceResponse": {
|
6228
|
+
"document": "DeleteNativeGatewayServiceSource返回参数结构体",
|
6229
|
+
"members": [
|
6230
|
+
{
|
6231
|
+
"disabled": false,
|
6232
|
+
"document": "结果",
|
6233
|
+
"example": "true",
|
6234
|
+
"member": "bool",
|
6235
|
+
"name": "Result",
|
6236
|
+
"output_required": true,
|
6237
|
+
"type": "bool",
|
6238
|
+
"value_allowed_null": false
|
6239
|
+
},
|
6240
|
+
{
|
6241
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6242
|
+
"member": "string",
|
6243
|
+
"name": "RequestId",
|
6244
|
+
"type": "string"
|
6245
|
+
}
|
6246
|
+
],
|
6247
|
+
"type": "object"
|
6248
|
+
},
|
6102
6249
|
"DeleteWafDomainsRequest": {
|
6103
6250
|
"document": "DeleteWafDomains请求参数结构体",
|
6104
6251
|
"members": [
|
@@ -9108,6 +9255,107 @@
|
|
9108
9255
|
],
|
9109
9256
|
"type": "object"
|
9110
9257
|
},
|
9258
|
+
"DescribeNativeGatewayServiceSourcesRequest": {
|
9259
|
+
"document": "DescribeNativeGatewayServiceSources请求参数结构体",
|
9260
|
+
"members": [
|
9261
|
+
{
|
9262
|
+
"disabled": false,
|
9263
|
+
"document": "网关实例ID",
|
9264
|
+
"example": "gateway-dde03567",
|
9265
|
+
"member": "string",
|
9266
|
+
"name": "GatewayID",
|
9267
|
+
"required": true,
|
9268
|
+
"type": "string"
|
9269
|
+
},
|
9270
|
+
{
|
9271
|
+
"disabled": false,
|
9272
|
+
"document": "单页条数,最大100",
|
9273
|
+
"example": "100",
|
9274
|
+
"member": "uint64",
|
9275
|
+
"name": "Limit",
|
9276
|
+
"required": true,
|
9277
|
+
"type": "int"
|
9278
|
+
},
|
9279
|
+
{
|
9280
|
+
"disabled": false,
|
9281
|
+
"document": "分页偏移量",
|
9282
|
+
"example": "1",
|
9283
|
+
"member": "uint64",
|
9284
|
+
"name": "Offset",
|
9285
|
+
"required": true,
|
9286
|
+
"type": "int"
|
9287
|
+
},
|
9288
|
+
{
|
9289
|
+
"disabled": false,
|
9290
|
+
"document": "服务来源实例名称,模糊搜索",
|
9291
|
+
"example": "nacos-learn-prod",
|
9292
|
+
"member": "string",
|
9293
|
+
"name": "SourceName",
|
9294
|
+
"required": false,
|
9295
|
+
"type": "string"
|
9296
|
+
},
|
9297
|
+
{
|
9298
|
+
"disabled": false,
|
9299
|
+
"document": "微服务引擎类型:TSE-Nacos|TSE-Consul|TSE-PolarisMesh|Customer-Nacos|Customer-Consul|Customer-PolarisMesh",
|
9300
|
+
"example": "TSE-Nacos",
|
9301
|
+
"member": "string",
|
9302
|
+
"name": "SourceTypes",
|
9303
|
+
"required": false,
|
9304
|
+
"type": "list"
|
9305
|
+
},
|
9306
|
+
{
|
9307
|
+
"disabled": false,
|
9308
|
+
"document": "排序字段类型,当前仅支持SourceName",
|
9309
|
+
"example": "SourceName",
|
9310
|
+
"member": "string",
|
9311
|
+
"name": "OrderField",
|
9312
|
+
"required": false,
|
9313
|
+
"type": "string"
|
9314
|
+
},
|
9315
|
+
{
|
9316
|
+
"disabled": false,
|
9317
|
+
"document": "排序类型,AES/DESC",
|
9318
|
+
"example": "AES",
|
9319
|
+
"member": "string",
|
9320
|
+
"name": "OrderType",
|
9321
|
+
"required": false,
|
9322
|
+
"type": "string"
|
9323
|
+
}
|
9324
|
+
],
|
9325
|
+
"type": "object"
|
9326
|
+
},
|
9327
|
+
"DescribeNativeGatewayServiceSourcesResponse": {
|
9328
|
+
"document": "DescribeNativeGatewayServiceSources返回参数结构体",
|
9329
|
+
"members": [
|
9330
|
+
{
|
9331
|
+
"disabled": false,
|
9332
|
+
"document": "总实例数",
|
9333
|
+
"example": "100",
|
9334
|
+
"member": "uint64",
|
9335
|
+
"name": "Total",
|
9336
|
+
"output_required": true,
|
9337
|
+
"type": "int",
|
9338
|
+
"value_allowed_null": false
|
9339
|
+
},
|
9340
|
+
{
|
9341
|
+
"disabled": false,
|
9342
|
+
"document": "服务来源实例列表",
|
9343
|
+
"example": "无",
|
9344
|
+
"member": "NativeGatewayServiceSourceItem",
|
9345
|
+
"name": "List",
|
9346
|
+
"output_required": true,
|
9347
|
+
"type": "list",
|
9348
|
+
"value_allowed_null": false
|
9349
|
+
},
|
9350
|
+
{
|
9351
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
9352
|
+
"member": "string",
|
9353
|
+
"name": "RequestId",
|
9354
|
+
"type": "string"
|
9355
|
+
}
|
9356
|
+
],
|
9357
|
+
"type": "object"
|
9358
|
+
},
|
9111
9359
|
"DescribeOneCloudNativeAPIGatewayServiceRequest": {
|
9112
9360
|
"document": "DescribeOneCloudNativeAPIGatewayService请求参数结构体",
|
9113
9361
|
"members": [
|
@@ -14200,6 +14448,60 @@
|
|
14200
14448
|
],
|
14201
14449
|
"type": "object"
|
14202
14450
|
},
|
14451
|
+
"ModifyNativeGatewayServiceSourceRequest": {
|
14452
|
+
"document": "ModifyNativeGatewayServiceSource请求参数结构体",
|
14453
|
+
"members": [
|
14454
|
+
{
|
14455
|
+
"disabled": false,
|
14456
|
+
"document": "网关实例ID",
|
14457
|
+
"example": "gateway-dde03567",
|
14458
|
+
"member": "string",
|
14459
|
+
"name": "GatewayID",
|
14460
|
+
"required": true,
|
14461
|
+
"type": "string"
|
14462
|
+
},
|
14463
|
+
{
|
14464
|
+
"disabled": false,
|
14465
|
+
"document": "服务来源实例ID",
|
14466
|
+
"example": "ins-5ef8277d",
|
14467
|
+
"member": "string",
|
14468
|
+
"name": "SourceID",
|
14469
|
+
"required": true,
|
14470
|
+
"type": "string"
|
14471
|
+
},
|
14472
|
+
{
|
14473
|
+
"disabled": false,
|
14474
|
+
"document": "服务来源名称",
|
14475
|
+
"example": "nacos-learn-prod",
|
14476
|
+
"member": "string",
|
14477
|
+
"name": "SourceName",
|
14478
|
+
"required": true,
|
14479
|
+
"type": "string"
|
14480
|
+
},
|
14481
|
+
{
|
14482
|
+
"disabled": false,
|
14483
|
+
"document": "服务来源实例额外信息",
|
14484
|
+
"example": "无",
|
14485
|
+
"member": "SourceInfo",
|
14486
|
+
"name": "SourceInfo",
|
14487
|
+
"required": false,
|
14488
|
+
"type": "object"
|
14489
|
+
}
|
14490
|
+
],
|
14491
|
+
"type": "object"
|
14492
|
+
},
|
14493
|
+
"ModifyNativeGatewayServiceSourceResponse": {
|
14494
|
+
"document": "ModifyNativeGatewayServiceSource返回参数结构体",
|
14495
|
+
"members": [
|
14496
|
+
{
|
14497
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14498
|
+
"member": "string",
|
14499
|
+
"name": "RequestId",
|
14500
|
+
"type": "string"
|
14501
|
+
}
|
14502
|
+
],
|
14503
|
+
"type": "object"
|
14504
|
+
},
|
14203
14505
|
"ModifyNetworkAccessStrategyRequest": {
|
14204
14506
|
"document": "ModifyNetworkAccessStrategy请求参数结构体",
|
14205
14507
|
"members": [
|
@@ -14662,6 +14964,82 @@
|
|
14662
14964
|
],
|
14663
14965
|
"usage": "out"
|
14664
14966
|
},
|
14967
|
+
"NativeGatewayServiceSourceItem": {
|
14968
|
+
"document": "网关数据来源单个描述",
|
14969
|
+
"members": [
|
14970
|
+
{
|
14971
|
+
"disabled": false,
|
14972
|
+
"document": "网关实例ID",
|
14973
|
+
"example": "gateway-xxx",
|
14974
|
+
"member": "string",
|
14975
|
+
"name": "GatewayID",
|
14976
|
+
"required": true,
|
14977
|
+
"type": "string",
|
14978
|
+
"value_allowed_null": false
|
14979
|
+
},
|
14980
|
+
{
|
14981
|
+
"disabled": false,
|
14982
|
+
"document": "服务来源ID",
|
14983
|
+
"example": "nacos-xxx",
|
14984
|
+
"member": "string",
|
14985
|
+
"name": "SourceID",
|
14986
|
+
"required": true,
|
14987
|
+
"type": "string",
|
14988
|
+
"value_allowed_null": false
|
14989
|
+
},
|
14990
|
+
{
|
14991
|
+
"disabled": false,
|
14992
|
+
"document": "服务来源名称",
|
14993
|
+
"example": "nacos-xx",
|
14994
|
+
"member": "string",
|
14995
|
+
"name": "SourceName",
|
14996
|
+
"required": true,
|
14997
|
+
"type": "string",
|
14998
|
+
"value_allowed_null": false
|
14999
|
+
},
|
15000
|
+
{
|
15001
|
+
"disabled": false,
|
15002
|
+
"document": "服务来源类型",
|
15003
|
+
"example": "TSE Nacos|TSE Consul|TSE PolarisMesh|Nacos|Consul|PolarisMesh",
|
15004
|
+
"member": "string",
|
15005
|
+
"name": "SourceType",
|
15006
|
+
"required": true,
|
15007
|
+
"type": "string",
|
15008
|
+
"value_allowed_null": false
|
15009
|
+
},
|
15010
|
+
{
|
15011
|
+
"disabled": false,
|
15012
|
+
"document": "服务来源额外信息",
|
15013
|
+
"example": "无",
|
15014
|
+
"member": "SourceInfo",
|
15015
|
+
"name": "SourceInfo",
|
15016
|
+
"required": true,
|
15017
|
+
"type": "object",
|
15018
|
+
"value_allowed_null": false
|
15019
|
+
},
|
15020
|
+
{
|
15021
|
+
"disabled": false,
|
15022
|
+
"document": "创建时间",
|
15023
|
+
"example": "2022-08-06 12:34:56",
|
15024
|
+
"member": "string",
|
15025
|
+
"name": "CreateTime",
|
15026
|
+
"required": true,
|
15027
|
+
"type": "string",
|
15028
|
+
"value_allowed_null": false
|
15029
|
+
},
|
15030
|
+
{
|
15031
|
+
"disabled": false,
|
15032
|
+
"document": "修改时间",
|
15033
|
+
"example": "2022-08-06 12:34:56",
|
15034
|
+
"member": "string",
|
15035
|
+
"name": "ModifyTime",
|
15036
|
+
"required": true,
|
15037
|
+
"type": "string",
|
15038
|
+
"value_allowed_null": false
|
15039
|
+
}
|
15040
|
+
],
|
15041
|
+
"usage": "out"
|
15042
|
+
},
|
14665
15043
|
"NetworkAccessControl": {
|
14666
15044
|
"document": "网络访问策略",
|
14667
15045
|
"members": [
|
@@ -15830,6 +16208,104 @@
|
|
15830
16208
|
],
|
15831
16209
|
"usage": "out"
|
15832
16210
|
},
|
16211
|
+
"SourceInfo": {
|
16212
|
+
"document": "服务来源",
|
16213
|
+
"members": [
|
16214
|
+
{
|
16215
|
+
"disabled": false,
|
16216
|
+
"document": "微服务引擎接入IP地址信息",
|
16217
|
+
"example": "[\"127.0.0.1:8080\"]",
|
16218
|
+
"member": "string",
|
16219
|
+
"name": "Addresses",
|
16220
|
+
"required": false,
|
16221
|
+
"type": "list",
|
16222
|
+
"value_allowed_null": false
|
16223
|
+
},
|
16224
|
+
{
|
16225
|
+
"disabled": false,
|
16226
|
+
"document": "微服务引擎VPC信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
16227
|
+
"example": "无",
|
16228
|
+
"member": "SourceInstanceVpcInfo",
|
16229
|
+
"name": "VpcInfo",
|
16230
|
+
"required": false,
|
16231
|
+
"type": "object",
|
16232
|
+
"value_allowed_null": true
|
16233
|
+
},
|
16234
|
+
{
|
16235
|
+
"disabled": false,
|
16236
|
+
"document": "微服务引擎鉴权信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
16237
|
+
"example": "无",
|
16238
|
+
"member": "SourceInstanceAuth",
|
16239
|
+
"name": "Auth",
|
16240
|
+
"required": false,
|
16241
|
+
"type": "object",
|
16242
|
+
"value_allowed_null": true
|
16243
|
+
}
|
16244
|
+
],
|
16245
|
+
"usage": "both"
|
16246
|
+
},
|
16247
|
+
"SourceInstanceAuth": {
|
16248
|
+
"document": "实例鉴权信息",
|
16249
|
+
"members": [
|
16250
|
+
{
|
16251
|
+
"disabled": false,
|
16252
|
+
"document": "用户名\n注意:此字段可能返回 null,表示取不到有效值。",
|
16253
|
+
"example": "tse",
|
16254
|
+
"member": "string",
|
16255
|
+
"name": "Username",
|
16256
|
+
"required": false,
|
16257
|
+
"type": "string",
|
16258
|
+
"value_allowed_null": true
|
16259
|
+
},
|
16260
|
+
{
|
16261
|
+
"disabled": false,
|
16262
|
+
"document": "账户密码\n注意:此字段可能返回 null,表示取不到有效值。",
|
16263
|
+
"example": "tse",
|
16264
|
+
"member": "string",
|
16265
|
+
"name": "Password",
|
16266
|
+
"required": false,
|
16267
|
+
"type": "string",
|
16268
|
+
"value_allowed_null": true
|
16269
|
+
},
|
16270
|
+
{
|
16271
|
+
"disabled": false,
|
16272
|
+
"document": "访问凭据 token\n注意:此字段可能返回 null,表示取不到有效值。",
|
16273
|
+
"example": "tse",
|
16274
|
+
"member": "string",
|
16275
|
+
"name": "AccessToken",
|
16276
|
+
"required": false,
|
16277
|
+
"type": "string",
|
16278
|
+
"value_allowed_null": true
|
16279
|
+
}
|
16280
|
+
],
|
16281
|
+
"usage": "both"
|
16282
|
+
},
|
16283
|
+
"SourceInstanceVpcInfo": {
|
16284
|
+
"document": "微服务引擎实例的VPC信息",
|
16285
|
+
"members": [
|
16286
|
+
{
|
16287
|
+
"disabled": false,
|
16288
|
+
"document": "微服务引擎VPC信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
16289
|
+
"example": "vpc-xxx",
|
16290
|
+
"member": "string",
|
16291
|
+
"name": "VpcID",
|
16292
|
+
"required": false,
|
16293
|
+
"type": "string",
|
16294
|
+
"value_allowed_null": true
|
16295
|
+
},
|
16296
|
+
{
|
16297
|
+
"disabled": false,
|
16298
|
+
"document": "微服务引擎子网信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
16299
|
+
"example": "subnet-xxx",
|
16300
|
+
"member": "string",
|
16301
|
+
"name": "SubnetID",
|
16302
|
+
"required": false,
|
16303
|
+
"type": "string",
|
16304
|
+
"value_allowed_null": true
|
16305
|
+
}
|
16306
|
+
],
|
16307
|
+
"usage": "both"
|
16308
|
+
},
|
15833
16309
|
"StorageOption": {
|
15834
16310
|
"document": "存储的额外选项",
|
15835
16311
|
"members": [
|
@@ -152,6 +152,14 @@
|
|
152
152
|
"title": "创建云原生网关引擎分组"
|
153
153
|
}
|
154
154
|
],
|
155
|
+
"CreateNativeGatewayServiceSource": [
|
156
|
+
{
|
157
|
+
"document": "",
|
158
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNativeGatewayServiceSource\n<公共请求参数>\n\n{\n \"GatewayID\": \"gateway-dde03567\",\n \"SourceID\": \"ins-5ef8277d\",\n \"SourceName\": \"nacos-learn-prod\",\n \"SourceType\": \"TSE-Nacos\",\n \"SourceInfo\": {\n \"Addresses\": [\n \"10.0.0.1:8848\"\n ],\n \"VpcInfo\": {\n \"VpcID\": \"vpc-83p03121\",\n \"SubnetID\": \"subnet-83p03121\"\n },\n \"Auth\": {\n \"Username\": \"tse@tencentUser\",\n \"Password\": \"tse@tencentPwd\"\n }\n }\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"0f1f5ecf-cf0d-47ea-95c4-7ebe260c2f06\"\n }\n}",
|
160
|
+
"title": "创建服务来源实例"
|
161
|
+
}
|
162
|
+
],
|
155
163
|
"CreateOrUpdateConfigFileAndRelease": [
|
156
164
|
{
|
157
165
|
"document": "创建或更新配置并发布",
|
@@ -320,6 +328,14 @@
|
|
320
328
|
"title": "删除网关实例分组"
|
321
329
|
}
|
322
330
|
],
|
331
|
+
"DeleteNativeGatewayServiceSource": [
|
332
|
+
{
|
333
|
+
"document": "",
|
334
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNativeGatewayServiceSource\n<公共请求参数>\n\n{\n \"GatewayID\": \"gateway-dde03567\",\n \"SourceID\": \"ins-5ef8277d\"\n}",
|
335
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"0f1f5ecf-cf0d-47ea-95c4-7ebe260c2f06\"\n }\n}",
|
336
|
+
"title": "删除网关服务来源实例"
|
337
|
+
}
|
338
|
+
],
|
323
339
|
"DeleteWafDomains": [
|
324
340
|
{
|
325
341
|
"document": "删除 WAF 防护域名",
|
@@ -606,6 +622,14 @@
|
|
606
622
|
"title": "查询云原生网关分组信息"
|
607
623
|
}
|
608
624
|
],
|
625
|
+
"DescribeNativeGatewayServiceSources": [
|
626
|
+
{
|
627
|
+
"document": "",
|
628
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNativeGatewayServiceSources\n<公共请求参数>\n\n{\n \"SourceName\": \"nacos-learn-prod\",\n \"OrderType\": \"AES\",\n \"Limit\": 1,\n \"SourceTypes\": [\n \"TSE-Nacos\"\n ],\n \"OrderField\": \"SourceName\",\n \"Offset\": 1,\n \"GatewayID\": \"gateway-dde03567\"\n}",
|
629
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"GatewayID\": \"gateway-dde03567\",\n \"SourceID\": \"ins-5ef8277d\",\n \"SourceName\": \"nacos-learn-prod\",\n \"SourceType\": \"TSE-Nacos\",\n \"SourceInfo\": {\n \"VpcInfo\": {\n \"VpcID\": \"vpc-83p03121\",\n \"SubnetID\": \"subnet-83p03121\"\n },\n \"Addresses\": [\n \"10.0.0.1:8848\"\n ],\n \"Auth\": {\n \"Username\": \"tse@tencentUser\",\n \"Password\": \"tse@tencentPwd\",\n \"AccessToken\": \"\"\n }\n },\n \"CreateTime\": \"2024-12-09 18:11:19\",\n \"ModifyTime\": \"2024-12-09 18:11:19\"\n }\n ],\n \"RequestId\": \"0bcf3f70-550e-439d-81ee-7ebe260c2f06\",\n \"Total\": 3\n }\n}",
|
630
|
+
"title": "查询网关服务来源实例列表"
|
631
|
+
}
|
632
|
+
],
|
609
633
|
"DescribeOneCloudNativeAPIGatewayService": [
|
610
634
|
{
|
611
635
|
"document": "获取云原生网关服务详情",
|
@@ -814,6 +838,14 @@
|
|
814
838
|
"title": "修改云原生API网关实例分组基础信息"
|
815
839
|
}
|
816
840
|
],
|
841
|
+
"ModifyNativeGatewayServiceSource": [
|
842
|
+
{
|
843
|
+
"document": "",
|
844
|
+
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNativeGatewayServiceSource\n<公共请求参数>\n\n{\n \"GatewayID\": \"gateway-dde03567\",\n \"SourceID\": \"ins-5ef8277d\",\n \"SourceName\": \"nacos-learn-prod\",\n \"SourceInfo\": {\n \"Addresses\": [\n \"10.0.0.1:8848\"\n ],\n \"VpcInfo\": {\n \"VpcID\": \"vpc-83p03121\",\n \"SubnetID\": \"subnet-83p03121\"\n },\n \"Auth\": {\n \"Username\": \"tse@tencentUser\",\n \"Password\": \"tse@tencentPwd\"\n }\n }\n}",
|
845
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0f1f5ecf-cf0d-47ea-95c4-7ebe260c2f06\"\n }\n}",
|
846
|
+
"title": "ModifyNativeGatewayServiceSource"
|
847
|
+
}
|
848
|
+
],
|
817
849
|
"ModifyNetworkAccessStrategy": [
|
818
850
|
{
|
819
851
|
"document": "",
|
@@ -607,7 +607,7 @@
|
|
607
607
|
"value_allowed_null": true
|
608
608
|
},
|
609
609
|
{
|
610
|
-
"disabled":
|
610
|
+
"disabled": true,
|
611
611
|
"document": "健康得分。\n注意:此字段可能返回 null,表示取不到有效值。",
|
612
612
|
"example": "无",
|
613
613
|
"member": "float",
|
@@ -617,7 +617,7 @@
|
|
617
617
|
"value_allowed_null": true
|
618
618
|
},
|
619
619
|
{
|
620
|
-
"disabled":
|
620
|
+
"disabled": true,
|
621
621
|
"document": "异常告警。\n注意:此字段可能返回 null,表示取不到有效值。",
|
622
622
|
"example": "无",
|
623
623
|
"member": "int64",
|
@@ -627,7 +627,7 @@
|
|
627
627
|
"value_allowed_null": true
|
628
628
|
},
|
629
629
|
{
|
630
|
-
"disabled":
|
630
|
+
"disabled": true,
|
631
631
|
"document": "所属项目。\n注意:此字段可能返回 null,表示取不到有效值。",
|
632
632
|
"example": "无",
|
633
633
|
"member": "string",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
{
|
35
35
|
"document": "查询实例列表",
|
36
36
|
"input": "POST / HTTP/1.1\nHost: vdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 50\n}",
|
37
|
-
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"AppId\": 251223614,\n \"Cpu\": 1,\n \"CreatedAt\": \"2023-07-07\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"\",\n \"ExpiredAt\": \"2023-08-07\",\n \"Extend\": \"{\\\"Port\\\": \\\"8100\\\", \\\"DiskType\\\": \\\"CLOUD_SSD\\\", \\\"NodeType\\\": \\\"Store\\\", \\\"Platform\\\": \\\"vdb-cd\\\", \\\"NodeSpecs\\\": \\\"{\\\\\\\"Cpu\\\\\\\":1,\\\\\\\"Memory\\\\\\\":8}\\\", \\\"NodeNumber\\\": \\\"3\\\", \\\"DiskCapacity\\\": \\\"20\\\", \\\"DiskTypeValue\\\": \\\"云硬盘\\\", \\\"EngineVersion\\\": \\\"v1.0.0\\\", \\\"NodeTypeValue\\\": \\\"存储型\\\", \\\"NodeSpecsValue\\\": \\\"S.2SMALL\\\", \\\"NodeNumberValue\\\": \\\"\\\", \\\"DiskCapacityValue\\\": \\\"\\\"}\",\n \"
|
37
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"AppId\": 251223614,\n \"Cpu\": 1,\n \"CreatedAt\": \"2023-07-07\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"\",\n \"ExpiredAt\": \"2023-08-07\",\n \"Extend\": \"{\\\"Port\\\": \\\"8100\\\", \\\"DiskType\\\": \\\"CLOUD_SSD\\\", \\\"NodeType\\\": \\\"Store\\\", \\\"Platform\\\": \\\"vdb-cd\\\", \\\"NodeSpecs\\\": \\\"{\\\\\\\"Cpu\\\\\\\":1,\\\\\\\"Memory\\\\\\\":8}\\\", \\\"NodeNumber\\\": \\\"3\\\", \\\"DiskCapacity\\\": \\\"20\\\", \\\"DiskTypeValue\\\": \\\"云硬盘\\\", \\\"EngineVersion\\\": \\\"v1.0.0\\\", \\\"NodeTypeValue\\\": \\\"存储型\\\", \\\"NodeSpecsValue\\\": \\\"S.2SMALL\\\", \\\"NodeNumberValue\\\": \\\"\\\", \\\"DiskCapacityValue\\\": \\\"\\\"}\",\n \"InstanceId\": \"vdb-77qt0r46\",\n \"IsNoExpired\": false,\n \"Memory\": 8,\n \"Name\": \"test\",\n \"Networks\": [\n {\n \"Port\": 8100,\n \"SubnetId\": \"subnet-02bwnv4i\",\n \"Vip\": \"10.0.7.132\",\n \"VpcId\": \"vpc-kddx224l\"\n }\n ],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"ReplicaNum\": 3,\n \"ResourceTags\": [],\n \"ShardNum\": 1,\n \"Status\": \"online\",\n \"Zone\": \"\"\n },\n {\n \"AppId\": 251223614,\n \"Cpu\": 1,\n \"CreatedAt\": \"2023-07-06\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"\",\n \"ExpiredAt\": \"2023-08-06\",\n \"Extend\": \"{\\\"Port\\\": \\\"8100\\\", \\\"DiskType\\\": \\\"CLOUD_SSD\\\", \\\"NodeType\\\": \\\"Store\\\", \\\"Platform\\\": \\\"vdb-cd\\\", \\\"NodeSpecs\\\": \\\"{\\\\\\\"Cpu\\\\\\\":1,\\\\\\\"Memory\\\\\\\":8}\\\", \\\"NodeNumber\\\": \\\"3\\\", \\\"DiskCapacity\\\": \\\"20\\\", \\\"DiskTypeValue\\\": \\\"云硬盘\\\", \\\"EngineVersion\\\": \\\"v1.0.0\\\", \\\"NodeTypeValue\\\": \\\"存储型\\\", \\\"NodeSpecsValue\\\": \\\"S.2SMALL\\\", \\\"NodeNumberValue\\\": \\\"\\\", \\\"DiskCapacityValue\\\": \\\"\\\"}\",\n \"InstanceId\": \"vdb-o2ovx6ko\",\n \"IsNoExpired\": false,\n \"Memory\": 8,\n \"Name\": \"ha-test\",\n \"Networks\": [\n {\n \"Port\": 8100,\n \"SubnetId\": \"subnet-02bwnv4i\",\n \"Vip\": \"10.0.7.115\",\n \"VpcId\": \"vpc-kddx224l\"\n }\n ],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"ReplicaNum\": 3,\n \"ResourceTags\": [],\n \"ShardNum\": 1,\n \"Status\": \"online\",\n \"Zone\": \"\"\n }\n ],\n \"RequestId\": \"2757e3ad-427f-45dc-9119-8c9cfb4ae614\",\n \"TotalCount\": 2\n }\n}",
|
38
38
|
"title": "示例1"
|
39
39
|
}
|
40
40
|
],
|