tccli 3.0.897.1__py2.py3-none-any.whl → 3.0.899.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdn/v20180606/ModifyDomainConfig.md +88 -0
  3. tccli/examples/cfs/v20190719/CreateMigrationTask.md +1 -1
  4. tccli/examples/cfs/v20190719/DeleteMigrationTask.md +1 -1
  5. tccli/examples/cfs/v20190719/ModifyFileSystemAutoScaleUpRule.md +1 -1
  6. tccli/examples/cfs/v20190719/ScaleUpFileSystem.md +1 -1
  7. tccli/examples/ckafka/v20190819/CreatePostPaidInstance.md +154 -0
  8. tccli/examples/cls/v20201016/DeleteShipper.md +2 -2
  9. tccli/examples/cls/v20201016/ModifyShipper.md +2 -2
  10. tccli/examples/cynosdb/v20190107/DescribeSupportProxyVersion.md +24 -0
  11. tccli/examples/ess/v20201111/CreateFlowApprovers.md +3 -1
  12. tccli/examples/ess/v20201111/DescribeThirdPartyAuthCode.md +1 -1
  13. tccli/examples/live/v20180801/DescribeLiveDomains.md +1 -1
  14. tccli/examples/nlp/v20190408/AnalyzeSentiment.md +24 -0
  15. tccli/examples/nlp/v20190408/ClassifyContent.md +39 -0
  16. tccli/examples/nlp/v20190408/ComposeCouplet.md +27 -0
  17. tccli/examples/nlp/v20190408/ComposePoetry.md +29 -0
  18. tccli/examples/postgres/v20170312/CreateReadOnlyDBInstance.md +1 -1
  19. tccli/examples/postgres/v20170312/UpgradeDBInstanceKernelVersion.md +1 -1
  20. tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +6 -1
  21. tccli/examples/sqlserver/v20180328/DescribeDBs.md +1 -1
  22. tccli/examples/tdmq/v20200217/CreateCmqQueue.md +2 -2
  23. tccli/examples/tke/v20180525/CreateClusterEndpointVip.md +1 -1
  24. tccli/examples/trp/v20210515/CreateCodeBatch.md +11 -5
  25. tccli/examples/trp/v20210515/DescribeScanLogs.md +1 -1
  26. tccli/examples/trp/v20210515/DescribeTraceCodeById.md +16 -11
  27. tccli/examples/trp/v20210515/ModifyCodeBatch.md +3 -3
  28. tccli/examples/waf/v20180125/ModifySpartaProtection.md +154 -0
  29. tccli/examples/wedata/v20210820/DescribeDimensionScore.md +15 -3
  30. tccli/examples/wedata/v20210820/DescribeQualityScore.md +1 -1
  31. tccli/examples/wedata/v20210820/DescribeQualityScoreTrend.md +10 -2
  32. tccli/examples/wedata/v20210820/DescribeTableQualityDetails.md +1 -1
  33. tccli/examples/wedata/v20210820/DescribeTableScoreTrend.md +10 -2
  34. tccli/services/antiddos/v20200309/api.json +45 -26
  35. tccli/services/apigateway/v20180808/api.json +17 -28
  36. tccli/services/asr/v20190614/api.json +3 -2
  37. tccli/services/cdb/v20170320/api.json +16 -11
  38. tccli/services/cdn/cdn_client.py +57 -4
  39. tccli/services/cdn/v20180606/api.json +52 -0
  40. tccli/services/cdn/v20180606/examples.json +26 -0
  41. tccli/services/cfs/v20190719/api.json +7 -0
  42. tccli/services/cfs/v20190719/examples.json +4 -4
  43. tccli/services/ckafka/ckafka_client.py +61 -8
  44. tccli/services/ckafka/v20190819/api.json +296 -6
  45. tccli/services/ckafka/v20190819/examples.json +20 -0
  46. tccli/services/cls/v20201016/api.json +3 -4
  47. tccli/services/cls/v20201016/examples.json +4 -4
  48. tccli/services/cynosdb/cynosdb_client.py +53 -0
  49. tccli/services/cynosdb/v20190107/api.json +72 -0
  50. tccli/services/cynosdb/v20190107/examples.json +8 -0
  51. tccli/services/ess/v20201111/api.json +44 -11
  52. tccli/services/ess/v20201111/examples.json +3 -3
  53. tccli/services/essbasic/v20210526/api.json +27 -1
  54. tccli/services/live/v20180801/api.json +4 -11
  55. tccli/services/live/v20180801/examples.json +1 -1
  56. tccli/services/nlp/nlp_client.py +216 -4
  57. tccli/services/nlp/v20190408/api.json +329 -0
  58. tccli/services/nlp/v20190408/examples.json +32 -0
  59. tccli/services/postgres/v20170312/api.json +2 -31
  60. tccli/services/postgres/v20170312/examples.json +2 -2
  61. tccli/services/sqlserver/v20180328/api.json +72 -15
  62. tccli/services/sqlserver/v20180328/examples.json +3 -3
  63. tccli/services/tbaas/tbaas_client.py +4 -322
  64. tccli/services/tbaas/v20180416/api.json +123 -825
  65. tccli/services/tbaas/v20180416/examples.json +0 -48
  66. tccli/services/tdid/tdid_client.py +60 -1650
  67. tccli/services/tdid/v20210519/api.json +394 -3848
  68. tccli/services/tdid/v20210519/examples.json +0 -240
  69. tccli/services/tdmq/v20200217/api.json +2 -19
  70. tccli/services/tdmq/v20200217/examples.json +2 -2
  71. tccli/services/tione/v20211111/api.json +24 -2
  72. tccli/services/tke/v20180525/api.json +4 -6
  73. tccli/services/tke/v20180525/examples.json +2 -2
  74. tccli/services/trp/v20210515/api.json +285 -113
  75. tccli/services/trp/v20210515/examples.json +6 -6
  76. tccli/services/tts/v20190823/api.json +7 -3
  77. tccli/services/waf/v20180125/api.json +401 -0
  78. tccli/services/waf/v20180125/examples.json +26 -0
  79. tccli/services/waf/waf_client.py +57 -4
  80. tccli/services/wedata/v20210820/api.json +151 -83
  81. tccli/services/wedata/v20210820/examples.json +8 -8
  82. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/METADATA +2 -2
  83. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/RECORD +86 -78
  84. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/WHEEL +0 -0
  85. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/entry_points.txt +0 -0
  86. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,154 @@
1
+ **Example 1: 修改域名配置**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli waf ModifySpartaProtection --cli-unfold-argument \
9
+ --Domain www.test.com \
10
+ --LoadBalance 0 \
11
+ --UpstreamType 0 \
12
+ --CertType 0 \
13
+ --Ports.0.NginxServerId 0 \
14
+ --Ports.0.Protocol http \
15
+ --Ports.0.Port 80 \
16
+ --Ports.0.UpstreamPort 80 \
17
+ --Ports.0.UpstreamProtocol http \
18
+ --SrcList 1.1.1.1 \
19
+ --IsCdn 0 \
20
+ --IsWebsocket 0 \
21
+ --IsGray 0 \
22
+ --IsHttp2 0
23
+ ```
24
+
25
+ Output:
26
+ ```
27
+ {
28
+ "Response": {
29
+ "RequestId": "9ee8be5b-6caa-4c39-ab70-890e0e673515"
30
+ }
31
+ }
32
+ ```
33
+
34
+ **Example 2: 修改域名接入配置**
35
+
36
+
37
+
38
+ Input:
39
+
40
+ ```
41
+ tccli waf ModifySpartaProtection --cli-unfold-argument \
42
+ --Domain lucas0407-1.qcloudwaf.com \
43
+ --LoadBalance 0 \
44
+ --InstanceID waf_2kuj60v200b09bsr \
45
+ --UpstreamType 0 \
46
+ --IsWebsocket 0 \
47
+ --IsHttp2 0 \
48
+ --SrcList 11.148.84.137 \
49
+ --CertType 0 \
50
+ --DomainId eb454223185451fe8b255a82b9d4bf94 \
51
+ --Weights 100 \
52
+ --IsKeepAlive 1 \
53
+ --IsCdn 1 \
54
+ --IsGray 0 \
55
+ --Anycast 0 \
56
+ --Ports.0.NginxServerId 62094 \
57
+ --Ports.0.Protocol http \
58
+ --Ports.0.Port 80 \
59
+ --Ports.0.UpstreamPort 80 \
60
+ --Ports.0.UpstreamProtocol http \
61
+ --ActiveCheck 1
62
+ ```
63
+
64
+ Output:
65
+ ```
66
+ {
67
+ "Response": {
68
+ "RequestId": "9c553d61-526a-44cf-a874-b24956033973"
69
+ }
70
+ }
71
+ ```
72
+
73
+ **Example 3: ts**
74
+
75
+
76
+
77
+ Input:
78
+
79
+ ```
80
+ tccli waf ModifySpartaProtection --cli-unfold-argument \
81
+ --IsGray 0 \
82
+ --Domain lucas0407-1.qcloudwaf.com \
83
+ --LoadBalance 0 \
84
+ --CipherTemplate 0 \
85
+ --InstanceID waf_2kuj60v200b09bsr \
86
+ --UpstreamType 0 \
87
+ --IsWebsocket 0 \
88
+ --IsHttp2 0 \
89
+ --SrcList 114.132.223.23 \
90
+ --CertType 0 \
91
+ --DomainId eb454223185451fe8b255a82b9d4bf94 \
92
+ --Weights 100 \
93
+ --IsKeepAlive 1 \
94
+ --IsCdn 1 \
95
+ --TLSVersion 3 \
96
+ --Anycast 0 \
97
+ --Ports.0.NginxServerId 62094 \
98
+ --Ports.0.Protocol http \
99
+ --Ports.0.Port 80 \
100
+ --Ports.0.UpstreamPort 80 \
101
+ --Ports.0.UpstreamProtocol http \
102
+ --ActiveCheck 1
103
+ ```
104
+
105
+ Output:
106
+ ```
107
+ {
108
+ "Response": {
109
+ "RequestId": "13b8a309-3e7d-4393-91a4-271bf6d5dd71"
110
+ }
111
+ }
112
+ ```
113
+
114
+ **Example 4: Modify-Host-1**
115
+
116
+
117
+
118
+ Input:
119
+
120
+ ```
121
+ tccli waf ModifySpartaProtection --cli-unfold-argument \
122
+ --IsGray 0 \
123
+ --Domain lucas0919.qcloudwaf.com \
124
+ --LoadBalance 0 \
125
+ --CipherTemplate 0 \
126
+ --InstanceID lucas \
127
+ --UpstreamType 0 \
128
+ --IsWebsocket 0 \
129
+ --IsHttp2 0 \
130
+ --SrcList 114.132.223.23 \
131
+ --CertType 0 \
132
+ --DomainId e801733b69605960a17388999868512a \
133
+ --Weights 100 \
134
+ --IsKeepAlive 1 \
135
+ --IsCdn 1 \
136
+ --TLSVersion 3 \
137
+ --Anycast 0 \
138
+ --Ports.0.NginxServerId 63953 \
139
+ --Ports.0.Protocol http \
140
+ --Ports.0.Port 80 \
141
+ --Ports.0.UpstreamPort 80 \
142
+ --Ports.0.UpstreamProtocol http \
143
+ --ActiveCheck 1
144
+ ```
145
+
146
+ Output:
147
+ ```
148
+ {
149
+ "Response": {
150
+ "RequestId": "d6bd6f14-926e-4a3e-9a34-bb1dd7d9a51d"
151
+ }
152
+ }
153
+ ```
154
+
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询维度评分**
2
2
 
3
-
3
+ 查询维度评分
4
4
 
5
5
  Input:
6
6
 
@@ -15,8 +15,20 @@ Output:
15
15
  ```
16
16
  {
17
17
  "Response": {
18
- "RequestId": "f2a131b8-0de7-4cb8-a354-9bbfc5d3a028",
19
- "Data": {}
18
+ "Data": {
19
+ "DimensionScoreList": [
20
+ {
21
+ "Name": "abc",
22
+ "Weight": 0,
23
+ "UserId": 0,
24
+ "UserName": "abc",
25
+ "UpdateTime": 0,
26
+ "JoinTableNumber": 0,
27
+ "Score": 0
28
+ }
29
+ ]
30
+ },
31
+ "RequestId": "abc"
20
32
  }
21
33
  }
22
34
  ```
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询质量评分**
2
2
 
3
-
3
+ 查询质量评分
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 质量评分趋势**
2
2
 
3
-
3
+ 质量评分趋势
4
4
 
5
5
  Input:
6
6
 
@@ -17,7 +17,15 @@ Output:
17
17
  {
18
18
  "Response": {
19
19
  "RequestId": "8f440fef-24c6-4f5c-a58e-7e0aa7aa19d7",
20
- "Data": {}
20
+ "Data": {
21
+ "AverageScore": 0.0,
22
+ "DailyScoreList": [
23
+ {
24
+ "StatisticsDate": 0,
25
+ "Score": 0.0
26
+ }
27
+ ]
28
+ }
21
29
  }
22
30
  }
23
31
  ```
@@ -1,6 +1,6 @@
1
1
  **Example 1: 分页查询表数据质量详情**
2
2
 
3
-
3
+ 分页查询表数据质量详情
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询表得分趋势**
2
2
 
3
-
3
+ 查询表得分趋势
4
4
 
5
5
  Input:
6
6
 
@@ -17,7 +17,15 @@ Output:
17
17
  {
18
18
  "Response": {
19
19
  "RequestId": "8f440fef-24c6-4f5c-a58e-7e0aa7aa19d7",
20
- "Data": {}
20
+ "Data": {
21
+ "AverageScore": 0.0,
22
+ "DailyScoreList": [
23
+ {
24
+ "StatisticsDate": 0,
25
+ "Score": 0.0
26
+ }
27
+ ]
28
+ }
21
29
  }
22
30
  }
23
31
  ```
@@ -955,7 +955,7 @@
955
955
  "example": "无",
956
956
  "member": "InstanceRelation",
957
957
  "name": "InstanceDetail",
958
- "required": true,
958
+ "output_required": true,
959
959
  "type": "object",
960
960
  "value_allowed_null": false
961
961
  },
@@ -965,7 +965,7 @@
965
965
  "example": "无",
966
966
  "member": "BGPIPInstanceSpecification",
967
967
  "name": "SpecificationLimit",
968
- "required": true,
968
+ "output_required": true,
969
969
  "type": "object",
970
970
  "value_allowed_null": false
971
971
  },
@@ -975,7 +975,7 @@
975
975
  "example": "无",
976
976
  "member": "BGPIPInstanceUsages",
977
977
  "name": "Usage",
978
- "required": true,
978
+ "output_required": true,
979
979
  "type": "object",
980
980
  "value_allowed_null": false
981
981
  },
@@ -985,7 +985,7 @@
985
985
  "example": "无",
986
986
  "member": "RegionInfo",
987
987
  "name": "Region",
988
- "required": true,
988
+ "output_required": true,
989
989
  "type": "object",
990
990
  "value_allowed_null": false
991
991
  },
@@ -995,7 +995,7 @@
995
995
  "example": "idle",
996
996
  "member": "string",
997
997
  "name": "Status",
998
- "required": true,
998
+ "output_required": true,
999
999
  "type": "string",
1000
1000
  "value_allowed_null": false
1001
1001
  },
@@ -1005,7 +1005,7 @@
1005
1005
  "example": "2020-06-09 23:12:23",
1006
1006
  "member": "datetime",
1007
1007
  "name": "ExpiredTime",
1008
- "required": true,
1008
+ "output_required": true,
1009
1009
  "type": "string",
1010
1010
  "value_allowed_null": false
1011
1011
  },
@@ -1015,7 +1015,7 @@
1015
1015
  "example": "2020-05-09 23:12:23",
1016
1016
  "member": "datetime",
1017
1017
  "name": "CreatedTime",
1018
- "required": true,
1018
+ "output_required": true,
1019
1019
  "type": "string",
1020
1020
  "value_allowed_null": false
1021
1021
  },
@@ -1025,7 +1025,7 @@
1025
1025
  "example": "Test",
1026
1026
  "member": "string",
1027
1027
  "name": "Name",
1028
- "required": true,
1028
+ "output_required": true,
1029
1029
  "type": "string",
1030
1030
  "value_allowed_null": false
1031
1031
  },
@@ -1035,7 +1035,7 @@
1035
1035
  "example": "无",
1036
1036
  "member": "PackInfo",
1037
1037
  "name": "PackInfo",
1038
- "required": true,
1038
+ "output_required": true,
1039
1039
  "type": "object",
1040
1040
  "value_allowed_null": true
1041
1041
  },
@@ -1045,7 +1045,7 @@
1045
1045
  "example": "无",
1046
1046
  "member": "StaticPackRelation",
1047
1047
  "name": "StaticPackRelation",
1048
- "required": true,
1048
+ "output_required": true,
1049
1049
  "type": "object",
1050
1050
  "value_allowed_null": true
1051
1051
  },
@@ -1055,7 +1055,7 @@
1055
1055
  "example": "1",
1056
1056
  "member": "uint64",
1057
1057
  "name": "ZoneId",
1058
- "required": true,
1058
+ "output_required": true,
1059
1059
  "type": "int",
1060
1060
  "value_allowed_null": true
1061
1061
  },
@@ -1065,7 +1065,7 @@
1065
1065
  "example": "1",
1066
1066
  "member": "uint64",
1067
1067
  "name": "Tgw",
1068
- "required": true,
1068
+ "output_required": true,
1069
1069
  "type": "int",
1070
1070
  "value_allowed_null": true
1071
1071
  },
@@ -1075,7 +1075,7 @@
1075
1075
  "example": "UNBIND",
1076
1076
  "member": "string",
1077
1077
  "name": "EipAddressStatus",
1078
- "required": true,
1078
+ "output_required": true,
1079
1079
  "type": "string",
1080
1080
  "value_allowed_null": true
1081
1081
  },
@@ -1085,7 +1085,7 @@
1085
1085
  "example": "1",
1086
1086
  "member": "int64",
1087
1087
  "name": "EipFlag",
1088
- "required": true,
1088
+ "output_required": true,
1089
1089
  "type": "int",
1090
1090
  "value_allowed_null": true
1091
1091
  },
@@ -1095,7 +1095,7 @@
1095
1095
  "example": "无",
1096
1096
  "member": "EipAddressPackRelation",
1097
1097
  "name": "EipAddressPackRelation",
1098
- "required": true,
1098
+ "output_required": true,
1099
1099
  "type": "object",
1100
1100
  "value_allowed_null": true
1101
1101
  },
@@ -1105,7 +1105,7 @@
1105
1105
  "example": "无",
1106
1106
  "member": "EipAddressRelation",
1107
1107
  "name": "EipAddressInfo",
1108
- "required": true,
1108
+ "output_required": true,
1109
1109
  "type": "object",
1110
1110
  "value_allowed_null": true
1111
1111
  },
@@ -1115,7 +1115,7 @@
1115
1115
  "example": "www.8cname.com",
1116
1116
  "member": "string",
1117
1117
  "name": "Domain",
1118
- "required": true,
1118
+ "output_required": true,
1119
1119
  "type": "string",
1120
1120
  "value_allowed_null": true
1121
1121
  },
@@ -1125,7 +1125,7 @@
1125
1125
  "example": "0",
1126
1126
  "member": "uint64",
1127
1127
  "name": "DamDDoSStatus",
1128
- "required": true,
1128
+ "output_required": true,
1129
1129
  "type": "int",
1130
1130
  "value_allowed_null": false
1131
1131
  },
@@ -1135,7 +1135,7 @@
1135
1135
  "example": "0",
1136
1136
  "member": "uint64",
1137
1137
  "name": "V6Flag",
1138
- "required": true,
1138
+ "output_required": true,
1139
1139
  "type": "int",
1140
1140
  "value_allowed_null": true
1141
1141
  },
@@ -1145,7 +1145,7 @@
1145
1145
  "example": "0",
1146
1146
  "member": "uint64",
1147
1147
  "name": "BGPIPChannelFlag",
1148
- "required": true,
1148
+ "output_required": true,
1149
1149
  "type": "int",
1150
1150
  "value_allowed_null": true
1151
1151
  },
@@ -1155,7 +1155,7 @@
1155
1155
  "example": "null",
1156
1156
  "member": "TagInfo",
1157
1157
  "name": "TagInfoList",
1158
- "required": true,
1158
+ "output_required": true,
1159
1159
  "type": "list",
1160
1160
  "value_allowed_null": true
1161
1161
  },
@@ -1165,7 +1165,7 @@
1165
1165
  "example": "无",
1166
1166
  "member": "AnycastOutPackRelation",
1167
1167
  "name": "AnycastOutPackRelation",
1168
- "required": true,
1168
+ "output_required": true,
1169
1169
  "type": "object",
1170
1170
  "value_allowed_null": true
1171
1171
  },
@@ -1175,7 +1175,7 @@
1175
1175
  "example": "0",
1176
1176
  "member": "uint64",
1177
1177
  "name": "InstanceVersion",
1178
- "required": true,
1178
+ "output_required": true,
1179
1179
  "type": "int",
1180
1180
  "value_allowed_null": true
1181
1181
  },
@@ -1185,7 +1185,7 @@
1185
1185
  "example": "无",
1186
1186
  "member": "string",
1187
1187
  "name": "ConvoyId",
1188
- "required": true,
1188
+ "output_required": true,
1189
1189
  "type": "string",
1190
1190
  "value_allowed_null": true
1191
1191
  },
@@ -1195,7 +1195,7 @@
1195
1195
  "example": "1000",
1196
1196
  "member": "uint64",
1197
1197
  "name": "ElasticBandwidth",
1198
- "required": true,
1198
+ "output_required": true,
1199
1199
  "type": "int",
1200
1200
  "value_allowed_null": true
1201
1201
  },
@@ -1205,7 +1205,7 @@
1205
1205
  "example": "0",
1206
1206
  "member": "uint64",
1207
1207
  "name": "EOFlag",
1208
- "required": true,
1208
+ "output_required": true,
1209
1209
  "type": "int",
1210
1210
  "value_allowed_null": true
1211
1211
  }
@@ -1533,6 +1533,16 @@
1533
1533
  "required": false,
1534
1534
  "type": "string",
1535
1535
  "value_allowed_null": true
1536
+ },
1537
+ {
1538
+ "disabled": false,
1539
+ "document": "是否是基础防护加强版 0: 不是 1: 是\n注意:此字段可能返回 null,表示取不到有效值。",
1540
+ "example": "1",
1541
+ "member": "uint64",
1542
+ "name": "BasicPlusFlag",
1543
+ "required": false,
1544
+ "type": "int",
1545
+ "value_allowed_null": true
1536
1546
  }
1537
1547
  ],
1538
1548
  "usage": "out"
@@ -6646,6 +6656,15 @@
6646
6656
  "name": "FilterAssetIpList",
6647
6657
  "required": false,
6648
6658
  "type": "list"
6659
+ },
6660
+ {
6661
+ "disabled": false,
6662
+ "document": "是否包含基础防护增强版 0: 不包含 1: 包含",
6663
+ "example": "1",
6664
+ "member": "uint64",
6665
+ "name": "FilterBasicPlusFlag",
6666
+ "required": false,
6667
+ "type": "int"
6649
6668
  }
6650
6669
  ],
6651
6670
  "type": "object"
@@ -1372,12 +1372,12 @@
1372
1372
  "value_allowed_null": true
1373
1373
  },
1374
1374
  {
1375
- "disabled": false,
1375
+ "disabled": true,
1376
1376
  "document": "授权API关联的业务API列表。\n注意:此字段可能返回 null,表示取不到有效值。",
1377
1377
  "example": "无",
1378
1378
  "member": "string",
1379
1379
  "name": "RelationBuniessApiIds",
1380
- "required": true,
1380
+ "required": false,
1381
1381
  "type": "list",
1382
1382
  "value_allowed_null": true
1383
1383
  },
@@ -5253,12 +5253,12 @@
5253
5253
  "value_allowed_null": true
5254
5254
  },
5255
5255
  {
5256
- "disabled": false,
5256
+ "disabled": true,
5257
5257
  "document": "授权API关联的业务API列表。\n注意:此字段可能返回 null,表示取不到有效值。",
5258
5258
  "example": "[]",
5259
5259
  "member": "string",
5260
5260
  "name": "RelationBuniessApiIds",
5261
- "required": true,
5261
+ "required": false,
5262
5262
  "type": "list",
5263
5263
  "value_allowed_null": true
5264
5264
  },
@@ -6322,7 +6322,7 @@
6322
6322
  "value_allowed_null": true
6323
6323
  },
6324
6324
  {
6325
- "disabled": false,
6325
+ "disabled": true,
6326
6326
  "document": "授权API关联的业务API列表。\n注意:此字段可能返回 null,表示取不到有效值。",
6327
6327
  "example": "[]",
6328
6328
  "member": "string",
@@ -11688,123 +11688,112 @@
11688
11688
  "document": "独享实例配置参数",
11689
11689
  "members": [
11690
11690
  {
11691
- "default": "",
11692
11691
  "disabled": false,
11693
11692
  "document": "名字",
11694
11693
  "example": "服务QPS上限",
11695
11694
  "member": "string",
11696
11695
  "name": "Name",
11697
- "required": true,
11696
+ "output_required": true,
11698
11697
  "type": "string",
11699
11698
  "value_allowed_null": false
11700
11699
  },
11701
11700
  {
11702
- "default": "",
11703
11701
  "disabled": false,
11704
11702
  "document": "当前值",
11705
11703
  "example": "10",
11706
11704
  "member": "int64",
11707
11705
  "name": "Value",
11708
- "required": true,
11706
+ "output_required": true,
11709
11707
  "type": "int",
11710
11708
  "value_allowed_null": false
11711
11709
  },
11712
11710
  {
11713
- "default": "",
11714
11711
  "disabled": false,
11715
11712
  "document": "默认值",
11716
11713
  "example": "10",
11717
11714
  "member": "int64",
11718
11715
  "name": "Default",
11719
- "required": true,
11716
+ "output_required": true,
11720
11717
  "type": "int",
11721
11718
  "value_allowed_null": false
11722
11719
  },
11723
11720
  {
11724
- "default": "",
11725
11721
  "disabled": false,
11726
11722
  "document": "单位",
11727
11723
  "example": "次/秒",
11728
11724
  "member": "string",
11729
11725
  "name": "Unit",
11730
- "required": true,
11726
+ "output_required": true,
11731
11727
  "type": "string",
11732
11728
  "value_allowed_null": false
11733
11729
  },
11734
11730
  {
11735
- "default": "",
11736
11731
  "disabled": false,
11737
11732
  "document": "类型, integer|string",
11738
11733
  "example": "integer",
11739
11734
  "member": "string",
11740
11735
  "name": "Type",
11741
- "required": true,
11736
+ "output_required": true,
11742
11737
  "type": "string",
11743
11738
  "value_allowed_null": false
11744
11739
  },
11745
11740
  {
11746
- "default": "",
11747
11741
  "disabled": false,
11748
11742
  "document": "最小",
11749
11743
  "example": "0",
11750
11744
  "member": "int64",
11751
11745
  "name": "Minimum",
11752
- "required": true,
11746
+ "output_required": true,
11753
11747
  "type": "int",
11754
11748
  "value_allowed_null": false
11755
11749
  },
11756
11750
  {
11757
- "default": "",
11758
11751
  "disabled": false,
11759
11752
  "document": "最大",
11760
11753
  "example": "10",
11761
11754
  "member": "int64",
11762
11755
  "name": "Maximum",
11763
- "required": true,
11756
+ "output_required": true,
11764
11757
  "type": "int",
11765
11758
  "value_allowed_null": false
11766
11759
  },
11767
11760
  {
11768
- "default": "",
11769
- "disabled": false,
11761
+ "disabled": true,
11770
11762
  "document": "修改时间",
11771
11763
  "example": "2018-10-30 04:24:19",
11772
11764
  "member": "datetime_iso",
11773
11765
  "name": "ModifedTime",
11774
- "required": true,
11766
+ "output_required": false,
11775
11767
  "type": "string",
11776
11768
  "value_allowed_null": false
11777
11769
  },
11778
11770
  {
11779
- "default": "",
11780
11771
  "disabled": false,
11781
11772
  "document": "字符类型的值,当Type为string时才有意义\n注意:此字段可能返回 null,表示取不到有效值。",
11782
11773
  "example": "TLSv1",
11783
11774
  "member": "string",
11784
11775
  "name": "ValueString",
11785
- "required": true,
11776
+ "output_required": true,
11786
11777
  "type": "string",
11787
11778
  "value_allowed_null": true
11788
11779
  },
11789
11780
  {
11790
- "default": "",
11791
11781
  "disabled": false,
11792
11782
  "document": "字符类型的默认值,当Type为string时才有意义\n注意:此字段可能返回 null,表示取不到有效值。",
11793
11783
  "example": "TLSv1",
11794
11784
  "member": "string",
11795
11785
  "name": "DefaultValueString",
11796
- "required": true,
11786
+ "output_required": true,
11797
11787
  "type": "string",
11798
11788
  "value_allowed_null": true
11799
11789
  },
11800
11790
  {
11801
- "default": "",
11802
11791
  "disabled": false,
11803
11792
  "document": "可调整范围\n注意:此字段可能返回 null,表示取不到有效值。",
11804
11793
  "example": "[TLSv1,TLSv1.1,TLSv1.2]",
11805
11794
  "member": "string",
11806
11795
  "name": "Range",
11807
- "required": true,
11796
+ "output_required": true,
11808
11797
  "type": "string",
11809
11798
  "value_allowed_null": true
11810
11799
  }