tccli-intl-en 3.1.13.1__py2.py3-none-any.whl → 3.1.39.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/__init__.py +3 -0
- tccli/services/advisor/advisor_client.py +56 -0
- tccli/services/advisor/v20200721/api.json +34 -0
- tccli/services/advisor/v20200721/examples.json +8 -0
- tccli/services/autoscaling/v20180419/api.json +41 -13
- tccli/services/billing/billing_client.py +172 -4
- tccli/services/billing/v20180709/api.json +332 -1
- tccli/services/billing/v20180709/examples.json +24 -0
- tccli/services/ccc/v20200210/api.json +71 -26
- tccli/services/cdb/cdb_client.py +1128 -288
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/ckafka/ckafka_client.py +120 -8
- tccli/services/ckafka/v20190819/api.json +525 -180
- tccli/services/ckafka/v20190819/examples.json +30 -20
- tccli/services/clb/v20180317/api.json +87 -87
- tccli/services/csip/csip_client.py +392 -0
- tccli/services/csip/v20221121/api.json +2050 -284
- tccli/services/csip/v20221121/examples.json +56 -0
- tccli/services/cvm/v20170312/api.json +20 -20
- tccli/services/cvm/v20170312/examples.json +8 -8
- tccli/services/emr/v20190103/api.json +6 -6
- tccli/services/faceid/v20180301/api.json +102 -52
- tccli/services/faceid/v20180301/examples.json +3 -9
- tccli/services/hunyuan/hunyuan_client.py +448 -0
- tccli/services/hunyuan/v20230901/api.json +879 -18
- tccli/services/hunyuan/v20230901/examples.json +64 -0
- tccli/services/lighthouse/lighthouse_client.py +360 -24
- tccli/services/lighthouse/v20200324/api.json +488 -0
- tccli/services/lighthouse/v20200324/examples.json +54 -0
- tccli/services/lkeap/v20240522/api.json +36 -0
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/mdl/v20200326/api.json +309 -38
- tccli/services/mdp/v20200527/api.json +191 -28
- tccli/services/mongodb/v20190725/api.json +39 -39
- tccli/services/monitor/v20180724/api.json +5 -5
- tccli/services/mps/mps_client.py +341 -61
- tccli/services/mps/v20190612/api.json +890 -31
- tccli/services/mps/v20190612/examples.json +40 -0
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/ocr/v20181119/api.json +23 -3
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/ses/ses_client.py +348 -12
- tccli/services/ses/v20201002/api.json +1197 -256
- tccli/services/ses/v20201002/examples.json +78 -24
- tccli/services/tcsas/tcsas_client.py +2281 -209
- tccli/services/tcsas/v20250106/api.json +8410 -3423
- tccli/services/tcsas/v20250106/examples.json +308 -12
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/v20220901/api.json +10 -10
- tccli/services/tke/tke_client.py +168 -0
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/trocket/v20230308/api.json +96 -96
- tccli/services/trtc/v20190722/api.json +212 -144
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +280 -0
- tccli/services/vpc/v20170312/api.json +80 -13
- tccli/services/vpc/v20170312/examples.json +17 -9
- tccli/services/vpc/vpc_client.py +64 -8
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
|
@@ -54,6 +54,14 @@
|
|
|
54
54
|
"title": "Rebalancing the loads of instances in an RO group"
|
|
55
55
|
}
|
|
56
56
|
],
|
|
57
|
+
"CloseAuditService": [
|
|
58
|
+
{
|
|
59
|
+
"document": "None",
|
|
60
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CloseAuditService\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdb-6990cckk\"\n}",
|
|
61
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
|
|
62
|
+
"title": "Disabling Audit"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
57
65
|
"CloseCDBProxy": [
|
|
58
66
|
{
|
|
59
67
|
"document": " ",
|
|
@@ -86,6 +94,14 @@
|
|
|
86
94
|
"title": "Creating a TencentDB account"
|
|
87
95
|
}
|
|
88
96
|
],
|
|
97
|
+
"CreateAuditLogFile": [
|
|
98
|
+
{
|
|
99
|
+
"document": "This example shows you how to successfully query audit logs.",
|
|
100
|
+
"input": "https://cdb.tencentcloudapi.com/?Action=CreateAuditLogFile\r\n&InstanceId=cdb-qwerasdf\r\n&StartTime=2017-07-12 10:29:20\r\n&EndTime=2017-07-13 10:29:20\r\n&<Common request parameters>",
|
|
101
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"FileName\": \"shenji.csv\"\n }\n}",
|
|
102
|
+
"title": "Creating an Audit Log File"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
89
105
|
"CreateAuditPolicy": [
|
|
90
106
|
{
|
|
91
107
|
"document": " ",
|
|
@@ -94,6 +110,14 @@
|
|
|
94
110
|
"title": "Creating an audit policy"
|
|
95
111
|
}
|
|
96
112
|
],
|
|
113
|
+
"CreateAuditRuleTemplate": [
|
|
114
|
+
{
|
|
115
|
+
"document": "None",
|
|
116
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuditRuleTemplate\n<Common request parameters>\n\n{\n \"RuleFilters\": [\n {\n \"Type\": \"host\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"100.122.76.176\",\n \"10.0.0.9\"\n ]\n },\n {\n \"Type\": \"user\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"wy\"\n ]\n },\n {\n \"Type\": \"sqlType\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"Update\",\n \"Delete\"\n ]\n }\n ],\n \"RuleTemplateName\": \"andy\",\n \"Description\": \"Rule template for testing\"\n}",
|
|
117
|
+
"output": "{\n \"Response\": {\n \"RuleTemplateId\": \"cdb-rt-ws23fwu8\",\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
|
|
118
|
+
"title": "Creating an Audit Rule Template"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
97
121
|
"CreateBackup": [
|
|
98
122
|
{
|
|
99
123
|
"document": " ",
|
|
@@ -186,6 +210,14 @@
|
|
|
186
210
|
"title": "Creating a VIP exclusive to a TencentDB read-only replica"
|
|
187
211
|
}
|
|
188
212
|
],
|
|
213
|
+
"CreateRotationPassword": [
|
|
214
|
+
{
|
|
215
|
+
"document": "",
|
|
216
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRotationPassword\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdb-0zgqlqmd\",\n \"Accounts\": [\n {\n \"User\": \"andy\",\n \"Host\": \"192.1.1.1\"\n }\n ]\n}",
|
|
217
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
|
218
|
+
"title": "Enabling Password Rotation"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
189
221
|
"DeleteAccounts": [
|
|
190
222
|
{
|
|
191
223
|
"document": " ",
|
|
@@ -194,6 +226,30 @@
|
|
|
194
226
|
"title": "Deleting a TencentDB account"
|
|
195
227
|
}
|
|
196
228
|
],
|
|
229
|
+
"DeleteAuditLogFile": [
|
|
230
|
+
{
|
|
231
|
+
"document": " ",
|
|
232
|
+
"input": "https://cdb.tencentcloudapi.com/?Action=DeleteAuditLogFile\r\n&InstanceId=cdb-test1234\r\n&FileName=test.csv\r\n&<Common request parameters>",
|
|
233
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
|
234
|
+
"title": "Deleting an Audit Log File"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"DeleteAuditPolicy": [
|
|
238
|
+
{
|
|
239
|
+
"document": " ",
|
|
240
|
+
"input": "https://cdb.tencentcloudapi.com/?Action=DeleteAuditPolicy\r\n&PolicyId=cdbpolicy-234\r\n&InstanceId=cdb-xxxxxxx\r\n&<Common request parameters>",
|
|
241
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
|
242
|
+
"title": "Deleting an Audit Policy"
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"DeleteAuditRuleTemplates": [
|
|
246
|
+
{
|
|
247
|
+
"document": "",
|
|
248
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAuditRuleTemplates\n<Common request parameters>\n\n{\n \"RuleTemplateIds\": [\n \"cdb-rt-ws23fwu8\"\n ]\n}",
|
|
249
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
|
|
250
|
+
"title": "Deleting an Audit Rule Template"
|
|
251
|
+
}
|
|
252
|
+
],
|
|
197
253
|
"DeleteBackup": [
|
|
198
254
|
{
|
|
199
255
|
"document": " ",
|
|
@@ -242,6 +298,30 @@
|
|
|
242
298
|
"title": "Querying the execution result of an async task"
|
|
243
299
|
}
|
|
244
300
|
],
|
|
301
|
+
"DescribeAuditConfig": [
|
|
302
|
+
{
|
|
303
|
+
"document": "",
|
|
304
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditConfig\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdbro-6zpy4ei1\"\n}",
|
|
305
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"507f6863-2827-4c2c-9c3b-fbbcc32e1ed4\",\n \"CreateTime\": \"2025-04-11 15:13:07\",\n \"IsClosing\": \"false\",\n \"IsOpening\": \"false\",\n \"LogExpireDay\": 90,\n \"LogType\": \"storage\"\n }\n}",
|
|
306
|
+
"title": "Querying Instance Configuration"
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
"DescribeAuditInstanceList": [
|
|
310
|
+
{
|
|
311
|
+
"document": "This example shows you how to obtain the audit instance list.",
|
|
312
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditInstanceList\n<Common request parameters>\n\n{\n \"AuditMode\": 0,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"cdb-euu5fkcj\"\n ],\n \"Name\": \"InstanceId\",\n \"ExactMatch\": true\n }\n ],\n \"AuditSwitch\": 0,\n \"Offset\": 1\n}",
|
|
313
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"InstanceId\": \"cdb-euu5fkcj\",\n \"AuditStatus\": \"OFF\",\n \"AuditTask\": 1,\n \"LogExpireDay\": 1,\n \"HighLogExpireDay\": 1,\n \"LowLogExpireDay\": 1,\n \"BillingAmount\": 0,\n \"HighRealStorage\": 0,\n \"LowRealStorage\": 0,\n \"AuditAll\": true,\n \"CreateAt\": \"2022-03-02 10:09:08\",\n \"InstanceInfo\": {\n \"ProjectId\": 0,\n \"TagList\": [\n {\n \"TagKey\": \"andy\",\n \"TagValue\": \"1\"\n }\n ],\n \"DbType\": \"MYSQL\",\n \"DbVersion\": \"5.7\"\n },\n \"RealStorage\": 0,\n \"OldRule\": true,\n \"RuleTemplateIds\": [\n \"cdb-art-nuf7ej8d\"\n ]\n }\n ],\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
|
314
|
+
"title": "Obtaining the Audit Instance List"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"DescribeAuditLogFiles": [
|
|
318
|
+
{
|
|
319
|
+
"document": " ",
|
|
320
|
+
"input": "https://cdb.tencentcloudapi.com/?Action=DescribeAuditLogFiles\n&InstanceId=cdb-qwerasdf\n&<Common request parameters>",
|
|
321
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"FileName\": \"andy.txt\",\n \"Status\": \"running\",\n \"CreateTime\": \"2019-03-20 17:09:13\",\n \"FileSize\": 3,\n \"DownloadUrl\": \"http://xxxxxx\",\n \"ErrMsg\": \"\"\n }\n ]\n }\n}",
|
|
322
|
+
"title": "Querying Audit Log Files"
|
|
323
|
+
}
|
|
324
|
+
],
|
|
245
325
|
"DescribeAuditLogs": [
|
|
246
326
|
{
|
|
247
327
|
"document": "",
|
|
@@ -270,6 +350,22 @@
|
|
|
270
350
|
"title": "Querying the audit policies"
|
|
271
351
|
}
|
|
272
352
|
],
|
|
353
|
+
"DescribeAuditRuleTemplateModifyHistory": [
|
|
354
|
+
{
|
|
355
|
+
"document": "",
|
|
356
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRuleTemplateModifyHistory\n<Common request parameters>\n\n{\n \"RuleTemplateIds\": [\n \"cdb-art-8qx2kcr7\"\n ],\n \"StartTime\": \"2023-07-26 00:00:00\",\n \"EndTime\": \"2023-07-27 00:00:00\",\n \"Limit\": 10,\n \"Offset\": 0,\n \"Order\": \"DESC\"\n}",
|
|
357
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"TaskId\": 1997098,\n \"ModifyBeforeInfo\": {\n \"RuleTemplateId\": \"cdb-art-8qx2kcr7\",\n \"RuleTemplateName\": \"wy_1\",\n \"RuleFilters\": [\n {\n \"Type\": \"sqlType\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"DROP\"\n ]\n }\n ],\n \"AlarmLevel\": 1,\n \"AlarmPolicy\": 0,\n \"Description\": \"andyaudit\"\n },\n \"ModifyAfterInfo\": {\n \"RuleTemplateId\": \"cdb-art-8qx2kcr7\",\n \"RuleTemplateName\": \"wy_1\",\n \"RuleFilters\": [\n {\n \"Type\": \"sqlType\",\n \"Compare\": \"EQS\",\n \"Value\": [\n \"DROP\",\n \"DELETE\"\n ]\n }\n ],\n \"AlarmLevel\": 2,\n \"AlarmPolicy\": 0,\n \"Description\": \"andyrule2\"\n },\n \"AffectedInstances\": [\n \"cdb-nzg4gv35\",\n \"cdb-12y4cjjd\"\n ],\n \"Operator\": \"700000579947\",\n \"UpdateTime\": \"2023-07-26 00:09:00\"\n }\n ],\n \"RequestId\": \"186905b7-756c-4aae-a403-a40568aa5952\"\n }\n}",
|
|
358
|
+
"title": "Correct Return"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"DescribeAuditRuleTemplates": [
|
|
362
|
+
{
|
|
363
|
+
"document": "None",
|
|
364
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditRuleTemplates\n<Common request parameters>\n\n{\n \"RuleTemplateNames\": [\n \"template_1\"\n ],\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
|
365
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateAt\": \"2022-12-06 00:54:01\",\n \"Description\": \"all_template_des\",\n \"RuleFilters\": [\n {\n \"Compare\": \"INC\",\n \"Type\": \"sqlType\",\n \"Value\": [\n \"ALTER\"\n ]\n },\n {\n \"Compare\": \"EQS\",\n \"Type\": \"host\",\n \"Value\": [\n \"10.0.0.2\"\n ]\n },\n {\n \"Compare\": \"NEQ\",\n \"Type\": \"user\",\n \"Value\": [\n \"lue\"\n ]\n },\n {\n \"Compare\": \"INC\",\n \"Type\": \"dbName\",\n \"Value\": [\n \"lue\"\n ]\n }\n ],\n \"RuleTemplateId\": \"cdb-art-lcpm4as3\",\n \"RuleTemplateName\": \"template_test\"\n }\n ],\n \"RequestId\": \"a19ebcfb-8b35-40f4-85ee-383109c9134b\",\n \"TotalCount\": 1\n }\n}",
|
|
366
|
+
"title": "Querying Audit Rule Template Information"
|
|
367
|
+
}
|
|
368
|
+
],
|
|
273
369
|
"DescribeAuditRules": [
|
|
274
370
|
{
|
|
275
371
|
"document": " ",
|
|
@@ -362,7 +458,7 @@
|
|
|
362
458
|
{
|
|
363
459
|
"document": " ",
|
|
364
460
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCdbZoneConfig\n<Common request parameters>\n\n{}",
|
|
365
|
-
"output": "{\n \"Response\": {\n \"DataResult\": {\n \"Configs\": [\n {\n \"Cpu\": 1,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"InnoDB\",\n \"Id\": 11,\n \"Info\": \"Small-scale game apps with tens of thousands of DAUs or widget apps with millions of DAUs\"\n \"Iops\": 1200,\n \"Memory\": 1000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n },\n {\n \"Cpu\": 1,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"InnoDB\",\n \"Id\": 12,\n \"Info\": \"Small-scale game apps with tens of thousands of DAUs or widget apps with millions of DAUs\"\n \"Iops\": 2000,\n \"Memory\": 2000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n },\n {\n \"Cpu\": 8,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"RocksDB\",\n \"Id\": 175,\n \"Info\": \"Large-scale game apps with millions of DAUs\"\n \"Iops\": 28000,\n \"Memory\": 32000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n }\n ],\n \"Regions\": [\n {\n \"Area\": \"East China\",\n \"IsDefaultRegion\": 0,\n \"Region\": \"ap-shanghai\",\n \"RegionConfig\": [\n {\n \"DrZone\": [\n \"ap-guangzhou-3\",\n \"ap-guangzhou-4\",\n \"ap-guangzhou-5\",\n \"ap-guangzhou-6\",\n \"ap-guangzhou-7\"\n ],\n \"EngineType\": [\n \"InnoDB\",\n \"RocksDB\"\n ],\n \"ExClusterRemoteRoZone\": [],\n \"ExClusterStatus\": 3,\n \"ExClusterZoneConf\": {\n \"BackupZone\": [],\n \"DeployMode\": [\n 0\n ],\n \"MasterZone\": [],\n \"SlaveZone\": [\n },\n \"HourInstanceSaleMaxNum\": 10000,\n \"IsBm\": false,\n \"IsCustom\": true,\n \"IsDefaultZone\": false,\n \"IsSupportDr\": true,\n \"IsSupportIpv6\": false,\n \"IsSupportRemoteRo\": true,\n \"IsSupportVpc\": true,\n \"PayType\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"ProtectMode\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"RemoteRoZone\": [\n \"ap-beijing-1\",\n \"ap-beijing-
|
|
461
|
+
"output": "{\n \"Response\": {\n \"DataResult\": {\n \"Configs\": [\n {\n \"Cpu\": 1,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"InnoDB\",\n \"Id\": 11,\n \"Info\": \"Small-scale game apps with tens of thousands of DAUs or widget apps with millions of DAUs\"\n \"Iops\": 1200,\n \"Memory\": 1000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n },\n {\n \"Cpu\": 1,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"InnoDB\",\n \"Id\": 12,\n \"Info\": \"Small-scale game apps with tens of thousands of DAUs or widget apps with millions of DAUs\"\n \"Iops\": 2000,\n \"Memory\": 2000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n },\n {\n \"Cpu\": 8,\n \"DeviceType\": \"CUSTOM\",\n \"EngineType\": \"RocksDB\",\n \"Id\": 175,\n \"Info\": \"Large-scale game apps with millions of DAUs\"\n \"Iops\": 28000,\n \"Memory\": 32000,\n \"Status\": 0,\n \"VolumeMax\": 3000,\n \"VolumeMin\": 25,\n \"VolumeStep\": 5\n }\n ],\n \"Regions\": [\n {\n \"Area\": \"East China\",\n \"IsDefaultRegion\": 0,\n \"Region\": \"ap-shanghai\",\n \"RegionConfig\": [\n {\n \"DrZone\": [\n \"ap-guangzhou-3\",\n \"ap-guangzhou-4\",\n \"ap-guangzhou-5\",\n \"ap-guangzhou-6\",\n \"ap-guangzhou-7\"\n ],\n \"EngineType\": [\n \"InnoDB\",\n \"RocksDB\"\n ],\n \"ExClusterRemoteRoZone\": [],\n \"ExClusterStatus\": 3,\n \"ExClusterZoneConf\": {\n \"BackupZone\": [],\n \"DeployMode\": [\n 0\n ],\n \"MasterZone\": [],\n \"SlaveZone\": [\n },\n \"HourInstanceSaleMaxNum\": 10000,\n \"IsBm\": false,\n \"IsCustom\": true,\n \"IsDefaultZone\": false,\n \"IsSupportDr\": true,\n \"IsSupportIpv6\": false,\n \"IsSupportRemoteRo\": true,\n \"IsSupportVpc\": true,\n \"PayType\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"ProtectMode\": [\n \"0\",\n \"1\",\n \"2\"\n ],\n \"RemoteRoZone\": [\n \"ap-beijing-1\",\n \"ap-beijing-3\"\n ],\n \"SellType\": [\n {\n \"ConfigIds\": [],\n \"EngineVersion\": [],\n \"TypeName\": \"CVM\"\n },\n {\n \"ConfigIds\": [\n 11,\n 12,\n 175\n ],\n \"EngineVersion\": [\n \"5.5\",\n \"5.6\",\n \"5.7\",\n \"8.0\"\n ],\n \"TypeName\": \"Z3\"\n }\n ],\n \"Status\": 3,\n \"Zone\": \"ap-shanghai-2\",\n \"ZoneConf\": {\n \"BackupZone\": [\n \"ap-shanghai-2\"\n ],\n \"DeployMode\": [\n 0,\n 1\n ],\n \"MasterZone\": [\n \"ap-shanghai-2\"\n ],\n \"SlaveZone\": [\n \"ap-shanghai-2\"\n ]\n },\n \"ZoneId\": 200002,\n \"ZoneName\": \"Shanghai Zone 2\"\n }\n ],\n \"RegionName\": \"Shanghai\"\n }\n ]\n },\n \"RequestId\": \"33ad58ce-64d3-5ef4-101a-1823da6f7cad\"\n }\n}",
|
|
366
462
|
"title": "Querying the purchasable database specifications"
|
|
367
463
|
}
|
|
368
464
|
],
|
|
@@ -410,7 +506,7 @@
|
|
|
410
506
|
{
|
|
411
507
|
"document": " ",
|
|
412
508
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceConfig\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdb-f35wr6wj\"\n}",
|
|
413
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"SlaveConfig\": {\n \"ReplicationMode\": \"async\",\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"BackupConfig\": {\n \"ReplicationMode\": \"sync\",\n \"Vip\": \"\",\n \"Vport\":
|
|
509
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"SlaveConfig\": {\n \"ReplicationMode\": \"async\",\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"BackupConfig\": {\n \"ReplicationMode\": \"sync\",\n \"Vip\": \"172.1.1.1\",\n \"Vport\": 3306,\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"ProtectMode\": 0,\n \"Zone\": \"ap-guangzhou-3\",\n \"DeployMode\": 1,\n \"Switched\": false\n }\n}",
|
|
414
510
|
"title": "Querying the configuration information of a TencentDB instance"
|
|
415
511
|
}
|
|
416
512
|
],
|
|
@@ -448,10 +544,10 @@
|
|
|
448
544
|
],
|
|
449
545
|
"DescribeDBInstances": [
|
|
450
546
|
{
|
|
451
|
-
"document": "This example shows you how to query the list
|
|
547
|
+
"document": "This example shows you how to query the instance list.",
|
|
452
548
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstances\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"cdb-70zdmgg1\"\n ]\n}",
|
|
453
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"97939db3-ef94-4a60-9b64-2a1f4e2f1ea3\",\n \"Items\": [\n {\n \"WanStatus\": 0,\n \"Zone\": \"100001\",\n \"WanPort\": 0,\n \"DiskType\": \"
|
|
454
|
-
"title": "Querying the
|
|
549
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"97939db3-ef94-4a60-9b64-2a1f4e2f1ea3\",\n \"Items\": [\n {\n \"WanStatus\": 0,\n \"Zone\": \"100001\",\n \"WanPort\": 0,\n \"DiskType\": \"CLOUD_SSD\",\n \"RoVipInfo\": {\n \"RoVport\": 0,\n \"RoVpcId\": 0,\n \"RoVipStatus\": 0,\n \"RoVip\": \"192.168.1.1\",\n \"RoSubnetId\": 0\n },\n \"Memory\": 1000,\n \"EngineType\": \"InnoDB\",\n \"Status\": 1,\n \"VpcId\": 511512,\n \"SlaveInfo\": {\n \"Second\": {\n \"Vport\": 0,\n \"Vip\": \"172.1.1.1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n },\n \"First\": {\n \"Vport\": 0,\n \"Vip\": \"17.1.1.1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\"\n }\n },\n \"InstanceId\": \"cdn-ahend\",\n \"PhysicalId\": \"136527\",\n \"Volume\": 50,\n \"AutoRenew\": 0,\n \"ProtectMode\": 0,\n \"CdbError\": 0,\n \"DeviceClass\": \"20\",\n \"MasterInfo\": {\n \"Status\": 1,\n \"VpcId\": 0,\n \"Zone\": \"100001\",\n \"ExClusterName\": \"andy\",\n \"InstanceId\": \"cdb-hsyhend\",\n \"ResourceId\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 0,\n \"ZoneId\": 0,\n \"Volume\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"Memory\": 0,\n \"SubnetId\": 0,\n \"Qps\": 0,\n \"TaskStatus\": 0,\n \"InstanceName\": \"cdb342\",\n \"InstanceType\": 0,\n \"ExClusterId\": \"cdb-3ho6jddd\"\n },\n \"DeployGroupId\": \"ps-7t11vrwf\",\n \"InstanceNodes\": 2,\n \"RoGroups\": [\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"alone\",\n \"RoGroupZone\": \"800003\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"cdbrg-92zkeaq2\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"cdbro2\",\n \"Weight\": 0,\n \"UniqVpcId\": \"vpc-ja6ts123\",\n \"RoInstances\": [\n {\n \"Zone\": \"ap-guangzhou-3\",\n \"MasterInstanceId\": \"cdb-fapcrp1q\",\n \"ReplicationStatus\": \"success\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"cdb-hendhs\",\n \"Volume\": 50,\n \"OfflineTime\": \"2024-09-09 16:40:31\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"online\",\n \"Region\": \"ap-guangzhou\",\n \"DeadlineTime\": \"2024-12-29 08:37:33\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"EngineVersion\": \"5.7\",\n \"InstanceName\": \"cdbro732\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"127.0.0.1\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"10.89.90.66\",\n \"UniqSubnetId\": \"subnet-njh2bc99\",\n \"RoGroupRegion\": \"ap-guangzhou\",\n \"Vport\": 3306,\n \"WeightMode\": \"system\"\n },\n {\n \"RoOfflineDelay\": 0,\n \"RoGroupMode\": \"alone\",\n \"RoGroupZone\": \"ap-guangzhou\",\n \"MinRoInGroup\": 1,\n \"DelayReplicationTime\": 0,\n \"RoGroupId\": \"cdbrg-92zkeaq4\",\n \"RoMaxDelayTime\": 1,\n \"RoGroupName\": \"andy6\",\n \"UniqVpcId\": \"vpc-ja6ts453\",\n \"Weight\": 0,\n \"RoInstances\": [\n {\n \"Zone\": \"ap-guangzhou-4\",\n \"MasterInstanceId\": \"cdb-fapcrp12\",\n \"ReplicationStatus\": \"success\",\n \"Memory\": 1000,\n \"Status\": 1,\n \"VpcId\": 511512,\n \"InstanceId\": \"cdbro-c1nl9rpv\",\n \"Volume\": 25,\n \"OfflineTime\": \"2024-09-09 16:40:30\",\n \"SubnetId\": 115839,\n \"HourFeeStatus\": 1,\n \"RoStatus\": \"online\",\n \"Region\": \"ap-guangzhou\",\n \"DeadlineTime\": \"2024-12-29 08:37:33\",\n \"TaskStatus\": 0,\n \"DeviceType\": \"UNIVERSAL\",\n \"EngineVersion\": \"5.7\",\n \"InstanceName\": \"cdbro7\",\n \"Weight\": 0,\n \"PayType\": 1,\n \"InstanceType\": 3,\n \"Vip\": \"127.0.0.1\",\n \"Qps\": 1000,\n \"Vport\": 3306\n }\n ],\n \"Vip\": \"12.1.1.1\",\n \"UniqSubnetId\": \"subnet-njh2bc11\",\n \"RoGroupRegion\": \"ap-guangzhou\",\n \"Vport\": 3306,\n \"WeightMode\": \"system\"\n }\n ],\n \"ProjectId\": 0,\n \"DeadlineTime\": \"2020-09-22 00:00:00\",\n \"DeployMode\": 0,\n \"TaskStatus\": 0,\n \"SubnetId\": 115839,\n \"DeviceType\": \"EXCLUSIVE\",\n \"EngineVersion\": \"5.7\",\n \"MaxDelayTime\": 0,\n \"InstanceName\": \"cdbandy\",\n \"Cpu\": 8,\n \"DrInfo\": [\n {\n \"Status\": 0,\n \"Zone\": \"ap-beijing-3\",\n \"InstanceId\": \"cdb-hegns\",\n \"Region\": \"ap-beijing\",\n \"SyncStatus\": 0,\n \"InstanceName\": \"andydr\",\n \"InstanceType\": 0\n }\n ],\n \"UniqVpcId\": \"vpc-5v8wn9m1\",\n \"WanDomain\": \"gz-cdb-******.sql.tencentcdb.com\",\n \"InitFlag\": 1,\n \"PayType\": 1,\n \"InstanceType\": 1,\n \"Vip\": \"13.1.1.1\",\n \"UniqSubnetId\": \"subnet-1typ0s7d\",\n \"Region\": \"ap-beijing\",\n \"Qps\": 0,\n \"Vport\": 3306,\n \"TagList\": [\n {\n \"TagKey\": \"name\",\n \"TagValue\": \"andy\"\n }\n ],\n \"CreateTime\": \"2023-08-29 08:37:33\",\n \"ZoneId\": 720001,\n \"ZoneName\": \"Beijing Zone 3.\"\n }\n ]\n }\n}",
|
|
550
|
+
"title": "Querying the Instance List"
|
|
455
551
|
}
|
|
456
552
|
],
|
|
457
553
|
"DescribeDBPrice": [
|
|
@@ -601,7 +697,7 @@
|
|
|
601
697
|
"document": "",
|
|
602
698
|
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoGroups\n<common request parameters>\n\n{\n \"InstanceId\": \"cdb-93hvfefg\"\n}",
|
|
603
699
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5e18a101-e6f5-440c-a9d3-3b30aef256e1\",\n \"RoGroups\": [\n {\n \"DelayReplicationTime\": 0,\n \"MinRoInGroup\": 1,\n \"RoGroupId\": \"cdbrg-lsj**ijm\",\n \"RoGroupMode\": \"\",\n \"RoGroupName\": \"tommy1\",\n \"RoGroupRegion\": \"ap-beijing\",\n \"RoGroupZone\": \"ap-beijing-6\",\n \"RoInstances\": [\n {\n \"DeadlineTime\": \"2024-11-12 16:11:06\",\n \"DeviceType\": \"CUSTOM\",\n \"EngineVersion\": \"8.0\",\n \"HourFeeStatus\": 1,\n \"InstanceId\": \"cdbro-lsjh**jm\",\n \"InstanceName\": \"cdb_ro_21**63\",\n \"InstanceType\": 3,\n \"MasterInstanceId\": \"cdb-93**fefg\",\n \"Memory\": 4000,\n \"OfflineTime\": \"2024-01-25 15:05:59\",\n \"PayType\": 0,\n \"Qps\": 4400,\n \"Region\": \"ap-beijing\",\n \"RoStatus\": \"online\",\n \"Status\": 1,\n \"SubnetId\": 2738750,\n \"TaskStatus\": 0,\n \"Vip\": \"172.*.32.13\",\n \"Volume\": 60,\n \"VpcId\": 7078258,\n \"Vport\": 3306,\n \"Weight\": 2,\n \"Zone\": \"ap-beijing-6\"\n }\n ],\n \"RoMaxDelayTime\": 10,\n \"RoOfflineDelay\": 1,\n \"UniqSubnetId\": \"subnet-jp6**13n\",\n \"UniqVpcId\": \"vpc-4ko**3u6\",\n \"Vip\": \"172.*.64.7\",\n \"Vport\": 3306,\n \"Weight\": 0,\n \"WeightMode\": \"system\"\n }\n ]\n }\n}",
|
|
604
|
-
"title": "
|
|
700
|
+
"title": "Queries the information of all RO groups of TencentDB instance"
|
|
605
701
|
}
|
|
606
702
|
],
|
|
607
703
|
"DescribeRoMinScale": [
|
|
@@ -740,6 +836,30 @@
|
|
|
740
836
|
"title": "Modifying the permissions of a TencentDB instance account"
|
|
741
837
|
}
|
|
742
838
|
],
|
|
839
|
+
"ModifyAuditConfig": [
|
|
840
|
+
{
|
|
841
|
+
"document": " ",
|
|
842
|
+
"input": "https://cdb.tencentcloudapi.com/?Action=ModifyAuditConfig\n&LogExpireDay=365\n&InstanceId=cdb-txcniupi\n&<Common request parameters>",
|
|
843
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\"\n }\n}",
|
|
844
|
+
"title": "Modifying Audit Service Configurations"
|
|
845
|
+
}
|
|
846
|
+
],
|
|
847
|
+
"ModifyAuditRuleTemplates": [
|
|
848
|
+
{
|
|
849
|
+
"document": "None",
|
|
850
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAuditRuleTemplates\n<Common request parameters>\n\n{\n \"RuleTemplateIds\": [\n \"cdb-rt-ws23fwu8\"\n ],\n \"RuleTemplateName\": \"andyrule\"\n}",
|
|
851
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
|
|
852
|
+
"title": "Modifying an Audit Rule Template"
|
|
853
|
+
}
|
|
854
|
+
],
|
|
855
|
+
"ModifyAuditService": [
|
|
856
|
+
{
|
|
857
|
+
"document": "None",
|
|
858
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAuditService\n<Common request parameters>\n\n{\n \"InstanceId\": \"cdb-6990cckk\",\n \"LogExpireDay\": 30,\n \"HighLogExpireDay\": 7,\n \"AuditAll\": true\n}",
|
|
859
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
|
|
860
|
+
"title": "Modifying the Audit Service"
|
|
861
|
+
}
|
|
862
|
+
],
|
|
743
863
|
"ModifyAutoRenewFlag": [
|
|
744
864
|
{
|
|
745
865
|
"document": " ",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"status": "online"
|
|
44
44
|
},
|
|
45
45
|
"DescribeBillingData": {
|
|
46
|
-
"document": "This API is used to query billing data details.",
|
|
46
|
+
"document": "This API is used to query billing data details. \nNotes: \nDue to the impact of the billing and settlement methods, the data returned by the DescribeBillingData has a certain delay. For hourly-billed customers, the expected delay is 3 to 5 hours. For monthly-billed customers, the expected delay is 4 to 28 hours. Before 4:00 AM (UTC+8, excluding 4:00 AM), only data from two days prior can be queried; after 4:00 AM (including 4:00 AM), data from the previous day can be queried. \nIf you have a strong requirement for data timeliness, it is recommended to use the DescribeCdnData.",
|
|
47
47
|
"input": "DescribeBillingDataRequest",
|
|
48
48
|
"name": "Queries billing data",
|
|
49
49
|
"output": "DescribeBillingDataResponse",
|
|
@@ -2917,30 +2917,30 @@
|
|
|
2917
2917
|
{
|
|
2918
2918
|
"disabled": false,
|
|
2919
2919
|
"document": "Queries by the specified metric:\n`flux`: Traffic (in bytes)\n`bandwidth`: Bandwidth (in bps)\n`request`: Number of requests\n`fluxHitRate`: Traffic hit rate (in %)\n`statusCode`: Status code. The aggregate data for 2xx, 3xx, 4xx, and 5xx status codes will be returned (in entries)\n`2XX`: Returns the aggregate list of 2xx status codes and the data for status codes starting with 2 (in entries)\n`3XX`: Returns the aggregate list of 3xx status codes and the data for status codes starting with 3 (in entries)\n`4XX`: Returns the aggregate list of 4xx status codes and the data for status codes starting with 4 (in entries)\n`5XX`: Returns the aggregate list of 5xx status codes and the data for status codes starting with 5 (in entries)\nYou can also specify a status code for querying.",
|
|
2920
|
-
"example": "",
|
|
2920
|
+
"example": "flux",
|
|
2921
2921
|
"member": "string",
|
|
2922
2922
|
"name": "Metric",
|
|
2923
|
-
"
|
|
2923
|
+
"output_required": true,
|
|
2924
2924
|
"type": "string",
|
|
2925
2925
|
"value_allowed_null": false
|
|
2926
2926
|
},
|
|
2927
2927
|
{
|
|
2928
2928
|
"disabled": false,
|
|
2929
2929
|
"document": "Detailed data combination",
|
|
2930
|
-
"example": "",
|
|
2930
|
+
"example": "无",
|
|
2931
2931
|
"member": "TimestampData",
|
|
2932
2932
|
"name": "DetailData",
|
|
2933
|
-
"
|
|
2933
|
+
"output_required": true,
|
|
2934
2934
|
"type": "list",
|
|
2935
2935
|
"value_allowed_null": false
|
|
2936
2936
|
},
|
|
2937
2937
|
{
|
|
2938
2938
|
"disabled": false,
|
|
2939
2939
|
"document": "Aggregate data combination",
|
|
2940
|
-
"example": "",
|
|
2940
|
+
"example": "无",
|
|
2941
2941
|
"member": "SummarizedData",
|
|
2942
2942
|
"name": "SummarizedData",
|
|
2943
|
-
"
|
|
2943
|
+
"output_required": true,
|
|
2944
2944
|
"type": "object",
|
|
2945
2945
|
"value_allowed_null": false
|
|
2946
2946
|
}
|
|
@@ -3522,7 +3522,7 @@
|
|
|
3522
3522
|
"members": [
|
|
3523
3523
|
{
|
|
3524
3524
|
"disabled": false,
|
|
3525
|
-
"document": "Start time of the query, e.g
|
|
3525
|
+
"document": "Start time of the query, e.g. 2018-09-04 10:40:00.\nThe specified start time will be rounded down based on the granularity parameter `Interval`. For example, if you set the start time to 2018-09-04 10:40:00 with 1-hour granularity, the time will be rounded down to 2018-09-04 10:00:00.\nThe period between the start time and end time can be up to 90 days.",
|
|
3526
3526
|
"example": "2018-09-04 10:40:00",
|
|
3527
3527
|
"member": "datetime",
|
|
3528
3528
|
"name": "StartTime",
|
|
@@ -3622,7 +3622,7 @@
|
|
|
3622
3622
|
"example": "5min",
|
|
3623
3623
|
"member": "string",
|
|
3624
3624
|
"name": "Interval",
|
|
3625
|
-
"
|
|
3625
|
+
"output_required": true,
|
|
3626
3626
|
"type": "string",
|
|
3627
3627
|
"value_allowed_null": false
|
|
3628
3628
|
},
|
|
@@ -3632,7 +3632,7 @@
|
|
|
3632
3632
|
"example": "无",
|
|
3633
3633
|
"member": "ResourceBillingData",
|
|
3634
3634
|
"name": "Data",
|
|
3635
|
-
"
|
|
3635
|
+
"output_required": true,
|
|
3636
3636
|
"type": "list",
|
|
3637
3637
|
"value_allowed_null": false
|
|
3638
3638
|
},
|
|
@@ -9925,20 +9925,20 @@
|
|
|
9925
9925
|
{
|
|
9926
9926
|
"disabled": false,
|
|
9927
9927
|
"document": "Resource name, which is classified as follows based on different query filters:\nWhen a domain name is specified: Details of the domain name\n`multiDomains`: Aggregated details of multiple domain names\nA specific project ID: ID of the specifically queried project\n`all`: Details at the account level",
|
|
9928
|
-
"example": "",
|
|
9928
|
+
"example": "qq.com",
|
|
9929
9929
|
"member": "string",
|
|
9930
9930
|
"name": "Resource",
|
|
9931
|
-
"
|
|
9931
|
+
"output_required": true,
|
|
9932
9932
|
"type": "string",
|
|
9933
9933
|
"value_allowed_null": false
|
|
9934
9934
|
},
|
|
9935
9935
|
{
|
|
9936
9936
|
"disabled": false,
|
|
9937
9937
|
"document": "Billing data details",
|
|
9938
|
-
"example": "",
|
|
9938
|
+
"example": "无",
|
|
9939
9939
|
"member": "CdnData",
|
|
9940
9940
|
"name": "BillingData",
|
|
9941
|
-
"
|
|
9941
|
+
"output_required": true,
|
|
9942
9942
|
"type": "list",
|
|
9943
9943
|
"value_allowed_null": false
|
|
9944
9944
|
}
|
|
@@ -11367,20 +11367,20 @@
|
|
|
11367
11367
|
{
|
|
11368
11368
|
"disabled": false,
|
|
11369
11369
|
"document": "Aggregation method, which can be:\n`sum`: Aggregate summation\n`max`: Maximum value. In bandwidth mode, the peak bandwidth is calculated based on the data aggregated in 5 minutes.\n`avg`: Average value",
|
|
11370
|
-
"example": "",
|
|
11370
|
+
"example": "sum",
|
|
11371
11371
|
"member": "string",
|
|
11372
11372
|
"name": "Name",
|
|
11373
|
-
"
|
|
11373
|
+
"output_required": true,
|
|
11374
11374
|
"type": "string",
|
|
11375
11375
|
"value_allowed_null": false
|
|
11376
11376
|
},
|
|
11377
11377
|
{
|
|
11378
11378
|
"disabled": false,
|
|
11379
11379
|
"document": "Aggregated value",
|
|
11380
|
-
"example": "",
|
|
11380
|
+
"example": "1000",
|
|
11381
11381
|
"member": "float",
|
|
11382
11382
|
"name": "Value",
|
|
11383
|
-
"
|
|
11383
|
+
"output_required": true,
|
|
11384
11384
|
"type": "float",
|
|
11385
11385
|
"value_allowed_null": false
|
|
11386
11386
|
}
|
|
@@ -11419,20 +11419,20 @@
|
|
|
11419
11419
|
{
|
|
11420
11420
|
"disabled": false,
|
|
11421
11421
|
"document": "The start point of the sampling period. \nFor example, if the time is set to 13:35:00, and `interval` is `5min`, the data returned is collected between 13:35:00 and 13:39:59",
|
|
11422
|
-
"example": "",
|
|
11422
|
+
"example": "13:35:00",
|
|
11423
11423
|
"member": "datetime",
|
|
11424
11424
|
"name": "Time",
|
|
11425
|
-
"
|
|
11425
|
+
"output_required": true,
|
|
11426
11426
|
"type": "string",
|
|
11427
11427
|
"value_allowed_null": false
|
|
11428
11428
|
},
|
|
11429
11429
|
{
|
|
11430
11430
|
"disabled": false,
|
|
11431
11431
|
"document": "Data value",
|
|
11432
|
-
"example": "",
|
|
11432
|
+
"example": "100.00",
|
|
11433
11433
|
"member": "float",
|
|
11434
11434
|
"name": "Value",
|
|
11435
|
-
"
|
|
11435
|
+
"output_required": true,
|
|
11436
11436
|
"type": "float",
|
|
11437
11437
|
"value_allowed_null": false
|
|
11438
11438
|
}
|