tccli 3.0.1154.1__py2.py3-none-any.whl → 3.0.1156.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/autoscaling/v20180419/api.json +48 -20
- tccli/services/ccc/v20200210/api.json +11 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +39 -2
- tccli/services/ckafka/ckafka_client.py +65 -12
- tccli/services/ckafka/v20190819/api.json +134 -0
- tccli/services/ckafka/v20190819/examples.json +8 -0
- tccli/services/cvm/cvm_client.py +110 -4
- tccli/services/cvm/v20170312/api.json +95 -0
- tccli/services/cvm/v20170312/examples.json +16 -0
- tccli/services/cynosdb/cynosdb_client.py +110 -4
- tccli/services/cynosdb/v20190107/api.json +192 -0
- tccli/services/cynosdb/v20190107/examples.json +16 -0
- tccli/services/es/v20180416/api.json +36 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +101 -10
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +16 -16
- tccli/services/essbasic/v20210526/examples.json +3 -3
- tccli/services/gaap/v20180529/api.json +17 -17
- tccli/services/gaap/v20180529/examples.json +7 -13
- tccli/services/hunyuan/v20230901/api.json +77 -2
- tccli/services/iss/v20230517/api.json +6 -6
- tccli/services/mna/mna_client.py +322 -4
- tccli/services/mna/v20210119/api.json +435 -0
- tccli/services/mna/v20210119/examples.json +48 -0
- tccli/services/mongodb/v20190725/api.json +6 -6
- tccli/services/monitor/v20180724/api.json +23 -23
- tccli/services/monitor/v20180724/examples.json +12 -12
- tccli/services/oceanus/v20190422/api.json +9 -0
- tccli/services/postgres/postgres_client.py +395 -24
- tccli/services/postgres/v20170312/api.json +549 -0
- tccli/services/postgres/v20170312/examples.json +92 -0
- tccli/services/rce/v20201103/api.json +78 -0
- tccli/services/tcr/v20190924/api.json +71 -45
- tccli/services/tcr/v20190924/examples.json +9 -9
- tccli/services/vpc/v20170312/api.json +10 -10
- tccli/services/waf/v20180125/api.json +421 -72
- tccli/services/waf/v20180125/examples.json +6 -6
- {tccli-3.0.1154.1.dist-info → tccli-3.0.1156.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1154.1.dist-info → tccli-3.0.1156.1.dist-info}/RECORD +45 -45
- {tccli-3.0.1154.1.dist-info → tccli-3.0.1156.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1154.1.dist-info → tccli-3.0.1156.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1154.1.dist-info → tccli-3.0.1156.1.dist-info}/license_files/LICENSE +0 -0
@@ -28,6 +28,13 @@
|
|
28
28
|
"output": "AddHardwareResponse",
|
29
29
|
"status": "online"
|
30
30
|
},
|
31
|
+
"AddL3Conn": {
|
32
|
+
"document": "新建互通规则",
|
33
|
+
"input": "AddL3ConnRequest",
|
34
|
+
"name": "新建互通规则",
|
35
|
+
"output": "AddL3ConnResponse",
|
36
|
+
"status": "online"
|
37
|
+
},
|
31
38
|
"CreateEncryptedKey": {
|
32
39
|
"document": "通过此接口设置和更新预置密钥",
|
33
40
|
"input": "CreateEncryptedKeyRequest",
|
@@ -56,6 +63,13 @@
|
|
56
63
|
"output": "DeleteGroupResponse",
|
57
64
|
"status": "online"
|
58
65
|
},
|
66
|
+
"DeleteL3Conn": {
|
67
|
+
"document": "删除互通规则",
|
68
|
+
"input": "DeleteL3ConnRequest",
|
69
|
+
"name": "删除互通规则",
|
70
|
+
"output": "DeleteL3ConnResponse",
|
71
|
+
"status": "online"
|
72
|
+
},
|
59
73
|
"DeleteQos": {
|
60
74
|
"document": "移动网络停止Qos加速过程",
|
61
75
|
"input": "DeleteQosRequest",
|
@@ -147,6 +161,13 @@
|
|
147
161
|
"output": "GetHardwareListResponse",
|
148
162
|
"status": "online"
|
149
163
|
},
|
164
|
+
"GetL3ConnList": {
|
165
|
+
"document": "获取互通规则列表",
|
166
|
+
"input": "GetL3ConnListRequest",
|
167
|
+
"name": "获取互通规则列表",
|
168
|
+
"output": "GetL3ConnListResponse",
|
169
|
+
"status": "online"
|
170
|
+
},
|
150
171
|
"GetMultiFlowStatistic": {
|
151
172
|
"document": "批量获取设备流量统计曲线",
|
152
173
|
"input": "GetMultiFlowStatisticRequest",
|
@@ -237,6 +258,27 @@
|
|
237
258
|
"name": "更新硬件信息",
|
238
259
|
"output": "UpdateHardwareResponse",
|
239
260
|
"status": "online"
|
261
|
+
},
|
262
|
+
"UpdateL3Cidr": {
|
263
|
+
"document": "更新互通规则CIDR",
|
264
|
+
"input": "UpdateL3CidrRequest",
|
265
|
+
"name": "更新互通规则CIDR",
|
266
|
+
"output": "UpdateL3CidrResponse",
|
267
|
+
"status": "online"
|
268
|
+
},
|
269
|
+
"UpdateL3Conn": {
|
270
|
+
"document": "更新互通规则备注",
|
271
|
+
"input": "UpdateL3ConnRequest",
|
272
|
+
"name": "更新互通规则备注",
|
273
|
+
"output": "UpdateL3ConnResponse",
|
274
|
+
"status": "online"
|
275
|
+
},
|
276
|
+
"UpdateL3Switch": {
|
277
|
+
"document": "更新互通规则开关",
|
278
|
+
"input": "UpdateL3SwitchRequest",
|
279
|
+
"name": "修改互通规则开关",
|
280
|
+
"output": "UpdateL3SwitchResponse",
|
281
|
+
"status": "online"
|
240
282
|
}
|
241
283
|
},
|
242
284
|
"metadata": {
|
@@ -622,6 +664,79 @@
|
|
622
664
|
],
|
623
665
|
"type": "object"
|
624
666
|
},
|
667
|
+
"AddL3ConnRequest": {
|
668
|
+
"document": "AddL3Conn请求参数结构体",
|
669
|
+
"members": [
|
670
|
+
{
|
671
|
+
"disabled": false,
|
672
|
+
"document": "设置互通网段CIDR1,支持: 10.0.0.0 - 10.255.255.255,172.16.0.0 - 172.31.255.255,192.168.0.0 - 192.168.255.255",
|
673
|
+
"example": "\"172.12.0.0/16\"",
|
674
|
+
"member": "string",
|
675
|
+
"name": "Cidr1",
|
676
|
+
"required": true,
|
677
|
+
"type": "string"
|
678
|
+
},
|
679
|
+
{
|
680
|
+
"disabled": false,
|
681
|
+
"document": "设置互通网段CIDR2,支持: 10.0.0.0 - 10.255.255.255,172.16.0.0 - 172.31.255.255,192.168.0.0 - 192.168.255.255",
|
682
|
+
"example": "\"172.13.0.0/16\"",
|
683
|
+
"member": "string",
|
684
|
+
"name": "Cidr2",
|
685
|
+
"required": true,
|
686
|
+
"type": "string"
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"disabled": false,
|
690
|
+
"document": "CIDR1对应的设备ID",
|
691
|
+
"example": "abc",
|
692
|
+
"member": "string",
|
693
|
+
"name": "DeviceId1",
|
694
|
+
"required": true,
|
695
|
+
"type": "string"
|
696
|
+
},
|
697
|
+
{
|
698
|
+
"disabled": false,
|
699
|
+
"document": "CIDR2对应的设备ID",
|
700
|
+
"example": "cde",
|
701
|
+
"member": "string",
|
702
|
+
"name": "DeviceId2",
|
703
|
+
"required": true,
|
704
|
+
"type": "string"
|
705
|
+
},
|
706
|
+
{
|
707
|
+
"disabled": false,
|
708
|
+
"document": "规则描述",
|
709
|
+
"example": "无",
|
710
|
+
"member": "string",
|
711
|
+
"name": "Description",
|
712
|
+
"required": false,
|
713
|
+
"type": "string"
|
714
|
+
}
|
715
|
+
],
|
716
|
+
"type": "object"
|
717
|
+
},
|
718
|
+
"AddL3ConnResponse": {
|
719
|
+
"document": "AddL3Conn返回参数结构体",
|
720
|
+
"members": [
|
721
|
+
{
|
722
|
+
"disabled": false,
|
723
|
+
"document": "互通规则ID",
|
724
|
+
"example": "\"l3conn-4413p97xxx\"",
|
725
|
+
"member": "string",
|
726
|
+
"name": "L3ConnId",
|
727
|
+
"output_required": true,
|
728
|
+
"type": "string",
|
729
|
+
"value_allowed_null": false
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
733
|
+
"member": "string",
|
734
|
+
"name": "RequestId",
|
735
|
+
"type": "string"
|
736
|
+
}
|
737
|
+
],
|
738
|
+
"type": "object"
|
739
|
+
},
|
625
740
|
"Capacity": {
|
626
741
|
"document": "接口能力扩展,用于填充电信的加速Token,并为未来参数提供兼容空间",
|
627
742
|
"members": [
|
@@ -893,6 +1008,33 @@
|
|
893
1008
|
],
|
894
1009
|
"type": "object"
|
895
1010
|
},
|
1011
|
+
"DeleteL3ConnRequest": {
|
1012
|
+
"document": "DeleteL3Conn请求参数结构体",
|
1013
|
+
"members": [
|
1014
|
+
{
|
1015
|
+
"disabled": false,
|
1016
|
+
"document": "互通规则ID列表",
|
1017
|
+
"example": "[\"l3conn-zfd9rpvxxx\"]",
|
1018
|
+
"member": "string",
|
1019
|
+
"name": "L3ConnIdList",
|
1020
|
+
"required": true,
|
1021
|
+
"type": "list"
|
1022
|
+
}
|
1023
|
+
],
|
1024
|
+
"type": "object"
|
1025
|
+
},
|
1026
|
+
"DeleteL3ConnResponse": {
|
1027
|
+
"document": "DeleteL3Conn返回参数结构体",
|
1028
|
+
"members": [
|
1029
|
+
{
|
1030
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1031
|
+
"member": "string",
|
1032
|
+
"name": "RequestId",
|
1033
|
+
"type": "string"
|
1034
|
+
}
|
1035
|
+
],
|
1036
|
+
"type": "object"
|
1037
|
+
},
|
896
1038
|
"DeleteQosRequest": {
|
897
1039
|
"document": "DeleteQos请求参数结构体",
|
898
1040
|
"members": [
|
@@ -2581,6 +2723,81 @@
|
|
2581
2723
|
],
|
2582
2724
|
"type": "object"
|
2583
2725
|
},
|
2726
|
+
"GetL3ConnListRequest": {
|
2727
|
+
"document": "GetL3ConnList请求参数结构体",
|
2728
|
+
"members": [
|
2729
|
+
{
|
2730
|
+
"disabled": false,
|
2731
|
+
"document": "每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备",
|
2732
|
+
"example": "10",
|
2733
|
+
"member": "int64",
|
2734
|
+
"name": "PageSize",
|
2735
|
+
"required": true,
|
2736
|
+
"type": "int"
|
2737
|
+
},
|
2738
|
+
{
|
2739
|
+
"disabled": false,
|
2740
|
+
"document": "当前查看页码,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备",
|
2741
|
+
"example": "1",
|
2742
|
+
"member": "int64",
|
2743
|
+
"name": "PageNumber",
|
2744
|
+
"required": true,
|
2745
|
+
"type": "int"
|
2746
|
+
},
|
2747
|
+
{
|
2748
|
+
"disabled": false,
|
2749
|
+
"document": "搜索分组的DeviceId,为空时匹配所有分组",
|
2750
|
+
"example": "abc",
|
2751
|
+
"member": "string",
|
2752
|
+
"name": "DeviceId",
|
2753
|
+
"required": false,
|
2754
|
+
"type": "string"
|
2755
|
+
}
|
2756
|
+
],
|
2757
|
+
"type": "object"
|
2758
|
+
},
|
2759
|
+
"GetL3ConnListResponse": {
|
2760
|
+
"document": "GetL3ConnList返回参数结构体",
|
2761
|
+
"members": [
|
2762
|
+
{
|
2763
|
+
"disabled": false,
|
2764
|
+
"document": "互通规则列表",
|
2765
|
+
"example": "无",
|
2766
|
+
"member": "L3ConnInfo",
|
2767
|
+
"name": "L3ConnList",
|
2768
|
+
"output_required": true,
|
2769
|
+
"type": "list",
|
2770
|
+
"value_allowed_null": false
|
2771
|
+
},
|
2772
|
+
{
|
2773
|
+
"disabled": false,
|
2774
|
+
"document": "设备总记录条数",
|
2775
|
+
"example": "20",
|
2776
|
+
"member": "int64",
|
2777
|
+
"name": "Length",
|
2778
|
+
"output_required": true,
|
2779
|
+
"type": "int",
|
2780
|
+
"value_allowed_null": false
|
2781
|
+
},
|
2782
|
+
{
|
2783
|
+
"disabled": false,
|
2784
|
+
"document": "总页数",
|
2785
|
+
"example": "2",
|
2786
|
+
"member": "int64",
|
2787
|
+
"name": "TotalPage",
|
2788
|
+
"output_required": true,
|
2789
|
+
"type": "int",
|
2790
|
+
"value_allowed_null": false
|
2791
|
+
},
|
2792
|
+
{
|
2793
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2794
|
+
"member": "string",
|
2795
|
+
"name": "RequestId",
|
2796
|
+
"type": "string"
|
2797
|
+
}
|
2798
|
+
],
|
2799
|
+
"type": "object"
|
2800
|
+
},
|
2584
2801
|
"GetMultiFlowStatisticRequest": {
|
2585
2802
|
"document": "GetMultiFlowStatistic请求参数结构体",
|
2586
2803
|
"members": [
|
@@ -3323,6 +3540,89 @@
|
|
3323
3540
|
],
|
3324
3541
|
"usage": "out"
|
3325
3542
|
},
|
3543
|
+
"L3ConnInfo": {
|
3544
|
+
"document": "三层互通规则信息",
|
3545
|
+
"members": [
|
3546
|
+
{
|
3547
|
+
"disabled": false,
|
3548
|
+
"document": "互通规则ID",
|
3549
|
+
"example": "l3conn-abcd",
|
3550
|
+
"member": "string",
|
3551
|
+
"name": "L3ConnId",
|
3552
|
+
"output_required": true,
|
3553
|
+
"required": false,
|
3554
|
+
"type": "string",
|
3555
|
+
"value_allowed_null": false
|
3556
|
+
},
|
3557
|
+
{
|
3558
|
+
"disabled": false,
|
3559
|
+
"document": "互通设备ID",
|
3560
|
+
"example": "abc",
|
3561
|
+
"member": "string",
|
3562
|
+
"name": "DeviceId1",
|
3563
|
+
"output_required": true,
|
3564
|
+
"required": false,
|
3565
|
+
"type": "string",
|
3566
|
+
"value_allowed_null": false
|
3567
|
+
},
|
3568
|
+
{
|
3569
|
+
"disabled": false,
|
3570
|
+
"document": "互通规则CIDR",
|
3571
|
+
"example": "173.12.0.0/16",
|
3572
|
+
"member": "string",
|
3573
|
+
"name": "Cidr1",
|
3574
|
+
"output_required": true,
|
3575
|
+
"required": false,
|
3576
|
+
"type": "string",
|
3577
|
+
"value_allowed_null": false
|
3578
|
+
},
|
3579
|
+
{
|
3580
|
+
"disabled": false,
|
3581
|
+
"document": "互通设备ID",
|
3582
|
+
"example": "cde",
|
3583
|
+
"member": "string",
|
3584
|
+
"name": "DeviceId2",
|
3585
|
+
"output_required": true,
|
3586
|
+
"required": false,
|
3587
|
+
"type": "string",
|
3588
|
+
"value_allowed_null": false
|
3589
|
+
},
|
3590
|
+
{
|
3591
|
+
"disabled": false,
|
3592
|
+
"document": "互通规则CIDR",
|
3593
|
+
"example": "173.13.0.0/16",
|
3594
|
+
"member": "string",
|
3595
|
+
"name": "Cidr2",
|
3596
|
+
"output_required": true,
|
3597
|
+
"required": false,
|
3598
|
+
"type": "string",
|
3599
|
+
"value_allowed_null": false
|
3600
|
+
},
|
3601
|
+
{
|
3602
|
+
"disabled": false,
|
3603
|
+
"document": "互通规则启用状态",
|
3604
|
+
"example": "true",
|
3605
|
+
"member": "bool",
|
3606
|
+
"name": "Enable",
|
3607
|
+
"output_required": true,
|
3608
|
+
"required": false,
|
3609
|
+
"type": "bool",
|
3610
|
+
"value_allowed_null": false
|
3611
|
+
},
|
3612
|
+
{
|
3613
|
+
"disabled": false,
|
3614
|
+
"document": "互通规则描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
3615
|
+
"example": "test",
|
3616
|
+
"member": "string",
|
3617
|
+
"name": "Description",
|
3618
|
+
"output_required": false,
|
3619
|
+
"required": false,
|
3620
|
+
"type": "string",
|
3621
|
+
"value_allowed_null": true
|
3622
|
+
}
|
3623
|
+
],
|
3624
|
+
"usage": "both"
|
3625
|
+
},
|
3326
3626
|
"ModifyPackageRenewFlagRequest": {
|
3327
3627
|
"document": "ModifyPackageRenewFlag请求参数结构体",
|
3328
3628
|
"members": [
|
@@ -3819,6 +4119,141 @@
|
|
3819
4119
|
],
|
3820
4120
|
"type": "object"
|
3821
4121
|
},
|
4122
|
+
"UpdateL3CidrRequest": {
|
4123
|
+
"document": "UpdateL3Cidr请求参数结构体",
|
4124
|
+
"members": [
|
4125
|
+
{
|
4126
|
+
"disabled": false,
|
4127
|
+
"document": "互通规则ID",
|
4128
|
+
"example": "\"l3conn-xxx\"",
|
4129
|
+
"member": "string",
|
4130
|
+
"name": "L3ConnId",
|
4131
|
+
"required": true,
|
4132
|
+
"type": "string"
|
4133
|
+
},
|
4134
|
+
{
|
4135
|
+
"disabled": false,
|
4136
|
+
"document": "互通规则CIDR",
|
4137
|
+
"example": "\"xxx\"",
|
4138
|
+
"member": "string",
|
4139
|
+
"name": "Cidr1",
|
4140
|
+
"required": true,
|
4141
|
+
"type": "string"
|
4142
|
+
},
|
4143
|
+
{
|
4144
|
+
"disabled": false,
|
4145
|
+
"document": "互通设备ID",
|
4146
|
+
"example": "abc",
|
4147
|
+
"member": "string",
|
4148
|
+
"name": "DeviceId1",
|
4149
|
+
"required": false,
|
4150
|
+
"type": "string"
|
4151
|
+
},
|
4152
|
+
{
|
4153
|
+
"disabled": false,
|
4154
|
+
"document": "互通设备ID",
|
4155
|
+
"example": "cde",
|
4156
|
+
"member": "string",
|
4157
|
+
"name": "DeviceId2",
|
4158
|
+
"required": false,
|
4159
|
+
"type": "string"
|
4160
|
+
},
|
4161
|
+
{
|
4162
|
+
"disabled": false,
|
4163
|
+
"document": "互通规则CIDR",
|
4164
|
+
"example": "\"xxx\"",
|
4165
|
+
"member": "string",
|
4166
|
+
"name": "Cidr2",
|
4167
|
+
"required": false,
|
4168
|
+
"type": "string"
|
4169
|
+
}
|
4170
|
+
],
|
4171
|
+
"type": "object"
|
4172
|
+
},
|
4173
|
+
"UpdateL3CidrResponse": {
|
4174
|
+
"document": "UpdateL3Cidr返回参数结构体",
|
4175
|
+
"members": [
|
4176
|
+
{
|
4177
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4178
|
+
"member": "string",
|
4179
|
+
"name": "RequestId",
|
4180
|
+
"type": "string"
|
4181
|
+
}
|
4182
|
+
],
|
4183
|
+
"type": "object"
|
4184
|
+
},
|
4185
|
+
"UpdateL3ConnRequest": {
|
4186
|
+
"document": "UpdateL3Conn请求参数结构体",
|
4187
|
+
"members": [
|
4188
|
+
{
|
4189
|
+
"disabled": false,
|
4190
|
+
"document": "互通规则ID",
|
4191
|
+
"example": "xxx",
|
4192
|
+
"member": "string",
|
4193
|
+
"name": "L3ConnId",
|
4194
|
+
"required": true,
|
4195
|
+
"type": "string"
|
4196
|
+
},
|
4197
|
+
{
|
4198
|
+
"disabled": false,
|
4199
|
+
"document": "互通规则备注",
|
4200
|
+
"example": "\"xxx\"",
|
4201
|
+
"member": "string",
|
4202
|
+
"name": "Description",
|
4203
|
+
"required": false,
|
4204
|
+
"type": "string"
|
4205
|
+
}
|
4206
|
+
],
|
4207
|
+
"type": "object"
|
4208
|
+
},
|
4209
|
+
"UpdateL3ConnResponse": {
|
4210
|
+
"document": "UpdateL3Conn返回参数结构体",
|
4211
|
+
"members": [
|
4212
|
+
{
|
4213
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4214
|
+
"member": "string",
|
4215
|
+
"name": "RequestId",
|
4216
|
+
"type": "string"
|
4217
|
+
}
|
4218
|
+
],
|
4219
|
+
"type": "object"
|
4220
|
+
},
|
4221
|
+
"UpdateL3SwitchRequest": {
|
4222
|
+
"document": "UpdateL3Switch请求参数结构体",
|
4223
|
+
"members": [
|
4224
|
+
{
|
4225
|
+
"disabled": false,
|
4226
|
+
"document": "互通规则ID",
|
4227
|
+
"example": "\"xxx\"",
|
4228
|
+
"member": "string",
|
4229
|
+
"name": "L3ConnId",
|
4230
|
+
"required": true,
|
4231
|
+
"type": "string"
|
4232
|
+
},
|
4233
|
+
{
|
4234
|
+
"disabled": false,
|
4235
|
+
"document": "互通规则开关",
|
4236
|
+
"example": "true",
|
4237
|
+
"member": "bool",
|
4238
|
+
"name": "Enable",
|
4239
|
+
"required": false,
|
4240
|
+
"type": "bool"
|
4241
|
+
}
|
4242
|
+
],
|
4243
|
+
"type": "object"
|
4244
|
+
},
|
4245
|
+
"UpdateL3SwitchResponse": {
|
4246
|
+
"document": "UpdateL3Switch返回参数结构体",
|
4247
|
+
"members": [
|
4248
|
+
{
|
4249
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4250
|
+
"member": "string",
|
4251
|
+
"name": "RequestId",
|
4252
|
+
"type": "string"
|
4253
|
+
}
|
4254
|
+
],
|
4255
|
+
"type": "object"
|
4256
|
+
},
|
3822
4257
|
"UpdateNetInfo": {
|
3823
4258
|
"document": "更新设备网络状态信息",
|
3824
4259
|
"members": [
|
@@ -32,6 +32,14 @@
|
|
32
32
|
"title": "新建硬件设备"
|
33
33
|
}
|
34
34
|
],
|
35
|
+
"AddL3Conn": [
|
36
|
+
{
|
37
|
+
"document": "",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddL3Conn\n<公共请求参数>\n\n{\n \"Cidr1\": \"173.12.0.0/16\",\n \"Cidr2\": \"173.13.0.0/16\",\n \"DeviceId1\": \"abc\",\n \"DeviceId2\": \"cde\",\n \"Description\": \"this is a test rule\"\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"L3ConnId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
40
|
+
"title": "示例1"
|
41
|
+
}
|
42
|
+
],
|
35
43
|
"CreateEncryptedKey": [
|
36
44
|
{
|
37
45
|
"document": "",
|
@@ -64,6 +72,14 @@
|
|
64
72
|
"title": "示例1"
|
65
73
|
}
|
66
74
|
],
|
75
|
+
"DeleteL3Conn": [
|
76
|
+
{
|
77
|
+
"document": "",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteL3Conn\n<公共请求参数>\n\n{\n \"L3ConnIdList\": [\n \"abc\"\n ]\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
80
|
+
"title": "示例1"
|
81
|
+
}
|
82
|
+
],
|
67
83
|
"DeleteQos": [
|
68
84
|
{
|
69
85
|
"document": "",
|
@@ -180,6 +196,14 @@
|
|
180
196
|
"title": "租户查看厂商设备"
|
181
197
|
}
|
182
198
|
],
|
199
|
+
"GetL3ConnList": [
|
200
|
+
{
|
201
|
+
"document": "",
|
202
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetL3ConnList\n<公共请求参数>\n\n{\n \"PageSize\": 10,\n \"PageNumber\": 1,\n \"DeviceId\": \"abc\"\n}",
|
203
|
+
"output": "{\n \"Response\": {\n \"L3ConnList\": [\n {\n \"L3ConnId\": \"abc\",\n \"DeviceId1\": \"abc\",\n \"Cidr1\": \"xxx\",\n \"DeviceId2\": \"cde\",\n \"Cidr2\": \"xxx\",\n \"Enable\": true,\n \"Description\": \"abc\"\n }\n ],\n \"Length\": 1,\n \"TotalPage\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
204
|
+
"title": "示例1"
|
205
|
+
}
|
206
|
+
],
|
183
207
|
"GetMultiFlowStatistic": [
|
184
208
|
{
|
185
209
|
"document": "批量获取指定设备列表流量使用信息",
|
@@ -289,6 +313,30 @@
|
|
289
313
|
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
290
314
|
"title": "更新硬件信息"
|
291
315
|
}
|
316
|
+
],
|
317
|
+
"UpdateL3Cidr": [
|
318
|
+
{
|
319
|
+
"document": "",
|
320
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetTenant\n<公共请求参数>\n\n{\n \"L3ConnId\": \"xxx\",\n \"DeviceId1\": \"abc\",\n \"Cidr1\": \"xxx\",\n \"DeviceId2\": \"cde\",\n \"Cidr2\": \"xxx\"\n}",
|
321
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
322
|
+
"title": "示例1"
|
323
|
+
}
|
324
|
+
],
|
325
|
+
"UpdateL3Conn": [
|
326
|
+
{
|
327
|
+
"document": "",
|
328
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateL3Conn\n<公共请求参数>\n\n{\n \"L3ConnId\": \"abc\",\n \"Description\": \"abc\"\n}",
|
329
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
330
|
+
"title": "示例1"
|
331
|
+
}
|
332
|
+
],
|
333
|
+
"UpdateL3Switch": [
|
334
|
+
{
|
335
|
+
"document": "",
|
336
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetTenant\n<公共请求参数>\n\n{\n \"L3ConnId\": \"abc\",\n \"Enable\": true\n}",
|
337
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
338
|
+
"title": "示例1"
|
339
|
+
}
|
292
340
|
]
|
293
341
|
},
|
294
342
|
"version": "1.0"
|
@@ -2381,7 +2381,7 @@
|
|
2381
2381
|
},
|
2382
2382
|
{
|
2383
2383
|
"disabled": false,
|
2384
|
-
"document": "
|
2384
|
+
"document": "指定查询的实例类型。取值范围如下:<ul><li>0:所有实例。</li><li>1:正式实例。</li><li>3:只读实例。</li><li>4:灾备实例。</li></ul>",
|
2385
2385
|
"example": "0",
|
2386
2386
|
"member": "int64",
|
2387
2387
|
"name": "InstanceType",
|
@@ -2390,7 +2390,7 @@
|
|
2390
2390
|
},
|
2391
2391
|
{
|
2392
2392
|
"disabled": false,
|
2393
|
-
"document": "
|
2393
|
+
"document": "指定所查询实例的集群类型,取值范围如下:<ul><li>0:副本集实例。</li><li>1:分片实例。</li><li>-1:副本集与分片实例。</li></ul>",
|
2394
2394
|
"example": "0",
|
2395
2395
|
"member": "int64",
|
2396
2396
|
"name": "ClusterType",
|
@@ -2399,7 +2399,7 @@
|
|
2399
2399
|
},
|
2400
2400
|
{
|
2401
2401
|
"disabled": false,
|
2402
|
-
"document": "
|
2402
|
+
"document": "指定所查询实例的当前状态,取值范围如下所示:<ul><li>0:待初始化。</li><li>1:流程处理中,例如:变更规格、参数修改等。</li><li>2:实例正常运行中。</li><li>-2:实例已过期。</li></ul>",
|
2403
2403
|
"example": "2",
|
2404
2404
|
"member": "int64",
|
2405
2405
|
"name": "Status",
|
@@ -2426,7 +2426,7 @@
|
|
2426
2426
|
},
|
2427
2427
|
{
|
2428
2428
|
"disabled": false,
|
2429
|
-
"document": "
|
2429
|
+
"document": "指定所查询实例的付费类型,取值范围如下:<ul><li>0:查询按量计费实例。</li><li>1:查询包年包月实例。</li><li>-1:查询按量计费与包年包月实例。</li></ul>",
|
2430
2430
|
"example": "1",
|
2431
2431
|
"member": "int64",
|
2432
2432
|
"name": "PayMode",
|
@@ -2480,7 +2480,7 @@
|
|
2480
2480
|
},
|
2481
2481
|
{
|
2482
2482
|
"disabled": false,
|
2483
|
-
"document": "
|
2483
|
+
"document": "指定查询搜索的关键词。支持设置为具体的实例ID、实例名称或者内网 IP 地址。",
|
2484
2484
|
"example": "无",
|
2485
2485
|
"member": "string",
|
2486
2486
|
"name": "SearchKey",
|
@@ -3594,7 +3594,7 @@
|
|
3594
3594
|
},
|
3595
3595
|
{
|
3596
3596
|
"disabled": false,
|
3597
|
-
"document": "实例状态,可能的返回值:0
|
3597
|
+
"document": "实例状态,可能的返回值:0-创建中,1-流程处理中,2-运行中,-2-实例已过期。",
|
3598
3598
|
"example": "2",
|
3599
3599
|
"member": "int64",
|
3600
3600
|
"name": "Status",
|