tccli 3.0.1211.1__py2.py3-none-any.whl → 3.0.1213.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/asr/v20190614/api.json +1 -1
- tccli/services/captcha/v20190722/api.json +13 -3
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/cdb/v20170320/api.json +18 -0
- tccli/services/cfw/v20190904/api.json +68 -64
- tccli/services/cfw/v20190904/examples.json +22 -22
- tccli/services/ckafka/v20190819/api.json +12 -23
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +144 -112
- tccli/services/cwp/v20180228/examples.json +55 -55
- tccli/services/cynosdb/v20190107/api.json +52 -41
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dbbrain/v20210527/api.json +2 -2
- tccli/services/dbbrain/v20210527/examples.json +1 -1
- tccli/services/ecdn/v20191012/api.json +2 -2
- tccli/services/ecdn/v20191012/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/emr/v20190103/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +19 -1
- tccli/services/ess/v20201111/examples.json +6 -0
- tccli/services/essbasic/v20210526/api.json +19 -1
- tccli/services/essbasic/v20210526/examples.json +6 -0
- tccli/services/faceid/v20180301/api.json +13 -9
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +5 -5
- tccli/services/lcic/v20220817/examples.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +19 -0
- tccli/services/mqtt/v20240516/api.json +3 -3
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/rce/v20201103/api.json +10 -10
- tccli/services/rce/v20201103/examples.json +1 -1
- tccli/services/ses/v20201002/api.json +21 -21
- tccli/services/sms/v20190711/api.json +74 -74
- tccli/services/sms/v20190711/examples.json +12 -12
- tccli/services/sms/v20210111/api.json +73 -73
- tccli/services/sms/v20210111/examples.json +15 -15
- tccli/services/taf/v20200210/api.json +38 -1
- tccli/services/taf/v20200210/examples.json +1 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +180 -66
- tccli/services/tdmq/v20200217/examples.json +20 -12
- tccli/services/tke/v20180525/api.json +11 -1
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/trocket/v20230308/api.json +353 -274
- tccli/services/trocket/v20230308/examples.json +58 -64
- tccli/services/trtc/v20190722/api.json +20 -20
- tccli/services/vpc/v20170312/api.json +9 -9
- tccli/services/waf/v20180125/api.json +83 -1
- tccli/services/waf/v20180125/examples.json +9 -1
- tccli/services/waf/waf_client.py +57 -4
- tccli/services/wedata/v20210820/api.json +390 -0
- tccli/services/wedata/v20210820/examples.json +14 -0
- tccli/services/wedata/wedata_client.py +57 -4
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/RECORD +61 -61
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1211.1.dist-info → tccli-3.0.1213.1.dist-info}/license_files/LICENSE +0 -0
@@ -70,6 +70,13 @@
|
|
70
70
|
"output": "CreateProClusterResponse",
|
71
71
|
"status": "online"
|
72
72
|
},
|
73
|
+
"CreateRabbitMQBinding": {
|
74
|
+
"document": "创建RabbitMQ路由关系",
|
75
|
+
"input": "CreateRabbitMQBindingRequest",
|
76
|
+
"name": "创建RabbitMQ路由关系",
|
77
|
+
"output": "CreateRabbitMQBindingResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
73
80
|
"CreateRabbitMQUser": {
|
74
81
|
"document": "创建RabbitMQ的用户",
|
75
82
|
"input": "CreateRabbitMQUserRequest",
|
@@ -3500,6 +3507,108 @@
|
|
3500
3507
|
],
|
3501
3508
|
"type": "object"
|
3502
3509
|
},
|
3510
|
+
"CreateRabbitMQBindingRequest": {
|
3511
|
+
"document": "CreateRabbitMQBinding请求参数结构体",
|
3512
|
+
"members": [
|
3513
|
+
{
|
3514
|
+
"disabled": false,
|
3515
|
+
"document": "实例Id",
|
3516
|
+
"example": "amqp-xxx",
|
3517
|
+
"member": "string",
|
3518
|
+
"name": "InstanceId",
|
3519
|
+
"required": true,
|
3520
|
+
"type": "string"
|
3521
|
+
},
|
3522
|
+
{
|
3523
|
+
"disabled": false,
|
3524
|
+
"document": "Vhost参数",
|
3525
|
+
"example": "testVhost",
|
3526
|
+
"member": "string",
|
3527
|
+
"name": "VirtualHost",
|
3528
|
+
"required": true,
|
3529
|
+
"type": "string"
|
3530
|
+
},
|
3531
|
+
{
|
3532
|
+
"disabled": false,
|
3533
|
+
"document": "源exchange",
|
3534
|
+
"example": "testSource",
|
3535
|
+
"member": "string",
|
3536
|
+
"name": "Source",
|
3537
|
+
"required": true,
|
3538
|
+
"type": "string"
|
3539
|
+
},
|
3540
|
+
{
|
3541
|
+
"disabled": false,
|
3542
|
+
"document": "目标类型,取值queue或exchange",
|
3543
|
+
"example": "testDestinationType",
|
3544
|
+
"member": "string",
|
3545
|
+
"name": "DestinationType",
|
3546
|
+
"required": true,
|
3547
|
+
"type": "string"
|
3548
|
+
},
|
3549
|
+
{
|
3550
|
+
"disabled": false,
|
3551
|
+
"document": "目标",
|
3552
|
+
"example": "testDestination",
|
3553
|
+
"member": "string",
|
3554
|
+
"name": "Destination",
|
3555
|
+
"required": true,
|
3556
|
+
"type": "string"
|
3557
|
+
},
|
3558
|
+
{
|
3559
|
+
"disabled": false,
|
3560
|
+
"document": "绑定key",
|
3561
|
+
"example": "testRoutingKey",
|
3562
|
+
"member": "string",
|
3563
|
+
"name": "RoutingKey",
|
3564
|
+
"required": false,
|
3565
|
+
"type": "string"
|
3566
|
+
}
|
3567
|
+
],
|
3568
|
+
"type": "object"
|
3569
|
+
},
|
3570
|
+
"CreateRabbitMQBindingResponse": {
|
3571
|
+
"document": "CreateRabbitMQBinding返回参数结构体",
|
3572
|
+
"members": [
|
3573
|
+
{
|
3574
|
+
"disabled": false,
|
3575
|
+
"document": "队列名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
3576
|
+
"example": "queue1",
|
3577
|
+
"member": "string",
|
3578
|
+
"name": "InstanceId",
|
3579
|
+
"output_required": true,
|
3580
|
+
"type": "string",
|
3581
|
+
"value_allowed_null": true
|
3582
|
+
},
|
3583
|
+
{
|
3584
|
+
"disabled": false,
|
3585
|
+
"document": "vhost参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
3586
|
+
"example": "Vhost1",
|
3587
|
+
"member": "string",
|
3588
|
+
"name": "VirtualHost",
|
3589
|
+
"output_required": true,
|
3590
|
+
"type": "string",
|
3591
|
+
"value_allowed_null": true
|
3592
|
+
},
|
3593
|
+
{
|
3594
|
+
"disabled": false,
|
3595
|
+
"document": "路由关系Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
3596
|
+
"example": "123",
|
3597
|
+
"member": "int64",
|
3598
|
+
"name": "BindingId",
|
3599
|
+
"output_required": true,
|
3600
|
+
"type": "int",
|
3601
|
+
"value_allowed_null": true
|
3602
|
+
},
|
3603
|
+
{
|
3604
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3605
|
+
"member": "string",
|
3606
|
+
"name": "RequestId",
|
3607
|
+
"type": "string"
|
3608
|
+
}
|
3609
|
+
],
|
3610
|
+
"type": "object"
|
3611
|
+
},
|
3503
3612
|
"CreateRabbitMQUserRequest": {
|
3504
3613
|
"document": "CreateRabbitMQUser请求参数结构体",
|
3505
3614
|
"members": [
|
@@ -4042,7 +4151,7 @@
|
|
4042
4151
|
{
|
4043
4152
|
"disabled": false,
|
4044
4153
|
"document": "集群ID",
|
4045
|
-
"example": "rocketmq-
|
4154
|
+
"example": "rocketmq-4k4orqgq",
|
4046
4155
|
"member": "string",
|
4047
4156
|
"name": "ClusterId",
|
4048
4157
|
"required": true,
|
@@ -4078,7 +4187,7 @@
|
|
4078
4187
|
{
|
4079
4188
|
"disabled": false,
|
4080
4189
|
"document": "说明,最大128个字符",
|
4081
|
-
"example": "
|
4190
|
+
"example": "info-remark",
|
4082
4191
|
"member": "string",
|
4083
4192
|
"name": "Remark",
|
4084
4193
|
"required": false,
|
@@ -4252,7 +4361,7 @@
|
|
4252
4361
|
{
|
4253
4362
|
"disabled": false,
|
4254
4363
|
"document": "实例名称",
|
4255
|
-
"example": "
|
4364
|
+
"example": "mq-instance",
|
4256
4365
|
"member": "string",
|
4257
4366
|
"name": "Name",
|
4258
4367
|
"required": true,
|
@@ -4270,7 +4379,7 @@
|
|
4270
4379
|
{
|
4271
4380
|
"disabled": false,
|
4272
4381
|
"document": "节点数量,最小2,最大20",
|
4273
|
-
"example": "
|
4382
|
+
"example": "6",
|
4274
4383
|
"member": "int64",
|
4275
4384
|
"name": "NodeCount",
|
4276
4385
|
"required": true,
|
@@ -4279,7 +4388,7 @@
|
|
4279
4388
|
{
|
4280
4389
|
"disabled": false,
|
4281
4390
|
"document": "单节点存储空间,GB为单位,最低200GB",
|
4282
|
-
"example": "
|
4391
|
+
"example": "500",
|
4283
4392
|
"member": "int64",
|
4284
4393
|
"name": "StorageSize",
|
4285
4394
|
"required": true,
|
@@ -4288,7 +4397,7 @@
|
|
4288
4397
|
{
|
4289
4398
|
"disabled": false,
|
4290
4399
|
"document": "节点部署的区域ID列表,如广州一区,则是100001,具体可查询腾讯云官网",
|
4291
|
-
"example": "
|
4400
|
+
"example": "[\"100001\"]",
|
4292
4401
|
"member": "string",
|
4293
4402
|
"name": "ZoneIds",
|
4294
4403
|
"required": true,
|
@@ -4306,7 +4415,7 @@
|
|
4306
4415
|
{
|
4307
4416
|
"disabled": false,
|
4308
4417
|
"document": "购买时长,月为单位",
|
4309
|
-
"example": "
|
4418
|
+
"example": "12",
|
4310
4419
|
"member": "int64",
|
4311
4420
|
"name": "TimeSpan",
|
4312
4421
|
"required": true,
|
@@ -4333,7 +4442,7 @@
|
|
4333
4442
|
{
|
4334
4443
|
"disabled": false,
|
4335
4444
|
"document": "公网带宽,在开启公网情况下为必传字段",
|
4336
|
-
"example": "
|
4445
|
+
"example": "0",
|
4337
4446
|
"member": "int64",
|
4338
4447
|
"name": "Bandwidth",
|
4339
4448
|
"required": false,
|
@@ -4366,7 +4475,7 @@
|
|
4366
4475
|
{
|
4367
4476
|
"disabled": false,
|
4368
4477
|
"document": "集群ID",
|
4369
|
-
"example": "
|
4478
|
+
"example": "rocketmq-7drjznvjqzee",
|
4370
4479
|
"member": "string",
|
4371
4480
|
"name": "ClusterId",
|
4372
4481
|
"output_required": true,
|
@@ -5340,7 +5449,7 @@
|
|
5340
5449
|
{
|
5341
5450
|
"disabled": false,
|
5342
5451
|
"document": "实例的集群ID",
|
5343
|
-
"example": "
|
5452
|
+
"example": "rocketmq-ajknm838qzg4",
|
5344
5453
|
"member": "string",
|
5345
5454
|
"name": "ClusterId",
|
5346
5455
|
"required": true,
|
@@ -9586,7 +9695,7 @@
|
|
9586
9695
|
{
|
9587
9696
|
"disabled": false,
|
9588
9697
|
"document": "集群ID",
|
9589
|
-
"example": "rocketmq-
|
9698
|
+
"example": "rocketmq-4k4orqgq",
|
9590
9699
|
"member": "string",
|
9591
9700
|
"name": "ClusterId",
|
9592
9701
|
"required": true,
|
@@ -9613,7 +9722,7 @@
|
|
9613
9722
|
{
|
9614
9723
|
"disabled": false,
|
9615
9724
|
"document": "按名称搜索",
|
9616
|
-
"example": "
|
9725
|
+
"example": "ordername",
|
9617
9726
|
"member": "string",
|
9618
9727
|
"name": "NameKeyword",
|
9619
9728
|
"required": false,
|
@@ -9631,7 +9740,7 @@
|
|
9631
9740
|
"example": "无",
|
9632
9741
|
"member": "RocketMQNamespace",
|
9633
9742
|
"name": "Namespaces",
|
9634
|
-
"
|
9743
|
+
"output_required": true,
|
9635
9744
|
"type": "list",
|
9636
9745
|
"value_allowed_null": false
|
9637
9746
|
},
|
@@ -9641,7 +9750,7 @@
|
|
9641
9750
|
"example": "100",
|
9642
9751
|
"member": "uint64",
|
9643
9752
|
"name": "TotalCount",
|
9644
|
-
"
|
9753
|
+
"output_required": true,
|
9645
9754
|
"type": "int",
|
9646
9755
|
"value_allowed_null": false
|
9647
9756
|
},
|
@@ -10849,7 +10958,7 @@
|
|
10849
10958
|
{
|
10850
10959
|
"disabled": false,
|
10851
10960
|
"document": "集群ID",
|
10852
|
-
"example": "rocketmq-
|
10961
|
+
"example": "rocketmq-4k4orqgq",
|
10853
10962
|
"member": "string",
|
10854
10963
|
"name": "ClusterId",
|
10855
10964
|
"required": true,
|
@@ -10895,8 +11004,8 @@
|
|
10895
11004
|
"members": [
|
10896
11005
|
{
|
10897
11006
|
"disabled": false,
|
10898
|
-
"document": "查询条件过滤器,支持的查询条件如下:\ninstanceIds - 实例ID\ninstanceName -
|
10899
|
-
"example": "
|
11007
|
+
"document": "查询条件过滤器,支持的查询条件如下:\ninstanceIds - 实例ID\ninstanceName - 实例名称\nstatus - 实例状态",
|
11008
|
+
"example": "[ {\"Values\": [ \"rocketmq-1233\"], \"Name\": \"InstanceIds\"} ]",
|
10900
11009
|
"member": "Filter",
|
10901
11010
|
"name": "Filters",
|
10902
11011
|
"required": false,
|
@@ -10932,6 +11041,7 @@
|
|
10932
11041
|
"example": "10",
|
10933
11042
|
"member": "uint64",
|
10934
11043
|
"name": "TotalCount",
|
11044
|
+
"output_required": true,
|
10935
11045
|
"type": "int",
|
10936
11046
|
"value_allowed_null": false
|
10937
11047
|
},
|
@@ -10941,6 +11051,7 @@
|
|
10941
11051
|
"example": "无",
|
10942
11052
|
"member": "RocketMQVipInstance",
|
10943
11053
|
"name": "Instances",
|
11054
|
+
"output_required": true,
|
10944
11055
|
"type": "list",
|
10945
11056
|
"value_allowed_null": false
|
10946
11057
|
},
|
@@ -11767,22 +11878,20 @@
|
|
11767
11878
|
{
|
11768
11879
|
"disabled": false,
|
11769
11880
|
"document": "过滤参数的名字",
|
11770
|
-
"example": "
|
11881
|
+
"example": "paramName",
|
11771
11882
|
"member": "string",
|
11772
11883
|
"name": "Name",
|
11773
11884
|
"required": false,
|
11774
|
-
"type": "string"
|
11775
|
-
"value_allowed_null": false
|
11885
|
+
"type": "string"
|
11776
11886
|
},
|
11777
11887
|
{
|
11778
11888
|
"disabled": false,
|
11779
11889
|
"document": "数值",
|
11780
|
-
"example": "
|
11890
|
+
"example": "[\"a\"]",
|
11781
11891
|
"member": "string",
|
11782
11892
|
"name": "Values",
|
11783
11893
|
"required": false,
|
11784
|
-
"type": "list"
|
11785
|
-
"value_allowed_null": false
|
11894
|
+
"type": "list"
|
11786
11895
|
}
|
11787
11896
|
],
|
11788
11897
|
"usage": "in"
|
@@ -13253,7 +13362,7 @@
|
|
13253
13362
|
{
|
13254
13363
|
"disabled": false,
|
13255
13364
|
"document": "专享实例ID",
|
13256
|
-
"example": "rocketmq-
|
13365
|
+
"example": "rocketmq-4k4orqgq",
|
13257
13366
|
"member": "string",
|
13258
13367
|
"name": "InstanceId",
|
13259
13368
|
"required": true,
|
@@ -13262,7 +13371,7 @@
|
|
13262
13371
|
{
|
13263
13372
|
"disabled": false,
|
13264
13373
|
"document": "实例名称",
|
13265
|
-
"example": "
|
13374
|
+
"example": "order-service-instance",
|
13266
13375
|
"member": "string",
|
13267
13376
|
"name": "Name",
|
13268
13377
|
"required": false,
|
@@ -13271,7 +13380,7 @@
|
|
13271
13380
|
{
|
13272
13381
|
"disabled": false,
|
13273
13382
|
"document": "实例备注信息",
|
13274
|
-
"example": "
|
13383
|
+
"example": "info-mark",
|
13275
13384
|
"member": "string",
|
13276
13385
|
"name": "Remark",
|
13277
13386
|
"required": false,
|
@@ -13307,7 +13416,7 @@
|
|
13307
13416
|
{
|
13308
13417
|
"disabled": false,
|
13309
13418
|
"document": "专享实例ID",
|
13310
|
-
"example": "rocketmq-
|
13419
|
+
"example": "rocketmq-4k4orqgq",
|
13311
13420
|
"member": "string",
|
13312
13421
|
"name": "InstanceId",
|
13313
13422
|
"required": true,
|
@@ -13349,7 +13458,7 @@
|
|
13349
13458
|
{
|
13350
13459
|
"disabled": false,
|
13351
13460
|
"document": "订单号\n注意:此字段可能返回 null,表示取不到有效值。",
|
13352
|
-
"example": "
|
13461
|
+
"example": "TDMQ20121212312322",
|
13353
13462
|
"member": "string",
|
13354
13463
|
"name": "OrderId",
|
13355
13464
|
"output_required": true,
|
@@ -14043,6 +14152,7 @@
|
|
14043
14152
|
"example": "0.0.0.0/0",
|
14044
14153
|
"member": "string",
|
14045
14154
|
"name": "IpRule",
|
14155
|
+
"output_required": true,
|
14046
14156
|
"required": true,
|
14047
14157
|
"type": "string",
|
14048
14158
|
"value_allowed_null": false
|
@@ -14053,6 +14163,7 @@
|
|
14053
14163
|
"example": "true",
|
14054
14164
|
"member": "bool",
|
14055
14165
|
"name": "Allow",
|
14166
|
+
"output_required": true,
|
14056
14167
|
"required": true,
|
14057
14168
|
"type": "bool",
|
14058
14169
|
"value_allowed_null": false
|
@@ -14060,9 +14171,10 @@
|
|
14060
14171
|
{
|
14061
14172
|
"disabled": false,
|
14062
14173
|
"document": "备注信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
14063
|
-
"example": "test",
|
14174
|
+
"example": "test remark info",
|
14064
14175
|
"member": "string",
|
14065
14176
|
"name": "Remark",
|
14177
|
+
"output_required": true,
|
14066
14178
|
"required": false,
|
14067
14179
|
"type": "string",
|
14068
14180
|
"value_allowed_null": true
|
@@ -16675,7 +16787,7 @@
|
|
16675
16787
|
{
|
16676
16788
|
"disabled": false,
|
16677
16789
|
"document": "集群ID",
|
16678
|
-
"example": "rocketmq-
|
16790
|
+
"example": "rocketmq-4k4orqgq",
|
16679
16791
|
"member": "string",
|
16680
16792
|
"name": "ClusterId",
|
16681
16793
|
"output_required": true,
|
@@ -16685,7 +16797,7 @@
|
|
16685
16797
|
{
|
16686
16798
|
"disabled": false,
|
16687
16799
|
"document": "集群名称",
|
16688
|
-
"example": "
|
16800
|
+
"example": "rocket-order-instance",
|
16689
16801
|
"member": "string",
|
16690
16802
|
"name": "ClusterName",
|
16691
16803
|
"output_required": true,
|
@@ -16705,7 +16817,7 @@
|
|
16705
16817
|
{
|
16706
16818
|
"disabled": false,
|
16707
16819
|
"document": "创建时间,毫秒为单位",
|
16708
|
-
"example": "
|
16820
|
+
"example": "1729478721",
|
16709
16821
|
"member": "uint64",
|
16710
16822
|
"name": "CreateTime",
|
16711
16823
|
"output_required": true,
|
@@ -16715,7 +16827,7 @@
|
|
16715
16827
|
{
|
16716
16828
|
"disabled": false,
|
16717
16829
|
"document": "集群说明信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
16718
|
-
"example": "
|
16830
|
+
"example": "info-remark",
|
16719
16831
|
"member": "string",
|
16720
16832
|
"name": "Remark",
|
16721
16833
|
"output_required": true,
|
@@ -16725,7 +16837,7 @@
|
|
16725
16837
|
{
|
16726
16838
|
"disabled": false,
|
16727
16839
|
"document": "公网接入地址",
|
16728
|
-
"example": "
|
16840
|
+
"example": "rocketmq.access.public.com:9867",
|
16729
16841
|
"member": "string",
|
16730
16842
|
"name": "PublicEndPoint",
|
16731
16843
|
"output_required": true,
|
@@ -16735,7 +16847,7 @@
|
|
16735
16847
|
{
|
16736
16848
|
"disabled": false,
|
16737
16849
|
"document": "VPC接入地址",
|
16738
|
-
"example": "
|
16850
|
+
"example": "rocketmq.resource.vpc.com:5010",
|
16739
16851
|
"member": "string",
|
16740
16852
|
"name": "VpcEndPoint",
|
16741
16853
|
"output_required": true,
|
@@ -16795,7 +16907,7 @@
|
|
16795
16907
|
{
|
16796
16908
|
"disabled": false,
|
16797
16909
|
"document": "欠费停服时间,毫秒为单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
16798
|
-
"example": "
|
16910
|
+
"example": "1729478721",
|
16799
16911
|
"member": "int64",
|
16800
16912
|
"name": "IsolateTime",
|
16801
16913
|
"output_required": true,
|
@@ -16805,7 +16917,7 @@
|
|
16805
16917
|
{
|
16806
16918
|
"disabled": false,
|
16807
16919
|
"document": "HTTP协议公网接入地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
16808
|
-
"example": "
|
16920
|
+
"example": "http://ip:port",
|
16809
16921
|
"member": "string",
|
16810
16922
|
"name": "HttpPublicEndpoint",
|
16811
16923
|
"output_required": true,
|
@@ -16815,7 +16927,7 @@
|
|
16815
16927
|
{
|
16816
16928
|
"disabled": false,
|
16817
16929
|
"document": "HTTP协议VPC接入地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
16818
|
-
"example": "
|
16930
|
+
"example": "http://ip:port",
|
16819
16931
|
"member": "string",
|
16820
16932
|
"name": "HttpVpcEndpoint",
|
16821
16933
|
"output_required": true,
|
@@ -16825,7 +16937,7 @@
|
|
16825
16937
|
{
|
16826
16938
|
"disabled": false,
|
16827
16939
|
"document": "TCP内部接入地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
16828
|
-
"example": "
|
16940
|
+
"example": "namespace.internal:port",
|
16829
16941
|
"member": "string",
|
16830
16942
|
"name": "InternalEndpoint",
|
16831
16943
|
"output_required": true,
|
@@ -16835,7 +16947,7 @@
|
|
16835
16947
|
{
|
16836
16948
|
"disabled": false,
|
16837
16949
|
"document": "HTTP协议内部接入地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
16838
|
-
"example": "
|
16950
|
+
"example": "http://ip:port",
|
16839
16951
|
"member": "string",
|
16840
16952
|
"name": "HttpInternalEndpoint",
|
16841
16953
|
"output_required": true,
|
@@ -16865,7 +16977,7 @@
|
|
16865
16977
|
{
|
16866
16978
|
"disabled": false,
|
16867
16979
|
"document": "vip\n注意:此字段可能返回 null,表示取不到有效值。",
|
16868
|
-
"example": "
|
16980
|
+
"example": "vip",
|
16869
16981
|
"member": "string",
|
16870
16982
|
"name": "Vip",
|
16871
16983
|
"output_required": false,
|
@@ -16875,7 +16987,7 @@
|
|
16875
16987
|
{
|
16876
16988
|
"disabled": false,
|
16877
16989
|
"document": "所属VPC\n注意:此字段可能返回 null,表示取不到有效值。",
|
16878
|
-
"example": "
|
16990
|
+
"example": "mqvpc296",
|
16879
16991
|
"member": "string",
|
16880
16992
|
"name": "VpcId",
|
16881
16993
|
"output_required": false,
|
@@ -16885,7 +16997,7 @@
|
|
16885
16997
|
{
|
16886
16998
|
"disabled": false,
|
16887
16999
|
"document": "是否支持迁移\n注意:此字段可能返回 null,表示取不到有效值。",
|
16888
|
-
"example": "
|
17000
|
+
"example": "false",
|
16889
17001
|
"member": "bool",
|
16890
17002
|
"name": "SupportMigration",
|
16891
17003
|
"output_required": false,
|
@@ -16895,7 +17007,7 @@
|
|
16895
17007
|
{
|
16896
17008
|
"disabled": false,
|
16897
17009
|
"document": "实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败,6 - 变配中,7 - 变配失败\n注意:此字段可能返回 null,表示取不到有效值。",
|
16898
|
-
"example": "
|
17010
|
+
"example": "1",
|
16899
17011
|
"member": "int64",
|
16900
17012
|
"name": "InstanceStatus",
|
16901
17013
|
"output_required": false,
|
@@ -16905,7 +17017,7 @@
|
|
16905
17017
|
{
|
16906
17018
|
"disabled": false,
|
16907
17019
|
"document": "集群所属可用区,表明集群归属的可用区\n注意:此字段可能返回 null,表示取不到有效值。",
|
16908
|
-
"example": "
|
17020
|
+
"example": "100001",
|
16909
17021
|
"member": "int64",
|
16910
17022
|
"name": "ZoneId",
|
16911
17023
|
"output_required": false,
|
@@ -16915,7 +17027,7 @@
|
|
16915
17027
|
{
|
16916
17028
|
"disabled": false,
|
16917
17029
|
"document": "集群节点所在的可用区,若该集群为跨可用区集群,则包含该集群节点所在的多个可用区。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16918
|
-
"example": "
|
17030
|
+
"example": "[100001]",
|
16919
17031
|
"member": "int64",
|
16920
17032
|
"name": "ZoneIds",
|
16921
17033
|
"output_required": false,
|
@@ -17537,7 +17649,7 @@
|
|
17537
17649
|
{
|
17538
17650
|
"disabled": false,
|
17539
17651
|
"document": "Topic个数最小配额,即免费额度,默认为集群规格单节点最小配额*节点个数\n注意:此字段可能返回 null,表示取不到有效值。",
|
17540
|
-
"example": "
|
17652
|
+
"example": "1",
|
17541
17653
|
"member": "int64",
|
17542
17654
|
"name": "TopicNumLowerLimit",
|
17543
17655
|
"output_required": false,
|
@@ -17547,7 +17659,7 @@
|
|
17547
17659
|
{
|
17548
17660
|
"disabled": false,
|
17549
17661
|
"document": "Topic个数最大配额,默认为集群规格单节点最大配额*节点个数\n注意:此字段可能返回 null,表示取不到有效值。",
|
17550
|
-
"example": "
|
17662
|
+
"example": "10",
|
17551
17663
|
"member": "int64",
|
17552
17664
|
"name": "TopicNumUpperLimit",
|
17553
17665
|
"output_required": false,
|
@@ -17724,7 +17836,7 @@
|
|
17724
17836
|
"example": "prod",
|
17725
17837
|
"member": "string",
|
17726
17838
|
"name": "NamespaceId",
|
17727
|
-
"
|
17839
|
+
"output_required": true,
|
17728
17840
|
"type": "string",
|
17729
17841
|
"value_allowed_null": false
|
17730
17842
|
},
|
@@ -17734,7 +17846,7 @@
|
|
17734
17846
|
"example": "100000",
|
17735
17847
|
"member": "uint64",
|
17736
17848
|
"name": "Ttl",
|
17737
|
-
"
|
17849
|
+
"output_required": true,
|
17738
17850
|
"type": "int",
|
17739
17851
|
"value_allowed_null": false
|
17740
17852
|
},
|
@@ -17744,7 +17856,7 @@
|
|
17744
17856
|
"example": "10000",
|
17745
17857
|
"member": "uint64",
|
17746
17858
|
"name": "RetentionTime",
|
17747
|
-
"
|
17859
|
+
"output_required": true,
|
17748
17860
|
"type": "int",
|
17749
17861
|
"value_allowed_null": false
|
17750
17862
|
},
|
@@ -17754,37 +17866,37 @@
|
|
17754
17866
|
"example": "备注",
|
17755
17867
|
"member": "string",
|
17756
17868
|
"name": "Remark",
|
17757
|
-
"
|
17869
|
+
"output_required": true,
|
17758
17870
|
"type": "string",
|
17759
17871
|
"value_allowed_null": true
|
17760
17872
|
},
|
17761
17873
|
{
|
17762
17874
|
"disabled": false,
|
17763
17875
|
"document": "公网接入点地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
17764
|
-
"example": "
|
17876
|
+
"example": "http://ip:port",
|
17765
17877
|
"member": "string",
|
17766
17878
|
"name": "PublicEndpoint",
|
17767
|
-
"
|
17879
|
+
"output_required": true,
|
17768
17880
|
"type": "string",
|
17769
17881
|
"value_allowed_null": true
|
17770
17882
|
},
|
17771
17883
|
{
|
17772
17884
|
"disabled": false,
|
17773
17885
|
"document": "VPC接入点地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
17774
|
-
"example": "
|
17886
|
+
"example": "http://ip:port",
|
17775
17887
|
"member": "string",
|
17776
17888
|
"name": "VpcEndpoint",
|
17777
|
-
"
|
17889
|
+
"output_required": true,
|
17778
17890
|
"type": "string",
|
17779
17891
|
"value_allowed_null": true
|
17780
17892
|
},
|
17781
17893
|
{
|
17782
17894
|
"disabled": false,
|
17783
17895
|
"document": "内部接入点地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
17784
|
-
"example": "
|
17896
|
+
"example": "http://ip:port",
|
17785
17897
|
"member": "string",
|
17786
17898
|
"name": "InternalEndpoint",
|
17787
|
-
"
|
17899
|
+
"output_required": true,
|
17788
17900
|
"type": "string",
|
17789
17901
|
"value_allowed_null": true
|
17790
17902
|
}
|
@@ -18288,7 +18400,7 @@
|
|
18288
18400
|
{
|
18289
18401
|
"disabled": false,
|
18290
18402
|
"document": "实例id",
|
18291
|
-
"example": "
|
18403
|
+
"example": "rmq-4k4orqgq1",
|
18292
18404
|
"member": "string",
|
18293
18405
|
"name": "InstanceId",
|
18294
18406
|
"output_required": true,
|
@@ -18298,7 +18410,7 @@
|
|
18298
18410
|
{
|
18299
18411
|
"disabled": false,
|
18300
18412
|
"document": "实例名称",
|
18301
|
-
"example": "
|
18413
|
+
"example": "order-instance",
|
18302
18414
|
"member": "string",
|
18303
18415
|
"name": "InstanceName",
|
18304
18416
|
"output_required": true,
|
@@ -18408,7 +18520,7 @@
|
|
18408
18520
|
{
|
18409
18521
|
"disabled": false,
|
18410
18522
|
"document": "备注信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
18411
|
-
"example": "
|
18523
|
+
"example": "remark-info",
|
18412
18524
|
"member": "string",
|
18413
18525
|
"name": "Remark",
|
18414
18526
|
"output_required": true,
|
@@ -18468,7 +18580,7 @@
|
|
18468
18580
|
{
|
18469
18581
|
"disabled": false,
|
18470
18582
|
"document": "销毁时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
18471
|
-
"example": "
|
18583
|
+
"example": "369182637452345",
|
18472
18584
|
"member": "uint64",
|
18473
18585
|
"name": "DestroyTime",
|
18474
18586
|
"output_required": false,
|
@@ -19328,7 +19440,7 @@
|
|
19328
19440
|
{
|
19329
19441
|
"disabled": false,
|
19330
19442
|
"document": "标签的key的值\n注意:此字段可能返回 null,表示取不到有效值。",
|
19331
|
-
"example": "
|
19443
|
+
"example": "test_tag_key",
|
19332
19444
|
"member": "string",
|
19333
19445
|
"name": "TagKey",
|
19334
19446
|
"output_required": false,
|
@@ -19339,7 +19451,7 @@
|
|
19339
19451
|
{
|
19340
19452
|
"disabled": false,
|
19341
19453
|
"document": "标签的Value的值\n注意:此字段可能返回 null,表示取不到有效值。",
|
19342
|
-
"example": "
|
19454
|
+
"example": "test_tag_value1",
|
19343
19455
|
"member": "string",
|
19344
19456
|
"name": "TagValue",
|
19345
19457
|
"output_required": false,
|
@@ -19901,9 +20013,10 @@
|
|
19901
20013
|
{
|
19902
20014
|
"disabled": false,
|
19903
20015
|
"document": "vpc的id",
|
19904
|
-
"example": "vpc-
|
20016
|
+
"example": "vpc-9dlrd5h1",
|
19905
20017
|
"member": "string",
|
19906
20018
|
"name": "VpcId",
|
20019
|
+
"output_required": true,
|
19907
20020
|
"required": true,
|
19908
20021
|
"type": "string",
|
19909
20022
|
"value_allowed_null": false
|
@@ -19911,9 +20024,10 @@
|
|
19911
20024
|
{
|
19912
20025
|
"disabled": false,
|
19913
20026
|
"document": "子网id",
|
19914
|
-
"example": "subnet-
|
20027
|
+
"example": "subnet-jadmas",
|
19915
20028
|
"member": "string",
|
19916
20029
|
"name": "SubnetId",
|
20030
|
+
"output_required": true,
|
19917
20031
|
"required": true,
|
19918
20032
|
"type": "string",
|
19919
20033
|
"value_allowed_null": false
|