tccli 3.0.1116.1__py2.py3-none-any.whl → 3.0.1119.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/cls/v20201016/api.json +30 -3
- tccli/services/dasb/v20191018/api.json +55 -1
- tccli/services/dasb/v20191018/examples.json +1 -1
- tccli/services/dnspod/dnspod_client.py +69 -16
- tccli/services/dnspod/v20210323/api.json +52 -0
- tccli/services/dnspod/v20210323/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +13 -13
- tccli/services/essbasic/v20210526/api.json +15 -15
- tccli/services/faceid/v20180301/api.json +4 -4
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +38 -37
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/live/v20180801/api.json +19 -0
- tccli/services/monitor/v20180724/api.json +51 -13
- tccli/services/postgres/v20170312/api.json +1 -0
- tccli/services/postgres/v20170312/examples.json +10 -4
- tccli/services/redis/v20180412/api.json +235 -212
- tccli/services/tcb/v20180608/api.json +92 -23
- tccli/services/tcb/v20180608/examples.json +2 -2
- tccli/services/tdmq/v20200217/api.json +15 -5
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/teo/v20220901/api.json +12 -9
- tccli/services/teo/v20220901/examples.json +3 -3
- tccli/services/trocket/v20230308/api.json +15 -15
- tccli/services/trocket/v20230308/examples.json +2 -2
- tccli/services/trp/v20210515/api.json +222 -36
- tccli/services/trp/v20210515/examples.json +3 -3
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/wedata/v20210820/api.json +132 -14
- tccli/services/wedata/v20210820/examples.json +7 -7
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1119.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1119.1.dist-info}/RECORD +38 -38
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1119.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1119.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1119.1.dist-info}/license_files/LICENSE +0 -0
@@ -477,7 +477,7 @@
|
|
477
477
|
"status": "online"
|
478
478
|
},
|
479
479
|
"DescribeWxGateways": {
|
480
|
-
"document": "
|
480
|
+
"document": "查看安全网关",
|
481
481
|
"input": "DescribeWxGatewaysRequest",
|
482
482
|
"name": "查看安全网关",
|
483
483
|
"output": "DescribeWxGatewaysResponse",
|
@@ -9211,6 +9211,15 @@
|
|
9211
9211
|
"required": true,
|
9212
9212
|
"type": "string"
|
9213
9213
|
},
|
9214
|
+
{
|
9215
|
+
"disabled": false,
|
9216
|
+
"document": "网关ID",
|
9217
|
+
"example": "无",
|
9218
|
+
"member": "string",
|
9219
|
+
"name": "GatewayId",
|
9220
|
+
"required": false,
|
9221
|
+
"type": "string"
|
9222
|
+
},
|
9214
9223
|
{
|
9215
9224
|
"disabled": false,
|
9216
9225
|
"document": "服务名称,精确匹配",
|
@@ -9250,7 +9259,7 @@
|
|
9250
9259
|
"example": "无",
|
9251
9260
|
"member": "GatewayItem",
|
9252
9261
|
"name": "Gateways",
|
9253
|
-
"
|
9262
|
+
"output_required": true,
|
9254
9263
|
"type": "list",
|
9255
9264
|
"value_allowed_null": true
|
9256
9265
|
},
|
@@ -9260,7 +9269,7 @@
|
|
9260
9269
|
"example": "0",
|
9261
9270
|
"member": "int64",
|
9262
9271
|
"name": "TotalCount",
|
9263
|
-
"
|
9272
|
+
"output_required": true,
|
9264
9273
|
"type": "int",
|
9265
9274
|
"value_allowed_null": true
|
9266
9275
|
},
|
@@ -10445,7 +10454,7 @@
|
|
10445
10454
|
"example": "无",
|
10446
10455
|
"member": "string",
|
10447
10456
|
"name": "Uin",
|
10448
|
-
"
|
10457
|
+
"output_required": true,
|
10449
10458
|
"type": "string",
|
10450
10459
|
"value_allowed_null": false
|
10451
10460
|
},
|
@@ -10455,17 +10464,27 @@
|
|
10455
10464
|
"example": "无",
|
10456
10465
|
"member": "uint64",
|
10457
10466
|
"name": "AppId",
|
10458
|
-
"
|
10467
|
+
"output_required": true,
|
10459
10468
|
"type": "int",
|
10460
10469
|
"value_allowed_null": true
|
10461
10470
|
},
|
10471
|
+
{
|
10472
|
+
"disabled": false,
|
10473
|
+
"document": "WxAppId\n注意:此字段可能返回 null,表示取不到有效值。",
|
10474
|
+
"example": "无",
|
10475
|
+
"member": "string",
|
10476
|
+
"name": "WxAppId",
|
10477
|
+
"output_required": true,
|
10478
|
+
"type": "string",
|
10479
|
+
"value_allowed_null": true
|
10480
|
+
},
|
10462
10481
|
{
|
10463
10482
|
"disabled": false,
|
10464
10483
|
"document": "环境id\n注意:此字段可能返回 null,表示取不到有效值。",
|
10465
10484
|
"example": "无",
|
10466
10485
|
"member": "string",
|
10467
10486
|
"name": "EnvId",
|
10468
|
-
"
|
10487
|
+
"output_required": true,
|
10469
10488
|
"type": "string",
|
10470
10489
|
"value_allowed_null": true
|
10471
10490
|
},
|
@@ -10475,7 +10494,7 @@
|
|
10475
10494
|
"example": "无",
|
10476
10495
|
"member": "string",
|
10477
10496
|
"name": "GatewayId",
|
10478
|
-
"
|
10497
|
+
"output_required": true,
|
10479
10498
|
"type": "string",
|
10480
10499
|
"value_allowed_null": true
|
10481
10500
|
},
|
@@ -10485,7 +10504,7 @@
|
|
10485
10504
|
"example": "无",
|
10486
10505
|
"member": "string",
|
10487
10506
|
"name": "GatewayName",
|
10488
|
-
"
|
10507
|
+
"output_required": true,
|
10489
10508
|
"type": "string",
|
10490
10509
|
"value_allowed_null": true
|
10491
10510
|
},
|
@@ -10495,7 +10514,7 @@
|
|
10495
10514
|
"example": "无",
|
10496
10515
|
"member": "string",
|
10497
10516
|
"name": "GatewayType",
|
10498
|
-
"
|
10517
|
+
"output_required": true,
|
10499
10518
|
"type": "string",
|
10500
10519
|
"value_allowed_null": true
|
10501
10520
|
},
|
@@ -10505,7 +10524,7 @@
|
|
10505
10524
|
"example": "无",
|
10506
10525
|
"member": "string",
|
10507
10526
|
"name": "GatewayDesc",
|
10508
|
-
"
|
10527
|
+
"output_required": true,
|
10509
10528
|
"type": "string",
|
10510
10529
|
"value_allowed_null": true
|
10511
10530
|
},
|
@@ -10515,7 +10534,7 @@
|
|
10515
10534
|
"example": "无",
|
10516
10535
|
"member": "string",
|
10517
10536
|
"name": "PackageVersion",
|
10518
|
-
"
|
10537
|
+
"output_required": true,
|
10519
10538
|
"type": "string",
|
10520
10539
|
"value_allowed_null": true
|
10521
10540
|
},
|
@@ -10525,7 +10544,7 @@
|
|
10525
10544
|
"example": "无",
|
10526
10545
|
"member": "uint64",
|
10527
10546
|
"name": "PackageId",
|
10528
|
-
"
|
10547
|
+
"output_required": true,
|
10529
10548
|
"type": "int",
|
10530
10549
|
"value_allowed_null": true
|
10531
10550
|
},
|
@@ -10535,7 +10554,7 @@
|
|
10535
10554
|
"example": "无",
|
10536
10555
|
"member": "string",
|
10537
10556
|
"name": "VpcId",
|
10538
|
-
"
|
10557
|
+
"output_required": true,
|
10539
10558
|
"type": "string",
|
10540
10559
|
"value_allowed_null": true
|
10541
10560
|
},
|
@@ -10545,7 +10564,7 @@
|
|
10545
10564
|
"example": "无",
|
10546
10565
|
"member": "string",
|
10547
10566
|
"name": "SubnetIds",
|
10548
|
-
"
|
10567
|
+
"output_required": true,
|
10549
10568
|
"type": "list",
|
10550
10569
|
"value_allowed_null": true
|
10551
10570
|
},
|
@@ -10555,7 +10574,7 @@
|
|
10555
10574
|
"example": "无",
|
10556
10575
|
"member": "string",
|
10557
10576
|
"name": "Status",
|
10558
|
-
"
|
10577
|
+
"output_required": true,
|
10559
10578
|
"type": "string",
|
10560
10579
|
"value_allowed_null": true
|
10561
10580
|
},
|
@@ -10565,7 +10584,7 @@
|
|
10565
10584
|
"example": "无",
|
10566
10585
|
"member": "string",
|
10567
10586
|
"name": "L5Addr",
|
10568
|
-
"
|
10587
|
+
"output_required": true,
|
10569
10588
|
"type": "string",
|
10570
10589
|
"value_allowed_null": true
|
10571
10590
|
},
|
@@ -10575,17 +10594,37 @@
|
|
10575
10594
|
"example": "无",
|
10576
10595
|
"member": "string",
|
10577
10596
|
"name": "Region",
|
10578
|
-
"
|
10597
|
+
"output_required": true,
|
10579
10598
|
"type": "string",
|
10580
10599
|
"value_allowed_null": true
|
10581
10600
|
},
|
10601
|
+
{
|
10602
|
+
"disabled": false,
|
10603
|
+
"document": "是否可以续费\n注意:此字段可能返回 null,表示取不到有效值。",
|
10604
|
+
"example": "无",
|
10605
|
+
"member": "bool",
|
10606
|
+
"name": "CanRenew",
|
10607
|
+
"output_required": true,
|
10608
|
+
"type": "bool",
|
10609
|
+
"value_allowed_null": true
|
10610
|
+
},
|
10611
|
+
{
|
10612
|
+
"disabled": false,
|
10613
|
+
"document": "自动续费标志\n注意:此字段可能返回 null,表示取不到有效值。",
|
10614
|
+
"example": "0",
|
10615
|
+
"member": "uint64",
|
10616
|
+
"name": "AutoRenewFlag",
|
10617
|
+
"output_required": true,
|
10618
|
+
"type": "int",
|
10619
|
+
"value_allowed_null": true
|
10620
|
+
},
|
10582
10621
|
{
|
10583
10622
|
"disabled": false,
|
10584
10623
|
"document": "隔离时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
10585
10624
|
"example": "无",
|
10586
10625
|
"member": "string",
|
10587
10626
|
"name": "IsolateTime",
|
10588
|
-
"
|
10627
|
+
"output_required": true,
|
10589
10628
|
"type": "string",
|
10590
10629
|
"value_allowed_null": true
|
10591
10630
|
},
|
@@ -10595,7 +10634,7 @@
|
|
10595
10634
|
"example": "无",
|
10596
10635
|
"member": "string",
|
10597
10636
|
"name": "ExpireTime",
|
10598
|
-
"
|
10637
|
+
"output_required": true,
|
10599
10638
|
"type": "string",
|
10600
10639
|
"value_allowed_null": true
|
10601
10640
|
},
|
@@ -10605,7 +10644,7 @@
|
|
10605
10644
|
"example": "无",
|
10606
10645
|
"member": "string",
|
10607
10646
|
"name": "CreateTime",
|
10608
|
-
"
|
10647
|
+
"output_required": true,
|
10609
10648
|
"type": "string",
|
10610
10649
|
"value_allowed_null": true
|
10611
10650
|
},
|
@@ -10615,17 +10654,27 @@
|
|
10615
10654
|
"example": "无",
|
10616
10655
|
"member": "string",
|
10617
10656
|
"name": "UpdateTime",
|
10618
|
-
"
|
10657
|
+
"output_required": true,
|
10619
10658
|
"type": "string",
|
10620
10659
|
"value_allowed_null": true
|
10621
10660
|
},
|
10661
|
+
{
|
10662
|
+
"disabled": false,
|
10663
|
+
"document": "是否可以降配\n注意:此字段可能返回 null,表示取不到有效值。",
|
10664
|
+
"example": "无",
|
10665
|
+
"member": "bool",
|
10666
|
+
"name": "CanDowngrade",
|
10667
|
+
"output_required": true,
|
10668
|
+
"type": "bool",
|
10669
|
+
"value_allowed_null": true
|
10670
|
+
},
|
10622
10671
|
{
|
10623
10672
|
"disabled": false,
|
10624
10673
|
"document": "允许未登录访问\n注意:此字段可能返回 null,表示取不到有效值。",
|
10625
10674
|
"example": "无",
|
10626
10675
|
"member": "int64",
|
10627
10676
|
"name": "AllowUncertified",
|
10628
|
-
"
|
10677
|
+
"output_required": true,
|
10629
10678
|
"type": "int",
|
10630
10679
|
"value_allowed_null": true
|
10631
10680
|
},
|
@@ -10635,9 +10684,29 @@
|
|
10635
10684
|
"example": "3",
|
10636
10685
|
"member": "int64",
|
10637
10686
|
"name": "VersionNumLimit",
|
10638
|
-
"
|
10687
|
+
"output_required": true,
|
10639
10688
|
"type": "int",
|
10640
10689
|
"value_allowed_null": true
|
10690
|
+
},
|
10691
|
+
{
|
10692
|
+
"disabled": false,
|
10693
|
+
"document": "Donut接入ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
10694
|
+
"example": "\"a0c5aba71-wxe17e6efa4c656fcd\"",
|
10695
|
+
"member": "string",
|
10696
|
+
"name": "LongAccessId",
|
10697
|
+
"output_required": false,
|
10698
|
+
"type": "string",
|
10699
|
+
"value_allowed_null": true
|
10700
|
+
},
|
10701
|
+
{
|
10702
|
+
"disabled": false,
|
10703
|
+
"document": "Donut接入域名\n注意:此字段可能返回 null,表示取不到有效值。",
|
10704
|
+
"example": "\"a0c599f16-wxe17e6efa4c656fcd.sh.wxcloudrun.com\"",
|
10705
|
+
"member": "string",
|
10706
|
+
"name": "AccessDomain",
|
10707
|
+
"output_required": false,
|
10708
|
+
"type": "string",
|
10709
|
+
"value_allowed_null": true
|
10641
10710
|
}
|
10642
10711
|
],
|
10643
10712
|
"usage": "out"
|
@@ -560,8 +560,8 @@
|
|
560
560
|
{
|
561
561
|
"document": "",
|
562
562
|
"input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWxGateways\n<公共请求参数>\n\n{\n \"EnvId\": \"lotestapi100004\"\n}",
|
563
|
-
"output": "{\n \"Response\": {\n \"
|
564
|
-
"title": "
|
563
|
+
"output": "{\n \"Response\": {\n \"Gateways\": [\n {\n \"AccessDomain\": \"\",\n \"AllowUncertified\": 0,\n \"AppId\": 0,\n \"AutoRenewFlag\": 1,\n \"CanDowngrade\": false,\n \"CanRenew\": true,\n \"CreateTime\": \"2023-11-23 10:27:31\",\n \"EnvId\": \"xxx\",\n \"ExpireTime\": \"2024-12-23 23:59:59\",\n \"GatewayDesc\": \"\",\n \"GatewayId\": \"xxx\",\n \"GatewayName\": \"xxx\",\n \"GatewayType\": \"wechat\",\n \"IsolateTime\": \"0000-00-00 00:00:00\",\n \"L5Addr\": \"\",\n \"LongAccessId\": \"\",\n \"PackageId\": 2005,\n \"PackageVersion\": \"testV2\",\n \"Region\": \"ap-shanghai\",\n \"Status\": \"success\",\n \"SubnetIds\": [\n \"subnet-xxxx\"\n ],\n \"Uin\": \"100008561789\",\n \"UpdateTime\": \"2024-04-25 10:50:13\",\n \"VersionNumLimit\": 3,\n \"VpcId\": \"xxxx\",\n \"WxAppId\": \"xxxx\"\n }\n ],\n \"RequestId\": \"\",\n \"TotalCount\": 1\n }\n}",
|
564
|
+
"title": "查看安全网关"
|
565
565
|
}
|
566
566
|
],
|
567
567
|
"DestroyEnv": [
|
@@ -6944,7 +6944,7 @@
|
|
6944
6944
|
"example": "无",
|
6945
6945
|
"member": "PulsarProClusterInfo",
|
6946
6946
|
"name": "ClusterInfo",
|
6947
|
-
"
|
6947
|
+
"output_required": true,
|
6948
6948
|
"type": "object",
|
6949
6949
|
"value_allowed_null": false
|
6950
6950
|
},
|
@@ -6954,7 +6954,7 @@
|
|
6954
6954
|
"example": "无",
|
6955
6955
|
"member": "PulsarNetworkAccessPointInfo",
|
6956
6956
|
"name": "NetworkAccessPointInfos",
|
6957
|
-
"
|
6957
|
+
"output_required": true,
|
6958
6958
|
"type": "list",
|
6959
6959
|
"value_allowed_null": true
|
6960
6960
|
},
|
@@ -6964,7 +6964,7 @@
|
|
6964
6964
|
"example": "无",
|
6965
6965
|
"member": "PulsarProClusterSpecInfo",
|
6966
6966
|
"name": "ClusterSpecInfo",
|
6967
|
-
"
|
6967
|
+
"output_required": true,
|
6968
6968
|
"type": "object",
|
6969
6969
|
"value_allowed_null": true
|
6970
6970
|
},
|
@@ -7019,7 +7019,7 @@
|
|
7019
7019
|
"example": "10",
|
7020
7020
|
"member": "uint64",
|
7021
7021
|
"name": "TotalCount",
|
7022
|
-
"
|
7022
|
+
"output_required": true,
|
7023
7023
|
"type": "int",
|
7024
7024
|
"value_allowed_null": false
|
7025
7025
|
},
|
@@ -7029,7 +7029,7 @@
|
|
7029
7029
|
"example": "无",
|
7030
7030
|
"member": "PulsarProInstance",
|
7031
7031
|
"name": "Instances",
|
7032
|
-
"
|
7032
|
+
"output_required": true,
|
7033
7033
|
"type": "list",
|
7034
7034
|
"value_allowed_null": false
|
7035
7035
|
},
|
@@ -13227,6 +13227,16 @@
|
|
13227
13227
|
"output_required": false,
|
13228
13228
|
"type": "int",
|
13229
13229
|
"value_allowed_null": true
|
13230
|
+
},
|
13231
|
+
{
|
13232
|
+
"disabled": false,
|
13233
|
+
"document": "接入点类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
13234
|
+
"example": "无",
|
13235
|
+
"member": "string",
|
13236
|
+
"name": "AccessPointsType",
|
13237
|
+
"output_required": false,
|
13238
|
+
"type": "string",
|
13239
|
+
"value_allowed_null": true
|
13230
13240
|
}
|
13231
13241
|
],
|
13232
13242
|
"usage": "out"
|
@@ -504,15 +504,15 @@
|
|
504
504
|
{
|
505
505
|
"document": "",
|
506
506
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePulsarProInstanceDetail\n<公共请求参数>\n\n{\n \"ClusterId\": \"pulsar-test\"\n}",
|
507
|
-
"output": "{\n \"Response\": {\n \"
|
507
|
+
"output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"abc\",\n \"ClusterName\": \"abc\",\n \"Remark\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Status\": 0,\n \"Version\": \"abc\",\n \"NodeDistribution\": [\n {\n \"ZoneName\": \"abc\",\n \"ZoneId\": \"abc\",\n \"NodeCount\": 1\n }\n ],\n \"MaxStorage\": 1,\n \"CanEditRoute\": true,\n \"BillingLabelVersion\": \"abc\"\n },\n \"NetworkAccessPointInfos\": [\n {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"Endpoint\": \"abc\",\n \"InstanceId\": \"abc\",\n \"RouteType\": 1,\n \"OperationType\": 1,\n \"AccessPointsType\": \"abc\"\n }\n ],\n \"ClusterSpecInfo\": {\n \"SpecName\": \"abc\",\n \"MaxTps\": 1,\n \"MaxBandWidth\": 1,\n \"MaxNamespaces\": 1,\n \"MaxTopics\": 1,\n \"ScalableTps\": 1\n },\n \"RequestId\": \"abc\"\n }\n}",
|
508
508
|
"title": "获取Pulsar专业版集群实例详情"
|
509
509
|
}
|
510
510
|
],
|
511
511
|
"DescribePulsarProInstances": [
|
512
512
|
{
|
513
513
|
"document": "",
|
514
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePulsarProInstances\n<公共请求参数>\n\n{\n \"
|
515
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"
|
514
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePulsarProInstances\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
515
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Instances\": [\n {\n \"InstanceId\": \"abc\",\n \"InstanceName\": \"abc\",\n \"InstanceVersion\": \"abc\",\n \"Status\": 1,\n \"ConfigDisplay\": \"abc\",\n \"MaxTps\": 1,\n \"MaxStorage\": 1,\n \"ExpireTime\": 1,\n \"AutoRenewFlag\": 1,\n \"PayMode\": 1,\n \"Remark\": \"abc\",\n \"SpecName\": \"abc\",\n \"ScalableTps\": 1,\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"MaxBandWidth\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"CreateTime\": \"abc\",\n \"BillingLabelVersion\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
516
516
|
"title": "获取实例列表"
|
517
517
|
}
|
518
518
|
],
|
@@ -11938,7 +11938,7 @@
|
|
11938
11938
|
{
|
11939
11939
|
"disabled": false,
|
11940
11940
|
"document": "站点Id。",
|
11941
|
-
"example": "
|
11941
|
+
"example": "zone-225qgrnvbi9w",
|
11942
11942
|
"member": "string",
|
11943
11943
|
"name": "ZoneId",
|
11944
11944
|
"required": true,
|
@@ -14062,30 +14062,33 @@
|
|
14062
14062
|
"members": [
|
14063
14063
|
{
|
14064
14064
|
"disabled": false,
|
14065
|
-
"document": "
|
14065
|
+
"document": "执行功能判断条件。\n注意:满足该数组内任意一项条件,功能即可执行。",
|
14066
14066
|
"example": "[]",
|
14067
|
-
"member": "
|
14068
|
-
"name": "
|
14067
|
+
"member": "RuleAndConditions",
|
14068
|
+
"name": "Conditions",
|
14069
|
+
"output_required": true,
|
14069
14070
|
"required": true,
|
14070
14071
|
"type": "list",
|
14071
14072
|
"value_allowed_null": false
|
14072
14073
|
},
|
14073
14074
|
{
|
14074
14075
|
"disabled": false,
|
14075
|
-
"document": "
|
14076
|
+
"document": "执行的功能。注意:Actions 和 SubRules 不可都为空",
|
14076
14077
|
"example": "[]",
|
14077
|
-
"member": "
|
14078
|
-
"name": "
|
14079
|
-
"
|
14078
|
+
"member": "Action",
|
14079
|
+
"name": "Actions",
|
14080
|
+
"output_required": true,
|
14081
|
+
"required": false,
|
14080
14082
|
"type": "list",
|
14081
14083
|
"value_allowed_null": false
|
14082
14084
|
},
|
14083
14085
|
{
|
14084
14086
|
"disabled": false,
|
14085
|
-
"document": "
|
14087
|
+
"document": "嵌套规则。注意:SubRules 和 Actions 不可都为空",
|
14086
14088
|
"example": "[]",
|
14087
14089
|
"member": "SubRuleItem",
|
14088
14090
|
"name": "SubRules",
|
14091
|
+
"output_required": true,
|
14089
14092
|
"required": false,
|
14090
14093
|
"type": "list",
|
14091
14094
|
"value_allowed_null": false
|
@@ -213,7 +213,7 @@
|
|
213
213
|
"CreateRule": [
|
214
214
|
{
|
215
215
|
"document": "创建一个规则引擎",
|
216
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRule\n<公共请求参数>\n\n{\n \"Status\": \"disable\",\n \"Rules\": [\n {\n \"Actions\": [\n {\n \"NormalAction\": {\n \"Action\": \"RangeOriginPull\",\n \"Parameters\": [\n {\n \"Name\": \"Switch\",\n \"Values\": [\n \"on\"\n ]\n }\n ]\n }\n },\n {\n \"CodeAction\": {\n \"Action\": \"StatusCodeCache\",\n \"Parameters\": [\n {\n \"Name\": \"CacheTime\",\n \"StatusCode\":
|
216
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRule\n<公共请求参数>\n\n{\n \"Status\": \"disable\",\n \"Rules\": [\n {\n \"Actions\": [\n {\n \"NormalAction\": {\n \"Action\": \"RangeOriginPull\",\n \"Parameters\": [\n {\n \"Name\": \"Switch\",\n \"Values\": [\n \"on\"\n ]\n }\n ]\n }\n },\n {\n \"CodeAction\": {\n \"Action\": \"StatusCodeCache\",\n \"Parameters\": [\n {\n \"Name\": \"CacheTime\",\n \"StatusCode\": 400,\n \"Values\": [\n \"20\"\n ]\n }\n ]\n }\n },\n {\n \"RewriteAction\": {\n \"Action\": \"ResponseHeader\",\n \"Parameters\": [\n {\n \"Action\": \"set\",\n \"Name\": \"Foo\",\n \"Values\": [\n \"Bar\"\n ]\n },\n {\n \"Action\": \"add\",\n \"Name\": \"Hello\",\n \"Values\": [\n \"World\"\n ]\n },\n {\n \"Action\": \"del\",\n \"Name\": \"Foo2\",\n \"Values\": []\n }\n ]\n }\n }\n ],\n \"Conditions\": [\n {\n \"Conditions\": [\n {\n \"Operator\": \"equal\",\n \"Target\": \"host\",\n \"Values\": [\n \"test.vernayang.com\"\n ]\n }\n ]\n }\n ]\n }\n ],\n \"RuleName\": \"new_rule01\",\n \"ZoneId\": \"zone-qbjifysd\"\n}",
|
217
217
|
"output": "{\n \"Response\": {\n \"RequestId\": \"811d2583-310c-41f4-b5e7-abe4074047d4\",\n \"RuleId\": \"rule-djuqmq\"\n }\n}",
|
218
218
|
"title": "CreateRule"
|
219
219
|
},
|
@@ -390,7 +390,7 @@
|
|
390
390
|
],
|
391
391
|
"DescribeAccelerationDomains": [
|
392
392
|
{
|
393
|
-
"document": "查询指定 zone-id
|
393
|
+
"document": "查询指定 zone-id 下源站类型为 IP_DOMAIN 的所有加速域名的信息,并将结果按照创建时间降序排列。",
|
394
394
|
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccelerationDomains\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-20hyebgyfsko\",\n \"Filters\": [\n {\n \"Fuzzy\": true,\n \"Values\": [\n \"IP_DOMAIN\"\n ],\n \"Name\": \"origin-type\"\n }\n ],\n \"Direction\": \"desc\",\n \"Order\": \"created_on\",\n \"Match\": \"all\"\n}",
|
395
395
|
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AccelerationDomains\": [\n {\n \"ZoneId\": \"zone-20hyebgyfsko\",\n \"DomainName\": \"www.qq.com\",\n \"DomainStatus\": \"online\",\n \"OriginDetail\": {\n \"OriginType\": \"IP_DOMAIN\",\n \"Origin\": \"origin.qq.com\",\n \"BackupOrigin\": \"\",\n \"PrivateParameters\": [],\n \"PrivateAccess\": \"\",\n \"OriginGroupName\": \"\",\n \"BackOriginGroupName\": \"\"\n },\n \"IdentificationStatus\": \"finished\",\n \"Cname\": \"www.qq.com.eo.dnse3.com\",\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"ModifiedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"RequestId\": \"5e5a0d0f-52f3-4bad-9bd3-dcf1d5c954e7\"\n }\n}",
|
396
396
|
"title": "查询指定站点下的域名信息"
|
@@ -957,7 +957,7 @@
|
|
957
957
|
"ModifyRule": [
|
958
958
|
{
|
959
959
|
"document": "常用修改",
|
960
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRule\n<公共请求参数>\n\n{\n \"Status\": \"disable\",\n \"Rules\": [\n {\n \"Actions\": [\n {\n \"NormalAction\": {\n \"Action\": \"RangeOriginPull\",\n \"Parameters\": [\n {\n \"Name\": \"Switch\",\n \"Values\": [\n \"on\"\n ]\n }\n ]\n }\n },\n {\n \"CodeAction\": {\n \"Action\": \"StatusCodeCache\",\n \"Parameters\": [\n {\n \"Name\": \"CacheTime\",\n \"StatusCode\": 200,\n \"Values\": [\n \"20\"\n ]\n }\n ]\n }\n },\n {\n \"RewriteAction\": {\n \"Action\": \"ResponseHeader\",\n \"Parameters\": [\n {\n \"Action\": \"set\",\n \"Name\": \"Foo\",\n \"Values\": [\n \"Bar\"\n ]\n },\n {\n \"Action\": \"add\",\n \"Name\": \"Hello\",\n \"Values\": [\n \"World\"\n ]\n },\n {\n \"Action\": \"del\",\n \"Name\": \"Foo2\",\n \"Values\": [
|
960
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRule\n<公共请求参数>\n\n{\n \"Status\": \"disable\",\n \"Rules\": [\n {\n \"Actions\": [\n {\n \"NormalAction\": {\n \"Action\": \"RangeOriginPull\",\n \"Parameters\": [\n {\n \"Name\": \"Switch\",\n \"Values\": [\n \"on\"\n ]\n }\n ]\n }\n },\n {\n \"CodeAction\": {\n \"Action\": \"StatusCodeCache\",\n \"Parameters\": [\n {\n \"Name\": \"CacheTime\",\n \"StatusCode\": 200,\n \"Values\": [\n \"20\"\n ]\n }\n ]\n }\n },\n {\n \"RewriteAction\": {\n \"Action\": \"ResponseHeader\",\n \"Parameters\": [\n {\n \"Action\": \"set\",\n \"Name\": \"Foo\",\n \"Values\": [\n \"Bar\"\n ]\n },\n {\n \"Action\": \"add\",\n \"Name\": \"Hello\",\n \"Values\": [\n \"World\"\n ]\n },\n {\n \"Action\": \"del\",\n \"Name\": \"Foo2\",\n \"Values\": []\n }\n ]\n }\n }\n ],\n \"Conditions\": [\n {\n \"Conditions\": [\n {\n \"Operator\": \"equal\",\n \"Target\": \"host\",\n \"Values\": [\n \"www.shawndai.cn\"\n ]\n }\n ]\n }\n ]\n }\n ],\n \"RuleName\": \"new_rule02\",\n \"ZoneId\": \"zone-26r78x31ny86\",\n \"RuleId\": \"rule-djuqmq\"\n}",
|
961
961
|
"output": "{\n \"Response\": {\n \"RequestId\": \"811d2583-310c-41f4-b5e7-abe4074047d4\",\n \"RuleId\": \"rule-djuqmq\"\n }\n}",
|
962
962
|
"title": "ModifyRule"
|
963
963
|
}
|
@@ -8,9 +8,9 @@
|
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
10
|
"CreateInstance": {
|
11
|
-
"document": "
|
11
|
+
"document": "创建 RocketMQ 5.x 集群",
|
12
12
|
"input": "CreateInstanceRequest",
|
13
|
-
"name": "
|
13
|
+
"name": "创建集群",
|
14
14
|
"output": "CreateInstanceResponse",
|
15
15
|
"status": "online"
|
16
16
|
},
|
@@ -501,7 +501,7 @@
|
|
501
501
|
{
|
502
502
|
"disabled": false,
|
503
503
|
"document": "实例名称",
|
504
|
-
"example": "
|
504
|
+
"example": "testName",
|
505
505
|
"member": "string",
|
506
506
|
"name": "Name",
|
507
507
|
"required": true,
|
@@ -509,8 +509,8 @@
|
|
509
509
|
},
|
510
510
|
{
|
511
511
|
"disabled": false,
|
512
|
-
"document": "
|
513
|
-
"example": "
|
512
|
+
"document": "商品规格,可用规格如下:experiment_500, basic_1k, basic_2k, basic_3k, basic_4k, basic_5k, basic_6k, basic_7k, basic_8k, basic_9k, basic_10k, pro_4k, pro_6k, pro_8k, pro_1w, pro_15k, pro_2w, pro_25k, pro_3w, pro_35k, pro_4w, pro_45k, pro_5w, pro_55k, pro_60k, pro_65k, pro_70k, pro_75k, pro_80k, pro_85k, pro_90k, pro_95k, pro_100k, platinum_1w, platinum_2w, platinum_3w, platinum_4w, platinum_5w, platinum_6w, platinum_7w, platinum_8w, platinum_9w, platinum_10w, platinum_12w, platinum_14w, platinum_16w, platinum_18w, platinum_20w, platinum_25w, platinum_30w, platinum_35w, platinum_40w, platinum_45w, platinum_50w, platinum_60w, platinum_70w, platinum_80w, platinum_90w, platinum_100w",
|
513
|
+
"example": "basic_1k",
|
514
514
|
"member": "string",
|
515
515
|
"name": "SkuCode",
|
516
516
|
"required": true,
|
@@ -519,7 +519,7 @@
|
|
519
519
|
{
|
520
520
|
"disabled": false,
|
521
521
|
"document": "备注信息",
|
522
|
-
"example": "
|
522
|
+
"example": "测试集群",
|
523
523
|
"member": "string",
|
524
524
|
"name": "Remark",
|
525
525
|
"required": false,
|
@@ -528,7 +528,7 @@
|
|
528
528
|
{
|
529
529
|
"disabled": false,
|
530
530
|
"document": "标签列表",
|
531
|
-
"example": "
|
531
|
+
"example": "[]",
|
532
532
|
"member": "Tag",
|
533
533
|
"name": "TagList",
|
534
534
|
"required": false,
|
@@ -537,7 +537,7 @@
|
|
537
537
|
{
|
538
538
|
"disabled": false,
|
539
539
|
"document": "实例绑定的VPC信息",
|
540
|
-
"example": "
|
540
|
+
"example": "[]",
|
541
541
|
"member": "VpcInfo",
|
542
542
|
"name": "VpcList",
|
543
543
|
"required": false,
|
@@ -546,7 +546,7 @@
|
|
546
546
|
{
|
547
547
|
"disabled": false,
|
548
548
|
"document": "是否开启公网",
|
549
|
-
"example": "
|
549
|
+
"example": "true",
|
550
550
|
"member": "bool",
|
551
551
|
"name": "EnablePublic",
|
552
552
|
"required": false,
|
@@ -555,7 +555,7 @@
|
|
555
555
|
{
|
556
556
|
"disabled": false,
|
557
557
|
"document": "公网带宽(单位:兆)",
|
558
|
-
"example": "
|
558
|
+
"example": "2",
|
559
559
|
"member": "int64",
|
560
560
|
"name": "Bandwidth",
|
561
561
|
"required": false,
|
@@ -564,7 +564,7 @@
|
|
564
564
|
{
|
565
565
|
"disabled": false,
|
566
566
|
"document": "公网访问白名单",
|
567
|
-
"example": "
|
567
|
+
"example": "[]",
|
568
568
|
"member": "IpRule",
|
569
569
|
"name": "IpRules",
|
570
570
|
"required": false,
|
@@ -573,7 +573,7 @@
|
|
573
573
|
{
|
574
574
|
"disabled": false,
|
575
575
|
"document": "消息保留时长(单位:小时)",
|
576
|
-
"example": "
|
576
|
+
"example": "72",
|
577
577
|
"member": "int64",
|
578
578
|
"name": "MessageRetention",
|
579
579
|
"required": false,
|
@@ -582,7 +582,7 @@
|
|
582
582
|
{
|
583
583
|
"disabled": false,
|
584
584
|
"document": "付费模式(0: 后付费;1: 预付费)",
|
585
|
-
"example": "
|
585
|
+
"example": "0",
|
586
586
|
"member": "int64",
|
587
587
|
"name": "PayMode",
|
588
588
|
"required": false,
|
@@ -591,7 +591,7 @@
|
|
591
591
|
{
|
592
592
|
"disabled": false,
|
593
593
|
"document": "是否自动续费(0: 不自动续费;1: 自动续费)",
|
594
|
-
"example": "
|
594
|
+
"example": "1",
|
595
595
|
"member": "int64",
|
596
596
|
"name": "RenewFlag",
|
597
597
|
"required": false,
|
@@ -600,7 +600,7 @@
|
|
600
600
|
{
|
601
601
|
"disabled": false,
|
602
602
|
"document": "购买时长(单位:月)",
|
603
|
-
"example": "
|
603
|
+
"example": "1",
|
604
604
|
"member": "int64",
|
605
605
|
"name": "TimeSpan",
|
606
606
|
"required": false,
|
@@ -16,10 +16,10 @@
|
|
16
16
|
],
|
17
17
|
"CreateInstance": [
|
18
18
|
{
|
19
|
-
"document": "
|
19
|
+
"document": "成功创建一个 TPS 2000 的 RocketMQ 5.x 集群。",
|
20
20
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"testbuy3\",\n \"SkuCode\": \"basic_2k\"\n}",
|
21
21
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"rmq-odrvrqwr\",\n \"RequestId\": \"32759095-0372-4ec0-ae3a-e5a2759fd0ff\"\n }\n}",
|
22
|
-
"title": "
|
22
|
+
"title": "正常响应"
|
23
23
|
}
|
24
24
|
],
|
25
25
|
"CreateMQTTInsPublicEndpoint": [
|