tccli-intl-en 3.1.20.1__py2.py3-none-any.whl → 3.1.22.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/services/ckafka/ckafka_client.py +120 -8
- tccli/services/ckafka/v20190819/api.json +469 -124
- tccli/services/ckafka/v20190819/examples.json +30 -20
- tccli/services/mps/mps_client.py +56 -0
- tccli/services/mps/v20190612/api.json +319 -17
- tccli/services/mps/v20190612/examples.json +8 -0
- tccli/services/tke/tke_client.py +168 -0
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/vod/v20180717/api.json +3 -3
- tccli/services/vod/v20180717/examples.json +0 -6
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/RECORD +18 -18
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.20.1.dist-info → tccli_intl_en-3.1.22.1.dist-info}/top_level.txt +0 -0
|
@@ -119,6 +119,13 @@
|
|
|
119
119
|
"output": "DeleteGroupResponse",
|
|
120
120
|
"status": "online"
|
|
121
121
|
},
|
|
122
|
+
"DeleteGroupSubscribeTopic": {
|
|
123
|
+
"document": "This API is used to delete topics subscribed by a consumption group. The consumption group status must be Empty.",
|
|
124
|
+
"input": "DeleteGroupSubscribeTopicRequest",
|
|
125
|
+
"name": "Delete the topic subscribed by the consumption group",
|
|
126
|
+
"output": "DeleteGroupSubscribeTopicResponse",
|
|
127
|
+
"status": "online"
|
|
128
|
+
},
|
|
122
129
|
"DeleteInstancePost": {
|
|
123
130
|
"document": "This API is used to delete post-payment instances. It directly performs instance termination by calling API deletion without associating connectors and tasks in pre-check.",
|
|
124
131
|
"input": "DeleteInstancePostRequest",
|
|
@@ -266,6 +273,13 @@
|
|
|
266
273
|
"output": "DescribeInstancesDetailResponse",
|
|
267
274
|
"status": "online"
|
|
268
275
|
},
|
|
276
|
+
"DescribeModifyType": {
|
|
277
|
+
"document": "This API is used to query instance specification change types.",
|
|
278
|
+
"input": "DescribeModifyTypeRequest",
|
|
279
|
+
"name": "Query the instance specification change type",
|
|
280
|
+
"output": "DescribeModifyTypeResponse",
|
|
281
|
+
"status": "online"
|
|
282
|
+
},
|
|
269
283
|
"DescribeRegion": {
|
|
270
284
|
"document": "This API is used to enumerate regions, and can be called only in Guangzhou.",
|
|
271
285
|
"input": "DescribeRegionRequest",
|
|
@@ -2008,7 +2022,7 @@
|
|
|
2008
2022
|
"members": [
|
|
2009
2023
|
{
|
|
2010
2024
|
"disabled": false,
|
|
2011
|
-
"document": "Specifies the ckafka cluster instance
|
|
2025
|
+
"document": "<p>Specifies the Name of the ckafka cluster instance, which is any string with a length not more than 128 characters.</p>.",
|
|
2012
2026
|
"example": "ckafka集群实例Name",
|
|
2013
2027
|
"member": "string",
|
|
2014
2028
|
"name": "InstanceName",
|
|
@@ -2017,7 +2031,7 @@
|
|
|
2017
2031
|
},
|
|
2018
2032
|
{
|
|
2019
2033
|
"disabled": false,
|
|
2020
|
-
"document": "Availability zone. when purchasing a multi-availability zone instance, this parameter specifies the primary az.
|
|
2034
|
+
"document": "<P>Availability zone. when purchasing a multi-availability zone instance, this parameter specifies the primary az. <a href=\"https://www.tencentcloud.comom/document/product/597/55246?from_cn_redirect=1\">view availability zones</a></p>.",
|
|
2021
2035
|
"example": "100003",
|
|
2022
2036
|
"member": "int64",
|
|
2023
2037
|
"name": "ZoneId",
|
|
@@ -2026,7 +2040,7 @@
|
|
|
2026
2040
|
},
|
|
2027
2041
|
{
|
|
2028
2042
|
"disabled": false,
|
|
2029
|
-
"document": "
|
|
2043
|
+
"document": "<P>Specifies the prepaid purchase duration, such as \"1m\" (exactly one month). value ranges from 1m to 36m.</p>.",
|
|
2030
2044
|
"example": "1m",
|
|
2031
2045
|
"member": "string",
|
|
2032
2046
|
"name": "Period",
|
|
@@ -2035,7 +2049,7 @@
|
|
|
2035
2049
|
},
|
|
2036
2050
|
{
|
|
2037
2051
|
"disabled": false,
|
|
2038
|
-
"document": "Specifies the standard edition instance specification for the international site. currently only the international site
|
|
2052
|
+
"document": "<P>Specifies the standard edition instance specification for the international site. currently only the standard edition on the international site uses the current field to distinguish specifications, while the domestic site standard edition uses peak bandwidth. fill in 1 for all instances except the international site standard edition. for international site standard edition instances: [entry-level (general)] fill 1; [standard type (standard)] fill 2; [advanced] fill 3; [capacity type (capacity)] fill 4; [advanced type 1 (specialized-1)] fill 5; [advanced type 2 (specialized-2)] fill 6; [advanced type 3 (specialized-3)] fill 7; [advanced type 4 (specialized-4)] fill 8.</p>.",
|
|
2039
2053
|
"example": "1",
|
|
2040
2054
|
"member": "int64",
|
|
2041
2055
|
"name": "InstanceType",
|
|
@@ -2044,7 +2058,7 @@
|
|
|
2044
2058
|
},
|
|
2045
2059
|
{
|
|
2046
2060
|
"disabled": false,
|
|
2047
|
-
"document": "VPC Id
|
|
2061
|
+
"document": "<p>VPC Id.</p>.",
|
|
2048
2062
|
"example": "vpc-test",
|
|
2049
2063
|
"member": "string",
|
|
2050
2064
|
"name": "VpcId",
|
|
@@ -2053,7 +2067,7 @@
|
|
|
2053
2067
|
},
|
|
2054
2068
|
{
|
|
2055
2069
|
"disabled": false,
|
|
2056
|
-
"document": "Subnet
|
|
2070
|
+
"document": "<P>Subnet id.</p>.",
|
|
2057
2071
|
"example": "subnet-test",
|
|
2058
2072
|
"member": "string",
|
|
2059
2073
|
"name": "SubnetId",
|
|
@@ -2062,7 +2076,7 @@
|
|
|
2062
2076
|
},
|
|
2063
2077
|
{
|
|
2064
2078
|
"disabled": false,
|
|
2065
|
-
"document": "Optional. maximum retention time
|
|
2079
|
+
"document": "<P>Optional. specifies the maximum retention time for instance logs, in minutes. default value: 1440 (1 day) when left blank. configurable range: 1 minute to 90 days.</p>.",
|
|
2066
2080
|
"example": "1440",
|
|
2067
2081
|
"member": "int64",
|
|
2068
2082
|
"name": "MsgRetentionTime",
|
|
@@ -2071,7 +2085,7 @@
|
|
|
2071
2085
|
},
|
|
2072
2086
|
{
|
|
2073
2087
|
"disabled": false,
|
|
2074
|
-
"document": "Specifies the cluster Id when creating an instance.",
|
|
2088
|
+
"document": "<p>Specifies the cluster Id when creating an instance. this parameter indicates the cluster Id.</p>.",
|
|
2075
2089
|
"example": "1232",
|
|
2076
2090
|
"member": "int64",
|
|
2077
2091
|
"name": "ClusterId",
|
|
@@ -2080,7 +2094,7 @@
|
|
|
2080
2094
|
},
|
|
2081
2095
|
{
|
|
2082
2096
|
"disabled": false,
|
|
2083
|
-
"document": "Auto-Renewal tag for prepaid services.
|
|
2097
|
+
"document": "<P>Auto-Renewal tag for prepaid services. 0 means default state (not set by the user, i.e. initial state), 1 means auto-renew, 2 means explicitly no auto-renew (set by the user).</p>.",
|
|
2084
2098
|
"example": "0",
|
|
2085
2099
|
"member": "int64",
|
|
2086
2100
|
"name": "RenewFlag",
|
|
@@ -2089,7 +2103,7 @@
|
|
|
2089
2103
|
},
|
|
2090
2104
|
{
|
|
2091
2105
|
"disabled": false,
|
|
2092
|
-
"document": "Specifies the CKafka version number. valid values: 2.4.1, 2.4.2, 2.8.1, 3.2.3. default value 2.4.1. 2.4.1 and 2.4.2 belong to the same version
|
|
2106
|
+
"document": "<p>Specifies the CKafka version number. valid values: 2.4.1, 2.4.2, 2.8.1, 3.2.3. default value is 2.4.1. 2.4.1 and 2.4.2 belong to the same version, any one can be passed.</p>.",
|
|
2093
2107
|
"example": "2.4.2",
|
|
2094
2108
|
"member": "string",
|
|
2095
2109
|
"name": "KafkaVersion",
|
|
@@ -2098,7 +2112,7 @@
|
|
|
2098
2112
|
},
|
|
2099
2113
|
{
|
|
2100
2114
|
"disabled": false,
|
|
2101
|
-
"document": "
|
|
2115
|
+
"document": "<P>Instance type. specifies \"standard\" for standard edition instance (default), \"profession\" for professional edition instance, \"premium\" for advanced edition instance.</p>.",
|
|
2102
2116
|
"example": "profession",
|
|
2103
2117
|
"member": "string",
|
|
2104
2118
|
"name": "SpecificationsType",
|
|
@@ -2107,7 +2121,7 @@
|
|
|
2107
2121
|
},
|
|
2108
2122
|
{
|
|
2109
2123
|
"disabled": false,
|
|
2110
|
-
"document": "Disk size. if it does not match the console specification ratio,
|
|
2124
|
+
"document": "<P>Disk size. if it does not match the console specification ratio, creation cannot succeed. default value is 500. step length is set to 100. can be accessed through the following link to view billing specifications: https://www.tencentcloud.comom/document/product/597/122562.?from_cn_redirect=1</p>.",
|
|
2111
2125
|
"example": "800",
|
|
2112
2126
|
"member": "int64",
|
|
2113
2127
|
"name": "DiskSize",
|
|
@@ -2116,7 +2130,7 @@
|
|
|
2116
2130
|
},
|
|
2117
2131
|
{
|
|
2118
2132
|
"disabled": false,
|
|
2119
|
-
"document": "Instance bandwidth
|
|
2133
|
+
"document": "<p>Instance bandwidth, default value is 40, unit MB/s. minimum value: 20MB/s. advanced edition maximum value: 360MB/s. professional edition maximum value: 100000MB/s. standard version fixed bandwidth specifications: 40MB/s, 100MB/s, 150MB/s. billing specifications can be viewed through the following link: https://www.tencentcloud.comom/document/product/597/11745.?from_cn_redirect=1</p>.",
|
|
2120
2134
|
"example": "20",
|
|
2121
2135
|
"member": "int64",
|
|
2122
2136
|
"name": "BandWidth",
|
|
@@ -2125,7 +2139,7 @@
|
|
|
2125
2139
|
},
|
|
2126
2140
|
{
|
|
2127
2141
|
"disabled": false,
|
|
2128
|
-
"document": "
|
|
2142
|
+
"document": "<P>Specifies the partition size. if it does not match the console specification ratio, the creation cannot succeed. default value is 800 with a step length of 100. view billing specifications through the following link: https://www.tencentcloud.comom/document/product/597/122563.?from_cn_redirect=1</p>.",
|
|
2129
2143
|
"example": "800",
|
|
2130
2144
|
"member": "int64",
|
|
2131
2145
|
"name": "Partition",
|
|
@@ -2134,7 +2148,7 @@
|
|
|
2134
2148
|
},
|
|
2135
2149
|
{
|
|
2136
2150
|
"disabled": false,
|
|
2137
|
-
"document": "Tag
|
|
2151
|
+
"document": "<p>Tag.</p>.",
|
|
2138
2152
|
"example": "无",
|
|
2139
2153
|
"member": "Tag",
|
|
2140
2154
|
"name": "Tags",
|
|
@@ -2143,7 +2157,7 @@
|
|
|
2143
2157
|
},
|
|
2144
2158
|
{
|
|
2145
2159
|
"disabled": false,
|
|
2146
|
-
"document": "Specifies the disk type for
|
|
2160
|
+
"document": "<p>Specifies the instance disk type for pro edition/advanced edition. standard edition instances do not require this field. valid values: \"CLOUD_SSD\" (SSD CLOUD disk), \"CLOUD_BASIC\" (high-performance CLOUD block storage). default value: \"CLOUD_BASIC\".</p>.",
|
|
2147
2161
|
"example": "CLOUD_SSD",
|
|
2148
2162
|
"member": "string",
|
|
2149
2163
|
"name": "DiskType",
|
|
@@ -2152,7 +2166,7 @@
|
|
|
2152
2166
|
},
|
|
2153
2167
|
{
|
|
2154
2168
|
"disabled": false,
|
|
2155
|
-
"document": "Specifies whether to create a cross-
|
|
2169
|
+
"document": "<p>Specifies whether to create a cross-availability zone instance. when the current parameter is true, zoneIds is required.</p>.",
|
|
2156
2170
|
"example": "true",
|
|
2157
2171
|
"member": "bool",
|
|
2158
2172
|
"name": "MultiZoneFlag",
|
|
@@ -2161,7 +2175,7 @@
|
|
|
2161
2175
|
},
|
|
2162
2176
|
{
|
|
2163
2177
|
"disabled": false,
|
|
2164
|
-
"document": "Availability zone list. required item when purchasing
|
|
2178
|
+
"document": "<P>Availability zone list. required item when purchasing multi-availability zone instance.</p>.",
|
|
2165
2179
|
"example": "[100006,100007]",
|
|
2166
2180
|
"member": "int64",
|
|
2167
2181
|
"name": "ZoneIds",
|
|
@@ -2170,7 +2184,7 @@
|
|
|
2170
2184
|
},
|
|
2171
2185
|
{
|
|
2172
2186
|
"disabled": false,
|
|
2173
|
-
"document": "
|
|
2187
|
+
"document": "<p>Specifies the public bandwidth size in Mbps. the free 3 Mbps bandwidth is not included by default. for example, if the total required public network bandwidth is 3 Mbps, input 0 here; if the total required public network bandwidth is 6 Mbps, input 3 here. default value: 0. ensure the input parameter is a multiple of 3.</p>.",
|
|
2174
2188
|
"example": "12",
|
|
2175
2189
|
"member": "int64",
|
|
2176
2190
|
"name": "PublicNetworkMonthly",
|
|
@@ -2179,7 +2193,7 @@
|
|
|
2179
2193
|
},
|
|
2180
2194
|
{
|
|
2181
2195
|
"disabled": false,
|
|
2182
|
-
"document": "
|
|
2196
|
+
"document": "<p>Specifies the number of instances to purchase. optional. default value is 1. when input this parameter, it will create multiple instances with case-sensitive suffixes added to instanceName.</p>.",
|
|
2183
2197
|
"example": "1",
|
|
2184
2198
|
"member": "int64",
|
|
2185
2199
|
"name": "InstanceNum",
|
|
@@ -2188,7 +2202,7 @@
|
|
|
2188
2202
|
},
|
|
2189
2203
|
{
|
|
2190
2204
|
"disabled": false,
|
|
2191
|
-
"document": "
|
|
2205
|
+
"document": "<P>Specifies whether to automatically select voucher. valid values: 1-yes; 0-no. default is 0.</p>.",
|
|
2192
2206
|
"example": "0",
|
|
2193
2207
|
"member": "int64",
|
|
2194
2208
|
"name": "AutoVoucher",
|
|
@@ -2197,12 +2211,21 @@
|
|
|
2197
2211
|
},
|
|
2198
2212
|
{
|
|
2199
2213
|
"disabled": false,
|
|
2200
|
-
"document": "Elastic bandwidth switch
|
|
2214
|
+
"document": "<P>Elastic bandwidth switch 0 disable 1 enable (0 default).</p>.",
|
|
2201
2215
|
"example": "0",
|
|
2202
2216
|
"member": "int64",
|
|
2203
2217
|
"name": "ElasticBandwidthSwitch",
|
|
2204
2218
|
"required": false,
|
|
2205
2219
|
"type": "int"
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"disabled": false,
|
|
2223
|
+
"document": "<p>Specifies the custom certificate Id. this parameter is valid only when SpecificationsType is profession. supports custom certificate capacity.</p><p>can be obtained through the <a href=\"https://www.tencentcloud.comom/document/product/400/41673?from_cn_redirect=1\">DescribeCertificateDetail</a> api.</p>.",
|
|
2224
|
+
"example": "TPNd2oBB",
|
|
2225
|
+
"member": "string",
|
|
2226
|
+
"name": "CustomSSLCertId",
|
|
2227
|
+
"required": false,
|
|
2228
|
+
"type": "string"
|
|
2206
2229
|
}
|
|
2207
2230
|
],
|
|
2208
2231
|
"type": "object"
|
|
@@ -2258,7 +2281,7 @@
|
|
|
2258
2281
|
"members": [
|
|
2259
2282
|
{
|
|
2260
2283
|
"disabled": false,
|
|
2261
|
-
"document": "Returned result
|
|
2284
|
+
"document": "<P>Returned result.</p>.",
|
|
2262
2285
|
"example": "无",
|
|
2263
2286
|
"member": "CreateInstancePreResp",
|
|
2264
2287
|
"name": "Result",
|
|
@@ -2335,7 +2358,7 @@
|
|
|
2335
2358
|
"members": [
|
|
2336
2359
|
{
|
|
2337
2360
|
"disabled": false,
|
|
2338
|
-
"document": "VPC Id,
|
|
2361
|
+
"document": "<p>VPC Id, can be obtained through the <a href=\"https://www.tencentcloud.comom/document/product/215/15778?from_cn_redirect=1\">DescribeVpcs</a> api.</p>.",
|
|
2339
2362
|
"example": "vpc-test",
|
|
2340
2363
|
"member": "string",
|
|
2341
2364
|
"name": "VpcId",
|
|
@@ -2344,7 +2367,7 @@
|
|
|
2344
2367
|
},
|
|
2345
2368
|
{
|
|
2346
2369
|
"disabled": false,
|
|
2347
|
-
"document": "Subnet Id
|
|
2370
|
+
"document": "<p>Subnet Id, which can be obtained through the <a href=\"https://www.tencentcloud.comom/document/product/215/15784?from_cn_redirect=1\">DescribeSubnets</a> api.</p>.",
|
|
2348
2371
|
"example": "subnet-test",
|
|
2349
2372
|
"member": "string",
|
|
2350
2373
|
"name": "SubnetId",
|
|
@@ -2353,7 +2376,7 @@
|
|
|
2353
2376
|
},
|
|
2354
2377
|
{
|
|
2355
2378
|
"disabled": false,
|
|
2356
|
-
"document": "Specifies the cluster instance name of ckafka,
|
|
2379
|
+
"document": "<P>Specifies the cluster instance name of ckafka, with a length not exceeding 128 arbitrary characters.</p>.",
|
|
2357
2380
|
"example": "ckafka测试",
|
|
2358
2381
|
"member": "string",
|
|
2359
2382
|
"name": "InstanceName",
|
|
@@ -2362,7 +2385,7 @@
|
|
|
2362
2385
|
},
|
|
2363
2386
|
{
|
|
2364
2387
|
"disabled": false,
|
|
2365
|
-
"document": "Specifies the standard edition instance specification for the international site. currently only the international site
|
|
2388
|
+
"document": "<P>Specifies the standard edition instance specification for the international site. currently only the standard edition on the international site uses the current field to distinguish specifications, while the domestic site standard edition uses peak bandwidth. fill in 1 for all instances except the international site standard edition. for international site standard edition instances: [entry-level (general)] fill 1; [standard type (standard)] fill 2; [advanced] fill 3; [capacity type (capacity)] fill 4; [advanced type 1 (specialized-1)] fill 5; [advanced type 2 (specialized-2)] fill 6; [advanced type 3 (specialized-3)] fill 7; [advanced type 4 (specialized-4)] fill 8.</p>.",
|
|
2366
2389
|
"example": "1",
|
|
2367
2390
|
"member": "int64",
|
|
2368
2391
|
"name": "InstanceType",
|
|
@@ -2371,7 +2394,7 @@
|
|
|
2371
2394
|
},
|
|
2372
2395
|
{
|
|
2373
2396
|
"disabled": false,
|
|
2374
|
-
"document": "The maximum
|
|
2397
|
+
"document": "<P>The default maximum retention time for instance logs, in minutes. default value: 1440 minutes (1 day) when this parameter is not input. maximum: 30 days. if the message retention time is explicitly set for a topic, the topic retention time takes precedence.</p>.",
|
|
2375
2398
|
"example": "1440",
|
|
2376
2399
|
"member": "int64",
|
|
2377
2400
|
"name": "MsgRetentionTime",
|
|
@@ -2380,7 +2403,7 @@
|
|
|
2380
2403
|
},
|
|
2381
2404
|
{
|
|
2382
2405
|
"disabled": false,
|
|
2383
|
-
"document": "
|
|
2406
|
+
"document": "<p>Specifies the cluster Id when creating an instance. input this parameter to indicate the cluster Id. leave it empty if no cluster is specified.</p>.",
|
|
2384
2407
|
"example": "5914",
|
|
2385
2408
|
"member": "int64",
|
|
2386
2409
|
"name": "ClusterId",
|
|
@@ -2389,7 +2412,7 @@
|
|
|
2389
2412
|
},
|
|
2390
2413
|
{
|
|
2391
2414
|
"disabled": false,
|
|
2392
|
-
"document": "Instance version. currently supports \"2.4.1\", \"2.4.2\", \"2.8.1\", \"3.2.3\". default value \"2.4.1\". \"2.4.1\" and \"2.4.2\" belong to the same version
|
|
2415
|
+
"document": "<P>Instance version. currently supports \"2.4.1\", \"2.4.2\", \"2.8.1\", \"3.2.3\". default value is \"2.4.1\". \"2.4.1\" and \"2.4.2\" belong to the same version, any one can be passed.</p>.",
|
|
2393
2416
|
"example": "2.4.2",
|
|
2394
2417
|
"member": "string",
|
|
2395
2418
|
"name": "KafkaVersion",
|
|
@@ -2398,7 +2421,7 @@
|
|
|
2398
2421
|
},
|
|
2399
2422
|
{
|
|
2400
2423
|
"disabled": false,
|
|
2401
|
-
"document": "Instance type. \"standard\": standard version
|
|
2424
|
+
"document": "<P>Instance type. \"standard\": standard version, \"profession\": professional version. (standard version is only supported on the international site. chinese site currently supports professional version)</p>.",
|
|
2402
2425
|
"example": "profession",
|
|
2403
2426
|
"member": "string",
|
|
2404
2427
|
"name": "SpecificationsType",
|
|
@@ -2407,7 +2430,7 @@
|
|
|
2407
2430
|
},
|
|
2408
2431
|
{
|
|
2409
2432
|
"disabled": false,
|
|
2410
|
-
"document": "Specifies the disk type for
|
|
2433
|
+
"document": "<p>Specifies the instance disk type for pro edition. standard edition instances do not require this field. valid values: \"CLOUD_SSD\" (SSD CLOUD disk), \"CLOUD_BASIC\" (high-performance CLOUD block storage). default value: \"CLOUD_BASIC\".</p>.",
|
|
2411
2434
|
"example": "CLOUD_BASIC",
|
|
2412
2435
|
"member": "string",
|
|
2413
2436
|
"name": "DiskType",
|
|
@@ -2416,7 +2439,7 @@
|
|
|
2416
2439
|
},
|
|
2417
2440
|
{
|
|
2418
2441
|
"disabled": false,
|
|
2419
|
-
"document": "
|
|
2442
|
+
"document": "<p>The peak bandwidth of the instance private network. the default value is 40 MB/s. for standard edition, input the peak bandwidth corresponding to the current instance specifications. note that if the instance created is a pro edition instance, parameter configurations such as peak bandwidth and number of partitions should meet the billing specification of the pro edition. you can view the billing specification through the following link: https://www.tencentcloud.comom/document/product/597/11745.?from_cn_redirect=1</p>.",
|
|
2420
2443
|
"example": "20",
|
|
2421
2444
|
"member": "int64",
|
|
2422
2445
|
"name": "BandWidth",
|
|
@@ -2425,7 +2448,7 @@
|
|
|
2425
2448
|
},
|
|
2426
2449
|
{
|
|
2427
2450
|
"disabled": false,
|
|
2428
|
-
"document": "Instance disk size. default value is 500. step length is set to 100. should meet the billing specification of the current instance. can be accessed through the following link: https://www.tencentcloud.comom/document/product/597/122562.?from_cn_redirect=1",
|
|
2451
|
+
"document": "<P>Instance disk size. default value is 500. step length is set to 100. should meet the billing specification of the current instance. can be accessed through the following link to view billing specifications: https://www.tencentcloud.comom/document/product/597/122562.?from_cn_redirect=1</p>.",
|
|
2429
2452
|
"example": "200",
|
|
2430
2453
|
"member": "int64",
|
|
2431
2454
|
"name": "DiskSize",
|
|
@@ -2434,7 +2457,7 @@
|
|
|
2434
2457
|
},
|
|
2435
2458
|
{
|
|
2436
2459
|
"disabled": false,
|
|
2437
|
-
"document": "Specifies the maximum number of partitions for the instance, which should meet the billing specification of the current instance. default value is 800 with a step length of 100. the billing specification can be viewed through the following link: https://www.tencentcloud.comom/document/product/597/122563.?from_cn_redirect=1",
|
|
2460
|
+
"document": "<P>Specifies the maximum number of partitions for the instance, which should meet the billing specification of the current instance. default value is 800 with a step length of 100. the billing specification can be viewed through the following link: https://www.tencentcloud.comom/document/product/597/122563.?from_cn_redirect=1</p>.",
|
|
2438
2461
|
"example": "400",
|
|
2439
2462
|
"member": "int64",
|
|
2440
2463
|
"name": "Partition",
|
|
@@ -2443,7 +2466,7 @@
|
|
|
2443
2466
|
},
|
|
2444
2467
|
{
|
|
2445
2468
|
"disabled": false,
|
|
2446
|
-
"document": "
|
|
2469
|
+
"document": "<P>Specifies the maximum number of topics for the instance, which should meet the billing specification of the current instance. default value is 800. step length is set to 100.</p>.",
|
|
2447
2470
|
"example": "200",
|
|
2448
2471
|
"member": "int64",
|
|
2449
2472
|
"name": "TopicNum",
|
|
@@ -2452,7 +2475,7 @@
|
|
|
2452
2475
|
},
|
|
2453
2476
|
{
|
|
2454
2477
|
"disabled": false,
|
|
2455
|
-
"document": "Specifies the availability zone
|
|
2478
|
+
"document": "Specifies the availability zone where the instance is located. when creating a multi-az instance, this parameter indicates the availability zone id of the subnet where the default access point is created. ZoneId and ZoneIds cannot be empty at the same time. you can obtain this information through the API <a href=\"https://www.tencentcloud.comom/document/product/597/55246?from_cn_redirect=1\">DescribeCkafkaZone</a>.",
|
|
2456
2479
|
"example": "100006",
|
|
2457
2480
|
"member": "int64",
|
|
2458
2481
|
"name": "ZoneId",
|
|
@@ -2461,7 +2484,7 @@
|
|
|
2461
2484
|
},
|
|
2462
2485
|
{
|
|
2463
2486
|
"disabled": false,
|
|
2464
|
-
"document": "
|
|
2487
|
+
"document": "<P>Specifies whether the current instance is a multi-az instance.</p>.",
|
|
2465
2488
|
"example": "true",
|
|
2466
2489
|
"member": "bool",
|
|
2467
2490
|
"name": "MultiZoneFlag",
|
|
@@ -2470,7 +2493,7 @@
|
|
|
2470
2493
|
},
|
|
2471
2494
|
{
|
|
2472
2495
|
"disabled": false,
|
|
2473
|
-
"document": "Specifies the multi-
|
|
2496
|
+
"document": "<p>Specifies the multi-availability zone id list when the instance is a multi-az instance. note the corresponding multi-availability zone for parameter ZoneId must be included in the parameter array. ZoneId and ZoneIds cannot be empty at the same time. obtain through the API <a href=\"https://www.tencentcloud.comom/document/product/597/55246?from_cn_redirect=1\">DescribeCkafkaZone</a>.</p>.",
|
|
2474
2497
|
"example": "[100006,100007]",
|
|
2475
2498
|
"member": "int64",
|
|
2476
2499
|
"name": "ZoneIds",
|
|
@@ -2479,7 +2502,7 @@
|
|
|
2479
2502
|
},
|
|
2480
2503
|
{
|
|
2481
2504
|
"disabled": false,
|
|
2482
|
-
"document": "
|
|
2505
|
+
"document": "<p>Specifies the number of instances to purchase. optional. default value is 1. when input this parameter, it will create multiple instances with case-sensitive suffixes added to instanceName.</p>.",
|
|
2483
2506
|
"example": "1",
|
|
2484
2507
|
"member": "int64",
|
|
2485
2508
|
"name": "InstanceNum",
|
|
@@ -2488,7 +2511,7 @@
|
|
|
2488
2511
|
},
|
|
2489
2512
|
{
|
|
2490
2513
|
"disabled": false,
|
|
2491
|
-
"document": "Public
|
|
2514
|
+
"document": "<p>Public bandwidth size in Mbps. the free 3 Mbps bandwidth is not included by default. for example, if the total required public network bandwidth is 3 Mbps, input 0 here; if the total required public network bandwidth is 6 Mbps, input 3 here. ensure the input parameter is a multiple of 3.</p>.",
|
|
2492
2515
|
"example": "12",
|
|
2493
2516
|
"member": "int64",
|
|
2494
2517
|
"name": "PublicNetworkMonthly",
|
|
@@ -2497,7 +2520,7 @@
|
|
|
2497
2520
|
},
|
|
2498
2521
|
{
|
|
2499
2522
|
"disabled": false,
|
|
2500
|
-
"document": "Tag
|
|
2523
|
+
"document": "<p>Tag.</p>.",
|
|
2501
2524
|
"example": "无",
|
|
2502
2525
|
"member": "Tag",
|
|
2503
2526
|
"name": "Tags",
|
|
@@ -2506,12 +2529,21 @@
|
|
|
2506
2529
|
},
|
|
2507
2530
|
{
|
|
2508
2531
|
"disabled": false,
|
|
2509
|
-
"document": "
|
|
2532
|
+
"document": "<P>Specifies the elastic bandwidth switch. 0: disable (default); 1: enable.</p>.",
|
|
2510
2533
|
"example": "0",
|
|
2511
2534
|
"member": "int64",
|
|
2512
2535
|
"name": "ElasticBandwidthSwitch",
|
|
2513
2536
|
"required": false,
|
|
2514
2537
|
"type": "int"
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"disabled": false,
|
|
2541
|
+
"document": "<p>Specifies the custom certificate Id. this parameter is valid only when SpecificationsType is profession. supports custom certificate capacity.</p><p>can be obtained through the <a href=\"https://www.tencentcloud.comom/document/product/400/41673?from_cn_redirect=1\">DescribeCertificateDetail</a> api.</p>.",
|
|
2542
|
+
"example": "TTpTQ6QD",
|
|
2543
|
+
"member": "string",
|
|
2544
|
+
"name": "CustomSSLCertId",
|
|
2545
|
+
"required": false,
|
|
2546
|
+
"type": "string"
|
|
2515
2547
|
}
|
|
2516
2548
|
],
|
|
2517
2549
|
"type": "object"
|
|
@@ -2521,7 +2553,7 @@
|
|
|
2521
2553
|
"members": [
|
|
2522
2554
|
{
|
|
2523
2555
|
"disabled": false,
|
|
2524
|
-
"document": "Returned result",
|
|
2556
|
+
"document": "<P>Returned result.</p>.",
|
|
2525
2557
|
"example": "无",
|
|
2526
2558
|
"member": "CreateInstancePostResp",
|
|
2527
2559
|
"name": "Result",
|
|
@@ -3328,6 +3360,61 @@
|
|
|
3328
3360
|
],
|
|
3329
3361
|
"type": "object"
|
|
3330
3362
|
},
|
|
3363
|
+
"DeleteGroupSubscribeTopicRequest": {
|
|
3364
|
+
"document": "DeleteGroupSubscribeTopic request structure.",
|
|
3365
|
+
"members": [
|
|
3366
|
+
{
|
|
3367
|
+
"disabled": false,
|
|
3368
|
+
"document": "CKafka cluster instance ID.",
|
|
3369
|
+
"example": "ckafka-test",
|
|
3370
|
+
"member": "string",
|
|
3371
|
+
"name": "InstanceId",
|
|
3372
|
+
"required": true,
|
|
3373
|
+
"type": "string"
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
"disabled": false,
|
|
3377
|
+
"document": "Consumer group name.",
|
|
3378
|
+
"example": "group-test",
|
|
3379
|
+
"member": "string",
|
|
3380
|
+
"name": "Group",
|
|
3381
|
+
"required": true,
|
|
3382
|
+
"type": "string"
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"disabled": false,
|
|
3386
|
+
"document": "Topic name",
|
|
3387
|
+
"example": "topic-test",
|
|
3388
|
+
"member": "string",
|
|
3389
|
+
"name": "Topic",
|
|
3390
|
+
"required": true,
|
|
3391
|
+
"type": "string"
|
|
3392
|
+
}
|
|
3393
|
+
],
|
|
3394
|
+
"type": "object"
|
|
3395
|
+
},
|
|
3396
|
+
"DeleteGroupSubscribeTopicResponse": {
|
|
3397
|
+
"document": "DeleteGroupSubscribeTopic response structure.",
|
|
3398
|
+
"members": [
|
|
3399
|
+
{
|
|
3400
|
+
"disabled": false,
|
|
3401
|
+
"document": "Returned result.",
|
|
3402
|
+
"example": "{\"ReturnCode\":\"0\",\"ReturnMessage\":\"success\"}",
|
|
3403
|
+
"member": "JgwOperateResponse",
|
|
3404
|
+
"name": "Result",
|
|
3405
|
+
"output_required": true,
|
|
3406
|
+
"type": "object",
|
|
3407
|
+
"value_allowed_null": false
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
3411
|
+
"member": "string",
|
|
3412
|
+
"name": "RequestId",
|
|
3413
|
+
"type": "string"
|
|
3414
|
+
}
|
|
3415
|
+
],
|
|
3416
|
+
"type": "object"
|
|
3417
|
+
},
|
|
3331
3418
|
"DeleteInstancePostRequest": {
|
|
3332
3419
|
"document": "DeleteInstancePost request structure.",
|
|
3333
3420
|
"members": [
|
|
@@ -3649,6 +3736,62 @@
|
|
|
3649
3736
|
],
|
|
3650
3737
|
"type": "object"
|
|
3651
3738
|
},
|
|
3739
|
+
"DescModifyType": {
|
|
3740
|
+
"document": "Type query response parameters structure.",
|
|
3741
|
+
"members": [
|
|
3742
|
+
{
|
|
3743
|
+
"disabled": false,
|
|
3744
|
+
"document": "Specifies the renewal type.",
|
|
3745
|
+
"example": "1",
|
|
3746
|
+
"member": "int64",
|
|
3747
|
+
"name": "ModifyType",
|
|
3748
|
+
"required": true,
|
|
3749
|
+
"type": "int",
|
|
3750
|
+
"value_allowed_null": false
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"disabled": false,
|
|
3754
|
+
"document": "Specifies whether to migrate.",
|
|
3755
|
+
"example": "true",
|
|
3756
|
+
"member": "bool",
|
|
3757
|
+
"name": "MigrateFlag",
|
|
3758
|
+
"required": true,
|
|
3759
|
+
"type": "bool",
|
|
3760
|
+
"value_allowed_null": false
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"disabled": false,
|
|
3764
|
+
"document": "Estimated duration of migration in stable mode (seconds).\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
3765
|
+
"example": "1800",
|
|
3766
|
+
"member": "int64",
|
|
3767
|
+
"name": "MigrateCostTime",
|
|
3768
|
+
"required": true,
|
|
3769
|
+
"type": "int",
|
|
3770
|
+
"value_allowed_null": true
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"disabled": false,
|
|
3774
|
+
"document": "Upgrade mode (1: stable mode, 2: high-speed mode).\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
3775
|
+
"example": "1",
|
|
3776
|
+
"member": "int64",
|
|
3777
|
+
"name": "UpgradeStrategy",
|
|
3778
|
+
"required": true,
|
|
3779
|
+
"type": "int",
|
|
3780
|
+
"value_allowed_null": true
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"disabled": false,
|
|
3784
|
+
"document": "Indicates the estimated time for migration in high-speed mode, in seconds.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
3785
|
+
"example": "1800",
|
|
3786
|
+
"member": "int64",
|
|
3787
|
+
"name": "MigrateCostTimeHighSpeed",
|
|
3788
|
+
"required": true,
|
|
3789
|
+
"type": "int",
|
|
3790
|
+
"value_allowed_null": true
|
|
3791
|
+
}
|
|
3792
|
+
],
|
|
3793
|
+
"usage": "out"
|
|
3794
|
+
},
|
|
3652
3795
|
"DescribeACLRequest": {
|
|
3653
3796
|
"document": "DescribeACL request structure.",
|
|
3654
3797
|
"members": [
|
|
@@ -3813,6 +3956,16 @@
|
|
|
3813
3956
|
"DescribeCkafkaVersionResponse": {
|
|
3814
3957
|
"document": "DescribeCkafkaVersion response structure.",
|
|
3815
3958
|
"members": [
|
|
3959
|
+
{
|
|
3960
|
+
"disabled": false,
|
|
3961
|
+
"document": "Instance version information.",
|
|
3962
|
+
"example": "无",
|
|
3963
|
+
"member": "InstanceVersion",
|
|
3964
|
+
"name": "Result",
|
|
3965
|
+
"output_required": true,
|
|
3966
|
+
"type": "object",
|
|
3967
|
+
"value_allowed_null": false
|
|
3968
|
+
},
|
|
3816
3969
|
{
|
|
3817
3970
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
3818
3971
|
"member": "string",
|
|
@@ -4729,6 +4882,106 @@
|
|
|
4729
4882
|
],
|
|
4730
4883
|
"type": "object"
|
|
4731
4884
|
},
|
|
4885
|
+
"DescribeModifyTypeRequest": {
|
|
4886
|
+
"document": "DescribeModifyType request structure.",
|
|
4887
|
+
"members": [
|
|
4888
|
+
{
|
|
4889
|
+
"disabled": false,
|
|
4890
|
+
"document": "CKafka cluster instance ID.",
|
|
4891
|
+
"example": "ckafka-test",
|
|
4892
|
+
"member": "string",
|
|
4893
|
+
"name": "InstanceId",
|
|
4894
|
+
"required": true,
|
|
4895
|
+
"type": "string"
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
"disabled": false,
|
|
4899
|
+
"document": "Specifies the bandwidth after upgrade. measurement unit: mb.",
|
|
4900
|
+
"example": "320",
|
|
4901
|
+
"member": "int64",
|
|
4902
|
+
"name": "BandWidth",
|
|
4903
|
+
"required": true,
|
|
4904
|
+
"type": "int"
|
|
4905
|
+
},
|
|
4906
|
+
{
|
|
4907
|
+
"disabled": false,
|
|
4908
|
+
"document": "Specifies the disk after upgrade, in gb.",
|
|
4909
|
+
"example": "1000",
|
|
4910
|
+
"member": "int64",
|
|
4911
|
+
"name": "DiskSize",
|
|
4912
|
+
"required": true,
|
|
4913
|
+
"type": "int"
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"disabled": false,
|
|
4917
|
+
"document": "Disk type, such as CLOUD_PREMIUM.",
|
|
4918
|
+
"example": "CLOUD_PREMIUM",
|
|
4919
|
+
"member": "string",
|
|
4920
|
+
"name": "DiskType",
|
|
4921
|
+
"required": true,
|
|
4922
|
+
"type": "string"
|
|
4923
|
+
},
|
|
4924
|
+
{
|
|
4925
|
+
"disabled": false,
|
|
4926
|
+
"document": "Number of partitions.",
|
|
4927
|
+
"example": "1200",
|
|
4928
|
+
"member": "int64",
|
|
4929
|
+
"name": "Partition",
|
|
4930
|
+
"required": true,
|
|
4931
|
+
"type": "int"
|
|
4932
|
+
},
|
|
4933
|
+
{
|
|
4934
|
+
"disabled": false,
|
|
4935
|
+
"document": "Number of Topics",
|
|
4936
|
+
"example": "120",
|
|
4937
|
+
"member": "int64",
|
|
4938
|
+
"name": "Topic",
|
|
4939
|
+
"required": true,
|
|
4940
|
+
"type": "int"
|
|
4941
|
+
},
|
|
4942
|
+
{
|
|
4943
|
+
"disabled": false,
|
|
4944
|
+
"document": "Instance type, such as sp_ckafka_profession.",
|
|
4945
|
+
"example": "sp_ckafka_profession",
|
|
4946
|
+
"member": "string",
|
|
4947
|
+
"name": "Type",
|
|
4948
|
+
"required": true,
|
|
4949
|
+
"type": "string"
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"disabled": false,
|
|
4953
|
+
"document": "Configuration change portal.",
|
|
4954
|
+
"example": "OPEN_ELASTIC_BANDWIDTH_ENTRY",
|
|
4955
|
+
"member": "string",
|
|
4956
|
+
"name": "ModifyEntry",
|
|
4957
|
+
"required": false,
|
|
4958
|
+
"type": "string"
|
|
4959
|
+
}
|
|
4960
|
+
],
|
|
4961
|
+
"type": "object"
|
|
4962
|
+
},
|
|
4963
|
+
"DescribeModifyTypeResponse": {
|
|
4964
|
+
"document": "DescribeModifyType response structure.",
|
|
4965
|
+
"members": [
|
|
4966
|
+
{
|
|
4967
|
+
"disabled": false,
|
|
4968
|
+
"document": "Specifies the structure of the returned renewal type.",
|
|
4969
|
+
"example": "{\"ModifyType\":1,\"MigrateFlag\":true,\"MigrateCostTime\":17066}",
|
|
4970
|
+
"member": "DescModifyType",
|
|
4971
|
+
"name": "Result",
|
|
4972
|
+
"output_required": true,
|
|
4973
|
+
"type": "object",
|
|
4974
|
+
"value_allowed_null": false
|
|
4975
|
+
},
|
|
4976
|
+
{
|
|
4977
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
4978
|
+
"member": "string",
|
|
4979
|
+
"name": "RequestId",
|
|
4980
|
+
"type": "string"
|
|
4981
|
+
}
|
|
4982
|
+
],
|
|
4983
|
+
"type": "object"
|
|
4984
|
+
},
|
|
4732
4985
|
"DescribeRegionRequest": {
|
|
4733
4986
|
"document": "DescribeRegion request structure.",
|
|
4734
4987
|
"members": [
|
|
@@ -6716,7 +6969,7 @@
|
|
|
6716
6969
|
"members": [
|
|
6717
6970
|
{
|
|
6718
6971
|
"disabled": false,
|
|
6719
|
-
"document": "
|
|
6972
|
+
"document": "<p>ckafka cluster instance Id.</p>.",
|
|
6720
6973
|
"example": "ckafka-test",
|
|
6721
6974
|
"member": "string",
|
|
6722
6975
|
"name": "InstanceId",
|
|
@@ -6726,7 +6979,7 @@
|
|
|
6726
6979
|
},
|
|
6727
6980
|
{
|
|
6728
6981
|
"disabled": false,
|
|
6729
|
-
"document": "Specifies the Name of the ckafka cluster instance
|
|
6982
|
+
"document": "<p>Specifies the Name of the ckafka cluster instance.</p>.",
|
|
6730
6983
|
"example": "ckafka测试",
|
|
6731
6984
|
"member": "string",
|
|
6732
6985
|
"name": "InstanceName",
|
|
@@ -6736,7 +6989,7 @@
|
|
|
6736
6989
|
},
|
|
6737
6990
|
{
|
|
6738
6991
|
"disabled": false,
|
|
6739
|
-
"document": "VIP list information
|
|
6992
|
+
"document": "<p>Access point VIP list information.</p>.",
|
|
6740
6993
|
"example": "无",
|
|
6741
6994
|
"member": "VipEntity",
|
|
6742
6995
|
"name": "VipList",
|
|
@@ -6746,7 +6999,7 @@
|
|
|
6746
6999
|
},
|
|
6747
7000
|
{
|
|
6748
7001
|
"disabled": false,
|
|
6749
|
-
"document": "Virtual IP",
|
|
7002
|
+
"document": "<p>Virtual IP.</p>.",
|
|
6750
7003
|
"example": "10.0.0.5",
|
|
6751
7004
|
"member": "string",
|
|
6752
7005
|
"name": "Vip",
|
|
@@ -6756,7 +7009,7 @@
|
|
|
6756
7009
|
},
|
|
6757
7010
|
{
|
|
6758
7011
|
"disabled": false,
|
|
6759
|
-
"document": "Virtual port",
|
|
7012
|
+
"document": "<P>Virtual port.</p>.",
|
|
6760
7013
|
"example": "9092",
|
|
6761
7014
|
"member": "string",
|
|
6762
7015
|
"name": "Vport",
|
|
@@ -6766,7 +7019,7 @@
|
|
|
6766
7019
|
},
|
|
6767
7020
|
{
|
|
6768
7021
|
"disabled": false,
|
|
6769
|
-
"document": "
|
|
7022
|
+
"document": "<P>Specifies the instance status. valid values: 0 (creating), 1 (running), 2 (deleting), 3 (deleted), 5 (isolated), 7 (upgrading), -1 (creation failed).</p>.",
|
|
6770
7023
|
"example": "1",
|
|
6771
7024
|
"member": "int64",
|
|
6772
7025
|
"name": "Status",
|
|
@@ -6776,7 +7029,7 @@
|
|
|
6776
7029
|
},
|
|
6777
7030
|
{
|
|
6778
7031
|
"disabled": false,
|
|
6779
|
-
"document": "Instance bandwidth
|
|
7032
|
+
"document": "<p>Instance bandwidth (unit: Mbps).</p>.",
|
|
6780
7033
|
"example": "100",
|
|
6781
7034
|
"member": "int64",
|
|
6782
7035
|
"name": "Bandwidth",
|
|
@@ -6786,7 +7039,7 @@
|
|
|
6786
7039
|
},
|
|
6787
7040
|
{
|
|
6788
7041
|
"disabled": false,
|
|
6789
|
-
"document": "
|
|
7042
|
+
"document": "<p>Specifies the instance storage size in GB.</p>.",
|
|
6790
7043
|
"example": "200",
|
|
6791
7044
|
"member": "int64",
|
|
6792
7045
|
"name": "DiskSize",
|
|
@@ -6796,7 +7049,7 @@
|
|
|
6796
7049
|
},
|
|
6797
7050
|
{
|
|
6798
7051
|
"disabled": false,
|
|
6799
|
-
"document": "
|
|
7052
|
+
"document": "<P>Specifies the availability zone.</p>.",
|
|
6800
7053
|
"example": "100003",
|
|
6801
7054
|
"member": "int64",
|
|
6802
7055
|
"name": "ZoneId",
|
|
@@ -6806,7 +7059,7 @@
|
|
|
6806
7059
|
},
|
|
6807
7060
|
{
|
|
6808
7061
|
"disabled": false,
|
|
6809
|
-
"document": "VPC ID.
|
|
7062
|
+
"document": "<p>VPC ID. being empty indicates a basic network.</p>.",
|
|
6810
7063
|
"example": "vpc-test",
|
|
6811
7064
|
"member": "string",
|
|
6812
7065
|
"name": "VpcId",
|
|
@@ -6816,7 +7069,7 @@
|
|
|
6816
7069
|
},
|
|
6817
7070
|
{
|
|
6818
7071
|
"disabled": false,
|
|
6819
|
-
"document": "
|
|
7072
|
+
"document": "<p>Specifies the subnet ID. being empty indicates the basic network.</p>.",
|
|
6820
7073
|
"example": "subnet-test",
|
|
6821
7074
|
"member": "string",
|
|
6822
7075
|
"name": "SubnetId",
|
|
@@ -6826,7 +7079,7 @@
|
|
|
6826
7079
|
},
|
|
6827
7080
|
{
|
|
6828
7081
|
"disabled": false,
|
|
6829
|
-
"document": "
|
|
7082
|
+
"document": "<P>Specifies the instance health status. valid values: 1 (healthy), 2 (alarm), 3 (abnormal).</p>.",
|
|
6830
7083
|
"example": "1",
|
|
6831
7084
|
"member": "int64",
|
|
6832
7085
|
"name": "Healthy",
|
|
@@ -6836,7 +7089,7 @@
|
|
|
6836
7089
|
},
|
|
6837
7090
|
{
|
|
6838
7091
|
"disabled": false,
|
|
6839
|
-
"document": "Instance health information.
|
|
7092
|
+
"document": "<P>Instance health information. currently shows disk utilization rate. maximum length is 256.</p>.",
|
|
6840
7093
|
"example": "healthy",
|
|
6841
7094
|
"member": "string",
|
|
6842
7095
|
"name": "HealthyMessage",
|
|
@@ -6846,7 +7099,7 @@
|
|
|
6846
7099
|
},
|
|
6847
7100
|
{
|
|
6848
7101
|
"disabled": false,
|
|
6849
|
-
"document": "Creation time",
|
|
7102
|
+
"document": "<P>Creation time.</p>.",
|
|
6850
7103
|
"example": "1564144000",
|
|
6851
7104
|
"member": "uint64",
|
|
6852
7105
|
"name": "CreateTime",
|
|
@@ -6856,7 +7109,7 @@
|
|
|
6856
7109
|
},
|
|
6857
7110
|
{
|
|
6858
7111
|
"disabled": false,
|
|
6859
|
-
"document": "Message retention period in minutes",
|
|
7112
|
+
"document": "<P>Message retention period, in minutes.</p>.",
|
|
6860
7113
|
"example": "4320",
|
|
6861
7114
|
"member": "int64",
|
|
6862
7115
|
"name": "MsgRetentionTime",
|
|
@@ -6866,7 +7119,7 @@
|
|
|
6866
7119
|
},
|
|
6867
7120
|
{
|
|
6868
7121
|
"disabled": false,
|
|
6869
|
-
"document": "
|
|
7122
|
+
"document": "<p>Automatic creation Topic configuration. if this field is empty, it indicates that automatic creation is not enabled.</p>.",
|
|
6870
7123
|
"example": "无",
|
|
6871
7124
|
"member": "InstanceConfigDO",
|
|
6872
7125
|
"name": "Config",
|
|
@@ -6876,7 +7129,7 @@
|
|
|
6876
7129
|
},
|
|
6877
7130
|
{
|
|
6878
7131
|
"disabled": false,
|
|
6879
|
-
"document": "Number of remaining creatable partitions",
|
|
7132
|
+
"document": "<P>Number of remaining creatable partitions.</p>.",
|
|
6880
7133
|
"example": "310",
|
|
6881
7134
|
"member": "int64",
|
|
6882
7135
|
"name": "RemainderPartitions",
|
|
@@ -6886,7 +7139,7 @@
|
|
|
6886
7139
|
},
|
|
6887
7140
|
{
|
|
6888
7141
|
"disabled": false,
|
|
6889
|
-
"document": "Number of remaining creatable topics",
|
|
7142
|
+
"document": "<P>Number of remaining creatable topics.</p>.",
|
|
6890
7143
|
"example": "190",
|
|
6891
7144
|
"member": "int64",
|
|
6892
7145
|
"name": "RemainderTopics",
|
|
@@ -6896,7 +7149,7 @@
|
|
|
6896
7149
|
},
|
|
6897
7150
|
{
|
|
6898
7151
|
"disabled": false,
|
|
6899
|
-
"document": "
|
|
7152
|
+
"document": "<P>Specifies the current number of partitions created.</p>.",
|
|
6900
7153
|
"example": "90",
|
|
6901
7154
|
"member": "int64",
|
|
6902
7155
|
"name": "CreatedPartitions",
|
|
@@ -6906,7 +7159,7 @@
|
|
|
6906
7159
|
},
|
|
6907
7160
|
{
|
|
6908
7161
|
"disabled": false,
|
|
6909
|
-
"document": "
|
|
7162
|
+
"document": "<P>Specifies the current number of topics created.</p>.",
|
|
6910
7163
|
"example": "10",
|
|
6911
7164
|
"member": "int64",
|
|
6912
7165
|
"name": "CreatedTopics",
|
|
@@ -6916,7 +7169,7 @@
|
|
|
6916
7169
|
},
|
|
6917
7170
|
{
|
|
6918
7171
|
"disabled": false,
|
|
6919
|
-
"document": "Tag array",
|
|
7172
|
+
"document": "<P>Tag array.</p>.",
|
|
6920
7173
|
"example": "无",
|
|
6921
7174
|
"member": "Tag",
|
|
6922
7175
|
"name": "Tags",
|
|
@@ -6926,7 +7179,7 @@
|
|
|
6926
7179
|
},
|
|
6927
7180
|
{
|
|
6928
7181
|
"disabled": false,
|
|
6929
|
-
"document": "
|
|
7182
|
+
"document": "<P>Specifies the expiration time.</p>.",
|
|
6930
7183
|
"example": "1566144000",
|
|
6931
7184
|
"member": "uint64",
|
|
6932
7185
|
"name": "ExpireTime",
|
|
@@ -6936,7 +7189,7 @@
|
|
|
6936
7189
|
},
|
|
6937
7190
|
{
|
|
6938
7191
|
"disabled": false,
|
|
6939
|
-
"document": "
|
|
7192
|
+
"document": "<P>Specifies the availability zone list.</p>.",
|
|
6940
7193
|
"example": "[100003,100004]",
|
|
6941
7194
|
"member": "int64",
|
|
6942
7195
|
"name": "ZoneIds",
|
|
@@ -6946,7 +7199,7 @@
|
|
|
6946
7199
|
},
|
|
6947
7200
|
{
|
|
6948
7201
|
"disabled": false,
|
|
6949
|
-
"document": "Specifies the ckafka cluster instance version
|
|
7202
|
+
"document": "<P>Specifies the ckafka cluster instance version.</p>.",
|
|
6950
7203
|
"example": "1.1.1",
|
|
6951
7204
|
"member": "string",
|
|
6952
7205
|
"name": "Version",
|
|
@@ -6956,7 +7209,7 @@
|
|
|
6956
7209
|
},
|
|
6957
7210
|
{
|
|
6958
7211
|
"disabled": false,
|
|
6959
|
-
"document": "
|
|
7212
|
+
"document": "<P>Specifies the maximum number of groups.</p>.",
|
|
6960
7213
|
"example": "500",
|
|
6961
7214
|
"member": "int64",
|
|
6962
7215
|
"name": "MaxGroupNum",
|
|
@@ -6966,7 +7219,7 @@
|
|
|
6966
7219
|
},
|
|
6967
7220
|
{
|
|
6968
7221
|
"disabled": false,
|
|
6969
|
-
"document": "Sale type.
|
|
7222
|
+
"document": "<P>Sale type. 0: standard version; 1: pro edition.</p>.",
|
|
6970
7223
|
"example": "1",
|
|
6971
7224
|
"member": "int64",
|
|
6972
7225
|
"name": "Cvm",
|
|
@@ -6976,7 +7229,7 @@
|
|
|
6976
7229
|
},
|
|
6977
7230
|
{
|
|
6978
7231
|
"disabled": false,
|
|
6979
|
-
"document": "Instance type.
|
|
7232
|
+
"document": "<p>Instance type. enumerates the list: profession: pro edition; standards2: standard version; premium: advanced edition; serverless: serverless edition.</p>.",
|
|
6980
7233
|
"example": "profession",
|
|
6981
7234
|
"member": "string",
|
|
6982
7235
|
"name": "InstanceType",
|
|
@@ -6986,7 +7239,7 @@
|
|
|
6986
7239
|
},
|
|
6987
7240
|
{
|
|
6988
7241
|
"disabled": false,
|
|
6989
|
-
"document": "Indicates the characteristics supported by the instance. FEATURE_SUBNET_ACL
|
|
7242
|
+
"document": "<p>Indicates the characteristics supported by the instance. FEATURE_SUBNET_ACL: indicates that the ACL policy supports setting subnets.</p>.",
|
|
6990
7243
|
"example": "[\"FEATURE_TOPIC_QUOTA\",\"CLOUD_EKS_TSE\",\"CLOUD_EKS_CROS_ZONE\",\"FEATURE_SASL_SCRAM\"]",
|
|
6991
7244
|
"member": "string",
|
|
6992
7245
|
"name": "Features",
|
|
@@ -6996,7 +7249,7 @@
|
|
|
6996
7249
|
},
|
|
6997
7250
|
{
|
|
6998
7251
|
"disabled": false,
|
|
6999
|
-
"document": "Dynamic message retention policy
|
|
7252
|
+
"document": "<P>Dynamic message retention policy.</p>.",
|
|
7000
7253
|
"example": "无",
|
|
7001
7254
|
"member": "DynamicRetentionTime",
|
|
7002
7255
|
"name": "RetentionTimeConfig",
|
|
@@ -7006,7 +7259,7 @@
|
|
|
7006
7259
|
},
|
|
7007
7260
|
{
|
|
7008
7261
|
"disabled": false,
|
|
7009
|
-
"document": "Maximum number of connections
|
|
7262
|
+
"document": "<P>Maximum number of connections.</p>.",
|
|
7010
7263
|
"example": "50000",
|
|
7011
7264
|
"member": "uint64",
|
|
7012
7265
|
"name": "MaxConnection",
|
|
@@ -7016,7 +7269,7 @@
|
|
|
7016
7269
|
},
|
|
7017
7270
|
{
|
|
7018
7271
|
"disabled": false,
|
|
7019
|
-
"document": "Public network bandwidth",
|
|
7272
|
+
"document": "<P>Public network bandwidth.</p>.",
|
|
7020
7273
|
"example": "3",
|
|
7021
7274
|
"member": "int64",
|
|
7022
7275
|
"name": "PublicNetwork",
|
|
@@ -7026,7 +7279,7 @@
|
|
|
7026
7279
|
},
|
|
7027
7280
|
{
|
|
7028
7281
|
"disabled": false,
|
|
7029
|
-
"document": "
|
|
7282
|
+
"document": "<P>Deprecated. no actual meaning.</p>.",
|
|
7030
7283
|
"example": "1566144000",
|
|
7031
7284
|
"member": "string",
|
|
7032
7285
|
"name": "DeleteRouteTimestamp",
|
|
@@ -7036,7 +7289,7 @@
|
|
|
7036
7289
|
},
|
|
7037
7290
|
{
|
|
7038
7291
|
"disabled": false,
|
|
7039
|
-
"document": "Number of remaining creatable partitions
|
|
7292
|
+
"document": "<P>Number of remaining creatable partitions.</p>.",
|
|
7040
7293
|
"example": "310",
|
|
7041
7294
|
"member": "int64",
|
|
7042
7295
|
"name": "RemainingPartitions",
|
|
@@ -7046,7 +7299,7 @@
|
|
|
7046
7299
|
},
|
|
7047
7300
|
{
|
|
7048
7301
|
"disabled": false,
|
|
7049
|
-
"document": "Number of remaining creatable topics
|
|
7302
|
+
"document": "<P>Number of remaining creatable topics.</p>.",
|
|
7050
7303
|
"example": "190",
|
|
7051
7304
|
"member": "int64",
|
|
7052
7305
|
"name": "RemainingTopics",
|
|
@@ -7056,7 +7309,7 @@
|
|
|
7056
7309
|
},
|
|
7057
7310
|
{
|
|
7058
7311
|
"disabled": false,
|
|
7059
|
-
"document": "
|
|
7312
|
+
"document": "<P>Dynamic disk expansion policy.</p>.",
|
|
7060
7313
|
"example": "无",
|
|
7061
7314
|
"member": "DynamicDiskConfig",
|
|
7062
7315
|
"name": "DynamicDiskConfig",
|
|
@@ -7066,7 +7319,7 @@
|
|
|
7066
7319
|
},
|
|
7067
7320
|
{
|
|
7068
7321
|
"disabled": false,
|
|
7069
|
-
"document": "Specifies the system maintenance time
|
|
7322
|
+
"document": "<P>Specifies the system maintenance time.</p>.",
|
|
7070
7323
|
"example": "2019-08-19 00:00:00",
|
|
7071
7324
|
"member": "string",
|
|
7072
7325
|
"name": "SystemMaintenanceTime",
|
|
@@ -7076,7 +7329,7 @@
|
|
|
7076
7329
|
},
|
|
7077
7330
|
{
|
|
7078
7331
|
"disabled": false,
|
|
7079
|
-
"document": "Specifies the maximum size of
|
|
7332
|
+
"document": "<P>Specifies the maximum size of instance level messages.</p>.",
|
|
7080
7333
|
"example": "8388608",
|
|
7081
7334
|
"member": "uint64",
|
|
7082
7335
|
"name": "MaxMessageByte",
|
|
@@ -7086,7 +7339,7 @@
|
|
|
7086
7339
|
},
|
|
7087
7340
|
{
|
|
7088
7341
|
"disabled": false,
|
|
7089
|
-
"document": "Specifies the instance billing type. POSTPAID_BY_HOUR: hourly billing; PREPAID: annual/monthly package
|
|
7342
|
+
"document": "<p>Specifies the instance billing type. POSTPAID_BY_HOUR: hourly billing; PREPAID: annual/monthly package.</p>.",
|
|
7090
7343
|
"example": "PREPAID",
|
|
7091
7344
|
"member": "string",
|
|
7092
7345
|
"name": "InstanceChargeType",
|
|
@@ -7096,7 +7349,7 @@
|
|
|
7096
7349
|
},
|
|
7097
7350
|
{
|
|
7098
7351
|
"disabled": false,
|
|
7099
|
-
"document": "
|
|
7352
|
+
"document": "<p>Specifies whether to enable the elastic bandwidth allowlist. valid values: 1 (enabled), 0 (disabled).</p>.",
|
|
7100
7353
|
"example": "1",
|
|
7101
7354
|
"member": "int64",
|
|
7102
7355
|
"name": "ElasticBandwidthSwitch",
|
|
@@ -7106,7 +7359,7 @@
|
|
|
7106
7359
|
},
|
|
7107
7360
|
{
|
|
7108
7361
|
"disabled": false,
|
|
7109
|
-
"document": "
|
|
7362
|
+
"document": "<P>Specifies the elastic bandwidth activation status. 1: elastic bandwidth is disabled; 16: enabling elastic bandwidth; 32: elastic bandwidth enabled successfully; 33: disabling elastic bandwidth; 34: elastic bandwidth disabled successfully; 64: failed to enable elastic bandwidth; 65: failed to disable elastic bandwidth.</p>.",
|
|
7110
7363
|
"example": "1",
|
|
7111
7364
|
"member": "int64",
|
|
7112
7365
|
"name": "ElasticBandwidthOpenStatus",
|
|
@@ -7116,7 +7369,7 @@
|
|
|
7116
7369
|
},
|
|
7117
7370
|
{
|
|
7118
7371
|
"disabled": false,
|
|
7119
|
-
"document": "
|
|
7372
|
+
"document": "<p>ClusterType<br />CLOUD_IDC IDC cluster<br />CLOUD_CVM_SHARE CVM shared cluster<br />CLOUD_CVM_YUNTI YUNTI CVM cluster<br />CLOUD_CVM CVM cluster<br />CLOUD_CDC CDC cluster<br />CLOUD_EKS_TSE EKS cluster</p>.",
|
|
7120
7373
|
"example": "CLOUD_CVM",
|
|
7121
7374
|
"member": "string",
|
|
7122
7375
|
"name": "ClusterType",
|
|
@@ -7126,7 +7379,7 @@
|
|
|
7126
7379
|
},
|
|
7127
7380
|
{
|
|
7128
7381
|
"disabled": false,
|
|
7129
|
-
"document": "
|
|
7382
|
+
"document": "<P>Specifies the number of free partitions.</p>.",
|
|
7130
7383
|
"example": "400",
|
|
7131
7384
|
"member": "int64",
|
|
7132
7385
|
"name": "FreePartitionNumber",
|
|
@@ -7136,7 +7389,7 @@
|
|
|
7136
7389
|
},
|
|
7137
7390
|
{
|
|
7138
7391
|
"disabled": false,
|
|
7139
|
-
"document": "Specifies the elastic bandwidth upper limit
|
|
7392
|
+
"document": "<P>Specifies the elastic bandwidth upper limit.</p>.",
|
|
7140
7393
|
"example": "240",
|
|
7141
7394
|
"member": "int64",
|
|
7142
7395
|
"name": "ElasticFloatBandwidth",
|
|
@@ -7146,7 +7399,7 @@
|
|
|
7146
7399
|
},
|
|
7147
7400
|
{
|
|
7148
7401
|
"disabled": false,
|
|
7149
|
-
"document": "ssl custom certificate id. only returned for instance clusters with custom certificates
|
|
7402
|
+
"document": "<p>ssl custom certificate id. only returned for instance clusters with custom certificates.</p>.",
|
|
7150
7403
|
"example": "cert-test",
|
|
7151
7404
|
"member": "string",
|
|
7152
7405
|
"name": "CustomCertId",
|
|
@@ -7156,7 +7409,7 @@
|
|
|
7156
7409
|
},
|
|
7157
7410
|
{
|
|
7158
7411
|
"disabled": false,
|
|
7159
|
-
"document": "
|
|
7412
|
+
"document": "<P>Specifies the default unclean.leader.election.enable configuration for cluster topics. valid values: 1 (enable), 0 (disable).</p>.",
|
|
7160
7413
|
"example": "1",
|
|
7161
7414
|
"member": "int64",
|
|
7162
7415
|
"name": "UncleanLeaderElectionEnable",
|
|
@@ -7166,7 +7419,7 @@
|
|
|
7166
7419
|
},
|
|
7167
7420
|
{
|
|
7168
7421
|
"disabled": false,
|
|
7169
|
-
"document": "
|
|
7422
|
+
"document": "<P>Specifies the instance deletion protection switch. valid values: 1 (enabled), 0 (disabled).</p>.",
|
|
7170
7423
|
"example": "1",
|
|
7171
7424
|
"member": "int64",
|
|
7172
7425
|
"name": "DeleteProtectionEnable",
|
|
@@ -7260,7 +7513,7 @@
|
|
|
7260
7513
|
"members": [
|
|
7261
7514
|
{
|
|
7262
7515
|
"disabled": false,
|
|
7263
|
-
"document": "
|
|
7516
|
+
"document": "<p>ckafka cluster instance Id.</p>.",
|
|
7264
7517
|
"example": "ckafka-test",
|
|
7265
7518
|
"member": "string",
|
|
7266
7519
|
"name": "InstanceId",
|
|
@@ -7270,7 +7523,7 @@
|
|
|
7270
7523
|
},
|
|
7271
7524
|
{
|
|
7272
7525
|
"disabled": false,
|
|
7273
|
-
"document": "
|
|
7526
|
+
"document": "<P>Specifies the name of the ckafka cluster instance.</p>.",
|
|
7274
7527
|
"example": "ckafka测试",
|
|
7275
7528
|
"member": "string",
|
|
7276
7529
|
"name": "InstanceName",
|
|
@@ -7280,7 +7533,7 @@
|
|
|
7280
7533
|
},
|
|
7281
7534
|
{
|
|
7282
7535
|
"disabled": false,
|
|
7283
|
-
"document": "
|
|
7536
|
+
"document": "<P>Specifies the vip information for accessing the instance.</p>.",
|
|
7284
7537
|
"example": "10.0.0.5",
|
|
7285
7538
|
"member": "string",
|
|
7286
7539
|
"name": "Vip",
|
|
@@ -7290,7 +7543,7 @@
|
|
|
7290
7543
|
},
|
|
7291
7544
|
{
|
|
7292
7545
|
"disabled": false,
|
|
7293
|
-
"document": "
|
|
7546
|
+
"document": "<P>Specifies the port information to access the instance.</p>.",
|
|
7294
7547
|
"example": "9092",
|
|
7295
7548
|
"member": "string",
|
|
7296
7549
|
"name": "Vport",
|
|
@@ -7300,8 +7553,8 @@
|
|
|
7300
7553
|
},
|
|
7301
7554
|
{
|
|
7302
7555
|
"disabled": false,
|
|
7303
|
-
"document": "
|
|
7304
|
-
"example": "
|
|
7556
|
+
"document": "<p>Specifies the virtual IP list.</p>.",
|
|
7557
|
+
"example": "无",
|
|
7305
7558
|
"member": "VipEntity",
|
|
7306
7559
|
"name": "VipList",
|
|
7307
7560
|
"output_required": true,
|
|
@@ -7310,7 +7563,7 @@
|
|
|
7310
7563
|
},
|
|
7311
7564
|
{
|
|
7312
7565
|
"disabled": false,
|
|
7313
|
-
"document": "
|
|
7566
|
+
"document": "<P>Specifies the instance status. valid values: 0 (creating), 1 (running), 2 (deleting), 3 (deleted), 5 (isolated), 7 (upgrading), -1 (creation failed).</p>.",
|
|
7314
7567
|
"example": "1",
|
|
7315
7568
|
"member": "int64",
|
|
7316
7569
|
"name": "Status",
|
|
@@ -7320,7 +7573,7 @@
|
|
|
7320
7573
|
},
|
|
7321
7574
|
{
|
|
7322
7575
|
"disabled": false,
|
|
7323
|
-
"document": "
|
|
7576
|
+
"document": "<p>Specifies the instance bandwidth in Mbps.</p>.",
|
|
7324
7577
|
"example": "300",
|
|
7325
7578
|
"member": "int64",
|
|
7326
7579
|
"name": "Bandwidth",
|
|
@@ -7330,7 +7583,7 @@
|
|
|
7330
7583
|
},
|
|
7331
7584
|
{
|
|
7332
7585
|
"disabled": false,
|
|
7333
|
-
"document": "Specifies the ckafka cluster instance
|
|
7586
|
+
"document": "<p>Specifies the disk size of the ckafka cluster instance, in gb.</p>.",
|
|
7334
7587
|
"example": "800",
|
|
7335
7588
|
"member": "int64",
|
|
7336
7589
|
"name": "DiskSize",
|
|
@@ -7340,7 +7593,7 @@
|
|
|
7340
7593
|
},
|
|
7341
7594
|
{
|
|
7342
7595
|
"disabled": false,
|
|
7343
|
-
"document": "
|
|
7596
|
+
"document": "<p>Specifies the available zone ID.</p>.",
|
|
7344
7597
|
"example": "100003",
|
|
7345
7598
|
"member": "int64",
|
|
7346
7599
|
"name": "ZoneId",
|
|
@@ -7350,7 +7603,7 @@
|
|
|
7350
7603
|
},
|
|
7351
7604
|
{
|
|
7352
7605
|
"disabled": false,
|
|
7353
|
-
"document": "vpcId.
|
|
7606
|
+
"document": "<p>vpcId. if empty, indicates a basic network.</p>.",
|
|
7354
7607
|
"example": "vpc-test",
|
|
7355
7608
|
"member": "string",
|
|
7356
7609
|
"name": "VpcId",
|
|
@@ -7360,7 +7613,7 @@
|
|
|
7360
7613
|
},
|
|
7361
7614
|
{
|
|
7362
7615
|
"disabled": false,
|
|
7363
|
-
"document": "Subnet
|
|
7616
|
+
"document": "<P>Subnet id.</p>.",
|
|
7364
7617
|
"example": "subnet-test",
|
|
7365
7618
|
"member": "string",
|
|
7366
7619
|
"name": "SubnetId",
|
|
@@ -7370,7 +7623,7 @@
|
|
|
7370
7623
|
},
|
|
7371
7624
|
{
|
|
7372
7625
|
"disabled": false,
|
|
7373
|
-
"document": "
|
|
7626
|
+
"document": "<P>Specifies whether to renew the instance. int enumeration value: 1 means auto-renew, 2 means explicitly no auto-renew.</p>.",
|
|
7374
7627
|
"example": "1",
|
|
7375
7628
|
"member": "int64",
|
|
7376
7629
|
"name": "RenewFlag",
|
|
@@ -7380,7 +7633,7 @@
|
|
|
7380
7633
|
},
|
|
7381
7634
|
{
|
|
7382
7635
|
"disabled": false,
|
|
7383
|
-
"document": "
|
|
7636
|
+
"document": "<p>Specifies the instance status. valid values: 1 (healthy), 2 (alarm), 3 (instance status exception).</p>.",
|
|
7384
7637
|
"example": "1",
|
|
7385
7638
|
"member": "int64",
|
|
7386
7639
|
"name": "Healthy",
|
|
@@ -7390,7 +7643,7 @@
|
|
|
7390
7643
|
},
|
|
7391
7644
|
{
|
|
7392
7645
|
"disabled": false,
|
|
7393
|
-
"document": "
|
|
7646
|
+
"document": "<P>Specifies the instance status information.</p>.",
|
|
7394
7647
|
"example": "\"健康\"",
|
|
7395
7648
|
"member": "string",
|
|
7396
7649
|
"name": "HealthyMessage",
|
|
@@ -7400,7 +7653,7 @@
|
|
|
7400
7653
|
},
|
|
7401
7654
|
{
|
|
7402
7655
|
"disabled": false,
|
|
7403
|
-
"document": "
|
|
7656
|
+
"document": "<P>Specifies the instance creation time.</p>.",
|
|
7404
7657
|
"example": "1566144000",
|
|
7405
7658
|
"member": "int64",
|
|
7406
7659
|
"name": "CreateTime",
|
|
@@ -7410,7 +7663,7 @@
|
|
|
7410
7663
|
},
|
|
7411
7664
|
{
|
|
7412
7665
|
"disabled": false,
|
|
7413
|
-
"document": "
|
|
7666
|
+
"document": "<P>Specifies the instance expiration time.</p>.",
|
|
7414
7667
|
"example": "1566144000",
|
|
7415
7668
|
"member": "int64",
|
|
7416
7669
|
"name": "ExpireTime",
|
|
@@ -7420,7 +7673,7 @@
|
|
|
7420
7673
|
},
|
|
7421
7674
|
{
|
|
7422
7675
|
"disabled": false,
|
|
7423
|
-
"document": "
|
|
7676
|
+
"document": "<P>Specifies whether it is an internal customer. a value of 1 indicates an internal customer.</p>.",
|
|
7424
7677
|
"example": "1",
|
|
7425
7678
|
"member": "int64",
|
|
7426
7679
|
"name": "IsInternal",
|
|
@@ -7430,7 +7683,7 @@
|
|
|
7430
7683
|
},
|
|
7431
7684
|
{
|
|
7432
7685
|
"disabled": false,
|
|
7433
|
-
"document": "
|
|
7686
|
+
"document": "<p>Specifies the number of topics.</p>.",
|
|
7434
7687
|
"example": "10",
|
|
7435
7688
|
"member": "int64",
|
|
7436
7689
|
"name": "TopicNum",
|
|
@@ -7440,8 +7693,8 @@
|
|
|
7440
7693
|
},
|
|
7441
7694
|
{
|
|
7442
7695
|
"disabled": false,
|
|
7443
|
-
"document": "
|
|
7444
|
-
"example": "
|
|
7696
|
+
"document": "<P>Specifies the identifier tag.</p>.",
|
|
7697
|
+
"example": "无",
|
|
7445
7698
|
"member": "Tag",
|
|
7446
7699
|
"name": "Tags",
|
|
7447
7700
|
"output_required": true,
|
|
@@ -7450,7 +7703,7 @@
|
|
|
7450
7703
|
},
|
|
7451
7704
|
{
|
|
7452
7705
|
"disabled": false,
|
|
7453
|
-
"document": "kafka version information
|
|
7706
|
+
"document": "<p>kafka version information.</p>.",
|
|
7454
7707
|
"example": "1.1.1",
|
|
7455
7708
|
"member": "string",
|
|
7456
7709
|
"name": "Version",
|
|
@@ -7460,7 +7713,7 @@
|
|
|
7460
7713
|
},
|
|
7461
7714
|
{
|
|
7462
7715
|
"disabled": false,
|
|
7463
|
-
"document": "
|
|
7716
|
+
"document": "<P>Specifies the cross-availability zone.</p>.",
|
|
7464
7717
|
"example": "[100003,100004]",
|
|
7465
7718
|
"member": "int64",
|
|
7466
7719
|
"name": "ZoneIds",
|
|
@@ -7470,7 +7723,7 @@
|
|
|
7470
7723
|
},
|
|
7471
7724
|
{
|
|
7472
7725
|
"disabled": false,
|
|
7473
|
-
"document": "ckafka sales type
|
|
7726
|
+
"document": "<P>Specifies the ckafka sales type.</p>.",
|
|
7474
7727
|
"example": "0",
|
|
7475
7728
|
"member": "int64",
|
|
7476
7729
|
"name": "Cvm",
|
|
@@ -7480,7 +7733,7 @@
|
|
|
7480
7733
|
},
|
|
7481
7734
|
{
|
|
7482
7735
|
"disabled": false,
|
|
7483
|
-
"document": "Specifies the cluster instance type
|
|
7736
|
+
"document": "<P>Specifies the ckafka cluster instance type.</p>.",
|
|
7484
7737
|
"example": "profession",
|
|
7485
7738
|
"member": "string",
|
|
7486
7739
|
"name": "InstanceType",
|
|
@@ -7490,7 +7743,7 @@
|
|
|
7490
7743
|
},
|
|
7491
7744
|
{
|
|
7492
7745
|
"disabled": false,
|
|
7493
|
-
"document": "Specifies the ckafka cluster instance
|
|
7746
|
+
"document": "<P>Specifies the disk type of the ckafka cluster instance.</p>.",
|
|
7494
7747
|
"example": "CLOUD_SSD",
|
|
7495
7748
|
"member": "string",
|
|
7496
7749
|
"name": "DiskType",
|
|
@@ -7500,7 +7753,7 @@
|
|
|
7500
7753
|
},
|
|
7501
7754
|
{
|
|
7502
7755
|
"disabled": false,
|
|
7503
|
-
"document": "Maximum number of topics for current specifications
|
|
7756
|
+
"document": "<p>Maximum number of topics for current specifications.</p>.",
|
|
7504
7757
|
"example": "400",
|
|
7505
7758
|
"member": "int64",
|
|
7506
7759
|
"name": "MaxTopicNumber",
|
|
@@ -7510,7 +7763,7 @@
|
|
|
7510
7763
|
},
|
|
7511
7764
|
{
|
|
7512
7765
|
"disabled": false,
|
|
7513
|
-
"document": "
|
|
7766
|
+
"document": "<p>Specifies the maximum number of partitions for current specifications.</p>.",
|
|
7514
7767
|
"example": "800",
|
|
7515
7768
|
"member": "int64",
|
|
7516
7769
|
"name": "MaxPartitionNumber",
|
|
@@ -7520,7 +7773,7 @@
|
|
|
7520
7773
|
},
|
|
7521
7774
|
{
|
|
7522
7775
|
"disabled": false,
|
|
7523
|
-
"document": "
|
|
7776
|
+
"document": "<P>Specifies the planned configuration upgrade time.</p>.",
|
|
7524
7777
|
"example": "0000-00-00 00:00:00",
|
|
7525
7778
|
"member": "string",
|
|
7526
7779
|
"name": "RebalanceTime",
|
|
@@ -7530,7 +7783,7 @@
|
|
|
7530
7783
|
},
|
|
7531
7784
|
{
|
|
7532
7785
|
"disabled": false,
|
|
7533
|
-
"document": "
|
|
7786
|
+
"document": "<P>Current number of partitions of the instance.</p>.",
|
|
7534
7787
|
"example": "30",
|
|
7535
7788
|
"member": "uint64",
|
|
7536
7789
|
"name": "PartitionNumber",
|
|
@@ -7540,7 +7793,7 @@
|
|
|
7540
7793
|
},
|
|
7541
7794
|
{
|
|
7542
7795
|
"disabled": false,
|
|
7543
|
-
"document": "Specifies the public network bandwidth type of the ckafka cluster instance
|
|
7796
|
+
"document": "<P>Specifies the public network bandwidth type of the ckafka cluster instance.</p>.",
|
|
7544
7797
|
"example": "BANDWIDTH_PREPAID",
|
|
7545
7798
|
"member": "string",
|
|
7546
7799
|
"name": "PublicNetworkChargeType",
|
|
@@ -7550,7 +7803,7 @@
|
|
|
7550
7803
|
},
|
|
7551
7804
|
{
|
|
7552
7805
|
"disabled": false,
|
|
7553
|
-
"document": "
|
|
7806
|
+
"document": "<p>Specifies the public network bandwidth. value range: 3Mbps to 999Mbps. only supported in pro edition.</p>.",
|
|
7554
7807
|
"example": "3",
|
|
7555
7808
|
"member": "int64",
|
|
7556
7809
|
"name": "PublicNetwork",
|
|
@@ -7560,7 +7813,7 @@
|
|
|
7560
7813
|
},
|
|
7561
7814
|
{
|
|
7562
7815
|
"disabled": false,
|
|
7563
|
-
"document": "Specifies the underlying cluster type of the ckafka cluster instance
|
|
7816
|
+
"document": "<P>Specifies the underlying cluster type of the ckafka cluster instance.</p>.",
|
|
7564
7817
|
"example": "CLOUD_CVM",
|
|
7565
7818
|
"member": "string",
|
|
7566
7819
|
"name": "ClusterType",
|
|
@@ -7570,7 +7823,7 @@
|
|
|
7570
7823
|
},
|
|
7571
7824
|
{
|
|
7572
7825
|
"disabled": false,
|
|
7573
|
-
"document": "
|
|
7826
|
+
"document": "<P>Specifies the instance feature list.</p>.",
|
|
7574
7827
|
"example": "[\"FEATURE_UPDATE_PROFESSION\"]",
|
|
7575
7828
|
"member": "string",
|
|
7576
7829
|
"name": "Features",
|
|
@@ -7760,6 +8013,72 @@
|
|
|
7760
8013
|
],
|
|
7761
8014
|
"type": "object"
|
|
7762
8015
|
},
|
|
8016
|
+
"InstanceVersion": {
|
|
8017
|
+
"document": "Instance version information.",
|
|
8018
|
+
"members": [
|
|
8019
|
+
{
|
|
8020
|
+
"disabled": false,
|
|
8021
|
+
"document": "CKafka cluster instance version.",
|
|
8022
|
+
"example": "1.1.1",
|
|
8023
|
+
"member": "string",
|
|
8024
|
+
"name": "KafkaVersion",
|
|
8025
|
+
"output_required": true,
|
|
8026
|
+
"type": "string",
|
|
8027
|
+
"value_allowed_null": false
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"disabled": false,
|
|
8031
|
+
"document": "Broker version information.",
|
|
8032
|
+
"example": "1.1.1_1.0.9",
|
|
8033
|
+
"member": "string",
|
|
8034
|
+
"name": "CurBrokerVersion",
|
|
8035
|
+
"output_required": true,
|
|
8036
|
+
"type": "string",
|
|
8037
|
+
"value_allowed_null": false
|
|
8038
|
+
},
|
|
8039
|
+
{
|
|
8040
|
+
"disabled": false,
|
|
8041
|
+
"document": "Latest version information.",
|
|
8042
|
+
"example": "[{\"KafkaVersion\":\"0.10.2\",\"BrokerVersion\":\"v0.10.2.1_r1.2.11\"},{\"KafkaVersion\":\"2.8.1\",\"BrokerVersion\":\"v2.8.1_r1.1.6\"},{\"KafkaVersion\":\"2.4.1\",\"BrokerVersion\":\"v2.4.2_r1.2.4\"},{\"KafkaVersion\":\"1.1.1\",\"BrokerVersion\":\"v1.1.1_r1.1.14\"}]",
|
|
8043
|
+
"member": "LatestBrokerVersion",
|
|
8044
|
+
"name": "LatestBrokerVersion",
|
|
8045
|
+
"output_required": true,
|
|
8046
|
+
"type": "list",
|
|
8047
|
+
"value_allowed_null": false
|
|
8048
|
+
},
|
|
8049
|
+
{
|
|
8050
|
+
"disabled": false,
|
|
8051
|
+
"document": "Whether to allow kernel upgrades across major versions.",
|
|
8052
|
+
"example": "false",
|
|
8053
|
+
"member": "bool",
|
|
8054
|
+
"name": "AllowUpgradeHighVersion",
|
|
8055
|
+
"output_required": false,
|
|
8056
|
+
"type": "bool",
|
|
8057
|
+
"value_allowed_null": false
|
|
8058
|
+
},
|
|
8059
|
+
{
|
|
8060
|
+
"disabled": false,
|
|
8061
|
+
"document": "Major version allowed for upgrades.",
|
|
8062
|
+
"example": "[\"2.8.1\"]",
|
|
8063
|
+
"member": "string",
|
|
8064
|
+
"name": "HighVersionSet",
|
|
8065
|
+
"output_required": false,
|
|
8066
|
+
"type": "list",
|
|
8067
|
+
"value_allowed_null": false
|
|
8068
|
+
},
|
|
8069
|
+
{
|
|
8070
|
+
"disabled": false,
|
|
8071
|
+
"document": "Whether to allow automatic deletion of consumer groups during minor version configuration.",
|
|
8072
|
+
"example": "false",
|
|
8073
|
+
"member": "bool",
|
|
8074
|
+
"name": "AllowAutoDeleteTimestamp",
|
|
8075
|
+
"output_required": false,
|
|
8076
|
+
"type": "bool",
|
|
8077
|
+
"value_allowed_null": false
|
|
8078
|
+
}
|
|
8079
|
+
],
|
|
8080
|
+
"usage": "out"
|
|
8081
|
+
},
|
|
7763
8082
|
"JgwOperateResponse": {
|
|
7764
8083
|
"document": "Returned result value of operation",
|
|
7765
8084
|
"members": [
|
|
@@ -7796,6 +8115,32 @@
|
|
|
7796
8115
|
],
|
|
7797
8116
|
"usage": "out"
|
|
7798
8117
|
},
|
|
8118
|
+
"LatestBrokerVersion": {
|
|
8119
|
+
"document": "List of the latest version information.",
|
|
8120
|
+
"members": [
|
|
8121
|
+
{
|
|
8122
|
+
"disabled": false,
|
|
8123
|
+
"document": "CKafka cluster instance version.",
|
|
8124
|
+
"example": "1.1.1",
|
|
8125
|
+
"member": "string",
|
|
8126
|
+
"name": "KafkaVersion",
|
|
8127
|
+
"output_required": true,
|
|
8128
|
+
"type": "string",
|
|
8129
|
+
"value_allowed_null": false
|
|
8130
|
+
},
|
|
8131
|
+
{
|
|
8132
|
+
"disabled": false,
|
|
8133
|
+
"document": "Broker version number.",
|
|
8134
|
+
"example": "1.1.1_1.0.13",
|
|
8135
|
+
"member": "string",
|
|
8136
|
+
"name": "BrokerVersion",
|
|
8137
|
+
"output_required": true,
|
|
8138
|
+
"type": "string",
|
|
8139
|
+
"value_allowed_null": false
|
|
8140
|
+
}
|
|
8141
|
+
],
|
|
8142
|
+
"usage": "out"
|
|
8143
|
+
},
|
|
7799
8144
|
"ListCvmAndIpInfoRsp": {
|
|
7800
8145
|
"document": "CVM and IP information list.",
|
|
7801
8146
|
"members": [
|