tccli 3.0.1151.1__py2.py3-none-any.whl → 3.0.1153.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/cdc/v20201214/api.json +101 -20
- tccli/services/cdc/v20201214/examples.json +1 -1
- tccli/services/cloudapp/__init__.py +4 -0
- tccli/services/cloudapp/cloudapp_client.py +195 -0
- tccli/services/cloudapp/v20220530/api.json +259 -0
- tccli/services/cloudapp/v20220530/examples.json +13 -0
- tccli/services/cvm/v20170312/api.json +10 -10
- tccli/services/dlc/v20210125/api.json +19 -1
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/dsgc/v20190723/api.json +66 -3
- tccli/services/es/v20180416/api.json +19 -1
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +23 -5
- tccli/services/essbasic/v20210526/examples.json +8 -2
- tccli/services/gaap/v20180529/api.json +22 -2
- tccli/services/gaap/v20180529/examples.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +10 -0
- tccli/services/lcic/v20220817/api.json +19 -1
- tccli/services/lighthouse/v20200324/api.json +4 -4
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/mongodb/v20190725/api.json +2 -2
- tccli/services/monitor/v20180724/api.json +136 -121
- tccli/services/monitor/v20180724/examples.json +30 -30
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tdmq/tdmq_client.py +163 -4
- tccli/services/tdmq/v20200217/api.json +279 -0
- tccli/services/tdmq/v20200217/examples.json +24 -0
- tccli/services/tsi/v20210325/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +171 -55
- tccli/services/waf/v20180125/examples.json +1 -1
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1153.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1153.1.dist-info}/RECORD +39 -35
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1153.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1153.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1151.1.dist-info → tccli-3.0.1153.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,259 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"VerifyLicense": {
|
4
|
+
"document": "通过运行时roleId查询对应的软件 LICENSE",
|
5
|
+
"input": "VerifyLicenseRequest",
|
6
|
+
"name": "从应用软件进程验证授权信息",
|
7
|
+
"output": "VerifyLicenseResponse",
|
8
|
+
"status": "online"
|
9
|
+
}
|
10
|
+
},
|
11
|
+
"metadata": {
|
12
|
+
"apiVersion": "2022-05-30",
|
13
|
+
"api_brief": "介绍如何使用 API 对云应用进行部署、管理等操作。",
|
14
|
+
"serviceNameCN": "云应用",
|
15
|
+
"serviceShortName": "cloudapp"
|
16
|
+
},
|
17
|
+
"objects": {
|
18
|
+
"License": {
|
19
|
+
"document": "表示应用实例的软件授权,包含颁发信息、激活信息等内容。",
|
20
|
+
"members": [
|
21
|
+
{
|
22
|
+
"disabled": false,
|
23
|
+
"document": "License ID",
|
24
|
+
"example": "LICENSE_CLOUDAPP_A95275D8",
|
25
|
+
"member": "string",
|
26
|
+
"name": "LicenseId",
|
27
|
+
"output_required": true,
|
28
|
+
"type": "string",
|
29
|
+
"value_allowed_null": false
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"disabled": false,
|
33
|
+
"document": "软件授权模式。\n\n<table>\n<thead>\n<tr>\n<th>枚举值</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody><tr>\n<td>Permanent</td>\n<td>永久授权。该授权不受有效期限制。</td>\n</tr>\n<tr>\n<td>Subscription</td>\n<td>订阅授权。授权如果过了有效期,则会进入过期状态。</td>\n</tr>\n</tbody></table>",
|
34
|
+
"example": "Subscription",
|
35
|
+
"member": "string",
|
36
|
+
"name": "LicenseMode",
|
37
|
+
"output_required": true,
|
38
|
+
"type": "string",
|
39
|
+
"value_allowed_null": false
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"disabled": false,
|
43
|
+
"document": "软件的授权状态。\n\n<table>\n<thead>\n<tr>\n<th>枚举值</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody><tr>\n<td>Issued</td>\n<td>已颁发,等待激活。一般来说,如果软件已经在运行,不会出现该状态。</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>授权在有效期内,这是软件运行期间最常见的状态。</td>\n</tr>\n<tr>\n<td>Expired</td>\n<td>授权已过期。订阅类的软件授权有有效期,如果服务器时间已晚于有效期,则会进入过期状态。</td>\n</tr>\n<tr>\n<td>Deactivated</td>\n<td>授权已失效。用户如果退货软件,则授权会自动失效。</td>\n</tr>\n</tbody></table>",
|
44
|
+
"example": "Active",
|
45
|
+
"member": "string",
|
46
|
+
"name": "LicenseStatus",
|
47
|
+
"output_required": true,
|
48
|
+
"type": "string",
|
49
|
+
"value_allowed_null": false
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"disabled": false,
|
53
|
+
"document": "软件供应方 ID。",
|
54
|
+
"example": "1000",
|
55
|
+
"member": "uint64",
|
56
|
+
"name": "ProviderId",
|
57
|
+
"output_required": true,
|
58
|
+
"type": "int",
|
59
|
+
"value_allowed_null": false
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"disabled": false,
|
63
|
+
"document": "软件包 ID。",
|
64
|
+
"example": "pkg-kby01bv4",
|
65
|
+
"member": "string",
|
66
|
+
"name": "SoftwarePackageId",
|
67
|
+
"output_required": true,
|
68
|
+
"type": "string",
|
69
|
+
"value_allowed_null": false
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"disabled": false,
|
73
|
+
"document": "软件包版本。",
|
74
|
+
"example": "1.0.0",
|
75
|
+
"member": "string",
|
76
|
+
"name": "SoftwarePackageVersion",
|
77
|
+
"output_required": true,
|
78
|
+
"type": "string",
|
79
|
+
"value_allowed_null": false
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"disabled": false,
|
83
|
+
"document": "被授权的用户 UIN。",
|
84
|
+
"example": "100008888888",
|
85
|
+
"member": "string",
|
86
|
+
"name": "AuthorizedUserUin",
|
87
|
+
"output_required": true,
|
88
|
+
"type": "string",
|
89
|
+
"value_allowed_null": false
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"disabled": false,
|
93
|
+
"document": "被授权的应用实例 ID。",
|
94
|
+
"example": "cloudapp-95t785d8",
|
95
|
+
"member": "string",
|
96
|
+
"name": "AuthorizedCloudappId",
|
97
|
+
"output_required": true,
|
98
|
+
"type": "string",
|
99
|
+
"value_allowed_null": false
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"disabled": false,
|
103
|
+
"document": "被授权的角色 ID。",
|
104
|
+
"example": "4000008000060000",
|
105
|
+
"member": "string",
|
106
|
+
"name": "AuthorizedCloudappRoleId",
|
107
|
+
"output_required": true,
|
108
|
+
"type": "string",
|
109
|
+
"value_allowed_null": false
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"disabled": false,
|
113
|
+
"document": "被授权的软件规格,具体字段请参考结构SaleParam",
|
114
|
+
"example": "无",
|
115
|
+
"member": "SaleParam",
|
116
|
+
"name": "AuthorizedSpecification",
|
117
|
+
"output_required": true,
|
118
|
+
"type": "list",
|
119
|
+
"value_allowed_null": false
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"disabled": false,
|
123
|
+
"document": "被授权的软件的计费模式。\n\n<table>\n<thead>\n<tr>\n<th>枚举值</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody><tr>\n<td>1</td>\n<td>线上计费,软件的授权从腾讯云线上购买,支持续费、退款等操作。</td>\n</tr>\n<tr>\n<td>2</td>\n<td>线下计费,软件的授权线下签订合同购买,定向客户交付,无法从线上续费和退款。</td>\n</tr>\n<tr>\n<td>4</td>\n<td>免费</td>\n</tr>\n</tbody></table>",
|
124
|
+
"example": "1",
|
125
|
+
"member": "int64",
|
126
|
+
"name": "BillingMode",
|
127
|
+
"output_required": true,
|
128
|
+
"type": "int",
|
129
|
+
"value_allowed_null": false
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"disabled": false,
|
133
|
+
"document": "授权时长(单位由LifeSpanUnit确定,枚举值有Y年/M月/D日三种)",
|
134
|
+
"example": "1",
|
135
|
+
"member": "int64",
|
136
|
+
"name": "LifeSpan",
|
137
|
+
"output_required": false,
|
138
|
+
"type": "int",
|
139
|
+
"value_allowed_null": false
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"disabled": false,
|
143
|
+
"document": "授权颁发时间。",
|
144
|
+
"example": "2024-06-29T00:00:00+08:00",
|
145
|
+
"member": "datetime_iso",
|
146
|
+
"name": "IssueDate",
|
147
|
+
"output_required": true,
|
148
|
+
"type": "string",
|
149
|
+
"value_allowed_null": false
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"disabled": false,
|
153
|
+
"document": "授权激活时间,如从未激活则返回 null。\n注意:此字段可能返回 null,表示取不到有效值。",
|
154
|
+
"example": "2024-06-30T00:00:00+08:00",
|
155
|
+
"member": "datetime_iso",
|
156
|
+
"name": "ActivationDate",
|
157
|
+
"output_required": false,
|
158
|
+
"type": "string",
|
159
|
+
"value_allowed_null": true
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"disabled": false,
|
163
|
+
"document": "授权过期时间,如未过期或者是永久授权,则返回 null。\n注意:此字段可能返回 null,表示取不到有效值。",
|
164
|
+
"example": "2025-06-30T00:00:00+08:00",
|
165
|
+
"member": "datetime_iso",
|
166
|
+
"name": "ExpirationDate",
|
167
|
+
"output_required": false,
|
168
|
+
"type": "string",
|
169
|
+
"value_allowed_null": true
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"disabled": false,
|
173
|
+
"document": "授权时长单位,枚举值有Y年/M月/D日三种",
|
174
|
+
"example": "Y",
|
175
|
+
"member": "string",
|
176
|
+
"name": "LifeSpanUnit",
|
177
|
+
"output_required": false,
|
178
|
+
"type": "string",
|
179
|
+
"value_allowed_null": false
|
180
|
+
}
|
181
|
+
],
|
182
|
+
"usage": "out"
|
183
|
+
},
|
184
|
+
"SaleParam": {
|
185
|
+
"document": "表示商品 SKU 的单个售卖参数",
|
186
|
+
"members": [
|
187
|
+
{
|
188
|
+
"disabled": false,
|
189
|
+
"document": "售卖参数标识",
|
190
|
+
"example": "user_scale",
|
191
|
+
"member": "string",
|
192
|
+
"name": "ParamKey",
|
193
|
+
"output_required": true,
|
194
|
+
"type": "string",
|
195
|
+
"value_allowed_null": false
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"disabled": false,
|
199
|
+
"document": "售卖参数值",
|
200
|
+
"example": "100",
|
201
|
+
"member": "string",
|
202
|
+
"name": "ParamValue",
|
203
|
+
"output_required": true,
|
204
|
+
"type": "string",
|
205
|
+
"value_allowed_null": false
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"disabled": false,
|
209
|
+
"document": "售卖参数的展示名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
210
|
+
"example": "用户规模",
|
211
|
+
"member": "string",
|
212
|
+
"name": "ParamKeyName",
|
213
|
+
"output_required": true,
|
214
|
+
"type": "string",
|
215
|
+
"value_allowed_null": true
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"disabled": false,
|
219
|
+
"document": "售卖参数值的展示名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
220
|
+
"example": "100人",
|
221
|
+
"member": "string",
|
222
|
+
"name": "ParamValueName",
|
223
|
+
"output_required": true,
|
224
|
+
"type": "string",
|
225
|
+
"value_allowed_null": true
|
226
|
+
}
|
227
|
+
],
|
228
|
+
"usage": "out"
|
229
|
+
},
|
230
|
+
"VerifyLicenseRequest": {
|
231
|
+
"document": "VerifyLicense请求参数结构体",
|
232
|
+
"members": [],
|
233
|
+
"type": "object"
|
234
|
+
},
|
235
|
+
"VerifyLicenseResponse": {
|
236
|
+
"document": "VerifyLicense返回参数结构体",
|
237
|
+
"members": [
|
238
|
+
{
|
239
|
+
"disabled": false,
|
240
|
+
"document": "软件的详细授权信息。",
|
241
|
+
"example": "见 License 数据结构。",
|
242
|
+
"member": "License",
|
243
|
+
"name": "License",
|
244
|
+
"output_required": true,
|
245
|
+
"type": "object",
|
246
|
+
"value_allowed_null": false
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
250
|
+
"member": "string",
|
251
|
+
"name": "RequestId",
|
252
|
+
"type": "string"
|
253
|
+
}
|
254
|
+
],
|
255
|
+
"type": "object"
|
256
|
+
}
|
257
|
+
},
|
258
|
+
"version": "1.0"
|
259
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"VerifyLicense": [
|
4
|
+
{
|
5
|
+
"document": "",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: cloudapp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VerifyLicense\n<公共请求参数>\n\n{}",
|
7
|
+
"output": "{\n \"Response\": {\n \"License\": {\n \"LicenseId\": \"abc\",\n \"LicenseMode\": \"abc\",\n \"LicenseStatus\": \"abc\",\n \"ProviderId\": 1,\n \"SoftwarePackageId\": \"abc\",\n \"SoftwarePackageVersion\": \"abc\",\n \"AuthorizedUserUin\": \"abc\",\n \"AuthorizedCloudappId\": \"abc\",\n \"AuthorizedCloudappRoleId\": \"abc\",\n \"AuthorizedSpecification\": [\n {\n \"ParamKey\": \"abc\",\n \"ParamValue\": \"abc\",\n \"ParamKeyName\": \"abc\",\n \"ParamValueName\": \"abc\"\n }\n ],\n \"BillingMode\": 0,\n \"LifeSpan\": 0,\n \"IssueDate\": \"2020-09-22T00:00:00+00:00\",\n \"ActivationDate\": \"2020-09-22T00:00:00+00:00\",\n \"ExpirationDate\": \"2020-09-22T00:00:00+00:00\",\n \"LifeSpanUnit\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
8
|
+
"title": "通过运行时roleId查询对应的软件 LICENSE"
|
9
|
+
}
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"version": "1.0"
|
13
|
+
}
|
@@ -1783,7 +1783,7 @@
|
|
1783
1783
|
},
|
1784
1784
|
{
|
1785
1785
|
"disabled": false,
|
1786
|
-
"document": "实例机型。不同实例机型指定了不同的资源规格。\n<br><li>对于付费模式为PREPAID或POSTPAID\\_BY\\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)
|
1786
|
+
"document": "实例机型。不同实例机型指定了不同的资源规格。\n<br><li>对于付费模式为PREPAID或POSTPAID\\_BY\\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。若不指定该参数,则系统将根据当前地域的资源售卖情况动态指定默认机型。</li><li>对于付费模式为CDHPAID的实例创建,该参数以\"CDH_\"为前缀,根据CPU和内存配置生成,具体形式为:CDH_XCXG,例如对于创建CPU为1核,内存为1G大小的专用宿主机的实例,该参数应该为CDH_1C1G。</li>",
|
1787
1787
|
"example": "S5.16XLARGE256",
|
1788
1788
|
"member": "string",
|
1789
1789
|
"name": "InstanceType",
|
@@ -1837,7 +1837,7 @@
|
|
1837
1837
|
},
|
1838
1838
|
{
|
1839
1839
|
"disabled": false,
|
1840
|
-
"document": "实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持60
|
1840
|
+
"document": "实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持60个字符(包含模式串)。</li>",
|
1841
1841
|
"example": "MyInstance",
|
1842
1842
|
"member": "string",
|
1843
1843
|
"name": "InstanceName",
|
@@ -1882,7 +1882,7 @@
|
|
1882
1882
|
},
|
1883
1883
|
{
|
1884
1884
|
"disabled": false,
|
1885
|
-
"document": "云服务器的主机名。<br><li>点号(.)和短横线(-)不能作为 HostName
|
1885
|
+
"document": "云服务器的主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li><li>Windows 实例:名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。</li><li>其他类型(Linux 等)实例:字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。</li>",
|
1886
1886
|
"example": "无",
|
1887
1887
|
"member": "string",
|
1888
1888
|
"name": "HostName",
|
@@ -1963,7 +1963,7 @@
|
|
1963
1963
|
},
|
1964
1964
|
{
|
1965
1965
|
"disabled": false,
|
1966
|
-
"document": "实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
1966
|
+
"document": "实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><li>POSTPAID_BY_HOUR:按小时后付费</li><li>CDHPAID:独享子机(基于专用宿主机创建,宿主机部分的资源不收费)</li><li>SPOTPAID:竞价付费</li>默认值:POSTPAID_BY_HOUR。",
|
1967
1967
|
"example": "PREPAID",
|
1968
1968
|
"member": "string",
|
1969
1969
|
"name": "InstanceChargeType",
|
@@ -1981,7 +1981,7 @@
|
|
1981
1981
|
},
|
1982
1982
|
{
|
1983
1983
|
"disabled": false,
|
1984
|
-
"document": "实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api
|
1984
|
+
"document": "实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例</li><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br></li>默认取值:FALSE。",
|
1985
1985
|
"example": "false",
|
1986
1986
|
"member": "bool",
|
1987
1987
|
"name": "DisableApiTermination",
|
@@ -2054,7 +2054,7 @@
|
|
2054
2054
|
},
|
2055
2055
|
{
|
2056
2056
|
"disabled": false,
|
2057
|
-
"document": "实例机型。不同实例机型指定了不同的资源规格。\n<br><li>对于付费模式为PREPAID或POSTPAID\\_BY\\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)
|
2057
|
+
"document": "实例机型。不同实例机型指定了不同的资源规格。\n<br><li>对于付费模式为PREPAID或POSTPAID\\_BY\\_HOUR的实例创建,具体取值可通过调用接口[DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/api/213/15749)来获得最新的规格表或参见[实例规格](https://cloud.tencent.com/document/product/213/11518)描述。若不指定该参数,则系统将根据当前地域的资源售卖情况动态指定默认机型。</li><br><li>对于付费模式为CDHPAID的实例创建,该参数以\"CDH_\"为前缀,根据CPU和内存配置生成,具体形式为:CDH_XCXG,例如对于创建CPU为1核,内存为1G大小的专用宿主机的实例,该参数应该为CDH_1C1G。</li>",
|
2058
2058
|
"example": "PREPAID",
|
2059
2059
|
"member": "string",
|
2060
2060
|
"name": "InstanceType",
|
@@ -2117,7 +2117,7 @@
|
|
2117
2117
|
},
|
2118
2118
|
{
|
2119
2119
|
"disabled": false,
|
2120
|
-
"document": "实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持60
|
2120
|
+
"document": "实例显示名称。<br><li>不指定实例显示名称则默认显示‘未命名’。</li><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server_{R:3}`,购买1台时,实例显示名称为`server_3`;购买2台时,实例显示名称分别为`server_3`,`server_4`。支持指定多个模式串`{R:x}`。</li><li>购买多台实例,如果不指定模式串,则在实例显示名称添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server_`,购买2台时,实例显示名称分别为`server_1`,`server_2`。</li><li>最多支持60个字符(包含模式串)。</li>",
|
2121
2121
|
"example": "my_instance",
|
2122
2122
|
"member": "string",
|
2123
2123
|
"name": "InstanceName",
|
@@ -2162,7 +2162,7 @@
|
|
2162
2162
|
},
|
2163
2163
|
{
|
2164
2164
|
"disabled": false,
|
2165
|
-
"document": "云服务器的主机名。<br><li>点号(.)和短横线(-)不能作为 HostName
|
2165
|
+
"document": "云服务器的主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li><br><li>Windows 实例:名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。</li><br><li>其他类型(Linux 等)实例:字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。</li>",
|
2166
2166
|
"example": "无",
|
2167
2167
|
"member": "string",
|
2168
2168
|
"name": "HostName",
|
@@ -2243,7 +2243,7 @@
|
|
2243
2243
|
},
|
2244
2244
|
{
|
2245
2245
|
"disabled": false,
|
2246
|
-
"document": "实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID
|
2246
|
+
"document": "实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月</li><li>POSTPAID_BY_HOUR:按小时后付费</li><li>CDHPAID:独享子机(基于专用宿主机创建,宿主机部分的资源不收费)</li><li>SPOTPAID:竞价付费</li>默认值:POSTPAID_BY_HOUR。",
|
2247
2247
|
"example": "PREPAID",
|
2248
2248
|
"member": "string",
|
2249
2249
|
"name": "InstanceChargeType",
|
@@ -2261,7 +2261,7 @@
|
|
2261
2261
|
},
|
2262
2262
|
{
|
2263
2263
|
"disabled": false,
|
2264
|
-
"document": "实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api
|
2264
|
+
"document": "实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例</li><br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例</li><br><br>默认取值:FALSE。",
|
2265
2265
|
"example": "false",
|
2266
2266
|
"member": "bool",
|
2267
2267
|
"name": "DisableApiTermination",
|
@@ -8170,12 +8170,30 @@
|
|
8170
8170
|
"members": [
|
8171
8171
|
{
|
8172
8172
|
"disabled": false,
|
8173
|
-
"document": "引擎类型:
|
8173
|
+
"document": "引擎类型:SparkSQL、PrestoSQL、SparkBatch、StandardSpark、StandardPresto",
|
8174
8174
|
"example": "SQL",
|
8175
8175
|
"member": "string",
|
8176
8176
|
"name": "EngineType",
|
8177
8177
|
"required": true,
|
8178
8178
|
"type": "string"
|
8179
|
+
},
|
8180
|
+
{
|
8181
|
+
"disabled": false,
|
8182
|
+
"document": "排序字段: InsertTime(插入时间,默认),UpdateTime(更新时间)",
|
8183
|
+
"example": "InsertTime",
|
8184
|
+
"member": "string",
|
8185
|
+
"name": "Sort",
|
8186
|
+
"required": false,
|
8187
|
+
"type": "string"
|
8188
|
+
},
|
8189
|
+
{
|
8190
|
+
"disabled": false,
|
8191
|
+
"document": "排序方式:false(降序,默认),true(升序)",
|
8192
|
+
"example": "false",
|
8193
|
+
"member": "bool",
|
8194
|
+
"name": "Asc",
|
8195
|
+
"required": false,
|
8196
|
+
"type": "bool"
|
8179
8197
|
}
|
8180
8198
|
],
|
8181
8199
|
"type": "object"
|
@@ -473,7 +473,7 @@
|
|
473
473
|
"DescribeDataEngineImageVersions": [
|
474
474
|
{
|
475
475
|
"document": "本接口用于获取独享集群大版本镜像列表",
|
476
|
-
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataEngineImageVersions\n<公共请求参数>\n\n{\n \"EngineType\": \"SQL\"\n}",
|
476
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataEngineImageVersions\n<公共请求参数>\n\n{\n \"EngineType\": \"SQL\",\n \"Sort\": \"InsertTime\",\n \"Asc\": false\n}",
|
477
477
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b8sd7dd7-ekd4-4e5e-993e-e5db64fa21c1\",\n \"Total\": 1,\n \"ImageParentVersions\": [\n {\n \"UpdateTime\": \"2020-01-01:00:00:00\",\n \"Description\": \"测试\",\n \"IsSharedEngine\": 1,\n \"ImageVersionId\": \"d3018ad4-9a7e-4f64-a3f4-f38507c69742\",\n \"IsPublic\": 1,\n \"State\": 1,\n \"InsertTime\": \"2020-01-01:00:00:00\",\n \"ImageVersion\": \"SuperSQL\",\n \"EngineType\": \"SparkSQL\"\n }\n ]\n }\n}",
|
478
478
|
"title": "获取独享集群大版本镜像列表"
|
479
479
|
}
|
@@ -3955,6 +3955,33 @@
|
|
3955
3955
|
"name": "TimingStartTime",
|
3956
3956
|
"required": false,
|
3957
3957
|
"type": "string"
|
3958
|
+
},
|
3959
|
+
{
|
3960
|
+
"disabled": false,
|
3961
|
+
"document": "random-随机,asc生序,desc降序",
|
3962
|
+
"example": "抽样方式",
|
3963
|
+
"member": "string",
|
3964
|
+
"name": "Order",
|
3965
|
+
"required": false,
|
3966
|
+
"type": "string"
|
3967
|
+
},
|
3968
|
+
{
|
3969
|
+
"disabled": false,
|
3970
|
+
"document": "抽样的条数,范围30-1000",
|
3971
|
+
"example": "20",
|
3972
|
+
"member": "int64",
|
3973
|
+
"name": "Rows",
|
3974
|
+
"required": false,
|
3975
|
+
"type": "int"
|
3976
|
+
},
|
3977
|
+
{
|
3978
|
+
"disabled": false,
|
3979
|
+
"document": "抽样的排序字段",
|
3980
|
+
"example": "id",
|
3981
|
+
"member": "string",
|
3982
|
+
"name": "GlobalOrderField",
|
3983
|
+
"required": false,
|
3984
|
+
"type": "string"
|
3958
3985
|
}
|
3959
3986
|
],
|
3960
3987
|
"type": "object"
|
@@ -3968,7 +3995,7 @@
|
|
3968
3995
|
"example": "1",
|
3969
3996
|
"member": "int64",
|
3970
3997
|
"name": "TaskId",
|
3971
|
-
"
|
3998
|
+
"output_required": true,
|
3972
3999
|
"type": "int",
|
3973
4000
|
"value_allowed_null": false
|
3974
4001
|
},
|
@@ -3978,7 +4005,7 @@
|
|
3978
4005
|
"example": "1",
|
3979
4006
|
"member": "int64",
|
3980
4007
|
"name": "ResultId",
|
3981
|
-
"
|
4008
|
+
"output_required": true,
|
3982
4009
|
"type": "int",
|
3983
4010
|
"value_allowed_null": true
|
3984
4011
|
},
|
@@ -9480,6 +9507,24 @@
|
|
9480
9507
|
"name": "FieldResultId",
|
9481
9508
|
"required": true,
|
9482
9509
|
"type": "int"
|
9510
|
+
},
|
9511
|
+
{
|
9512
|
+
"disabled": false,
|
9513
|
+
"document": "排序方式",
|
9514
|
+
"example": "random",
|
9515
|
+
"member": "string",
|
9516
|
+
"name": "Order",
|
9517
|
+
"required": false,
|
9518
|
+
"type": "string"
|
9519
|
+
},
|
9520
|
+
{
|
9521
|
+
"disabled": false,
|
9522
|
+
"document": "排序字段",
|
9523
|
+
"example": "id",
|
9524
|
+
"member": "string",
|
9525
|
+
"name": "OrderField",
|
9526
|
+
"required": false,
|
9527
|
+
"type": "string"
|
9483
9528
|
}
|
9484
9529
|
],
|
9485
9530
|
"type": "object"
|
@@ -9924,6 +9969,24 @@
|
|
9924
9969
|
"name": "FieldResultId",
|
9925
9970
|
"required": true,
|
9926
9971
|
"type": "int"
|
9972
|
+
},
|
9973
|
+
{
|
9974
|
+
"disabled": false,
|
9975
|
+
"document": "排序方式",
|
9976
|
+
"example": "random",
|
9977
|
+
"member": "string",
|
9978
|
+
"name": "Order",
|
9979
|
+
"required": false,
|
9980
|
+
"type": "string"
|
9981
|
+
},
|
9982
|
+
{
|
9983
|
+
"disabled": false,
|
9984
|
+
"document": "排序字段",
|
9985
|
+
"example": "id",
|
9986
|
+
"member": "string",
|
9987
|
+
"name": "OrderField",
|
9988
|
+
"required": false,
|
9989
|
+
"type": "string"
|
9927
9990
|
}
|
9928
9991
|
],
|
9929
9992
|
"type": "object"
|
@@ -9937,7 +10000,7 @@
|
|
9937
10000
|
"example": "无",
|
9938
10001
|
"member": "DspaFieldResultDataSample",
|
9939
10002
|
"name": "Items",
|
9940
|
-
"
|
10003
|
+
"output_required": true,
|
9941
10004
|
"type": "list",
|
9942
10005
|
"value_allowed_null": true
|
9943
10006
|
},
|
@@ -2670,7 +2670,7 @@
|
|
2670
2670
|
},
|
2671
2671
|
{
|
2672
2672
|
"disabled": false,
|
2673
|
-
"document": "排序字段<li>1:插件名 pluginName",
|
2673
|
+
"document": "排序字段<li>1:插件名 pluginName</li>",
|
2674
2674
|
"example": "pluginName",
|
2675
2675
|
"member": "string",
|
2676
2676
|
"name": "OrderBy",
|
@@ -9597,6 +9597,24 @@
|
|
9597
9597
|
"name": "CvmDelayOnlineTime",
|
9598
9598
|
"required": false,
|
9599
9599
|
"type": "int"
|
9600
|
+
},
|
9601
|
+
{
|
9602
|
+
"disabled": false,
|
9603
|
+
"document": "分片迁移并发数",
|
9604
|
+
"example": "2",
|
9605
|
+
"member": "uint64",
|
9606
|
+
"name": "ShardAllocationConcurrents",
|
9607
|
+
"required": false,
|
9608
|
+
"type": "int"
|
9609
|
+
},
|
9610
|
+
{
|
9611
|
+
"disabled": false,
|
9612
|
+
"document": "分片迁移并发速度",
|
9613
|
+
"example": "40",
|
9614
|
+
"member": "uint64",
|
9615
|
+
"name": "ShardAllocationBytes",
|
9616
|
+
"required": false,
|
9617
|
+
"type": "int"
|
9600
9618
|
}
|
9601
9619
|
],
|
9602
9620
|
"type": "object"
|
@@ -236,7 +236,7 @@
|
|
236
236
|
{
|
237
237
|
"document": "查询集群视图",
|
238
238
|
"input": "https://es.tencentcloudapi.com/?Action=DescribeViews\n&InstanceId=es-xxxxxxxx\n&<公共请求参数>",
|
239
|
-
"output": "{\n \"Response\": {\n \"ClusterView\": {\n \"Health\": 0,\n \"Visible\": 0,\n \"Break\": 0,\n \"AvgDiskUsage\": 0,\n \"AvgMemUsage\": 0,\n \"AvgCpuUsage\": 0,\n \"TotalDiskSize\": 1,\n \"TargetNodeTypes\": [\n \"abc\"\n ],\n \"NodeNum\": 0,\n \"TotalNodeNum\": 0,\n \"DataNodeNum\": 0,\n \"IndexNum\": 0,\n \"DocNum\": 0,\n \"DiskUsedInBytes\": 0,\n \"ShardNum\": 0,\n \"PrimaryShardNum\": 0,\n \"RelocatingShardNum\": 0,\n \"InitializingShardNum\": 0,\n \"UnassignedShardNum\": 0,\n \"TotalCosStorage\": 0,\n \"SearchableSnapshotCosBucket\": \"abc\",\n \"SearchableSnapshotCosAppId\": \"abc\"\n },\n \"NodesView\": [\n {\n \"NodeId\": \"abc\",\n \"NodeIp\": \"abc\",\n \"Visible\": 0,\n \"Break\": 0,\n \"DiskSize\": 0,\n \"DiskUsage\": 0,\n \"MemSize\": 0,\n \"MemUsage\": 0,\n \"CpuNum\": 0,\n \"CpuUsage\": 0,\n \"Zone\": \"abc\",\n \"NodeRole\": \"abc\",\n \"NodeHttpIp\": \"abc\",\n \"JvmMemUsage\": 0,\n \"ShardNum\": 0,\n \"DiskIds\": [\n \"abc\"\n ],\n \"Hidden\": true,\n \"IsCoordinationNode\": true\n }\n ],\n \"KibanasView\": [\n {\n \"Ip\": \"abc\",\n \"DiskSize\": 0,\n \"DiskUsage\": 0,\n \"MemSize\": 0,\n \"MemUsage\": 0,\n \"CpuNum\": 0,\n \"CpuUsage\": 0,\n \"Zone\": \"abc\",\n \"NodeId\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
239
|
+
"output": "{\n \"Response\": {\n \"ClusterView\": {\n \"Health\": 0,\n \"Visible\": 0,\n \"Break\": 0,\n \"AvgDiskUsage\": 0,\n \"AvgMemUsage\": 0,\n \"AvgCpuUsage\": 0,\n \"TotalDiskSize\": 1,\n \"TargetNodeTypes\": [\n \"abc\"\n ],\n \"NodeNum\": 0,\n \"TotalNodeNum\": 0,\n \"DataNodeNum\": 0,\n \"IndexNum\": 0,\n \"DocNum\": 0,\n \"DiskUsedInBytes\": 0,\n \"ShardNum\": 0,\n \"PrimaryShardNum\": 0,\n \"RelocatingShardNum\": 0,\n \"InitializingShardNum\": 0,\n \"UnassignedShardNum\": 0,\n \"TotalCosStorage\": 0,\n \"SearchableSnapshotCosBucket\": \"abc\",\n \"SearchableSnapshotCosAppId\": \"abc\"\n },\n \"NodesView\": [\n {\n \"NodeId\": \"abc\",\n \"NodeIp\": \"abc\",\n \"Visible\": 0,\n \"Break\": 0,\n \"DiskSize\": 0,\n \"DiskUsage\": 0,\n \"MemSize\": 0,\n \"MemUsage\": 0,\n \"CpuNum\": 0,\n \"CpuUsage\": 0,\n \"Zone\": \"abc\",\n \"NodeRole\": \"abc\",\n \"NodeHttpIp\": \"abc\",\n \"JvmMemUsage\": 0,\n \"ShardNum\": 0,\n \"DiskIds\": [\n \"abc\"\n ],\n \"Hidden\": true,\n \"IsCoordinationNode\": true,\n \"CVMStatus\": \"abc\"\n }\n ],\n \"KibanasView\": [\n {\n \"Ip\": \"abc\",\n \"DiskSize\": 0,\n \"DiskUsage\": 0,\n \"MemSize\": 0,\n \"MemUsage\": 0,\n \"CpuNum\": 0,\n \"CpuUsage\": 0,\n \"Zone\": \"abc\",\n \"NodeId\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
240
240
|
"title": "查询集群视图"
|
241
241
|
}
|
242
242
|
],
|
@@ -6106,7 +6106,7 @@
|
|
6106
6106
|
},
|
6107
6107
|
{
|
6108
6108
|
"disabled": false,
|
6109
|
-
"document": "电子印章类型 , 可选类型如下: <ul><li>**OFFICIAL**: (默认)公章</li><li>**CONTRACT**: 合同专用章;</li><li>**FINANCE**: 财务专用章;</li><li>**PERSONNEL**: 人事专用章</li><li>**INVOICE**: 发票专用章</li></ul>注:
|
6109
|
+
"document": "电子印章类型 , 可选类型如下: <ul><li>**OFFICIAL**: (默认)公章</li><li>**CONTRACT**: 合同专用章;</li><li>**FINANCE**: 财务专用章;</li><li>**PERSONNEL**: 人事专用章</li><li>**INVOICE**: 发票专用章</li><li>**OTHER**: 其他</li></ul>注: 同企业下只能有<font color=\"red\">一个</font>公章, 重复创建会报错",
|
6110
6110
|
"example": "OFFICIAL",
|
6111
6111
|
"member": "string",
|
6112
6112
|
"name": "SealType",
|