tccli 3.0.1302.1__py2.py3-none-any.whl → 3.0.1303.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/billing/v20180709/api.json +2 -2
- tccli/services/billing/v20180709/examples.json +2 -2
- tccli/services/cam/v20190116/api.json +2 -2
- tccli/services/cat/v20180409/api.json +154 -0
- tccli/services/cat/v20180409/examples.json +3 -3
- tccli/services/ccc/v20200210/api.json +11 -1
- tccli/services/gs/gs_client.py +110 -4
- tccli/services/gs/v20191118/api.json +128 -0
- tccli/services/gs/v20191118/examples.json +16 -0
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +4 -4
- tccli/services/tdmq/v20200217/api.json +82 -82
- tccli/services/tdmq/v20200217/examples.json +28 -28
- tccli/services/tione/v20211111/api.json +385 -4
- tccli/services/trtc/v20190722/api.json +12 -12
- tccli/services/trtc/v20190722/examples.json +5 -5
- tccli/services/tse/v20201207/api.json +39 -6
- tccli/services/vod/v20180717/api.json +3 -3
- tccli/services/vpc/v20170312/api.json +4 -3
- {tccli-3.0.1302.1.dist-info → tccli-3.0.1303.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1302.1.dist-info → tccli-3.0.1303.1.dist-info}/RECORD +25 -25
- {tccli-3.0.1302.1.dist-info → tccli-3.0.1303.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1302.1.dist-info → tccli-3.0.1303.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1302.1.dist-info → tccli-3.0.1303.1.dist-info}/license_files/LICENSE +0 -0
@@ -89,30 +89,30 @@
|
|
89
89
|
"CreateRabbitMQBinding": [
|
90
90
|
{
|
91
91
|
"document": "",
|
92
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRabbitMQBinding\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
93
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"InstanceId\": \"amqp-
|
92
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRabbitMQBinding\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"VirtualHost\": \"testVhost\",\n \"Source\": \"amq.direct\",\n \"DestinationType\": \"queue\",\n \"Destination\": \"prod.queue\",\n \"RoutingKey\": \"permission.created\"\n}",
|
93
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"VirtualHost\": \"testVhost\",\n \"BindingId\": 127441\n }\n}",
|
94
94
|
"title": "创建RabbitMQ路由关系"
|
95
95
|
}
|
96
96
|
],
|
97
97
|
"CreateRabbitMQUser": [
|
98
98
|
{
|
99
|
-
"document": "
|
100
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
99
|
+
"document": "",
|
100
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"User\": \"test_user\",\n \"Password\": \"abc123._\"\n}",
|
101
101
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"User\": \"test_user\"\n }\n}",
|
102
102
|
"title": "创建RabbitMQ用户"
|
103
103
|
}
|
104
104
|
],
|
105
105
|
"CreateRabbitMQVipInstance": [
|
106
106
|
{
|
107
|
-
"document": "创建RabbitMQ
|
107
|
+
"document": "创建 RabbitMQ 托管版实例",
|
108
108
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRabbitMQVipInstance\n<公共请求参数>\n\n{\n \"ZoneIds\": [\n 190001\n ],\n \"NodeSpec\": \"rabbit-vip-basic-2\",\n \"NodeNum\": 1,\n \"StorageSize\": 100,\n \"VpcId\": \"vpc-5ghsr4p9\",\n \"SubnetId\": \"subnet-67y9wil4\",\n \"ClusterName\": \"ApiCreate\",\n \"EnableCreateDefaultHaMirrorQueue\": false\n}",
|
109
109
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"TranId\": \"20230110002025620411234\",\n \"InstanceId\": \"amqp-jero744g\"\n }\n}",
|
110
|
-
"title": "创建RabbitMQ
|
110
|
+
"title": "创建 RabbitMQ 托管版实例"
|
111
111
|
}
|
112
112
|
],
|
113
113
|
"CreateRabbitMQVirtualHost": [
|
114
114
|
{
|
115
|
-
"document": "
|
115
|
+
"document": "",
|
116
116
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRabbitMQVirtualHost\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-test\",\n \"VirtualHost\": \"testVhost\",\n \"Description\": \"hello\"\n}",
|
117
117
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"VirtualHost\": \"testVhost\"\n }\n}",
|
118
118
|
"title": "创建RabbitMQ的vhost"
|
@@ -257,39 +257,39 @@
|
|
257
257
|
"DeleteRabbitMQBinding": [
|
258
258
|
{
|
259
259
|
"document": "",
|
260
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRabbitMQBinding\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-jero744g\",\n \"VirtualHost\": \"
|
261
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"InstanceId\": \"amqp-jero744g\",\n \"VirtualHost\": \"
|
260
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRabbitMQBinding\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-jero744g\",\n \"VirtualHost\": \"testVhost\",\n \"BindingId\": 127441\n}",
|
261
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\",\n \"InstanceId\": \"amqp-jero744g\",\n \"VirtualHost\": \"testVhost\",\n \"BindingId\": 127441\n }\n}",
|
262
262
|
"title": "解绑RabbitMQ路由关系"
|
263
263
|
}
|
264
264
|
],
|
265
265
|
"DeleteRabbitMQPermission": [
|
266
266
|
{
|
267
|
-
"document": "
|
268
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVhost\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
267
|
+
"document": "",
|
268
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVhost\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"User\": \"admin\",\n \"VirtualHost\": \"testVhost\"\n}",
|
269
269
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b7bd149f-06e1-40ad-82cb-9f0500b5194c\"\n }\n}",
|
270
270
|
"title": "删除RabbitMQ权限"
|
271
271
|
}
|
272
272
|
],
|
273
273
|
"DeleteRabbitMQUser": [
|
274
274
|
{
|
275
|
-
"document": "
|
276
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
275
|
+
"document": "",
|
276
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"User\": \"test-user\"\n}",
|
277
277
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\"\n }\n}",
|
278
278
|
"title": "删除RabbitMQ用户"
|
279
279
|
}
|
280
280
|
],
|
281
281
|
"DeleteRabbitMQVipInstance": [
|
282
282
|
{
|
283
|
-
"document": "
|
284
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRabbitMQVipInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
285
|
-
"output": "{\n \"Response\": {\n \"TranId\": \"20230110002025620411234\",\n \"InstanceId\": \"amqp-
|
286
|
-
"title": "删除RabbitMQ
|
283
|
+
"document": "",
|
284
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRabbitMQVipInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-2ppxx4rq\"\n}",
|
285
|
+
"output": "{\n \"Response\": {\n \"TranId\": \"20230110002025620411234\",\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\"\n }\n}",
|
286
|
+
"title": "删除 RabbitMQ 托管版实例"
|
287
287
|
}
|
288
288
|
],
|
289
289
|
"DeleteRabbitMQVirtualHost": [
|
290
290
|
{
|
291
|
-
"document": "
|
292
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRabbitMQVirtualHost\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
291
|
+
"document": "",
|
292
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRabbitMQVirtualHost\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"VirtualHost\": \"testVhost\"\n}",
|
293
293
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\"\n }\n}",
|
294
294
|
"title": "删除RabbitMQ的vhost"
|
295
295
|
}
|
@@ -576,10 +576,10 @@
|
|
576
576
|
],
|
577
577
|
"DescribeRabbitMQNodeList": [
|
578
578
|
{
|
579
|
-
"document": "RabbitMQ
|
580
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQNodeList\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
581
|
-
"output": "{\n \"Response\": {\n \"NodeList\": [\n {\n \"CPUUsage\": \"0.000%\",\n \"DiskUsage\": \"3.000%\",\n \"Memory\": 171,\n \"NodeName\": \"rabbit@rabbitmq-broker-
|
582
|
-
"title": "RabbitMQ
|
579
|
+
"document": "查询 RabbitMQ 托管版节点列表",
|
580
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQNodeList\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"Offset\": 0,\n \"Limit\": 3,\n \"NodeName\": \"rabbit@rabbitmq-broker-1.rabbitmq-broker-internal.amqp-2ppxx4rq.svc.cluster.local\",\n \"Filters\": [\n {\n \"Name\": \"nodeStatus\",\n \"Values\": [\n \"running\"\n ]\n }\n ],\n \"SortElement\": \"cpuUsage\",\n \"SortOrder\": \"descend\"\n}",
|
581
|
+
"output": "{\n \"Response\": {\n \"NodeList\": [\n {\n \"CPUUsage\": \"0.000%\",\n \"DiskUsage\": \"3.000%\",\n \"Memory\": 171,\n \"NodeName\": \"rabbit@rabbitmq-broker-0.rabbitmq-broker-internal.amqp-2ppxx4rq.svc.cluster.local\",\n \"NodeStatus\": \"running\",\n \"ProcessNumber\": 459\n }\n ],\n \"RequestId\": \"a95bfcfd-8388-4f86-8511-ca3be8ed000c\",\n \"TotalCount\": 1\n }\n}",
|
582
|
+
"title": "查询 RabbitMQ 托管版节点列表"
|
583
583
|
}
|
584
584
|
],
|
585
585
|
"DescribeRabbitMQPermission": [
|
@@ -986,16 +986,16 @@
|
|
986
986
|
],
|
987
987
|
"ModifyRabbitMQPermission": [
|
988
988
|
{
|
989
|
-
"document": "
|
990
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRabbitMQPermission\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
989
|
+
"document": "",
|
990
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRabbitMQPermission\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"User\": \"admin\",\n \"VirtualHost\": \"testVhost\",\n \"ConfigRegexp\": \".*\",\n \"WriteRegexp\": \".*\",\n \"ReadRegexp\": \".*\"\n}",
|
991
991
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\"\n }\n}",
|
992
992
|
"title": "修改RabbitMQ权限"
|
993
993
|
}
|
994
994
|
],
|
995
995
|
"ModifyRabbitMQUser": [
|
996
996
|
{
|
997
|
-
"document": "
|
998
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-
|
997
|
+
"document": "",
|
998
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-2ppxx4rq\",\n \"User\": \"admin\",\n \"Password\": \"abc123._\"\n}",
|
999
999
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\"\n }\n}",
|
1000
1000
|
"title": "修改RabbitMQ用户"
|
1001
1001
|
}
|
@@ -1010,7 +1010,7 @@
|
|
1010
1010
|
],
|
1011
1011
|
"ModifyRabbitMQVirtualHost": [
|
1012
1012
|
{
|
1013
|
-
"document": "
|
1013
|
+
"document": "",
|
1014
1014
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRabbitMQVirtualHost\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-44w9928j\",\n \"VirtualHost\": \"testVhost\",\n \"Description\": \"hello\"\n}",
|
1015
1015
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a8f28d5e-a7e2-4b0b-afa0-2fba09c077a0\"\n }\n}",
|
1016
1016
|
"title": "修改RabbitMQ的vhost"
|
@@ -316,6 +316,123 @@
|
|
316
316
|
"serviceShortName": "tione"
|
317
317
|
},
|
318
318
|
"objects": {
|
319
|
+
"AuthToken": {
|
320
|
+
"document": "在线服务的 AuthToken 数据",
|
321
|
+
"members": [
|
322
|
+
{
|
323
|
+
"disabled": false,
|
324
|
+
"document": "AuthToken 基础信息",
|
325
|
+
"example": "无",
|
326
|
+
"member": "AuthTokenBase",
|
327
|
+
"name": "Base",
|
328
|
+
"output_required": false,
|
329
|
+
"required": false,
|
330
|
+
"type": "object",
|
331
|
+
"value_allowed_null": false
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"disabled": false,
|
335
|
+
"document": "AuthToken 限流数组",
|
336
|
+
"example": "无",
|
337
|
+
"member": "AuthTokenLimit",
|
338
|
+
"name": "Limits",
|
339
|
+
"output_required": false,
|
340
|
+
"required": false,
|
341
|
+
"type": "list",
|
342
|
+
"value_allowed_null": false
|
343
|
+
}
|
344
|
+
],
|
345
|
+
"usage": "both"
|
346
|
+
},
|
347
|
+
"AuthTokenBase": {
|
348
|
+
"document": "AuthToken 的基础信息",
|
349
|
+
"members": [
|
350
|
+
{
|
351
|
+
"disabled": false,
|
352
|
+
"document": "token 值",
|
353
|
+
"example": "8PyrHoGd6uZ52hQ",
|
354
|
+
"member": "string",
|
355
|
+
"name": "Value",
|
356
|
+
"output_required": false,
|
357
|
+
"required": false,
|
358
|
+
"type": "string",
|
359
|
+
"value_allowed_null": false
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"disabled": false,
|
363
|
+
"document": "token 别名",
|
364
|
+
"example": "这是 token 别名",
|
365
|
+
"member": "string",
|
366
|
+
"name": "Name",
|
367
|
+
"output_required": false,
|
368
|
+
"required": false,
|
369
|
+
"type": "string",
|
370
|
+
"value_allowed_null": false
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"disabled": false,
|
374
|
+
"document": "token 描述",
|
375
|
+
"example": "这是 token 描述",
|
376
|
+
"member": "string",
|
377
|
+
"name": "Description",
|
378
|
+
"output_required": false,
|
379
|
+
"required": false,
|
380
|
+
"type": "string",
|
381
|
+
"value_allowed_null": false
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"disabled": false,
|
385
|
+
"document": "token 创建时间",
|
386
|
+
"example": "2021-01-02",
|
387
|
+
"member": "string",
|
388
|
+
"name": "CreateTime",
|
389
|
+
"output_required": false,
|
390
|
+
"required": false,
|
391
|
+
"type": "string",
|
392
|
+
"value_allowed_null": false
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"disabled": false,
|
396
|
+
"document": "token状态",
|
397
|
+
"example": "Enabled",
|
398
|
+
"member": "string",
|
399
|
+
"name": "Status",
|
400
|
+
"output_required": false,
|
401
|
+
"required": false,
|
402
|
+
"type": "string",
|
403
|
+
"value_allowed_null": false
|
404
|
+
}
|
405
|
+
],
|
406
|
+
"usage": "both"
|
407
|
+
},
|
408
|
+
"AuthTokenLimit": {
|
409
|
+
"document": "AuthToken 限流信息",
|
410
|
+
"members": [
|
411
|
+
{
|
412
|
+
"disabled": false,
|
413
|
+
"document": "限频策略:PerMinute 每分钟限频;PerDay 每日限频",
|
414
|
+
"example": "PerMinute",
|
415
|
+
"member": "string",
|
416
|
+
"name": "Strategy",
|
417
|
+
"output_required": false,
|
418
|
+
"required": false,
|
419
|
+
"type": "string",
|
420
|
+
"value_allowed_null": false
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"disabled": false,
|
424
|
+
"document": "上限值",
|
425
|
+
"example": "10000",
|
426
|
+
"member": "uint64",
|
427
|
+
"name": "Max",
|
428
|
+
"output_required": false,
|
429
|
+
"required": false,
|
430
|
+
"type": "int",
|
431
|
+
"value_allowed_null": false
|
432
|
+
}
|
433
|
+
],
|
434
|
+
"usage": "both"
|
435
|
+
},
|
319
436
|
"CBSConfig": {
|
320
437
|
"document": "CBS存储配置",
|
321
438
|
"members": [
|
@@ -1212,6 +1329,24 @@
|
|
1212
1329
|
"name": "PreStopCommand",
|
1213
1330
|
"required": false,
|
1214
1331
|
"type": "list"
|
1332
|
+
},
|
1333
|
+
{
|
1334
|
+
"disabled": false,
|
1335
|
+
"document": "是否启用 grpc 端口",
|
1336
|
+
"example": "false",
|
1337
|
+
"member": "bool",
|
1338
|
+
"name": "GrpcEnable",
|
1339
|
+
"required": false,
|
1340
|
+
"type": "bool"
|
1341
|
+
},
|
1342
|
+
{
|
1343
|
+
"disabled": false,
|
1344
|
+
"document": "健康探针",
|
1345
|
+
"example": "无",
|
1346
|
+
"member": "HealthProbe",
|
1347
|
+
"name": "HealthProbe",
|
1348
|
+
"required": false,
|
1349
|
+
"type": "object"
|
1215
1350
|
}
|
1216
1351
|
],
|
1217
1352
|
"type": "object"
|
@@ -5117,6 +5252,62 @@
|
|
5117
5252
|
],
|
5118
5253
|
"usage": "both"
|
5119
5254
|
},
|
5255
|
+
"HTTPGetAction": {
|
5256
|
+
"document": "http get 行为",
|
5257
|
+
"members": [
|
5258
|
+
{
|
5259
|
+
"disabled": false,
|
5260
|
+
"document": "http 路径",
|
5261
|
+
"example": "/health/live",
|
5262
|
+
"member": "string",
|
5263
|
+
"name": "Path",
|
5264
|
+
"output_required": false,
|
5265
|
+
"required": false,
|
5266
|
+
"type": "string",
|
5267
|
+
"value_allowed_null": false
|
5268
|
+
}
|
5269
|
+
],
|
5270
|
+
"usage": "both"
|
5271
|
+
},
|
5272
|
+
"HealthProbe": {
|
5273
|
+
"document": "健康探针",
|
5274
|
+
"members": [
|
5275
|
+
{
|
5276
|
+
"disabled": false,
|
5277
|
+
"document": "存活探针",
|
5278
|
+
"example": "无",
|
5279
|
+
"member": "Probe",
|
5280
|
+
"name": "LivenessProbe",
|
5281
|
+
"output_required": false,
|
5282
|
+
"required": false,
|
5283
|
+
"type": "object",
|
5284
|
+
"value_allowed_null": false
|
5285
|
+
},
|
5286
|
+
{
|
5287
|
+
"disabled": false,
|
5288
|
+
"document": "就绪探针",
|
5289
|
+
"example": "无",
|
5290
|
+
"member": "Probe",
|
5291
|
+
"name": "ReadinessProbe",
|
5292
|
+
"output_required": false,
|
5293
|
+
"required": false,
|
5294
|
+
"type": "object",
|
5295
|
+
"value_allowed_null": false
|
5296
|
+
},
|
5297
|
+
{
|
5298
|
+
"disabled": false,
|
5299
|
+
"document": "启动探针",
|
5300
|
+
"example": "无",
|
5301
|
+
"member": "Probe",
|
5302
|
+
"name": "StartupProbe",
|
5303
|
+
"output_required": false,
|
5304
|
+
"required": false,
|
5305
|
+
"type": "object",
|
5306
|
+
"value_allowed_null": false
|
5307
|
+
}
|
5308
|
+
],
|
5309
|
+
"usage": "both"
|
5310
|
+
},
|
5120
5311
|
"HorizontalPodAutoscaler": {
|
5121
5312
|
"document": "hpa的描述",
|
5122
5313
|
"members": [
|
@@ -7046,6 +7237,24 @@
|
|
7046
7237
|
"name": "PreStopCommand",
|
7047
7238
|
"required": false,
|
7048
7239
|
"type": "list"
|
7240
|
+
},
|
7241
|
+
{
|
7242
|
+
"disabled": false,
|
7243
|
+
"document": "是否启动grpc端口",
|
7244
|
+
"example": "flase",
|
7245
|
+
"member": "bool",
|
7246
|
+
"name": "GrpcEnable",
|
7247
|
+
"required": false,
|
7248
|
+
"type": "bool"
|
7249
|
+
},
|
7250
|
+
{
|
7251
|
+
"disabled": false,
|
7252
|
+
"document": "健康探针",
|
7253
|
+
"example": "无",
|
7254
|
+
"member": "HealthProbe",
|
7255
|
+
"name": "HealthProbe",
|
7256
|
+
"required": false,
|
7257
|
+
"type": "object"
|
7049
7258
|
}
|
7050
7259
|
],
|
7051
7260
|
"type": "object"
|
@@ -8118,6 +8327,106 @@
|
|
8118
8327
|
"required": false,
|
8119
8328
|
"type": "string",
|
8120
8329
|
"value_allowed_null": true
|
8330
|
+
},
|
8331
|
+
{
|
8332
|
+
"disabled": false,
|
8333
|
+
"document": "grpc内网调用地址",
|
8334
|
+
"example": "grpc://127.0.0.1:8090",
|
8335
|
+
"member": "string",
|
8336
|
+
"name": "InnerGrpcAddr",
|
8337
|
+
"output_required": false,
|
8338
|
+
"required": false,
|
8339
|
+
"type": "list",
|
8340
|
+
"value_allowed_null": false
|
8341
|
+
}
|
8342
|
+
],
|
8343
|
+
"usage": "both"
|
8344
|
+
},
|
8345
|
+
"Probe": {
|
8346
|
+
"document": "探针结构信息",
|
8347
|
+
"members": [
|
8348
|
+
{
|
8349
|
+
"disabled": false,
|
8350
|
+
"document": "探针行为",
|
8351
|
+
"example": "无",
|
8352
|
+
"member": "ProbeAction",
|
8353
|
+
"name": "ProbeAction",
|
8354
|
+
"output_required": false,
|
8355
|
+
"required": false,
|
8356
|
+
"type": "object",
|
8357
|
+
"value_allowed_null": false
|
8358
|
+
},
|
8359
|
+
{
|
8360
|
+
"disabled": false,
|
8361
|
+
"document": "等待服务启动的延迟",
|
8362
|
+
"example": "0",
|
8363
|
+
"member": "int64",
|
8364
|
+
"name": "InitialDelaySeconds",
|
8365
|
+
"output_required": false,
|
8366
|
+
"required": false,
|
8367
|
+
"type": "int",
|
8368
|
+
"value_allowed_null": false
|
8369
|
+
},
|
8370
|
+
{
|
8371
|
+
"disabled": false,
|
8372
|
+
"document": "轮询检查时间间隔",
|
8373
|
+
"example": "10",
|
8374
|
+
"member": "int64",
|
8375
|
+
"name": "PeriodSeconds",
|
8376
|
+
"output_required": false,
|
8377
|
+
"required": false,
|
8378
|
+
"type": "int",
|
8379
|
+
"value_allowed_null": false
|
8380
|
+
},
|
8381
|
+
{
|
8382
|
+
"disabled": false,
|
8383
|
+
"document": "检查超时时长",
|
8384
|
+
"example": "1",
|
8385
|
+
"member": "int64",
|
8386
|
+
"name": "TimeoutSeconds",
|
8387
|
+
"output_required": false,
|
8388
|
+
"required": false,
|
8389
|
+
"type": "int",
|
8390
|
+
"value_allowed_null": false
|
8391
|
+
},
|
8392
|
+
{
|
8393
|
+
"disabled": false,
|
8394
|
+
"document": "检测失败认定次数",
|
8395
|
+
"example": "1",
|
8396
|
+
"member": "int64",
|
8397
|
+
"name": "FailureThreshold",
|
8398
|
+
"output_required": false,
|
8399
|
+
"required": false,
|
8400
|
+
"type": "int",
|
8401
|
+
"value_allowed_null": false
|
8402
|
+
},
|
8403
|
+
{
|
8404
|
+
"disabled": false,
|
8405
|
+
"document": "检测成功认定次数,就绪默认 3,存活/启动默认 1",
|
8406
|
+
"example": "3",
|
8407
|
+
"member": "int64",
|
8408
|
+
"name": "SuccessThreshold",
|
8409
|
+
"output_required": false,
|
8410
|
+
"required": false,
|
8411
|
+
"type": "int",
|
8412
|
+
"value_allowed_null": false
|
8413
|
+
}
|
8414
|
+
],
|
8415
|
+
"usage": "both"
|
8416
|
+
},
|
8417
|
+
"ProbeAction": {
|
8418
|
+
"document": "探针行为",
|
8419
|
+
"members": [
|
8420
|
+
{
|
8421
|
+
"disabled": false,
|
8422
|
+
"document": "http get 行为",
|
8423
|
+
"example": "无",
|
8424
|
+
"member": "HTTPGetAction",
|
8425
|
+
"name": "HTTPGet",
|
8426
|
+
"output_required": false,
|
8427
|
+
"required": false,
|
8428
|
+
"type": "object",
|
8429
|
+
"value_allowed_null": false
|
8121
8430
|
}
|
8122
8431
|
],
|
8123
8432
|
"usage": "both"
|
@@ -8694,7 +9003,7 @@
|
|
8694
9003
|
{
|
8695
9004
|
"disabled": false,
|
8696
9005
|
"document": "服务的详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8697
|
-
"example": "
|
9006
|
+
"example": "无",
|
8698
9007
|
"member": "ServiceInfo",
|
8699
9008
|
"name": "ServiceInfo",
|
8700
9009
|
"output_required": true,
|
@@ -8764,7 +9073,7 @@
|
|
8764
9073
|
{
|
8765
9074
|
"disabled": false,
|
8766
9075
|
"document": "服务的标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
8767
|
-
"example": "
|
9076
|
+
"example": "无",
|
8768
9077
|
"member": "Tag",
|
8769
9078
|
"name": "Tags",
|
8770
9079
|
"output_required": true,
|
@@ -8854,7 +9163,7 @@
|
|
8854
9163
|
{
|
8855
9164
|
"disabled": true,
|
8856
9165
|
"document": "已废弃,以ServiceInfo中的对应为准\n注意:此字段可能返回 null,表示取不到有效值。",
|
8857
|
-
"example": "
|
9166
|
+
"example": "无",
|
8858
9167
|
"member": "ServiceLimit",
|
8859
9168
|
"name": "ServiceLimit",
|
8860
9169
|
"output_required": true,
|
@@ -8864,7 +9173,7 @@
|
|
8864
9173
|
{
|
8865
9174
|
"disabled": true,
|
8866
9175
|
"document": "已废弃,以ServiceInfo中的对应为准\n注意:此字段可能返回 null,表示取不到有效值。",
|
8867
|
-
"example": "
|
9176
|
+
"example": "无",
|
8868
9177
|
"member": "ScheduledAction",
|
8869
9178
|
"name": "ScheduledAction",
|
8870
9179
|
"output_required": true,
|
@@ -9112,6 +9421,36 @@
|
|
9112
9421
|
"output_required": false,
|
9113
9422
|
"type": "string",
|
9114
9423
|
"value_allowed_null": true
|
9424
|
+
},
|
9425
|
+
{
|
9426
|
+
"disabled": false,
|
9427
|
+
"document": "LLM token 列表",
|
9428
|
+
"example": "无",
|
9429
|
+
"member": "AuthToken",
|
9430
|
+
"name": "AuthTokens",
|
9431
|
+
"output_required": false,
|
9432
|
+
"type": "list",
|
9433
|
+
"value_allowed_null": false
|
9434
|
+
},
|
9435
|
+
{
|
9436
|
+
"disabled": false,
|
9437
|
+
"document": "是否开启限流",
|
9438
|
+
"example": "true",
|
9439
|
+
"member": "bool",
|
9440
|
+
"name": "EnableLimit",
|
9441
|
+
"output_required": false,
|
9442
|
+
"type": "bool",
|
9443
|
+
"value_allowed_null": false
|
9444
|
+
},
|
9445
|
+
{
|
9446
|
+
"disabled": false,
|
9447
|
+
"document": "访问grpc时需携带的虚拟Host",
|
9448
|
+
"example": "ms-fdds4fsr-10000000-swgrpc.gw.ap-shanghai.ti.tencentcs.com",
|
9449
|
+
"member": "string",
|
9450
|
+
"name": "GrpcHost",
|
9451
|
+
"output_required": false,
|
9452
|
+
"type": "string",
|
9453
|
+
"value_allowed_null": false
|
9115
9454
|
}
|
9116
9455
|
],
|
9117
9456
|
"usage": "out"
|
@@ -9396,6 +9735,26 @@
|
|
9396
9735
|
"output_required": false,
|
9397
9736
|
"type": "int",
|
9398
9737
|
"value_allowed_null": false
|
9738
|
+
},
|
9739
|
+
{
|
9740
|
+
"disabled": false,
|
9741
|
+
"document": "是否开启鉴权",
|
9742
|
+
"example": "true",
|
9743
|
+
"member": "bool",
|
9744
|
+
"name": "AuthorizationEnable",
|
9745
|
+
"output_required": false,
|
9746
|
+
"type": "bool",
|
9747
|
+
"value_allowed_null": false
|
9748
|
+
},
|
9749
|
+
{
|
9750
|
+
"disabled": false,
|
9751
|
+
"document": "限流鉴权 token 列表",
|
9752
|
+
"example": "无",
|
9753
|
+
"member": "AuthToken",
|
9754
|
+
"name": "AuthTokens",
|
9755
|
+
"output_required": false,
|
9756
|
+
"type": "list",
|
9757
|
+
"value_allowed_null": false
|
9399
9758
|
}
|
9400
9759
|
],
|
9401
9760
|
"usage": "out"
|
@@ -9776,6 +10135,28 @@
|
|
9776
10135
|
"required": false,
|
9777
10136
|
"type": "list",
|
9778
10137
|
"value_allowed_null": false
|
10138
|
+
},
|
10139
|
+
{
|
10140
|
+
"disabled": false,
|
10141
|
+
"document": "是否启用grpc端口",
|
10142
|
+
"example": "false",
|
10143
|
+
"member": "bool",
|
10144
|
+
"name": "GrpcEnable",
|
10145
|
+
"output_required": false,
|
10146
|
+
"required": false,
|
10147
|
+
"type": "bool",
|
10148
|
+
"value_allowed_null": false
|
10149
|
+
},
|
10150
|
+
{
|
10151
|
+
"disabled": false,
|
10152
|
+
"document": "健康探针",
|
10153
|
+
"example": "无",
|
10154
|
+
"member": "HealthProbe",
|
10155
|
+
"name": "HealthProbe",
|
10156
|
+
"output_required": false,
|
10157
|
+
"required": false,
|
10158
|
+
"type": "object",
|
10159
|
+
"value_allowed_null": false
|
9779
10160
|
}
|
9780
10161
|
],
|
9781
10162
|
"usage": "both"
|