tccli 3.0.1070.1__py2.py3-none-any.whl → 3.0.1072.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/examples/billing/v20180709/DescribeAllocateConditions.md +499 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillConditions.md +495 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +152 -0
- tccli/examples/billing/v20180709/DescribeAllocationMonthOverview.md +384 -0
- tccli/examples/billing/v20180709/DescribeAllocationOverview.md +102 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByBusiness.md +132 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByItem.md +96 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByResource.md +82 -0
- tccli/examples/billing/v20180709/DescribeAllocationTrendByMonth.md +60 -0
- tccli/examples/billing/v20180709/DescribeGatherResource.md +69 -0
- tccli/examples/cam/v20190116/GetCustomMFATokenInfo.md +2 -2
- tccli/examples/cam/v20190116/ListCollaborators.md +11 -10
- tccli/examples/cvm/v20170312/DescribeKeyPairs.md +1 -0
- tccli/examples/cvm/v20170312/InquiryPriceRenewInstances.md +3 -3
- tccli/examples/cvm/v20170312/InquiryPriceResetInstancesType.md +2 -40
- tccli/examples/dts/v20211206/DescribeSyncJobs.md +2 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +26 -0
- tccli/examples/ess/v20201111/CreateFlowByFiles.md +261 -0
- tccli/examples/ess/v20201111/DescribeFlowTemplates.md +6 -1
- tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +34 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowByFiles.md +257 -0
- tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +35 -0
- tccli/examples/mariadb/v20170312/CreateAccount.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJob.md +2 -1
- tccli/examples/postgres/v20170312/CreateBaseBackup.md +2 -2
- tccli/examples/postgres/v20170312/DeleteBaseBackup.md +1 -1
- tccli/examples/postgres/v20170312/DescribeBaseBackups.md +2 -2
- tccli/examples/postgres/v20170312/ModifyBaseBackupExpireTime.md +2 -2
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +8 -0
- tccli/examples/sqlserver/v20180328/ModifyDReadable.md +25 -0
- tccli/examples/tdmq/v20200217/DescribeRocketMQMsg.md +12 -12
- tccli/examples/tdmq/v20200217/DescribeRocketMQPublicAccessMonitorData.md +39 -0
- tccli/examples/teo/v20220901/CreateAccelerationDomain.md +1 -1
- tccli/examples/vpc/v20170312/DescribeVpnGateways.md +43 -65
- tccli/services/antiddos/v20200309/api.json +27 -16
- tccli/services/batch/v20170312/api.json +26 -26
- tccli/services/billing/billing_client.py +610 -80
- tccli/services/billing/v20180709/api.json +9519 -4207
- tccli/services/billing/v20180709/examples.json +80 -0
- tccli/services/cam/v20190116/api.json +35 -30
- tccli/services/cam/v20190116/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cvm/v20170312/api.json +81 -78
- tccli/services/cvm/v20170312/examples.json +9 -9
- tccli/services/dcdb/v20180411/api.json +25 -25
- tccli/services/dts/v20211206/api.json +53 -11
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +72 -4
- tccli/services/ess/v20201111/examples.json +13 -1
- tccli/services/essbasic/v20210526/api.json +20 -2
- tccli/services/essbasic/v20210526/examples.json +18 -0
- tccli/services/goosefs/v20220519/api.json +9 -0
- tccli/services/lighthouse/v20200324/api.json +61 -0
- tccli/services/mariadb/v20170312/api.json +36 -36
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +18 -0
- tccli/services/oceanus/v20190422/api.json +28 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +79 -74
- tccli/services/postgres/v20170312/examples.json +7 -7
- tccli/services/rce/v20201103/api.json +25 -25
- tccli/services/sqlserver/sqlserver_client.py +53 -0
- tccli/services/sqlserver/v20180328/api.json +237 -34
- tccli/services/sqlserver/v20180328/examples.json +9 -1
- tccli/services/tdmq/tdmq_client.py +110 -57
- tccli/services/tdmq/v20200217/api.json +222 -4
- tccli/services/tdmq/v20200217/examples.json +10 -2
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/vpc/v20170312/api.json +32 -24
- tccli/services/vpc/v20170312/examples.json +7 -7
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/RECORD +78 -66
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/license_files/LICENSE +0 -0
@@ -31,6 +31,14 @@ Output:
|
|
31
31
|
"CertificateAttribution": "self",
|
32
32
|
"Encryption": "disable",
|
33
33
|
"QuoteUin": ""
|
34
|
+
},
|
35
|
+
"DrReadableInfo": {
|
36
|
+
"SlaveStatus": "enable",
|
37
|
+
"ReadableStatus": "enable",
|
38
|
+
"Vip": "127.0.0.1",
|
39
|
+
"VPort": 1433,
|
40
|
+
"UniqVpcId": "vpc-h8a9j18",
|
41
|
+
"UniqSubnetId": "sub-jia891k9"
|
34
42
|
}
|
35
43
|
}
|
36
44
|
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
**Example 1: 开通或者关闭备机只读功能**
|
2
|
+
|
3
|
+
开通或者关闭备机只读功能
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli sqlserver ModifyDReadable --cli-unfold-argument \
|
9
|
+
--InstanceId mssql-j8kv137v \
|
10
|
+
--Type enable \
|
11
|
+
--VpcId vpc-jh8ah7 \
|
12
|
+
--SubnetId sub-i90aoa \
|
13
|
+
--Vip 127.0.0.1
|
14
|
+
```
|
15
|
+
|
16
|
+
Output:
|
17
|
+
```
|
18
|
+
{
|
19
|
+
"Response": {
|
20
|
+
"RequestId": "1fed8472-f117-11ec-be47-525400853186",
|
21
|
+
"FlowId": 1012152
|
22
|
+
}
|
23
|
+
}
|
24
|
+
```
|
25
|
+
|
@@ -6,11 +6,11 @@ Input:
|
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli tdmq DescribeRocketMQMsg --cli-unfold-argument \
|
9
|
-
--EnvironmentId
|
10
|
-
--ClusterId
|
11
|
-
--TopicName
|
12
|
-
--PulsarMsgId
|
13
|
-
--MsgId
|
9
|
+
--EnvironmentId e1 \
|
10
|
+
--ClusterId c1 \
|
11
|
+
--TopicName t1 \
|
12
|
+
--PulsarMsgId p1 \
|
13
|
+
--MsgId m1 \
|
14
14
|
--QueryDlqMsg False
|
15
15
|
```
|
16
16
|
|
@@ -18,13 +18,13 @@ Output:
|
|
18
18
|
```
|
19
19
|
{
|
20
20
|
"Response": {
|
21
|
-
"Body": "
|
22
|
-
"MsgId": "
|
23
|
-
"ProduceTime": "
|
24
|
-
"RequestId": "
|
25
|
-
"Properties": "
|
26
|
-
"ProducerAddr": "
|
27
|
-
"ShowTopicName": "
|
21
|
+
"Body": "b",
|
22
|
+
"MsgId": "m",
|
23
|
+
"ProduceTime": "p",
|
24
|
+
"RequestId": "r",
|
25
|
+
"Properties": "p",
|
26
|
+
"ProducerAddr": "p",
|
27
|
+
"ShowTopicName": "s",
|
28
28
|
"MessageTracks": []
|
29
29
|
}
|
30
30
|
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
**Example 1: 正常响应**
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli tdmq DescribeRocketMQPublicAccessMonitorData --cli-unfold-argument \
|
9
|
+
--InstanceId abc \
|
10
|
+
--StartTime abc \
|
11
|
+
--EndTime abc \
|
12
|
+
--Period 0 \
|
13
|
+
--MetricName abc
|
14
|
+
```
|
15
|
+
|
16
|
+
Output:
|
17
|
+
```
|
18
|
+
{
|
19
|
+
"Response": {
|
20
|
+
"MetricName": "abc",
|
21
|
+
"Period": 0,
|
22
|
+
"StartTime": "abc",
|
23
|
+
"EndTime": "abc",
|
24
|
+
"DataPoints": [
|
25
|
+
{
|
26
|
+
"Timestamps": [
|
27
|
+
0
|
28
|
+
],
|
29
|
+
"Values": [
|
30
|
+
0
|
31
|
+
]
|
32
|
+
}
|
33
|
+
],
|
34
|
+
"Msg": "abc",
|
35
|
+
"RequestId": "abc"
|
36
|
+
}
|
37
|
+
}
|
38
|
+
```
|
39
|
+
|
@@ -9,7 +9,7 @@ tccli teo CreateAccelerationDomain --cli-unfold-argument \
|
|
9
9
|
--ZoneId zone-225qgrnvbi9w \
|
10
10
|
--DomainName qq.com \
|
11
11
|
--OriginInfo.OriginType AWS_S3 \
|
12
|
-
--OriginInfo.Origin
|
12
|
+
--OriginInfo.Origin test.s3.ap-east-1.amazonaws.com \
|
13
13
|
--OriginInfo.PrivateAccess on \
|
14
14
|
--OriginInfo.PrivateParameters.0.Name AccessKeyId \
|
15
15
|
--OriginInfo.PrivateParameters.0.Value AKIDdDva7VjFk7LQJ0X5WnbKE7mQTest \
|
@@ -1,114 +1,92 @@
|
|
1
1
|
**Example 1: 查询VPN网关**
|
2
2
|
|
3
|
-
|
3
|
+
本接口(DescribeVpnGateways)用于查询VPN网关列表。
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli vpc DescribeVpnGateways --cli-unfold-argument \
|
9
|
-
--
|
9
|
+
--VpnGatewayIds vpngw-xxxxx \
|
10
10
|
--Offset 0 \
|
11
|
-
--Limit
|
12
|
-
--Filters.0.Name zone \
|
13
|
-
--Filters.0.Values ap-guangzhou-2 ap-guangzhou-3
|
11
|
+
--Limit 1
|
14
12
|
```
|
15
13
|
|
16
14
|
Output:
|
17
15
|
```
|
18
16
|
{
|
19
17
|
"Response": {
|
20
|
-
"TotalCount":
|
18
|
+
"TotalCount": 1,
|
21
19
|
"VpnGatewaySet": [
|
22
20
|
{
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"VpnGatewayName": "
|
26
|
-
"Type": "
|
27
|
-
"State": "
|
28
|
-
"PublicIpAddress": "",
|
29
|
-
"RenewFlag": "
|
30
|
-
"InstanceChargeType": "
|
31
|
-
"InternetMaxBandwidthOut":
|
32
|
-
"CreatedTime": "
|
33
|
-
"ExpiredTime": "
|
21
|
+
"VpnGatewayId": "vpngw-xxxx",
|
22
|
+
"VpcId": "vpc-xxxx",
|
23
|
+
"VpnGatewayName": "vpn_name",
|
24
|
+
"Type": "CCN",
|
25
|
+
"State": "AVAILABLE",
|
26
|
+
"PublicIpAddress": "142.133.53.16",
|
27
|
+
"RenewFlag": "NOTIFY_AND_AUTO_RENEW",
|
28
|
+
"InstanceChargeType": "POSTPAID_BY_HOUR",
|
29
|
+
"InternetMaxBandwidthOut": 10,
|
30
|
+
"CreatedTime": "2020-09-22 00:00:00",
|
31
|
+
"ExpiredTime": "2020-09-22 00:00:00",
|
34
32
|
"IsAddressBlocked": false,
|
35
33
|
"NewPurchasePlan": "",
|
36
34
|
"RestrictState": "NORMAL",
|
37
|
-
"Zone": "ap-
|
35
|
+
"Zone": "ap-beijing-1",
|
38
36
|
"VpnGatewayQuotaSet": [
|
39
37
|
{
|
40
38
|
"Bandwidth": 5,
|
41
39
|
"Cname": "微小型",
|
42
|
-
"Name": "
|
40
|
+
"Name": "cdmini"
|
43
41
|
},
|
44
42
|
{
|
45
43
|
"Bandwidth": 20,
|
46
44
|
"Cname": "中型",
|
47
|
-
"Name": "
|
45
|
+
"Name": "cdmiddle"
|
48
46
|
},
|
49
47
|
{
|
50
|
-
"Bandwidth":
|
51
|
-
"Cname": "
|
52
|
-
"Name": "
|
48
|
+
"Bandwidth": 50,
|
49
|
+
"Cname": "大型",
|
50
|
+
"Name": "cdlarge"
|
53
51
|
},
|
54
52
|
{
|
55
53
|
"Bandwidth": 10,
|
56
54
|
"Cname": "小型",
|
57
|
-
"Name": "
|
55
|
+
"Name": "cdsmall"
|
58
56
|
},
|
59
57
|
{
|
60
|
-
"Bandwidth":
|
61
|
-
"Cname": "
|
62
|
-
"Name": "
|
63
|
-
}
|
64
|
-
]
|
65
|
-
},
|
66
|
-
{
|
67
|
-
"VpcId": "vpc-5rkcp0wb",
|
68
|
-
"VpnGatewayId": "vpngw-97yhzme3",
|
69
|
-
"VpnGatewayName": "leohli-simulate3",
|
70
|
-
"Type": "IPSEC",
|
71
|
-
"State": "AVAILABLE",
|
72
|
-
"PublicIpAddress": "",
|
73
|
-
"RenewFlag": "NOTIFY_AND_MANUAL_RENEW",
|
74
|
-
"InstanceChargeType": "PREPAID",
|
75
|
-
"InternetMaxBandwidthOut": 10,
|
76
|
-
"CreatedTime": "2017-07-03 14:39:16",
|
77
|
-
"ExpiredTime": "2018-05-31 13:03:47",
|
78
|
-
"IsAddressBlocked": false,
|
79
|
-
"NewPurchasePlan": "PREPAID_TO_POSTPAID",
|
80
|
-
"RestrictState": "PROTECTIVELY_ISOLATED",
|
81
|
-
"Zone": "ap-guangzhou-3",
|
82
|
-
"VpnGatewayQuotaSet": [
|
83
|
-
{
|
84
|
-
"Bandwidth": 5,
|
85
|
-
"Cname": "微小型",
|
86
|
-
"Name": "mini"
|
58
|
+
"Bandwidth": 100,
|
59
|
+
"Cname": "超大型",
|
60
|
+
"Name": "cdsuperLarge"
|
87
61
|
},
|
88
62
|
{
|
89
|
-
"Bandwidth":
|
90
|
-
"Cname": "
|
91
|
-
"Name": "
|
63
|
+
"Bandwidth": 1000,
|
64
|
+
"Cname": "超大型4",
|
65
|
+
"Name": "cdsuperLarge4"
|
92
66
|
},
|
93
67
|
{
|
94
|
-
"Bandwidth":
|
95
|
-
"Cname": "超大型",
|
96
|
-
"Name": "
|
68
|
+
"Bandwidth": 200,
|
69
|
+
"Cname": "超大型2",
|
70
|
+
"Name": "cdsuperLarge2"
|
97
71
|
},
|
98
72
|
{
|
99
|
-
"Bandwidth":
|
100
|
-
"Cname": "
|
101
|
-
"Name": "
|
73
|
+
"Bandwidth": 500,
|
74
|
+
"Cname": "超大型3",
|
75
|
+
"Name": "cdsuperLarge3"
|
102
76
|
},
|
103
77
|
{
|
104
|
-
"Bandwidth":
|
105
|
-
"Cname": "
|
106
|
-
"Name": "
|
78
|
+
"Bandwidth": 3000,
|
79
|
+
"Cname": "超大型5",
|
80
|
+
"Name": "cdsuperLarge5"
|
107
81
|
}
|
108
|
-
]
|
82
|
+
],
|
83
|
+
"Version": "abc",
|
84
|
+
"NetworkInstanceId": "abc",
|
85
|
+
"CdcId": "abc",
|
86
|
+
"MaxConnection": 5
|
109
87
|
}
|
110
88
|
],
|
111
|
-
"RequestId": "
|
89
|
+
"RequestId": "dc43b486-80aa-4cf0-9f8a-4b95e9092685"
|
112
90
|
}
|
113
91
|
}
|
114
92
|
```
|
@@ -2713,10 +2713,11 @@
|
|
2713
2713
|
"members": [
|
2714
2714
|
{
|
2715
2715
|
"disabled": false,
|
2716
|
-
"document": "区域类型,取值[\noversea(
|
2716
|
+
"document": "区域类型,取值[\noversea(境外)\nchina(国内)\ncustomized(自定义地区)\n]",
|
2717
2717
|
"example": "oversea",
|
2718
2718
|
"member": "string",
|
2719
2719
|
"name": "RegionType",
|
2720
|
+
"output_required": true,
|
2720
2721
|
"required": true,
|
2721
2722
|
"type": "string",
|
2722
2723
|
"value_allowed_null": false
|
@@ -2727,6 +2728,7 @@
|
|
2727
2728
|
"example": "drop",
|
2728
2729
|
"member": "string",
|
2729
2730
|
"name": "Action",
|
2731
|
+
"output_required": true,
|
2730
2732
|
"required": true,
|
2731
2733
|
"type": "string",
|
2732
2734
|
"value_allowed_null": false
|
@@ -2737,6 +2739,7 @@
|
|
2737
2739
|
"example": "0",
|
2738
2740
|
"member": "string",
|
2739
2741
|
"name": "Id",
|
2742
|
+
"output_required": true,
|
2740
2743
|
"required": false,
|
2741
2744
|
"type": "string",
|
2742
2745
|
"value_allowed_null": false
|
@@ -2747,6 +2750,7 @@
|
|
2747
2750
|
"example": "100025",
|
2748
2751
|
"member": "int64",
|
2749
2752
|
"name": "AreaList",
|
2753
|
+
"output_required": true,
|
2750
2754
|
"required": false,
|
2751
2755
|
"type": "list",
|
2752
2756
|
"value_allowed_null": false
|
@@ -4503,7 +4507,7 @@
|
|
4503
4507
|
{
|
4504
4508
|
"disabled": false,
|
4505
4509
|
"document": "IP列表",
|
4506
|
-
"example": "[{\"ip\":\"1.1.1.1
|
4510
|
+
"example": "[{\"ip\":\"1.1.1.1\",\"Mask\":0}]",
|
4507
4511
|
"member": "IpSegment",
|
4508
4512
|
"name": "IpList",
|
4509
4513
|
"required": true,
|
@@ -5881,7 +5885,7 @@
|
|
5881
5885
|
{
|
5882
5886
|
"disabled": false,
|
5883
5887
|
"document": "资源的IP",
|
5884
|
-
"example": "
|
5888
|
+
"example": "1.1.1.1",
|
5885
5889
|
"member": "string",
|
5886
5890
|
"name": "Ip",
|
5887
5891
|
"required": true,
|
@@ -5959,7 +5963,7 @@
|
|
5959
5963
|
},
|
5960
5964
|
{
|
5961
5965
|
"disabled": false,
|
5962
|
-
"document": "
|
5966
|
+
"document": "DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)",
|
5963
5967
|
"example": "bgp",
|
5964
5968
|
"member": "string",
|
5965
5969
|
"name": "Business",
|
@@ -6392,7 +6396,7 @@
|
|
6392
6396
|
"members": [
|
6393
6397
|
{
|
6394
6398
|
"disabled": false,
|
6395
|
-
"document": "
|
6399
|
+
"document": "DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)",
|
6396
6400
|
"example": "bgp",
|
6397
6401
|
"member": "string",
|
6398
6402
|
"name": "Business",
|
@@ -6465,17 +6469,17 @@
|
|
6465
6469
|
"example": "1",
|
6466
6470
|
"member": "uint64",
|
6467
6471
|
"name": "Count",
|
6468
|
-
"
|
6472
|
+
"output_required": true,
|
6469
6473
|
"type": "int",
|
6470
6474
|
"value_allowed_null": false
|
6471
6475
|
},
|
6472
6476
|
{
|
6473
6477
|
"disabled": false,
|
6474
|
-
"document": "
|
6478
|
+
"document": "DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)",
|
6475
6479
|
"example": "bgp",
|
6476
6480
|
"member": "string",
|
6477
6481
|
"name": "Business",
|
6478
|
-
"
|
6482
|
+
"output_required": true,
|
6479
6483
|
"type": "string",
|
6480
6484
|
"value_allowed_null": false
|
6481
6485
|
},
|
@@ -6485,7 +6489,7 @@
|
|
6485
6489
|
"example": "3.3.3.3",
|
6486
6490
|
"member": "string",
|
6487
6491
|
"name": "Ip",
|
6488
|
-
"
|
6492
|
+
"output_required": true,
|
6489
6493
|
"type": "string",
|
6490
6494
|
"value_allowed_null": false
|
6491
6495
|
},
|
@@ -6495,7 +6499,7 @@
|
|
6495
6499
|
"example": "3600",
|
6496
6500
|
"member": "int64",
|
6497
6501
|
"name": "Period",
|
6498
|
-
"
|
6502
|
+
"output_required": true,
|
6499
6503
|
"type": "int",
|
6500
6504
|
"value_allowed_null": false
|
6501
6505
|
},
|
@@ -6505,7 +6509,7 @@
|
|
6505
6509
|
"example": "2018-08-27 15:05:10",
|
6506
6510
|
"member": "datetime",
|
6507
6511
|
"name": "StartTime",
|
6508
|
-
"
|
6512
|
+
"output_required": true,
|
6509
6513
|
"type": "string",
|
6510
6514
|
"value_allowed_null": false
|
6511
6515
|
},
|
@@ -6515,7 +6519,7 @@
|
|
6515
6519
|
"example": "2018-08-27 16:05:10",
|
6516
6520
|
"member": "datetime",
|
6517
6521
|
"name": "EndTime",
|
6518
|
-
"
|
6522
|
+
"output_required": true,
|
6519
6523
|
"type": "string",
|
6520
6524
|
"value_allowed_null": false
|
6521
6525
|
},
|
@@ -6525,7 +6529,7 @@
|
|
6525
6529
|
"example": "[1234]",
|
6526
6530
|
"member": "uint64",
|
6527
6531
|
"name": "Data",
|
6528
|
-
"
|
6532
|
+
"output_required": true,
|
6529
6533
|
"type": "list",
|
6530
6534
|
"value_allowed_null": false
|
6531
6535
|
},
|
@@ -6535,7 +6539,7 @@
|
|
6535
6539
|
"example": "bgp-00000010",
|
6536
6540
|
"member": "string",
|
6537
6541
|
"name": "Id",
|
6538
|
-
"
|
6542
|
+
"output_required": true,
|
6539
6543
|
"type": "string",
|
6540
6544
|
"value_allowed_null": true
|
6541
6545
|
},
|
@@ -6545,7 +6549,7 @@
|
|
6545
6549
|
"example": "bps",
|
6546
6550
|
"member": "string",
|
6547
6551
|
"name": "MetricName",
|
6548
|
-
"
|
6552
|
+
"output_required": true,
|
6549
6553
|
"type": "string",
|
6550
6554
|
"value_allowed_null": false
|
6551
6555
|
},
|
@@ -9181,10 +9185,11 @@
|
|
9181
9185
|
"members": [
|
9182
9186
|
{
|
9183
9187
|
"disabled": false,
|
9184
|
-
"document": "
|
9188
|
+
"document": "规则在中间状态不可修改,只可在(0, 2, 8)状态可编辑。\n规则状态,0: 正常运行中, 1: 配置规则中(配置生效中), 2: 配置规则失败(配置生效失败), 3: 删除规则中(删除生效中), 5: 删除规则失败(删除失败), 6: 等待添加规则, 7: 等待删除规则, 8: 等待上传证书, 9: 规则对应的资源不存在,被隔离, 10:等待修改规则, 11:配置修改中",
|
9185
9189
|
"example": "8",
|
9186
9190
|
"member": "uint64",
|
9187
9191
|
"name": "Status",
|
9192
|
+
"output_required": true,
|
9188
9193
|
"required": true,
|
9189
9194
|
"type": "int",
|
9190
9195
|
"value_allowed_null": false
|
@@ -9195,6 +9200,7 @@
|
|
9195
9200
|
"example": "www.xxx.com",
|
9196
9201
|
"member": "string",
|
9197
9202
|
"name": "Domain",
|
9203
|
+
"output_required": true,
|
9198
9204
|
"required": true,
|
9199
9205
|
"type": "string",
|
9200
9206
|
"value_allowed_null": false
|
@@ -9205,6 +9211,7 @@
|
|
9205
9211
|
"example": "https",
|
9206
9212
|
"member": "string",
|
9207
9213
|
"name": "Protocol",
|
9214
|
+
"output_required": true,
|
9208
9215
|
"required": true,
|
9209
9216
|
"type": "string",
|
9210
9217
|
"value_allowed_null": false
|
@@ -9215,6 +9222,7 @@
|
|
9215
9222
|
"example": "bgpip-000001eo",
|
9216
9223
|
"member": "string",
|
9217
9224
|
"name": "InsId",
|
9225
|
+
"output_required": true,
|
9218
9226
|
"required": true,
|
9219
9227
|
"type": "string",
|
9220
9228
|
"value_allowed_null": false
|
@@ -9225,6 +9233,7 @@
|
|
9225
9233
|
"example": "251008915",
|
9226
9234
|
"member": "string",
|
9227
9235
|
"name": "AppId",
|
9236
|
+
"output_required": true,
|
9228
9237
|
"required": true,
|
9229
9238
|
"type": "string",
|
9230
9239
|
"value_allowed_null": false
|
@@ -9235,6 +9244,7 @@
|
|
9235
9244
|
"example": "443",
|
9236
9245
|
"member": "string",
|
9237
9246
|
"name": "VirtualPort",
|
9247
|
+
"output_required": true,
|
9238
9248
|
"required": true,
|
9239
9249
|
"type": "string",
|
9240
9250
|
"value_allowed_null": false
|
@@ -9245,6 +9255,7 @@
|
|
9245
9255
|
"example": "kneSCNrZ",
|
9246
9256
|
"member": "string",
|
9247
9257
|
"name": "SSLId",
|
9258
|
+
"output_required": true,
|
9248
9259
|
"required": true,
|
9249
9260
|
"type": "string",
|
9250
9261
|
"value_allowed_null": false
|