tccli 3.0.1316.1__py2.py3-none-any.whl → 3.0.1318.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/batch/v20170312/api.json +2 -2
- tccli/services/cbs/v20170312/api.json +59 -60
- tccli/services/cbs/v20170312/examples.json +5 -5
- tccli/services/cdb/v20170320/api.json +9 -9
- tccli/services/cdb/v20170320/examples.json +12 -0
- tccli/services/cdwdoris/v20211228/api.json +37 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cls/v20201016/api.json +12 -2
- tccli/services/cvm/v20170312/api.json +18 -18
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +29 -7
- tccli/services/dnspod/v20210323/api.json +85 -65
- tccli/services/dnspod/v20210323/examples.json +28 -28
- tccli/services/domain/v20180808/api.json +10 -10
- tccli/services/domain/v20180808/examples.json +1 -1
- tccli/services/dsgc/v20190723/api.json +45 -35
- tccli/services/dts/v20180330/api.json +2 -2
- tccli/services/es/v20180416/api.json +49 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +83 -1
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/essbasic/v20210526/examples.json +9 -3
- tccli/services/goosefs/goosefs_client.py +386 -68
- tccli/services/goosefs/v20220519/api.json +510 -0
- tccli/services/goosefs/v20220519/examples.json +48 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/iotexplorer/v20190423/api.json +13 -3
- tccli/services/keewidb/v20220308/api.json +11 -2
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +12 -68
- tccli/services/lkeap/lkeap_client.py +53 -53
- tccli/services/lkeap/v20240522/api.json +90 -70
- tccli/services/lkeap/v20240522/examples.json +8 -8
- tccli/services/mps/v20190612/api.json +163 -0
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +30 -0
- tccli/services/postgres/postgres_client.py +8 -114
- tccli/services/postgres/v20170312/api.json +0 -197
- tccli/services/postgres/v20170312/examples.json +0 -22
- tccli/services/privatedns/v20201028/api.json +2 -2
- tccli/services/scf/v20180416/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +2 -2
- tccli/services/ssl/v20191205/api.json +18 -0
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tbaas/v20180416/api.json +3 -3
- tccli/services/tbaas/v20180416/examples.json +1 -1
- tccli/services/tcbr/v20220217/api.json +16 -16
- tccli/services/teo/v20220901/api.json +34 -6
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +7 -7
- tccli/services/tke/v20220501/api.json +61 -1
- tccli/services/tke/v20220501/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +19 -1
- tccli/services/tse/v20201207/api.json +78 -4
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/waf/v20180125/api.json +78 -22
- tccli/services/waf/v20180125/examples.json +1 -1
- {tccli-3.0.1316.1.dist-info → tccli-3.0.1318.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1316.1.dist-info → tccli-3.0.1318.1.dist-info}/RECORD +64 -64
- {tccli-3.0.1316.1.dist-info → tccli-3.0.1318.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1316.1.dist-info → tccli-3.0.1318.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1316.1.dist-info → tccli-3.0.1318.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1318.1'
|
@@ -5055,7 +5055,7 @@
|
|
5055
5055
|
},
|
5056
5056
|
{
|
5057
5057
|
"disabled": false,
|
5058
|
-
"document": "TaskInstance
|
5058
|
+
"document": "TaskInstance失败后处理方式,取值包括\n\n- TERMINATE:销毁计算实例(默认)、\n- INTERRUPT:中断任务,保留计算实例、\n- FAST_INTERRUPT: 快速中断任务, 保留计算实例。",
|
5059
5059
|
"example": "TERMINATE",
|
5060
5060
|
"member": "string",
|
5061
5061
|
"name": "FailedAction",
|
@@ -5747,7 +5747,7 @@
|
|
5747
5747
|
"members": [
|
5748
5748
|
{
|
5749
5749
|
"disabled": false,
|
5750
|
-
"document": "私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [
|
5750
|
+
"document": "私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) ,从接口返回中的`VpcId `字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。",
|
5751
5751
|
"example": "vpc-2ij",
|
5752
5752
|
"member": "string",
|
5753
5753
|
"name": "VpcId",
|
@@ -190,11 +190,11 @@
|
|
190
190
|
"status": "online"
|
191
191
|
},
|
192
192
|
"GetSnapOverview": {
|
193
|
-
"document": "
|
193
|
+
"document": "获取快照概览信息",
|
194
194
|
"input": "GetSnapOverviewRequest",
|
195
195
|
"name": "获取快照概览信息",
|
196
196
|
"output": "GetSnapOverviewResponse",
|
197
|
-
"status": "
|
197
|
+
"status": "online"
|
198
198
|
},
|
199
199
|
"InitializeDisks": {
|
200
200
|
"document": "重新初始化云硬盘至云硬盘初始创建时的状态。使用云硬盘的重新初始化功能时需要注意以下4点:\n1. 如果云硬盘是由快照创建的,则重新初始化会通过此快照重新回滚此云硬盘,即将云硬盘恢复为与快照一致的状态;\n2. 如果云硬盘不是通过快照创建的,则重新初始化会清空此云硬盘的数据;请在重新初始化云硬盘前检查并备份必要的数据;\n3. 当前仅未挂载的、非共享属性的数据盘云硬盘支持重新初始化;\n4. 当创建此云硬盘的原始快照被删除时,不再支持重新初始化此云硬盘。",
|
@@ -1523,8 +1523,8 @@
|
|
1523
1523
|
},
|
1524
1524
|
{
|
1525
1525
|
"disabled": false,
|
1526
|
-
"document": "云硬盘备份点ID
|
1527
|
-
"example": "dbp-
|
1526
|
+
"document": "云硬盘备份点ID。传入此参数时,将通过备份点创建快照。备份点 ID 可以通过[DescribeDiskBackups](document/product/362/80278)接口查询。",
|
1527
|
+
"example": "dbp-l7mxexxc",
|
1528
1528
|
"member": "string",
|
1529
1529
|
"name": "DiskBackupId",
|
1530
1530
|
"required": false,
|
@@ -1844,7 +1844,7 @@
|
|
1844
1844
|
{
|
1845
1845
|
"disabled": false,
|
1846
1846
|
"document": "要查询备份点的ID列表。参数不支持同时指定 DiskBackupIds 和 Filters。",
|
1847
|
-
"example": "[\"dbp-
|
1847
|
+
"example": "[\"dbp-704k734w\"]",
|
1848
1848
|
"member": "string",
|
1849
1849
|
"name": "DiskBackupIds",
|
1850
1850
|
"required": false,
|
@@ -1852,7 +1852,7 @@
|
|
1852
1852
|
},
|
1853
1853
|
{
|
1854
1854
|
"disabled": false,
|
1855
|
-
"document": "过滤条件,参数不支持同时指定 DiskBackupIds 和 Filters。过滤条件:<br><li>disk-backup-id - Array of String - 是否必填:否 -(过滤条件)按照备份点的ID过滤。备份点ID形如:dbp-11112222。</li><br><li>disk-id - Array of String - 是否必填:否 -(过滤条件)按照创建备份点的云硬盘ID
|
1855
|
+
"document": "过滤条件,参数不支持同时指定 DiskBackupIds 和 Filters。过滤条件:<br><li>disk-backup-id - Array of String - 是否必填:否 -(过滤条件)按照备份点的ID过滤。备份点ID形如:dbp-11112222。</li><br><li>disk-id - Array of String - 是否必填:否 -(过滤条件)按照创建备份点的云硬盘ID过滤。云硬盘ID形如:disk-srftydert。</li><br><li>disk-usage - Array of String - 是否必填:否 -(过滤条件)按创建备份点的云硬盘类型过滤。 (SYSTEM_DISK:代表系统盘 | DATA_DISK:代表数据盘。)</li>",
|
1856
1856
|
"example": "无",
|
1857
1857
|
"member": "Filter",
|
1858
1858
|
"name": "Filters",
|
@@ -1935,7 +1935,7 @@
|
|
1935
1935
|
"members": [
|
1936
1936
|
{
|
1937
1937
|
"disabled": false,
|
1938
|
-
"document": "查询类别,取值范围。<br
|
1938
|
+
"document": "查询类别,取值范围。<br> INQUIRY_CBS_CONFIG:查询云盘配置列表<br> INQUIRY_CVM_CONFIG:查询云盘与实例搭配的配置列表。",
|
1939
1939
|
"example": "INQUIRY_CVM_CONFIG",
|
1940
1940
|
"member": "string",
|
1941
1941
|
"name": "InquiryType",
|
@@ -1944,7 +1944,7 @@
|
|
1944
1944
|
},
|
1945
1945
|
{
|
1946
1946
|
"disabled": false,
|
1947
|
-
"document": "付费模式。取值范围:<br
|
1947
|
+
"document": "付费模式。取值范围:<br> PREPAID:预付费<br> POSTPAID_BY_HOUR:后付费。",
|
1948
1948
|
"example": "POSTPAID_BY_HOUR",
|
1949
1949
|
"member": "string",
|
1950
1950
|
"name": "DiskChargeType",
|
@@ -1962,7 +1962,7 @@
|
|
1962
1962
|
},
|
1963
1963
|
{
|
1964
1964
|
"disabled": false,
|
1965
|
-
"document": "硬盘介质类型。取值范围:<br
|
1965
|
+
"document": "硬盘介质类型。取值范围:<br> CLOUD_BASIC:表示普通云硬盘<br> CLOUD_PREMIUM:表示高性能云硬盘<br> CLOUD_SSD:表示SSD云硬盘<br> CLOUD_HSSD:表示增强型SSD云硬盘。",
|
1966
1966
|
"example": "[\"CLOUD_PREMIUM\"]",
|
1967
1967
|
"member": "string",
|
1968
1968
|
"name": "DiskTypes",
|
@@ -1980,7 +1980,7 @@
|
|
1980
1980
|
},
|
1981
1981
|
{
|
1982
1982
|
"disabled": false,
|
1983
|
-
"document": "
|
1983
|
+
"document": "实例内存大小,单位GB。",
|
1984
1984
|
"example": "4",
|
1985
1985
|
"member": "uint64",
|
1986
1986
|
"name": "Memory",
|
@@ -1989,7 +1989,7 @@
|
|
1989
1989
|
},
|
1990
1990
|
{
|
1991
1991
|
"disabled": false,
|
1992
|
-
"document": "系统盘或数据盘。取值范围:<br
|
1992
|
+
"document": "系统盘或数据盘。取值范围:<br> SYSTEM_DISK:表示系统盘<br> DATA_DISK:表示数据盘。",
|
1993
1993
|
"example": "DATA_DISK",
|
1994
1994
|
"member": "string",
|
1995
1995
|
"name": "DiskUsage",
|
@@ -2549,7 +2549,7 @@
|
|
2549
2549
|
{
|
2550
2550
|
"disabled": false,
|
2551
2551
|
"document": "描述计费项目名称。",
|
2552
|
-
"example": "
|
2552
|
+
"example": "云硬盘空间",
|
2553
2553
|
"member": "string",
|
2554
2554
|
"name": "PriceTitle",
|
2555
2555
|
"output_required": true,
|
@@ -2559,7 +2559,7 @@
|
|
2559
2559
|
{
|
2560
2560
|
"disabled": false,
|
2561
2561
|
"document": "描述计费项目显示名称,用户控制台展示。",
|
2562
|
-
"example": "
|
2562
|
+
"example": "DiskSpace",
|
2563
2563
|
"member": "string",
|
2564
2564
|
"name": "PriceName",
|
2565
2565
|
"output_required": true,
|
@@ -3114,7 +3114,7 @@
|
|
3114
3114
|
"example": "dbp-xxxxxxxx",
|
3115
3115
|
"member": "string",
|
3116
3116
|
"name": "DiskBackupId",
|
3117
|
-
"
|
3117
|
+
"output_required": true,
|
3118
3118
|
"type": "string",
|
3119
3119
|
"value_allowed_null": false
|
3120
3120
|
},
|
@@ -3124,27 +3124,27 @@
|
|
3124
3124
|
"example": "disk-xxxxxxxx",
|
3125
3125
|
"member": "string",
|
3126
3126
|
"name": "DiskId",
|
3127
|
-
"
|
3127
|
+
"output_required": true,
|
3128
3128
|
"type": "string",
|
3129
3129
|
"value_allowed_null": false
|
3130
3130
|
},
|
3131
3131
|
{
|
3132
3132
|
"disabled": false,
|
3133
|
-
"document": "云硬盘大小,单位
|
3133
|
+
"document": "云硬盘大小,单位GiB。",
|
3134
3134
|
"example": "50",
|
3135
3135
|
"member": "uint64",
|
3136
3136
|
"name": "DiskSize",
|
3137
|
-
"
|
3137
|
+
"output_required": true,
|
3138
3138
|
"type": "int",
|
3139
3139
|
"value_allowed_null": false
|
3140
3140
|
},
|
3141
3141
|
{
|
3142
3142
|
"disabled": false,
|
3143
|
-
"document": "云硬盘类型。取值范围:<br
|
3143
|
+
"document": "云硬盘类型。取值范围:<br>\n<li>SYSTEM_DISK:系统盘</li>\n<li>DATA_DISK:数据盘。</li>",
|
3144
3144
|
"example": "DATA_DISK",
|
3145
3145
|
"member": "string",
|
3146
3146
|
"name": "DiskUsage",
|
3147
|
-
"
|
3147
|
+
"output_required": true,
|
3148
3148
|
"type": "string",
|
3149
3149
|
"value_allowed_null": false
|
3150
3150
|
},
|
@@ -3154,47 +3154,47 @@
|
|
3154
3154
|
"example": "Untitled",
|
3155
3155
|
"member": "string",
|
3156
3156
|
"name": "DiskBackupName",
|
3157
|
-
"
|
3157
|
+
"output_required": true,
|
3158
3158
|
"type": "string",
|
3159
3159
|
"value_allowed_null": false
|
3160
3160
|
},
|
3161
3161
|
{
|
3162
3162
|
"disabled": false,
|
3163
|
-
"document": "
|
3163
|
+
"document": "<p>云硬盘备份点状态。取值范围:</p>\n<ul>\n <li>NORMAL:正常</li>\n <li>CREATING:创建中</li>\n <li>ROLLBACKING:回滚中</li>\n</ul>",
|
3164
3164
|
"example": "NORMAL",
|
3165
3165
|
"member": "string",
|
3166
3166
|
"name": "DiskBackupState",
|
3167
|
-
"
|
3167
|
+
"output_required": true,
|
3168
3168
|
"type": "string",
|
3169
3169
|
"value_allowed_null": false
|
3170
3170
|
},
|
3171
3171
|
{
|
3172
3172
|
"disabled": false,
|
3173
|
-
"document": "
|
3173
|
+
"document": "云硬盘备份点创建百分比。",
|
3174
3174
|
"example": "100",
|
3175
3175
|
"member": "uint64",
|
3176
3176
|
"name": "Percent",
|
3177
|
-
"
|
3177
|
+
"output_required": true,
|
3178
3178
|
"type": "int",
|
3179
3179
|
"value_allowed_null": false
|
3180
3180
|
},
|
3181
3181
|
{
|
3182
3182
|
"disabled": false,
|
3183
3183
|
"document": "云硬盘备份点的创建时间。",
|
3184
|
-
"example": "2022-01-
|
3184
|
+
"example": "2022-01-01 12:00:00",
|
3185
3185
|
"member": "datetime_iso",
|
3186
3186
|
"name": "CreateTime",
|
3187
|
-
"
|
3187
|
+
"output_required": true,
|
3188
3188
|
"type": "string",
|
3189
3189
|
"value_allowed_null": false
|
3190
3190
|
},
|
3191
3191
|
{
|
3192
3192
|
"disabled": false,
|
3193
|
-
"document": "云盘是否为加密盘。取值范围:<br><li>false:表示非加密盘<br
|
3193
|
+
"document": "云盘是否为加密盘。取值范围:<br><li>false:表示非加密盘<br></li>true:表示加密盘。",
|
3194
3194
|
"example": "false",
|
3195
3195
|
"member": "bool",
|
3196
3196
|
"name": "Encrypt",
|
3197
|
-
"
|
3197
|
+
"output_required": true,
|
3198
3198
|
"type": "bool",
|
3199
3199
|
"value_allowed_null": false
|
3200
3200
|
}
|
@@ -3206,33 +3206,30 @@
|
|
3206
3206
|
"members": [
|
3207
3207
|
{
|
3208
3208
|
"disabled": false,
|
3209
|
-
"document": "
|
3209
|
+
"document": "购买云硬盘的时长,默认单位为月,取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36。",
|
3210
3210
|
"example": "1",
|
3211
3211
|
"member": "uint64",
|
3212
3212
|
"name": "Period",
|
3213
3213
|
"required": true,
|
3214
|
-
"type": "int"
|
3215
|
-
"value_allowed_null": false
|
3214
|
+
"type": "int"
|
3216
3215
|
},
|
3217
3216
|
{
|
3218
3217
|
"disabled": false,
|
3219
|
-
"document": "
|
3218
|
+
"document": "自动续费标识。取值范围:\n<ul>\n <li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li>\n <li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li>\n <li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li>\n</ul>\n默认取值:NOTIFY_AND_MANUAL_RENEW。",
|
3220
3219
|
"example": "NOTIFY_AND_AUTO_RENEW",
|
3221
3220
|
"member": "string",
|
3222
3221
|
"name": "RenewFlag",
|
3223
3222
|
"required": false,
|
3224
|
-
"type": "string"
|
3225
|
-
"value_allowed_null": false
|
3223
|
+
"type": "string"
|
3226
3224
|
},
|
3227
3225
|
{
|
3228
3226
|
"disabled": false,
|
3229
|
-
"document": "
|
3227
|
+
"document": "需要将云硬盘的到期时间与挂载的子机对齐时,可传入该参数。该参数表示子机当前的到期时间,此时Period如果传入,则表示子机需要续费的时长,云盘会自动按对齐到子机续费后的到期时间续费.",
|
3230
3228
|
"example": "2018-03-30 20:15:03",
|
3231
3229
|
"member": "datetime",
|
3232
3230
|
"name": "CurInstanceDeadline",
|
3233
3231
|
"required": false,
|
3234
|
-
"type": "string"
|
3235
|
-
"value_allowed_null": false
|
3232
|
+
"type": "string"
|
3236
3233
|
}
|
3237
3234
|
],
|
3238
3235
|
"usage": "in"
|
@@ -3282,7 +3279,7 @@
|
|
3282
3279
|
},
|
3283
3280
|
{
|
3284
3281
|
"disabled": false,
|
3285
|
-
"document": "云盘介质类型。取值范围:<br
|
3282
|
+
"document": "云盘介质类型。取值范围:<br>\nCLOUD_BASIC:表示普通云硬盘<br>\nCLOUD_PREMIUM:表示高性能云硬盘<br>\nCLOUD_BSSD:表示通用型SSD云硬盘<br>\nCLOUD_SSD:表示SSD云硬盘<br>\nCLOUD_HSSD:表示增强型SSD云硬盘<br>\nCLOUD_TSSD:表示极速型SSD云硬盘。",
|
3286
3283
|
"example": "CLOUD_BASIC",
|
3287
3284
|
"member": "string",
|
3288
3285
|
"name": "DiskType",
|
@@ -3292,7 +3289,7 @@
|
|
3292
3289
|
},
|
3293
3290
|
{
|
3294
3291
|
"disabled": false,
|
3295
|
-
"document": "云盘大小变化的最小步长,单位
|
3292
|
+
"document": "云盘大小变化的最小步长,单位GiB。",
|
3296
3293
|
"example": "10",
|
3297
3294
|
"member": "uint64",
|
3298
3295
|
"name": "StepSize",
|
@@ -3303,7 +3300,7 @@
|
|
3303
3300
|
{
|
3304
3301
|
"disabled": false,
|
3305
3302
|
"document": "额外的性能区间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3306
|
-
"example": "
|
3303
|
+
"example": "[0, 650]",
|
3307
3304
|
"member": "int64",
|
3308
3305
|
"name": "ExtraPerformanceRange",
|
3309
3306
|
"output_required": true,
|
@@ -3313,7 +3310,7 @@
|
|
3313
3310
|
{
|
3314
3311
|
"disabled": false,
|
3315
3312
|
"document": "实例机型。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3316
|
-
"example": "
|
3313
|
+
"example": "VSELFAMD_2_MEM",
|
3317
3314
|
"member": "string",
|
3318
3315
|
"name": "DeviceClass",
|
3319
3316
|
"output_required": true,
|
@@ -3332,7 +3329,7 @@
|
|
3332
3329
|
},
|
3333
3330
|
{
|
3334
3331
|
"disabled": false,
|
3335
|
-
"document": "最小可配置云盘大小,单位
|
3332
|
+
"document": "最小可配置云盘大小,单位GiB。",
|
3336
3333
|
"example": "10",
|
3337
3334
|
"member": "uint64",
|
3338
3335
|
"name": "MinDiskSize",
|
@@ -3342,7 +3339,7 @@
|
|
3342
3339
|
},
|
3343
3340
|
{
|
3344
3341
|
"disabled": false,
|
3345
|
-
"document": "最大可配置云盘大小,单位
|
3342
|
+
"document": "最大可配置云盘大小,单位GiB。",
|
3346
3343
|
"example": "32000",
|
3347
3344
|
"member": "uint64",
|
3348
3345
|
"name": "MaxDiskSize",
|
@@ -3544,7 +3541,7 @@
|
|
3544
3541
|
"members": [
|
3545
3542
|
{
|
3546
3543
|
"disabled": false,
|
3547
|
-
"document": "额外购买的云硬盘性能值,单位
|
3544
|
+
"document": "额外购买的云硬盘性能值,单位MiB/s。仅大小超过460GiB的增强型SSD(CLOUD_HSSD)和极速型SSD(CLOUD_TSSD)云硬盘才支持购买额外性能。",
|
3548
3545
|
"example": "200",
|
3549
3546
|
"member": "uint64",
|
3550
3547
|
"name": "ThroughputPerformance",
|
@@ -3572,6 +3569,7 @@
|
|
3572
3569
|
"example": "无",
|
3573
3570
|
"member": "Price",
|
3574
3571
|
"name": "DiskPrice",
|
3572
|
+
"output_required": true,
|
3575
3573
|
"type": "object",
|
3576
3574
|
"value_allowed_null": false
|
3577
3575
|
},
|
@@ -3589,7 +3587,7 @@
|
|
3589
3587
|
"members": [
|
3590
3588
|
{
|
3591
3589
|
"disabled": false,
|
3592
|
-
"document": "
|
3590
|
+
"document": "云硬盘计费类型: <ul> <li>PREPAID:预付费,即包年包月</li> <li>POSTPAID_BY_HOUR:按小时后付费</li> </ul>",
|
3593
3591
|
"example": "PREPAID",
|
3594
3592
|
"member": "string",
|
3595
3593
|
"name": "DiskChargeType",
|
@@ -3598,7 +3596,7 @@
|
|
3598
3596
|
},
|
3599
3597
|
{
|
3600
3598
|
"disabled": false,
|
3601
|
-
"document": "
|
3599
|
+
"document": "硬盘介质类型。取值范围: <ul> <li>CLOUD_PREMIUM:表示高性能云硬盘</li> <li>CLOUD_SSD:表示SSD云硬盘</li> <li>CLOUD_HSSD:表示增强型SSD云硬盘</li> <li>CLOUD_TSSD:表示极速型SSD云硬盘</li> </ul>",
|
3602
3600
|
"example": "CLOUD_TSSD",
|
3603
3601
|
"member": "string",
|
3604
3602
|
"name": "DiskType",
|
@@ -3607,7 +3605,7 @@
|
|
3607
3605
|
},
|
3608
3606
|
{
|
3609
3607
|
"disabled": false,
|
3610
|
-
"document": "云硬盘大小,单位为
|
3608
|
+
"document": "云硬盘大小,单位为GiB。云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。",
|
3611
3609
|
"example": "500",
|
3612
3610
|
"member": "uint64",
|
3613
3611
|
"name": "DiskSize",
|
@@ -3616,7 +3614,7 @@
|
|
3616
3614
|
},
|
3617
3615
|
{
|
3618
3616
|
"disabled": false,
|
3619
|
-
"document": "
|
3617
|
+
"document": "云硬盘所属项目ID。该参数可以通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。",
|
3620
3618
|
"example": "0",
|
3621
3619
|
"member": "uint64",
|
3622
3620
|
"name": "ProjectId",
|
@@ -3625,7 +3623,7 @@
|
|
3625
3623
|
},
|
3626
3624
|
{
|
3627
3625
|
"disabled": false,
|
3628
|
-
"document": "
|
3626
|
+
"document": "购买云硬盘的数量。不填则默认为1。",
|
3629
3627
|
"example": "1",
|
3630
3628
|
"member": "uint64",
|
3631
3629
|
"name": "DiskCount",
|
@@ -3634,7 +3632,7 @@
|
|
3634
3632
|
},
|
3635
3633
|
{
|
3636
3634
|
"disabled": false,
|
3637
|
-
"document": "额外购买的云硬盘性能值,单位
|
3635
|
+
"document": "额外购买的云硬盘性能值,单位MiB/s。仅大小超过460GiB的增强型SSD(CLOUD_HSSD)和极速型SSD(CLOUD_TSSD)云硬盘才支持购买额外性能。",
|
3638
3636
|
"example": "100",
|
3639
3637
|
"member": "uint64",
|
3640
3638
|
"name": "ThroughputPerformance",
|
@@ -3671,7 +3669,7 @@
|
|
3671
3669
|
"example": "无",
|
3672
3670
|
"member": "Price",
|
3673
3671
|
"name": "DiskPrice",
|
3674
|
-
"
|
3672
|
+
"output_required": true,
|
3675
3673
|
"type": "object",
|
3676
3674
|
"value_allowed_null": false
|
3677
3675
|
},
|
@@ -3707,7 +3705,7 @@
|
|
3707
3705
|
},
|
3708
3706
|
{
|
3709
3707
|
"disabled": false,
|
3710
|
-
"document": "
|
3708
|
+
"document": "指定云硬盘新的到期时间,形式如:2017-12-17 00:00:00。参数`NewDeadline`和`DiskChargePrepaids`是两种指定询价时长的方式,两者必传一个。",
|
3711
3709
|
"example": "2025-01-01 00:00:00",
|
3712
3710
|
"member": "string",
|
3713
3711
|
"name": "NewDeadline",
|
@@ -3716,7 +3714,7 @@
|
|
3716
3714
|
},
|
3717
3715
|
{
|
3718
3716
|
"disabled": false,
|
3719
|
-
"document": "
|
3717
|
+
"document": "云硬盘所属项目ID。该参数可以通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。 如传入则仅用于鉴权。",
|
3720
3718
|
"example": "0",
|
3721
3719
|
"member": "uint64",
|
3722
3720
|
"name": "ProjectId",
|
@@ -3735,7 +3733,7 @@
|
|
3735
3733
|
"example": "无",
|
3736
3734
|
"member": "PrepayPrice",
|
3737
3735
|
"name": "DiskPrice",
|
3738
|
-
"
|
3736
|
+
"output_required": true,
|
3739
3737
|
"type": "object",
|
3740
3738
|
"value_allowed_null": false
|
3741
3739
|
},
|
@@ -3753,7 +3751,7 @@
|
|
3753
3751
|
"members": [
|
3754
3752
|
{
|
3755
3753
|
"disabled": false,
|
3756
|
-
"document": "云硬盘扩容后的大小,单位为
|
3754
|
+
"document": "云硬盘扩容后的大小,单位为GiB,不得小于当前云硬盘大小。云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。",
|
3757
3755
|
"example": "200",
|
3758
3756
|
"member": "uint64",
|
3759
3757
|
"name": "DiskSize",
|
@@ -3771,7 +3769,7 @@
|
|
3771
3769
|
},
|
3772
3770
|
{
|
3773
3771
|
"disabled": false,
|
3774
|
-
"document": "
|
3772
|
+
"document": "云硬盘所属项目ID。该参数可以通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。 如传入则仅用于鉴权。",
|
3775
3773
|
"example": "1002189",
|
3776
3774
|
"member": "uint64",
|
3777
3775
|
"name": "ProjectId",
|
@@ -3790,6 +3788,7 @@
|
|
3790
3788
|
"example": "无",
|
3791
3789
|
"member": "PrepayPrice",
|
3792
3790
|
"name": "DiskPrice",
|
3791
|
+
"output_required": true,
|
3793
3792
|
"type": "object",
|
3794
3793
|
"value_allowed_null": false
|
3795
3794
|
},
|
@@ -4077,7 +4076,7 @@
|
|
4077
4076
|
"members": [
|
4078
4077
|
{
|
4079
4078
|
"disabled": false,
|
4080
|
-
"document": "一个或多个待操作的云硬盘ID
|
4079
|
+
"document": "一个或多个待操作的云硬盘ID,该参数可以通过[DescribeDisks](/document/product/362/16315)接口查询。",
|
4081
4080
|
"example": "[\"disk-1esd341d\"]",
|
4082
4081
|
"member": "string",
|
4083
4082
|
"name": "DiskIds",
|
@@ -4086,7 +4085,7 @@
|
|
4086
4085
|
},
|
4087
4086
|
{
|
4088
4087
|
"disabled": false,
|
4089
|
-
"document": "
|
4088
|
+
"document": "云硬盘的自动续费标识。取值范围:<ul><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li></ul>",
|
4090
4089
|
"example": "NOTIFY_AND_AUTO_RENEW",
|
4091
4090
|
"member": "string",
|
4092
4091
|
"name": "RenewFlag",
|
@@ -4095,7 +4094,7 @@
|
|
4095
4094
|
},
|
4096
4095
|
{
|
4097
4096
|
"disabled": false,
|
4098
|
-
"document": "
|
4097
|
+
"document": "该参数支持设置云硬盘的自动续费周期,单位为月。取值范围:[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36]",
|
4099
4098
|
"example": "12",
|
4100
4099
|
"member": "uint64",
|
4101
4100
|
"name": "AutoRenewPeriod",
|
@@ -4365,7 +4364,7 @@
|
|
4365
4364
|
{
|
4366
4365
|
"disabled": false,
|
4367
4366
|
"document": "后付费云盘的计价单元,取值范围:<br><li>HOUR:表示后付费云盘的计价单元是按小时计算。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
4368
|
-
"example": "\"
|
4367
|
+
"example": "\"HOUR\"",
|
4369
4368
|
"member": "string",
|
4370
4369
|
"name": "ChargeUnit",
|
4371
4370
|
"output_required": true,
|
@@ -160,7 +160,7 @@
|
|
160
160
|
{
|
161
161
|
"document": "查询上海五区高性能云硬盘的可售卖规格",
|
162
162
|
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDiskConfigQuota\n<公共请求参数>\n\n{\n \"InquiryType\": \"INQUIRY_CBS_CONFIG\",\n \"DiskChargeType\": \"POSTPAID_BY_HOUR\",\n \"Zones\": [\n \"ap-shanghai-5\"\n ],\n \"DiskTypes\": [\n \"CLOUD_PREMIUM\"\n ]\n}",
|
163
|
-
"output": "{\n \"Response\": {\n \"DiskConfigSet\": [\n {\n \"Available\": true,\n \"MaxDiskSize\": 32000,\n \"Zone\": \"ap-shanghai-5\",\n \"InstanceFamily\": null,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"StepSize\": 1,\n \"ExtraPerformanceRange\": null,\n \"DeviceClass\": null,\n \"DiskUsage\": \"DATA_DISK\",\n \"MinDiskSize\": 10,\n \"DiskChargeType\": \"PREPAID\",\n \"Price\": {\n \"UnitPriceDiscount\": 0.21,\n \"UnitPrice\": 0.21\n }\n }\n ],\n \"RequestId\": \"50346458-c053-47f1-b60f-5507e7cc5b26\"\n }\n}",
|
163
|
+
"output": "{\n \"Response\": {\n \"DiskConfigSet\": [\n {\n \"Available\": true,\n \"MaxDiskSize\": 32000,\n \"Zone\": \"ap-shanghai-5\",\n \"InstanceFamily\": null,\n \"DiskType\": \"CLOUD_PREMIUM\",\n \"StepSize\": 1,\n \"ExtraPerformanceRange\": null,\n \"DeviceClass\": null,\n \"DiskUsage\": \"DATA_DISK\",\n \"MinDiskSize\": 10,\n \"DiskChargeType\": \"PREPAID\",\n \"Price\": {\n \"DiscountPriceHigh\": \"81\",\n \"DiscountPrice\": 1.0,\n \"UnitPriceHigh\": \"1.00\",\n \"UnitPriceDiscountHigh\": \"1.00\",\n \"OriginalPriceHigh\": \"10\",\n \"ChargeUnit\": \"H\",\n \"OriginalPrice\": 1.0,\n \"UnitPriceDiscount\": 0.21,\n \"UnitPrice\": 0.21\n }\n }\n ],\n \"RequestId\": \"50346458-c053-47f1-b60f-5507e7cc5b26\"\n }\n}",
|
164
164
|
"title": "查询上海五区高性能云硬盘的可售卖规格"
|
165
165
|
}
|
166
166
|
],
|
@@ -277,14 +277,14 @@
|
|
277
277
|
"InquiryPriceRenewDisks": [
|
278
278
|
{
|
279
279
|
"document": "",
|
280
|
-
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewDisks\n<公共请求参数>\n\n{\n \"DiskChargePrepaids\": [\n {\n \"Period\":
|
281
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
280
|
+
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewDisks\n<公共请求参数>\n\n{\n \"DiskChargePrepaids\": [\n {\n \"Period\": 1\n }\n ],\n \"DiskIds\": [\n \"disk-jwk0zvrg\"\n ]\n}",
|
281
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2e7414a3-369f-4995-b708-80eb2e7414a3\",\n \"DiskPrice\": {\n \"UnitPriceDiscountHigh\": null,\n \"DiscountPrice\": 250.0,\n \"DetailPrices\": [\n {\n \"PriceTitle\": \"云硬盘备份点配额\",\n \"DiscountPrice\": 0.0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskBackupQuota\",\n \"OriginalPrice\": 0.0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n },\n {\n \"PriceTitle\": \"云硬盘空间\",\n \"DiscountPrice\": 250.0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskSpace\",\n \"OriginalPrice\": 500.0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n }\n ],\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": \"500\",\n \"ChargeUnit\": null,\n \"OriginalPrice\": 500.0,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": \"250\",\n \"UnitPrice\": null\n }\n }\n}",
|
282
282
|
"title": "查询云盘续费1个月的价格"
|
283
283
|
},
|
284
284
|
{
|
285
285
|
"document": "实例当前到期时间为:2018-03-17 15:15:03,需续费一个月,调用本接口续费实例挂载的预付费云盘,使云盘与实例的到期时间对齐。",
|
286
286
|
"input": "POST / HTTP/1.1\nHost: cbs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewDisks\n<公共请求参数>\n\n{\n \"DiskChargePrepaids\": [\n {\n \"CurInstanceDeadline\": \"2018-03-17 15:15:03\",\n \"Period\": \"1\"\n }\n ],\n \"DiskIds\": [\n \"disk-jwk0zvrg\"\n ]\n}",
|
287
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
287
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2e7414a3-369f-4995-b708-80eb2e7414a3\",\n \"DiskPrice\": {\n \"UnitPriceDiscountHigh\": null,\n \"DiscountPrice\": 250,\n \"DetailPrices\": [\n {\n \"PriceTitle\": \"云硬盘备份点配额\",\n \"DiscountPrice\": 0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskBackupQuota\",\n \"OriginalPrice\": 0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n },\n {\n \"PriceTitle\": \"云硬盘空间\",\n \"DiscountPrice\": 250,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskSpace\",\n \"OriginalPrice\": 500,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n }\n ],\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": \"500\",\n \"ChargeUnit\": null,\n \"OriginalPrice\": 500,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": \"250\",\n \"UnitPrice\": null\n }\n }\n}",
|
288
288
|
"title": "续费实例时,需续费挂载的预付费云盘,使云盘与实例的到期时间对齐。"
|
289
289
|
}
|
290
290
|
],
|
@@ -292,7 +292,7 @@
|
|
292
292
|
{
|
293
293
|
"document": "查询云盘扩容到200G的价格",
|
294
294
|
"input": "https://cbs.tencentcloudapi.com/?Action=InquiryPriceResizeDisk\n&DiskId=disk-dw0bbzws\n&DiskSize=200\n&<公共请求参数>",
|
295
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
295
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"138749c3-94a5-426e-8621-37c4b228951c\",\n \"DiskPrice\": {\n \"UnitPriceDiscountHigh\": null,\n \"DiscountPrice\": 119.95,\n \"DetailPrices\": [\n {\n \"PriceTitle\": \"云硬盘备份点配额\",\n \"DiscountPrice\": 0.0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskBackupQuota\",\n \"OriginalPrice\": 0.0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n },\n {\n \"PriceTitle\": \"云硬盘空间\",\n \"DiscountPrice\": 119.95,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskSpace\",\n \"OriginalPrice\": 428.42,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n },\n {\n \"PriceTitle\": \"云硬盘性能包\",\n \"DiscountPrice\": 0.0,\n \"ChargeUnit\": null,\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"PriceName\": \"DiskExtraPerformance\",\n \"OriginalPrice\": 0.0,\n \"UnitPriceDiscountHigh\": null,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n }\n ],\n \"UnitPriceHigh\": null,\n \"OriginalPriceHigh\": null,\n \"ChargeUnit\": null,\n \"OriginalPrice\": 428.42,\n \"UnitPriceDiscount\": null,\n \"DiscountPriceHigh\": null,\n \"UnitPrice\": null\n }\n }\n}",
|
296
296
|
"title": "查询云盘扩容到200G的价格"
|
297
297
|
}
|
298
298
|
],
|
@@ -1801,8 +1801,8 @@
|
|
1801
1801
|
"type": "list"
|
1802
1802
|
},
|
1803
1803
|
{
|
1804
|
-
"disabled":
|
1805
|
-
"document": "
|
1804
|
+
"disabled": true,
|
1805
|
+
"document": "已废弃。",
|
1806
1806
|
"example": "{\"SqlTypes\": [\"CREATE\"]}",
|
1807
1807
|
"member": "AuditLogFilter",
|
1808
1808
|
"name": "AuditLogFilter",
|
@@ -4801,7 +4801,7 @@
|
|
4801
4801
|
"type": "string"
|
4802
4802
|
},
|
4803
4803
|
{
|
4804
|
-
"disabled":
|
4804
|
+
"disabled": true,
|
4805
4805
|
"document": "已废弃。",
|
4806
4806
|
"example": "{\"SqlTypes\": [\"CREATE\"]}",
|
4807
4807
|
"member": "AuditLogFilter",
|
@@ -5882,7 +5882,7 @@
|
|
5882
5882
|
},
|
5883
5883
|
{
|
5884
5884
|
"disabled": false,
|
5885
|
-
"document": "参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662)
|
5885
|
+
"document": "参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。\n说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例2。",
|
5886
5886
|
"example": "[{\"Name\": \"auto_increment_increment\",\"Value\": \"1\"}]",
|
5887
5887
|
"member": "ParamInfo",
|
5888
5888
|
"name": "ParamList",
|
@@ -6316,7 +6316,7 @@
|
|
6316
6316
|
},
|
6317
6317
|
{
|
6318
6318
|
"disabled": false,
|
6319
|
-
"document": "参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662)
|
6319
|
+
"document": "参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。\n说明:表名大小写敏感的开启和关闭可通过参数 lower_case_table_names 进行设置,参数值为0表示开启,参数值为1表示关闭,若不设置则此参数默认值为0。若您创建的是 MySQL 8.0 版本的实例,则需要在创建实例时通过设置 lower_case_table_names 参数来开启或关闭表名大小写敏感,创建实例后无法修改参数,即创建后无法修改表名大小写敏感。其他数据库版本的实例支持在创建实例后修改 lower_case_table_names 参数。创建实例时设置表名大小写敏感的 API 调用方法请参见本文中的示例3。",
|
6320
6320
|
"example": "[{\"Name\": \"auto_increment_increment\",\"Value\": \"1\"}]",
|
6321
6321
|
"member": "ParamInfo",
|
6322
6322
|
"name": "ParamList",
|
@@ -8048,7 +8048,7 @@
|
|
8048
8048
|
{
|
8049
8049
|
"disabled": false,
|
8050
8050
|
"document": "审计日志详情。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8051
|
-
"example": "[\"AffectRows\": 1,\"CheckRows\": 0,\"CpuTime\": 375.786,\"DBName\": \"wyang\",\"
|
8051
|
+
"example": "[\"AffectRows\": 1,\"CheckRows\": 0,\"CpuTime\": 375.786,\"DBName\": \"wyang\",\"User\": \"root\"}]",
|
8052
8052
|
"member": "AuditLog",
|
8053
8053
|
"name": "Items",
|
8054
8054
|
"output_required": true,
|
@@ -15820,8 +15820,8 @@
|
|
15820
15820
|
"type": "bool"
|
15821
15821
|
},
|
15822
15822
|
{
|
15823
|
-
"disabled":
|
15824
|
-
"document": "
|
15823
|
+
"disabled": true,
|
15824
|
+
"document": "废弃。",
|
15825
15825
|
"example": "full",
|
15826
15826
|
"member": "AuditRuleFilters",
|
15827
15827
|
"name": "AuditRuleFilters",
|
@@ -17354,7 +17354,7 @@
|
|
17354
17354
|
"type": "int"
|
17355
17355
|
},
|
17356
17356
|
{
|
17357
|
-
"disabled":
|
17357
|
+
"disabled": true,
|
17358
17358
|
"document": "审计规则(该参数已废弃,不再生效)。",
|
17359
17359
|
"example": "[{\"RuleFilters\": [{\"Compare\": \"NEQ\",\"Type\": \"host\",\"Value\": [\"127.0.0.1\"]}]}]",
|
17360
17360
|
"member": "AuditRuleFilters",
|