tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -147,13 +147,6 @@
|
|
|
147
147
|
"output": "DeleteMigrationTaskResponse",
|
|
148
148
|
"status": "online"
|
|
149
149
|
},
|
|
150
|
-
"DeleteMountTarget": {
|
|
151
|
-
"document": "本接口(DeleteMountTarget)用于删除挂载点\n说明:2022年6月1日之后创建的CFS文件系统删除时无需单独调用删除挂载点操作,此API仅适用老版本的CFS实例。",
|
|
152
|
-
"input": "DeleteMountTargetRequest",
|
|
153
|
-
"name": "删除挂载点",
|
|
154
|
-
"output": "DeleteMountTargetResponse",
|
|
155
|
-
"status": "online"
|
|
156
|
-
},
|
|
157
150
|
"DeleteUserQuota": {
|
|
158
151
|
"document": "指定条件删除文件系统配额(仅部分Turbo实例能使用,若需要调用请提交工单与我们联系)",
|
|
159
152
|
"input": "DeleteUserQuotaRequest",
|
|
@@ -239,7 +232,7 @@
|
|
|
239
232
|
"status": "online"
|
|
240
233
|
},
|
|
241
234
|
"DescribeLifecycleDataTask": {
|
|
242
|
-
"document": "
|
|
235
|
+
"document": "查询生命周期任务的接口。仅支持查询最近三个月内的任务数据。",
|
|
243
236
|
"input": "DescribeLifecycleDataTaskRequest",
|
|
244
237
|
"name": "查询生命周期任务的接口",
|
|
245
238
|
"output": "DescribeLifecycleDataTaskResponse",
|
|
@@ -1661,7 +1654,7 @@
|
|
|
1661
1654
|
{
|
|
1662
1655
|
"disabled": false,
|
|
1663
1656
|
"document": "文件系统内目标路径",
|
|
1664
|
-
"example": "/cfs/
|
|
1657
|
+
"example": "/cfs/12a3",
|
|
1665
1658
|
"member": "string",
|
|
1666
1659
|
"name": "TargetPath",
|
|
1667
1660
|
"required": true,
|
|
@@ -1693,6 +1686,51 @@
|
|
|
1693
1686
|
"name": "DataFlowName",
|
|
1694
1687
|
"required": false,
|
|
1695
1688
|
"type": "string"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"disabled": false,
|
|
1692
|
+
"document": " 0:不开启自动更新 1:开启自动更新",
|
|
1693
|
+
"example": "0",
|
|
1694
|
+
"member": "uint64",
|
|
1695
|
+
"name": "AutoRefresh",
|
|
1696
|
+
"required": false,
|
|
1697
|
+
"type": "int"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"disabled": false,
|
|
1701
|
+
"document": "KafkaConsumer 消费时使用的Topic参数",
|
|
1702
|
+
"example": "1251000004-e37d71b2-4fb1-4b2c-b7d0-522946d17d93",
|
|
1703
|
+
"member": "string",
|
|
1704
|
+
"name": "UserKafkaTopic",
|
|
1705
|
+
"required": false,
|
|
1706
|
+
"type": "string"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"disabled": false,
|
|
1710
|
+
"document": "\t服务地址 示例值:kafkaconsumer-ap-beijing.cls.tencentyun.com:9095",
|
|
1711
|
+
"example": "kafkaconsumer-ap-beijing.cls.tencentyun.com:9095",
|
|
1712
|
+
"member": "string",
|
|
1713
|
+
"name": "ServerAddr",
|
|
1714
|
+
"required": false,
|
|
1715
|
+
"type": "string"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"disabled": false,
|
|
1719
|
+
"document": "Kafka消费用户名.示例值:name",
|
|
1720
|
+
"example": "name",
|
|
1721
|
+
"member": "string",
|
|
1722
|
+
"name": "UserName",
|
|
1723
|
+
"required": false,
|
|
1724
|
+
"type": "string"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"disabled": false,
|
|
1728
|
+
"document": "Kafka消费用户密码。默认${SecretId}#${SecretKey}。",
|
|
1729
|
+
"example": "xbxcxdxexcxdxa",
|
|
1730
|
+
"member": "string",
|
|
1731
|
+
"name": "Password",
|
|
1732
|
+
"required": false,
|
|
1733
|
+
"type": "string"
|
|
1696
1734
|
}
|
|
1697
1735
|
],
|
|
1698
1736
|
"type": "object"
|
|
@@ -2112,7 +2150,7 @@
|
|
|
2112
2150
|
{
|
|
2113
2151
|
"disabled": false,
|
|
2114
2152
|
"document": "目录路径",
|
|
2115
|
-
"example": "/cfs/
|
|
2153
|
+
"example": "/cfs/defaule-test",
|
|
2116
2154
|
"member": "string",
|
|
2117
2155
|
"name": "TargetPath",
|
|
2118
2156
|
"output_required": true,
|
|
@@ -2148,6 +2186,66 @@
|
|
|
2148
2186
|
"output_required": true,
|
|
2149
2187
|
"type": "string",
|
|
2150
2188
|
"value_allowed_null": false
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"disabled": false,
|
|
2192
|
+
"document": "0:不开启自动更新\n\n1:开启自动更新",
|
|
2193
|
+
"example": "1",
|
|
2194
|
+
"member": "uint64",
|
|
2195
|
+
"name": "AutoRefresh",
|
|
2196
|
+
"output_required": false,
|
|
2197
|
+
"type": "int",
|
|
2198
|
+
"value_allowed_null": false
|
|
2199
|
+
},
|
|
2200
|
+
{
|
|
2201
|
+
"disabled": false,
|
|
2202
|
+
"document": "KafkaConsumer 消费时使用的Topic参数",
|
|
2203
|
+
"example": "1251000004-e37d71b2-4fb1-4b2c-b7d0-522946d17d93",
|
|
2204
|
+
"member": "string",
|
|
2205
|
+
"name": "UserKafkaTopic",
|
|
2206
|
+
"output_required": false,
|
|
2207
|
+
"type": "string",
|
|
2208
|
+
"value_allowed_null": false
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"disabled": false,
|
|
2212
|
+
"document": "服务地址",
|
|
2213
|
+
"example": "kafkaconsumer-ap-beijing.cls.tencentyun.com:9095",
|
|
2214
|
+
"member": "string",
|
|
2215
|
+
"name": "ServerAddr",
|
|
2216
|
+
"output_required": false,
|
|
2217
|
+
"type": "string",
|
|
2218
|
+
"value_allowed_null": false
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"disabled": false,
|
|
2222
|
+
"document": "Kafka消费用户名",
|
|
2223
|
+
"example": "name",
|
|
2224
|
+
"member": "string",
|
|
2225
|
+
"name": "UserName",
|
|
2226
|
+
"output_required": false,
|
|
2227
|
+
"type": "string",
|
|
2228
|
+
"value_allowed_null": false
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"disabled": false,
|
|
2232
|
+
"document": "自动刷新的状态,available:已生效\npending:配置中\nunavailable:失效",
|
|
2233
|
+
"example": "pending",
|
|
2234
|
+
"member": "string",
|
|
2235
|
+
"name": "AutoRefreshStatus",
|
|
2236
|
+
"output_required": false,
|
|
2237
|
+
"type": "string",
|
|
2238
|
+
"value_allowed_null": false
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"disabled": false,
|
|
2242
|
+
"document": "自动刷新开启时间",
|
|
2243
|
+
"example": "2024-10-30 12:43",
|
|
2244
|
+
"member": "string",
|
|
2245
|
+
"name": "AutoRefreshTime",
|
|
2246
|
+
"output_required": false,
|
|
2247
|
+
"type": "string",
|
|
2248
|
+
"value_allowed_null": false
|
|
2151
2249
|
}
|
|
2152
2250
|
],
|
|
2153
2251
|
"usage": "out"
|
|
@@ -2455,42 +2553,6 @@
|
|
|
2455
2553
|
],
|
|
2456
2554
|
"type": "object"
|
|
2457
2555
|
},
|
|
2458
|
-
"DeleteMountTargetRequest": {
|
|
2459
|
-
"document": "DeleteMountTarget请求参数结构体",
|
|
2460
|
-
"members": [
|
|
2461
|
-
{
|
|
2462
|
-
"disabled": false,
|
|
2463
|
-
"document": "文件系统 ID",
|
|
2464
|
-
"example": "cfs-12345",
|
|
2465
|
-
"member": "string",
|
|
2466
|
-
"name": "FileSystemId",
|
|
2467
|
-
"required": true,
|
|
2468
|
-
"type": "string"
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"disabled": false,
|
|
2472
|
-
"document": "挂载点 ID",
|
|
2473
|
-
"example": "mount-12345",
|
|
2474
|
-
"member": "string",
|
|
2475
|
-
"name": "MountTargetId",
|
|
2476
|
-
"required": true,
|
|
2477
|
-
"type": "string"
|
|
2478
|
-
}
|
|
2479
|
-
],
|
|
2480
|
-
"type": "object"
|
|
2481
|
-
},
|
|
2482
|
-
"DeleteMountTargetResponse": {
|
|
2483
|
-
"document": "DeleteMountTarget返回参数结构体",
|
|
2484
|
-
"members": [
|
|
2485
|
-
{
|
|
2486
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
2487
|
-
"member": "string",
|
|
2488
|
-
"name": "RequestId",
|
|
2489
|
-
"type": "string"
|
|
2490
|
-
}
|
|
2491
|
-
],
|
|
2492
|
-
"type": "object"
|
|
2493
|
-
},
|
|
2494
2556
|
"DeleteUserQuotaRequest": {
|
|
2495
2557
|
"document": "DeleteUserQuota请求参数结构体",
|
|
2496
2558
|
"members": [
|
|
@@ -3203,7 +3265,7 @@
|
|
|
3203
3265
|
"members": [
|
|
3204
3266
|
{
|
|
3205
3267
|
"disabled": false,
|
|
3206
|
-
"document": "
|
|
3268
|
+
"document": "开始时间。须早于 EndTime ,仅支持查询最近3个月内的任务数据。",
|
|
3207
3269
|
"example": "2024-11-19 10:15:37",
|
|
3208
3270
|
"member": "string",
|
|
3209
3271
|
"name": "StartTime",
|
|
@@ -3212,7 +3274,7 @@
|
|
|
3212
3274
|
},
|
|
3213
3275
|
{
|
|
3214
3276
|
"disabled": false,
|
|
3215
|
-
"document": "
|
|
3277
|
+
"document": "结束时间。须晚于 StartTime ,仅支持查询最近3个月内的任务数据。",
|
|
3216
3278
|
"example": "2024-10-19 10:15:37",
|
|
3217
3279
|
"member": "string",
|
|
3218
3280
|
"name": "EndTime",
|
|
@@ -3221,7 +3283,7 @@
|
|
|
3221
3283
|
},
|
|
3222
3284
|
{
|
|
3223
3285
|
"disabled": false,
|
|
3224
|
-
"document": "
|
|
3286
|
+
"document": "任务ID",
|
|
3225
3287
|
"example": "c1a2b3f4",
|
|
3226
3288
|
"member": "string",
|
|
3227
3289
|
"name": "TaskId",
|
|
@@ -3254,6 +3316,15 @@
|
|
|
3254
3316
|
"name": "Filters",
|
|
3255
3317
|
"required": false,
|
|
3256
3318
|
"type": "list"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"disabled": false,
|
|
3322
|
+
"document": "文件系统版本;v3.1: pcfs/hifs v4.0:Turbo",
|
|
3323
|
+
"example": "v3.1",
|
|
3324
|
+
"member": "string",
|
|
3325
|
+
"name": "CfsVersion",
|
|
3326
|
+
"required": false,
|
|
3327
|
+
"type": "string"
|
|
3257
3328
|
}
|
|
3258
3329
|
],
|
|
3259
3330
|
"type": "object"
|
|
@@ -4460,7 +4531,7 @@
|
|
|
4460
4531
|
"members": [
|
|
4461
4532
|
{
|
|
4462
4533
|
"disabled": false,
|
|
4463
|
-
"document": "
|
|
4534
|
+
"document": "数据转储后的存储类型。其中:InfrequentAccess:低频介质存储;ColdStorage:冷存储。",
|
|
4464
4535
|
"example": "InfrequentAccess",
|
|
4465
4536
|
"member": "string",
|
|
4466
4537
|
"name": "StorageType",
|
|
@@ -4471,7 +4542,7 @@
|
|
|
4471
4542
|
},
|
|
4472
4543
|
{
|
|
4473
4544
|
"disabled": false,
|
|
4474
|
-
"document": "
|
|
4545
|
+
"document": "数据转储文件类型。其中,BIG_FILE:超大文件;STD_FILE:普通文件;SMALL_FILE:小文件;ALL:所有文件。",
|
|
4475
4546
|
"example": "All",
|
|
4476
4547
|
"member": "string",
|
|
4477
4548
|
"name": "FileType",
|
|
@@ -4482,7 +4553,7 @@
|
|
|
4482
4553
|
},
|
|
4483
4554
|
{
|
|
4484
4555
|
"disabled": false,
|
|
4485
|
-
"document": "
|
|
4556
|
+
"document": "数据转储行为。其中,Archive:沉降;Noarchive:不沉降。",
|
|
4486
4557
|
"example": "Archive",
|
|
4487
4558
|
"member": "string",
|
|
4488
4559
|
"name": "Action",
|
|
@@ -4493,7 +4564,7 @@
|
|
|
4493
4564
|
},
|
|
4494
4565
|
{
|
|
4495
4566
|
"disabled": false,
|
|
4496
|
-
"document": "
|
|
4567
|
+
"document": "数据转储触发时间。由“DEFAULT_ATIME_”与“数字”组成,单位为天。当 Action 为 Noarchive,请保持为空。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
4497
4568
|
"example": "DEFAULT_ATIME_14",
|
|
4498
4569
|
"member": "string",
|
|
4499
4570
|
"name": "Interval",
|
|
@@ -4504,7 +4575,7 @@
|
|
|
4504
4575
|
},
|
|
4505
4576
|
{
|
|
4506
4577
|
"disabled": false,
|
|
4507
|
-
"document": "
|
|
4578
|
+
"document": "数据转储文件最大规格。其数值需使用“数字+单位”格式进行表示,单位支持K(KiB)、M(MiB)、G(GiB)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
4508
4579
|
"example": "1G",
|
|
4509
4580
|
"member": "string",
|
|
4510
4581
|
"name": "FileMaxSize",
|
|
@@ -4515,7 +4586,7 @@
|
|
|
4515
4586
|
},
|
|
4516
4587
|
{
|
|
4517
4588
|
"disabled": false,
|
|
4518
|
-
"document": "
|
|
4589
|
+
"document": "数据转储文件最小规格。其数值需使用“数字+单位”格式进行表示,单位支持K(KiB)、M(MiB)、G(GiB)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
4519
4590
|
"example": "1M",
|
|
4520
4591
|
"member": "string",
|
|
4521
4592
|
"name": "FileMinSize",
|
|
@@ -4840,6 +4911,51 @@
|
|
|
4840
4911
|
"name": "SecretKey",
|
|
4841
4912
|
"required": false,
|
|
4842
4913
|
"type": "string"
|
|
4914
|
+
},
|
|
4915
|
+
{
|
|
4916
|
+
"disabled": false,
|
|
4917
|
+
"document": "KafkaConsumer 消费时使用的Topic参数",
|
|
4918
|
+
"example": "1251000004-e37d71b2-4fb1-4b2c-b7d0-522946d17d93",
|
|
4919
|
+
"member": "string",
|
|
4920
|
+
"name": "UserKafkaTopic",
|
|
4921
|
+
"required": false,
|
|
4922
|
+
"type": "string"
|
|
4923
|
+
},
|
|
4924
|
+
{
|
|
4925
|
+
"disabled": false,
|
|
4926
|
+
"document": "服务地址",
|
|
4927
|
+
"example": "kafkaconsumer-ap-beijing.cls.tencentyun.com:9095",
|
|
4928
|
+
"member": "string",
|
|
4929
|
+
"name": "ServerAddr",
|
|
4930
|
+
"required": false,
|
|
4931
|
+
"type": "string"
|
|
4932
|
+
},
|
|
4933
|
+
{
|
|
4934
|
+
"disabled": false,
|
|
4935
|
+
"document": "name",
|
|
4936
|
+
"example": "Kafka消费用户名",
|
|
4937
|
+
"member": "string",
|
|
4938
|
+
"name": "UserName",
|
|
4939
|
+
"required": false,
|
|
4940
|
+
"type": "string"
|
|
4941
|
+
},
|
|
4942
|
+
{
|
|
4943
|
+
"disabled": false,
|
|
4944
|
+
"document": "Kafka消费用户密码",
|
|
4945
|
+
"example": "axxgbadga",
|
|
4946
|
+
"member": "string",
|
|
4947
|
+
"name": "Password",
|
|
4948
|
+
"required": false,
|
|
4949
|
+
"type": "string"
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"disabled": false,
|
|
4953
|
+
"document": "元数据增量更新开关;1开启,0关闭",
|
|
4954
|
+
"example": "1",
|
|
4955
|
+
"member": "uint64",
|
|
4956
|
+
"name": "AutoRefresh",
|
|
4957
|
+
"required": false,
|
|
4958
|
+
"type": "int"
|
|
4843
4959
|
}
|
|
4844
4960
|
],
|
|
4845
4961
|
"type": "object"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"CreateDataFlow": [
|
|
68
68
|
{
|
|
69
69
|
"document": "",
|
|
70
|
-
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDataFlow\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-44d53b63e\",\n \"SourceStorageType\": \"S3_COS\",\n \"SourceStorageAddress\": \"https://aileen-data-flow-1251000004.cos.ap-guangzhou.myqcloud.com\",\n \"SourcePath\": \"test3\",\n \"TargetPath\": \"/cfs/test11\",\n \"SecretId\": \"AKIDbzzYj65vue75sC1yg8P4cyBHBpLk\",\n \"SecretKey\": \"onE8m9NN82ik6h3FCvXt2uc3Sjp\",\n \"DataFlowName\": \"
|
|
70
|
+
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDataFlow\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-44d53b63e\",\n \"SourceStorageType\": \"S3_COS\",\n \"SourceStorageAddress\": \"https://aileen-data-flow-1251000004.cos.ap-guangzhou.myqcloud.com\",\n \"SourcePath\": \"test3\",\n \"TargetPath\": \"/cfs/test11\",\n \"SecretId\": \"AKIDbzzYj65vue75sC1yg8P4cyBHBpLk\",\n \"SecretKey\": \"onE8m9NN82ik6h3FCvXt2uc3Sjp\",\n \"DataFlowName\": \"abctest\"\n}",
|
|
71
71
|
"output": "{\n \"Response\": {\n \"DataFlowId\": \"cfs-dataflow-4f827203\",\n \"RequestId\": \"c5369436-a47c-4504-9cfa-f1f40c2c969f\"\n }\n}",
|
|
72
72
|
"title": "创建数据流动"
|
|
73
73
|
}
|
|
@@ -168,14 +168,6 @@
|
|
|
168
168
|
"title": "删除迁移任务"
|
|
169
169
|
}
|
|
170
170
|
],
|
|
171
|
-
"DeleteMountTarget": [
|
|
172
|
-
{
|
|
173
|
-
"document": "",
|
|
174
|
-
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMountTarget\n<公共请求参数>\n\n{\n \"FileSystemId\": \"cfs-12345\",\n \"MountTargetId\": \"mount-12345\"\n}",
|
|
175
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\"\n }\n}",
|
|
176
|
-
"title": "删除挂载点"
|
|
177
|
-
}
|
|
178
|
-
],
|
|
179
171
|
"DeleteUserQuota": [
|
|
180
172
|
{
|
|
181
173
|
"document": "",
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
},
|
|
788
788
|
"metadata": {
|
|
789
789
|
"apiVersion": "2019-09-04",
|
|
790
|
-
"api_brief": "
|
|
790
|
+
"api_brief": "## 概述\n腾讯云防火墙(Cloud Firewall,CFW)是一款基于公有云环境下的 SaaS 化防火墙,目前主要为用户提供互联网边界防护,并用于解决云上访问控制的统一管理与日志审计问题,具备传统防火墙功能的同时也支持云上多租户及弹性扩容,是用户业务上云的网络安全基础设施。\n本章节介绍的腾讯云防火墙 API 接口均为 API 3.0接口。\n您可以调用 API 对腾讯云防火墙进行操作,例如切换防火墙状态、管理入侵防御、管理访问控制等。\n腾讯云防火墙支持的所有接口信息,请参见 [API 概览](https://cloud.tencent.com/document/product/1132/49080)。\n\n## 术语表\n腾讯云防火墙 API 接口的常见术语请参见下表:\n\n| 术语 | 描述 | \n|---------|---------|\n| 标签 | 标签(TagInfo)用于资源分类管理的元数据结构,包含 TagKey(标签键)和 TagValue(标签值),通过键值对实现资产精细化分类与管理。| \n| 访问控制列表 | 访问控制列表(ACL)用于定义网络流量过滤规则的安全策略集合,支持基于五元组(源/目的IP、端口、协议)的精细化流量管控。 | \n\n## 使用限制\n对于 API 接口的参数限制,请参考各接口文档中的参数说明。\n\n## API 快速入门\n您可以使用 API Explorer 工具在线调用 API。\n本文以创建访问控制规则为例,通过 API Explorer 工具调用 API 接口的步骤如下:\n1. 进入 [API Explorer](https://console.cloud.tencent.com/api/explorer) 工具页面。更多 API Explorer 工具使用信息,请参见 [使用 API Explorer](https://cloud.tencent.com/document/product/1278/46697)。\n2. 调用 [CreateAcRules](https://cloud.tencent.com/document/product/1132/49070) 接口,创建访问控制规则。\n3. 创建访问控制规则后即可在控制台页面查看到创建好的访问控制规则,可以对访问控制规则进行配置,具体操作方式请参见[文档](https://cloud.tencent.com/document/product/1132/107444)。",
|
|
791
791
|
"serviceNameCN": "云防火墙",
|
|
792
792
|
"serviceShortName": "cfw"
|
|
793
793
|
},
|
|
@@ -2571,7 +2571,7 @@
|
|
|
2571
2571
|
{
|
|
2572
2572
|
"disabled": false,
|
|
2573
2573
|
"document": "非自定义类型规则列表",
|
|
2574
|
-
"example": "
|
|
2574
|
+
"example": "无",
|
|
2575
2575
|
"member": "BanAndAllowRule",
|
|
2576
2576
|
"name": "Rules",
|
|
2577
2577
|
"required": true,
|
|
@@ -2588,7 +2588,7 @@
|
|
|
2588
2588
|
},
|
|
2589
2589
|
{
|
|
2590
2590
|
"disabled": false,
|
|
2591
|
-
"document": "
|
|
2591
|
+
"document": "删除白名单冲突地址并继续添加/删除封禁列表冲突地址并继续添加;表示是否覆盖重复数据,1为覆盖,非1不覆盖,跳过重复数据",
|
|
2592
2592
|
"example": "0",
|
|
2593
2593
|
"member": "int64",
|
|
2594
2594
|
"name": "CoverDuplicate",
|
|
@@ -4269,7 +4269,7 @@
|
|
|
4269
4269
|
{
|
|
4270
4270
|
"disabled": false,
|
|
4271
4271
|
"document": "关联任务详情",
|
|
4272
|
-
"example": "
|
|
4272
|
+
"example": "无",
|
|
4273
4273
|
"member": "BetaInfoByACL",
|
|
4274
4274
|
"name": "BetaList",
|
|
4275
4275
|
"output_required": true,
|
|
@@ -4375,6 +4375,26 @@
|
|
|
4375
4375
|
"output_required": false,
|
|
4376
4376
|
"type": "string",
|
|
4377
4377
|
"value_allowed_null": false
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"disabled": false,
|
|
4381
|
+
"document": "规则创建时间",
|
|
4382
|
+
"example": "2025-07-24 00:00:00",
|
|
4383
|
+
"member": "string",
|
|
4384
|
+
"name": "CreateTime",
|
|
4385
|
+
"output_required": false,
|
|
4386
|
+
"type": "string",
|
|
4387
|
+
"value_allowed_null": false
|
|
4388
|
+
},
|
|
4389
|
+
{
|
|
4390
|
+
"disabled": false,
|
|
4391
|
+
"document": "规则最近更新时间",
|
|
4392
|
+
"example": "2025-07-24 01:00:00",
|
|
4393
|
+
"member": "string",
|
|
4394
|
+
"name": "UpdateTime",
|
|
4395
|
+
"output_required": false,
|
|
4396
|
+
"type": "string",
|
|
4397
|
+
"value_allowed_null": false
|
|
4378
4398
|
}
|
|
4379
4399
|
],
|
|
4380
4400
|
"usage": "out"
|
|
@@ -6381,7 +6401,7 @@
|
|
|
6381
6401
|
{
|
|
6382
6402
|
"disabled": false,
|
|
6383
6403
|
"document": "每日增加日志存储量柱状图",
|
|
6384
|
-
"example": "
|
|
6404
|
+
"example": "无",
|
|
6385
6405
|
"member": "StorageHistogram",
|
|
6386
6406
|
"name": "TimeHistogram",
|
|
6387
6407
|
"output_required": true,
|
|
@@ -6391,7 +6411,7 @@
|
|
|
6391
6411
|
{
|
|
6392
6412
|
"disabled": false,
|
|
6393
6413
|
"document": "柱形图格式数据",
|
|
6394
|
-
"example": "
|
|
6414
|
+
"example": "无",
|
|
6395
6415
|
"member": "StorageHistogramShow",
|
|
6396
6416
|
"name": "TimeHistogramShow",
|
|
6397
6417
|
"output_required": false,
|
|
@@ -6408,6 +6428,36 @@
|
|
|
6408
6428
|
"type": "int",
|
|
6409
6429
|
"value_allowed_null": false
|
|
6410
6430
|
},
|
|
6431
|
+
{
|
|
6432
|
+
"disabled": false,
|
|
6433
|
+
"document": "NDR流量日志存储量,单位B",
|
|
6434
|
+
"example": "1024",
|
|
6435
|
+
"member": "int64",
|
|
6436
|
+
"name": "NDRNetFlowSize",
|
|
6437
|
+
"output_required": false,
|
|
6438
|
+
"type": "int",
|
|
6439
|
+
"value_allowed_null": false
|
|
6440
|
+
},
|
|
6441
|
+
{
|
|
6442
|
+
"disabled": false,
|
|
6443
|
+
"document": "NDR风险日志存储量,单位B",
|
|
6444
|
+
"example": "1024",
|
|
6445
|
+
"member": "int64",
|
|
6446
|
+
"name": "NDRRiskSize",
|
|
6447
|
+
"output_required": false,
|
|
6448
|
+
"type": "int",
|
|
6449
|
+
"value_allowed_null": false
|
|
6450
|
+
},
|
|
6451
|
+
{
|
|
6452
|
+
"disabled": false,
|
|
6453
|
+
"document": "NDR日志存储天数",
|
|
6454
|
+
"example": "30",
|
|
6455
|
+
"member": "int64",
|
|
6456
|
+
"name": "NDRStorageDay",
|
|
6457
|
+
"output_required": false,
|
|
6458
|
+
"type": "int",
|
|
6459
|
+
"value_allowed_null": false
|
|
6460
|
+
},
|
|
6411
6461
|
{
|
|
6412
6462
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
6413
6463
|
"member": "string",
|
|
@@ -8725,7 +8775,7 @@
|
|
|
8725
8775
|
{
|
|
8726
8776
|
"disabled": false,
|
|
8727
8777
|
"document": "自动化任务信息",
|
|
8728
|
-
"example": "
|
|
8778
|
+
"example": "无",
|
|
8729
8779
|
"member": "EnterpriseSecurityGroupRuleBetaInfo",
|
|
8730
8780
|
"name": "BetaList",
|
|
8731
8781
|
"output_required": false,
|
|
@@ -8745,12 +8795,32 @@
|
|
|
8745
8795
|
{
|
|
8746
8796
|
"disabled": false,
|
|
8747
8797
|
"document": "域名解析的IP统计",
|
|
8748
|
-
"example": "
|
|
8798
|
+
"example": "无",
|
|
8749
8799
|
"member": "SgDnsParseCount",
|
|
8750
8800
|
"name": "DnsParseCount",
|
|
8751
8801
|
"output_required": false,
|
|
8752
8802
|
"type": "object",
|
|
8753
8803
|
"value_allowed_null": false
|
|
8804
|
+
},
|
|
8805
|
+
{
|
|
8806
|
+
"disabled": false,
|
|
8807
|
+
"document": "规则创建时间",
|
|
8808
|
+
"example": "2025-07-24 00:00:00",
|
|
8809
|
+
"member": "string",
|
|
8810
|
+
"name": "CreateTime",
|
|
8811
|
+
"output_required": false,
|
|
8812
|
+
"type": "string",
|
|
8813
|
+
"value_allowed_null": false
|
|
8814
|
+
},
|
|
8815
|
+
{
|
|
8816
|
+
"disabled": false,
|
|
8817
|
+
"document": "规则最近更新时间",
|
|
8818
|
+
"example": "2025-07-24 01:00:00",
|
|
8819
|
+
"member": "string",
|
|
8820
|
+
"name": "UpdateTime",
|
|
8821
|
+
"output_required": false,
|
|
8822
|
+
"type": "string",
|
|
8823
|
+
"value_allowed_null": false
|
|
8754
8824
|
}
|
|
8755
8825
|
],
|
|
8756
8826
|
"usage": "out"
|
|
@@ -14092,6 +14162,26 @@
|
|
|
14092
14162
|
"output_required": true,
|
|
14093
14163
|
"type": "string",
|
|
14094
14164
|
"value_allowed_null": true
|
|
14165
|
+
},
|
|
14166
|
+
{
|
|
14167
|
+
"disabled": false,
|
|
14168
|
+
"document": "NDR流量日志存储量,单位B",
|
|
14169
|
+
"example": "1024",
|
|
14170
|
+
"member": "int64",
|
|
14171
|
+
"name": "NDRNetflowSize",
|
|
14172
|
+
"output_required": false,
|
|
14173
|
+
"type": "int",
|
|
14174
|
+
"value_allowed_null": false
|
|
14175
|
+
},
|
|
14176
|
+
{
|
|
14177
|
+
"disabled": false,
|
|
14178
|
+
"document": "NDR风险日志存储量,单位B",
|
|
14179
|
+
"example": "1024",
|
|
14180
|
+
"member": "int64",
|
|
14181
|
+
"name": "NDRRiskSize",
|
|
14182
|
+
"output_required": false,
|
|
14183
|
+
"type": "int",
|
|
14184
|
+
"value_allowed_null": false
|
|
14095
14185
|
}
|
|
14096
14186
|
],
|
|
14097
14187
|
"usage": "out"
|
|
@@ -15495,7 +15585,7 @@
|
|
|
15495
15585
|
{
|
|
15496
15586
|
"disabled": false,
|
|
15497
15587
|
"document": "规则顺序,-1表示最低,1表示最高",
|
|
15498
|
-
"example": "
|
|
15588
|
+
"example": "1",
|
|
15499
15589
|
"member": "int64",
|
|
15500
15590
|
"name": "OrderIndex",
|
|
15501
15591
|
"output_required": true,
|
|
@@ -15605,7 +15695,7 @@
|
|
|
15605
15695
|
{
|
|
15606
15696
|
"disabled": false,
|
|
15607
15697
|
"document": "beta任务详情",
|
|
15608
|
-
"example": "
|
|
15698
|
+
"example": "无",
|
|
15609
15699
|
"member": "BetaInfoByACL",
|
|
15610
15700
|
"name": "BetaList",
|
|
15611
15701
|
"output_required": true,
|
|
@@ -15678,6 +15768,28 @@
|
|
|
15678
15768
|
"required": false,
|
|
15679
15769
|
"type": "int",
|
|
15680
15770
|
"value_allowed_null": false
|
|
15771
|
+
},
|
|
15772
|
+
{
|
|
15773
|
+
"disabled": false,
|
|
15774
|
+
"document": "规则创建时间",
|
|
15775
|
+
"example": "2025-07-24 00:00:00",
|
|
15776
|
+
"member": "string",
|
|
15777
|
+
"name": "CreateTime",
|
|
15778
|
+
"output_required": false,
|
|
15779
|
+
"required": false,
|
|
15780
|
+
"type": "string",
|
|
15781
|
+
"value_allowed_null": false
|
|
15782
|
+
},
|
|
15783
|
+
{
|
|
15784
|
+
"disabled": false,
|
|
15785
|
+
"document": "规则最近更新时间",
|
|
15786
|
+
"example": "2025-07-24 01:00:00",
|
|
15787
|
+
"member": "string",
|
|
15788
|
+
"name": "UpdateTime",
|
|
15789
|
+
"output_required": false,
|
|
15790
|
+
"required": false,
|
|
15791
|
+
"type": "string",
|
|
15792
|
+
"value_allowed_null": false
|
|
15681
15793
|
}
|
|
15682
15794
|
],
|
|
15683
15795
|
"usage": "both"
|