tccli 3.0.1287.1__py2.py3-none-any.whl → 3.0.1289.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.
Files changed (77) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/plugins/sso/__init__.py +11 -1
  3. tccli/plugins/sso/login.py +3 -3
  4. tccli/services/asr/v20190614/api.json +6 -6
  5. tccli/services/asr/v20190614/examples.json +4 -4
  6. tccli/services/bi/v20220105/api.json +43 -0
  7. tccli/services/billing/v20180709/api.json +564 -504
  8. tccli/services/captcha/v20190722/api.json +79 -77
  9. tccli/services/cdc/v20201214/api.json +16 -16
  10. tccli/services/cdwpg/v20201230/api.json +5 -5
  11. tccli/services/cdwpg/v20201230/examples.json +6 -6
  12. tccli/services/cdz/v20221123/api.json +4 -4
  13. tccli/services/cfg/v20210820/api.json +197 -197
  14. tccli/services/cfg/v20210820/examples.json +1 -1
  15. tccli/services/cfs/v20190719/api.json +1 -1
  16. tccli/services/clb/v20180317/api.json +2 -2
  17. tccli/services/cvm/cvm_client.py +53 -0
  18. tccli/services/cvm/v20170312/api.json +110 -5
  19. tccli/services/cvm/v20170312/examples.json +8 -0
  20. tccli/services/cwp/v20180228/api.json +102 -24
  21. tccli/services/dbbrain/dbbrain_client.py +383 -12
  22. tccli/services/dbbrain/v20210527/api.json +884 -101
  23. tccli/services/dbbrain/v20210527/examples.json +56 -0
  24. tccli/services/domain/v20180808/api.json +52 -32
  25. tccli/services/dts/v20180330/api.json +34 -34
  26. tccli/services/dts/v20180330/examples.json +1 -1
  27. tccli/services/dts/v20211206/api.json +225 -223
  28. tccli/services/dts/v20211206/examples.json +2 -2
  29. tccli/services/ess/v20201111/api.json +53 -2
  30. tccli/services/essbasic/v20210526/api.json +54 -3
  31. tccli/services/hunyuan/v20230901/api.json +45 -12
  32. tccli/services/iotexplorer/iotexplorer_client.py +159 -0
  33. tccli/services/iotexplorer/v20190423/api.json +561 -0
  34. tccli/services/iotexplorer/v20190423/examples.json +24 -0
  35. tccli/services/iotvideo/iotvideo_client.py +106 -0
  36. tccli/services/iotvideo/v20211125/api.json +105 -0
  37. tccli/services/iotvideo/v20211125/examples.json +16 -0
  38. tccli/services/lighthouse/v20200324/api.json +46 -46
  39. tccli/services/lighthouse/v20200324/examples.json +2 -2
  40. tccli/services/lke/v20231130/api.json +6 -6
  41. tccli/services/lke/v20231130/examples.json +1 -1
  42. tccli/services/lkeap/v20240522/api.json +2 -2
  43. tccli/services/mariadb/v20170312/api.json +30 -30
  44. tccli/services/mongodb/v20190725/api.json +3 -3
  45. tccli/services/mps/v20190612/api.json +88 -6
  46. tccli/services/mqtt/v20240516/api.json +3 -3
  47. tccli/services/mqtt/v20240516/examples.json +5 -11
  48. tccli/services/organization/v20210331/api.json +113 -113
  49. tccli/services/redis/v20180412/api.json +4 -4
  50. tccli/services/ses/v20201002/api.json +1 -1
  51. tccli/services/svp/v20240125/api.json +1 -1
  52. tccli/services/tat/v20201028/api.json +7 -7
  53. tccli/services/tcb/v20180608/api.json +236 -235
  54. tccli/services/tcb/v20180608/examples.json +1 -7
  55. tccli/services/tdmq/v20200217/api.json +231 -221
  56. tccli/services/teo/v20220901/api.json +670 -12
  57. tccli/services/teo/v20220901/examples.json +21 -3
  58. tccli/services/tione/v20211111/api.json +64 -6
  59. tccli/services/trocket/trocket_client.py +53 -0
  60. tccli/services/trocket/v20230308/api.json +61 -0
  61. tccli/services/trocket/v20230308/examples.json +8 -0
  62. tccli/services/trro/trro_client.py +53 -0
  63. tccli/services/trro/v20220325/api.json +70 -0
  64. tccli/services/trro/v20220325/examples.json +8 -0
  65. tccli/services/vdb/v20230616/api.json +31 -2
  66. tccli/services/vdb/v20230616/examples.json +8 -2
  67. tccli/services/vrs/v20200824/api.json +14 -2
  68. tccli/services/vrs/v20200824/examples.json +1 -1
  69. tccli/services/waf/v20180125/api.json +225 -0
  70. tccli/services/waf/v20180125/examples.json +24 -0
  71. tccli/services/waf/waf_client.py +159 -0
  72. tccli/services/wedata/v20210820/api.json +48 -0
  73. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/METADATA +2 -2
  74. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/RECORD +77 -77
  75. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/WHEEL +0 -0
  76. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/entry_points.txt +0 -0
  77. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,6 +8,14 @@
8
8
  "title": "添加邮件发送联系人信息"
9
9
  }
10
10
  ],
11
+ "CancelDBAutonomyAction": [
12
+ {
13
+ "document": "",
14
+ "input": "POST / HTTP/1.1\nHost: dbbrain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelDBAutonomyAction\n<公共请求参数>\n\n{\n \"ActionId\": 421,\n \"InstanceId\": \"crs-1p8z8saa\",\n \"Product\": \"redis\"\n}",
15
+ "output": "{\n \"Response\": {\n \"RequestId\": \"2b583647-3013-4d38-ae17-a3a95fe6b219\"\n }\n}",
16
+ "title": "终止自治任务(单次)"
17
+ }
18
+ ],
11
19
  "CancelKillTask": [
12
20
  {
13
21
  "document": "",
@@ -16,6 +24,14 @@
16
24
  "title": "终止中断会话任务"
17
25
  }
18
26
  ],
27
+ "CancelRedisBigKeyAnalysisTasks": [
28
+ {
29
+ "document": "",
30
+ "input": "POST / HTTP/1.1\nHost: dbbrain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelRedisBigKeyAnalysisTasks\n<公共请求参数>\n\n{\n \"AsyncRequestIds\": [\n 7453279\n ],\n \"InstanceId\": \"crs-knx3av0w\",\n \"Product\": \"redis\"\n}",
31
+ "output": "{\n \"Response\": {\n \"RequestId\": \"49f26a00-0fb5-4c87-95d5-e82b601149f0\",\n \"Status\": 0\n }\n}",
32
+ "title": "终止大Key任务"
33
+ }
34
+ ],
19
35
  "CloseAuditService": [
20
36
  {
21
37
  "document": "不使用审计日志时,关闭数据库审计",
@@ -104,6 +120,14 @@
104
120
  "title": "创建实例SQL限流任务"
105
121
  }
106
122
  ],
123
+ "CreateUserAutonomyProfile": [
124
+ {
125
+ "document": "",
126
+ "input": "POST / HTTP/1.1\nHost: dbbrain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutonomyProfile\n<公共请求参数>\n\n{\n \"ProfileType\": \"RedisAutoScaleUp\",\n \"InstanceId\": \"crs-k1gjspdk\",\n \"Product\": \"redis\",\n \"ProfileInfo\": \"{\\n \\\"Strategy\\\": \\\"Threshold\\\",\\n \\\"Enabled\\\": true,\\n \\\"MemoryUpperLimit\\\": 512,\\n \\\"ThresholdRule\\\": {\\n \\\"Metric\\\": \\\"mem_util\\\",\\n \\\"Threshold\\\": 70,\\n \\\"Duration\\\": 600\\n }\\n }\"\n}",
127
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d98451b3-bff6-4ce8-9972-1e770534cac9\"\n }\n}",
128
+ "title": "开启自治功能"
129
+ }
130
+ ],
107
131
  "DeleteAuditLogFile": [
108
132
  {
109
133
  "document": "删除审计日志文件",
@@ -184,6 +208,22 @@
184
208
  "title": "查询审计日志文件列表"
185
209
  }
186
210
  ],
211
+ "DescribeDBAutonomyActions": [
212
+ {
213
+ "document": "",
214
+ "input": "POST / HTTP/1.1\nHost: dbbrain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBAutonomyActions\n<公共请求参数>\n\n{\n \"EventId\": 37,\n \"InstanceId\": \"crs-1p8z8saa\",\n \"Product\": \"redis\"\n}",
215
+ "output": "{\n \"Response\": {\n \"Actions\": [\n {\n \"ActionId\": 422,\n \"CreateTime\": \"2025-03-14 11:50:00\",\n \"EventId\": 37,\n \"ExpireTime\": 0,\n \"FinishTime\": \"2025-03-14 11:50:00\",\n \"Reason\": \"指标\\\"mem_util\\\"大于50%持续超过15分钟\",\n \"Status\": \"TERMINATED\",\n \"TriggerTime\": \"2025-03-14 11:50:00\",\n \"Type\": \"RedisAutoScaleUp\",\n \"UpdateTime\": \"2025-03-14 11:50:00\"\n },\n {\n \"ActionId\": 421,\n \"CreateTime\": \"2025-03-14 11:35:00\",\n \"EventId\": 37,\n \"ExpireTime\": 0,\n \"FinishTime\": \"2025-03-14 11:35:00\",\n \"Reason\": \"指标\\\"mem_util\\\"大于50%持续超过15分钟\",\n \"Status\": \"TERMINATED\",\n \"TriggerTime\": \"2025-03-14 11:35:00\",\n \"Type\": \"RedisAutoScaleUp\",\n \"UpdateTime\": \"2025-03-14 11:35:00\"\n },\n {\n \"ActionId\": 420,\n \"CreateTime\": \"2025-03-14 11:16:00\",\n \"EventId\": 37,\n \"ExpireTime\": 0,\n \"FinishTime\": \"2025-03-14 11:20:00\",\n \"Reason\": \"指标\\\"mem_util\\\"大于50%持续超过15分钟\",\n \"Status\": \"CANCELLED\",\n \"TriggerTime\": \"2025-03-14 11:16:00\",\n \"Type\": \"RedisAutoScaleUp\",\n \"UpdateTime\": \"2025-03-14 11:16:00\"\n },\n {\n \"ActionId\": 419,\n \"CreateTime\": \"2025-03-14 11:01:00\",\n \"EventId\": 37,\n \"ExpireTime\": 0,\n \"FinishTime\": \"2025-03-14 11:01:00\",\n \"Reason\": \"指标\\\"mem_util\\\"大于50%持续超过15分钟\",\n \"Status\": \"TERMINATED\",\n \"TriggerTime\": \"2025-03-14 11:01:00\",\n \"Type\": \"RedisAutoScaleUp\",\n \"UpdateTime\": \"2025-03-14 11:01:00\"\n },\n {\n \"ActionId\": 418,\n \"CreateTime\": \"2025-03-14 10:46:00\",\n \"EventId\": 37,\n \"ExpireTime\": 0,\n \"FinishTime\": \"2025-03-14 10:46:00\",\n \"Reason\": \"指标\\\"mem_util\\\"大于50%持续超过15分钟\",\n \"Status\": \"TERMINATED\",\n \"TriggerTime\": \"2025-03-14 10:46:00\",\n \"Type\": \"RedisAutoScaleUp\",\n \"UpdateTime\": \"2025-03-14 10:46:00\"\n }\n ],\n \"RequestId\": \"6ae91539-89e6-4b80-be25-cfc3cd2714f3\",\n \"TotalCount\": 5\n }\n}",
216
+ "title": "查询自治事件任务列表"
217
+ }
218
+ ],
219
+ "DescribeDBAutonomyEvents": [
220
+ {
221
+ "document": "",
222
+ "input": "POST / HTTP/1.1\nHost: dbbrain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBAutonomyEvents\n<公共请求参数>\n\n{\n \"Product\": \"redis\",\n \"InstanceId\": \"crs-1p8z8saa\",\n \"StartTime\": \"2025-03-13T11:11:37+08:00\",\n \"EndTime\": \"2025-03-14T11:11:37+08:00\"\n}",
223
+ "output": "{\n \"Response\": {\n \"Events\": [\n {\n \"CreateTime\": 1741920360000,\n \"EventId\": 37,\n \"FinishTime\": 172800000,\n \"LastTriggerTime\": 1741924080000,\n \"Reason\": \"内存利用率过高\",\n \"Status\": \"RUNNING\",\n \"TriggerTime\": 1741919460000,\n \"Type\": \"RedisAutoScale\",\n \"UpdateTime\": 1741924080000\n },\n {\n \"CreateTime\": 1741869480000,\n \"EventId\": 36,\n \"FinishTime\": 1741919334000,\n \"LastTriggerTime\": 1741919280000,\n \"Reason\": \"内存利用率过高\",\n \"Status\": \"TERMINATED\",\n \"TriggerTime\": 1741868880000,\n \"Type\": \"RedisAutoScale\",\n \"UpdateTime\": 1741919334000\n },\n {\n \"CreateTime\": 1741868460000,\n \"EventId\": 35,\n \"FinishTime\": 1741868520000,\n \"LastTriggerTime\": 1741868460000,\n \"Reason\": \"内存利用率过高\",\n \"Status\": \"FINISHED\",\n \"TriggerTime\": 1741867860000,\n \"Type\": \"RedisAutoScale\",\n \"UpdateTime\": 1741868520000\n }\n ],\n \"RequestId\": \"ef7c643f-7644-4962-9449-b17c6ef6f7c5\",\n \"TotalCount\": 3\n }\n}",
224
+ "title": "查询自治事件列表"
225
+ }
226
+ ],
187
227
  "DescribeDBDiagEvent": [
188
228
  {
189
229
  "document": "",
@@ -432,6 +472,14 @@
432
472
  "title": "获取Top表的空间统计信息"
433
473
  }
434
474
  ],
475
+ "DescribeUserAutonomyProfile": [
476
+ {
477
+ "document": "",
478
+ "input": "POST / HTTP/1.1\nHost: dbbrain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserAutonomyProfile\n<公共请求参数>\n\n{\n \"ProfileType\": \"RedisAutoScaleUp\",\n \"InstanceId\": \"crs-1p8z8saa\",\n \"Product\": \"redis\"\n}",
479
+ "output": "{\n \"Response\": {\n \"ProfileInfo\": {\n \"Enabled\": true,\n \"MemoryUpperLimit\": 512,\n \"ThresholdRule\": {\n \"Duration\": 900,\n \"Metric\": \"mem_util\",\n \"Threshold\": 50\n },\n \"Uin\": \"100013717858\"\n },\n \"ProfileType\": \"RedisAutoScaleUp\",\n \"RequestId\": \"18c0c4ad-5f14-4609-9796-a0fb07e85918\",\n \"UpdateTime\": \"2025-03-14 10:32:25\"\n }\n}",
480
+ "title": "查询自治功能开关情况"
481
+ }
482
+ ],
435
483
  "DescribeUserSqlAdvice": [
436
484
  {
437
485
  "document": "",
@@ -492,6 +540,14 @@
492
540
  "title": "修改SQL限流任务状态"
493
541
  }
494
542
  ],
543
+ "ModifyUserAutonomyProfile": [
544
+ {
545
+ "document": "",
546
+ "input": "POST / HTTP/1.1\nHost: dbbrain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserAutonomyProfile\n<公共请求参数>\n\n{\n \"ProfileType\": \"RedisAutoScaleUp\",\n \"InstanceId\": \"crs-1p8z8saa\",\n \"Product\": \"redis\",\n \"NewProfileInfo\": \"\\t{\\n \\\"MemoryUpperLimit\\\": 512,\\n \\\"Version\\\": 0,\\n \\\"Enabled\\\": true,\\n \\\"Uin\\\": \\\"100013717858\\\",\\n \\\"ThresholdRule\\\": {\\n \\\"Duration\\\": 900,\\n \\\"Metric\\\": \\\"mem_util\\\",\\n \\\"Threshold\\\": 50\\n }\\n}\"\n}",
547
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c1ed2569-7c73-4ed5-bec8-4aab9f9b0a77\"\n }\n}",
548
+ "title": "关闭自治功能(实例级)"
549
+ }
550
+ ],
495
551
  "OpenAuditService": [
496
552
  {
497
553
  "document": "开通数据库审计后,将会上报审计日志",
@@ -550,48 +550,48 @@
550
550
  "members": [
551
551
  {
552
552
  "disabled": false,
553
- "document": "域名\n注意:此字段可能返回 null,表示取不到有效值。",
553
+ "document": "域名",
554
554
  "example": "tencent.com",
555
555
  "member": "string",
556
556
  "name": "Domain",
557
557
  "output_required": false,
558
558
  "type": "string",
559
- "value_allowed_null": true
559
+ "value_allowed_null": false
560
560
  },
561
561
  {
562
562
  "disabled": false,
563
- "document": "当前域名价格\n注意:此字段可能返回 null,表示取不到有效值。",
563
+ "document": "当前域名价格",
564
564
  "example": "120.00",
565
565
  "member": "float",
566
566
  "name": "CurrentPrice",
567
567
  "output_required": false,
568
568
  "type": "float",
569
- "value_allowed_null": true
569
+ "value_allowed_null": false
570
570
  },
571
571
  {
572
572
  "disabled": false,
573
- "document": "用户上次出价\n注意:此字段可能返回 null,表示取不到有效值。",
573
+ "document": "用户上次出价",
574
574
  "example": "100.00",
575
575
  "member": "float",
576
576
  "name": "BidPrice",
577
577
  "output_required": false,
578
578
  "type": "float",
579
- "value_allowed_null": true
579
+ "value_allowed_null": false
580
580
  },
581
581
  {
582
582
  "disabled": false,
583
- "document": "当前加价幅度\n注意:此字段可能返回 null,表示取不到有效值。",
583
+ "document": "当前加价幅度",
584
584
  "example": "50.00",
585
585
  "member": "float",
586
586
  "name": "CurrentPriceScope",
587
587
  "output_required": false,
588
588
  "type": "float",
589
- "value_allowed_null": true
589
+ "value_allowed_null": false
590
590
  },
591
591
  {
592
592
  "disabled": false,
593
593
  "document": "加价幅度区间配置\n注意:此字段可能返回 null,表示取不到有效值。",
594
- "example": "list[\"PriceScopeConf\"]",
594
+ "example": "[\"PriceScopeConf\"]",
595
595
  "member": "PriceScopeConf",
596
596
  "name": "PriceScope",
597
597
  "output_required": false,
@@ -600,13 +600,13 @@
600
600
  },
601
601
  {
602
602
  "disabled": false,
603
- "document": "用户当前已经支付了的保证金\n注意:此字段可能返回 null,表示取不到有效值。",
603
+ "document": "用户当前已经支付了的保证金",
604
604
  "example": "50.00",
605
605
  "member": "float",
606
606
  "name": "DepositPrice",
607
607
  "output_required": false,
608
608
  "type": "float",
609
- "value_allowed_null": true
609
+ "value_allowed_null": false
610
610
  },
611
611
  {
612
612
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1527,13 +1527,13 @@
1527
1527
  "members": [
1528
1528
  {
1529
1529
  "disabled": false,
1530
- "document": "批量日志ID\n注意:此字段可能返回 null,表示取不到有效值。",
1530
+ "document": "批量日志ID",
1531
1531
  "example": "318",
1532
1532
  "member": "int64",
1533
1533
  "name": "LogId",
1534
1534
  "output_required": true,
1535
1535
  "type": "int",
1536
- "value_allowed_null": true
1536
+ "value_allowed_null": false
1537
1537
  },
1538
1538
  {
1539
1539
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1889,23 +1889,23 @@
1889
1889
  "members": [
1890
1890
  {
1891
1891
  "disabled": false,
1892
- "document": "竞拍详情列表\n注意:此字段可能返回 null,表示取不到有效值。",
1892
+ "document": "竞拍详情列表",
1893
1893
  "example": "list[\"AuctionInfo\"]",
1894
1894
  "member": "AuctionInfo",
1895
1895
  "name": "AuctionList",
1896
1896
  "output_required": false,
1897
1897
  "type": "list",
1898
- "value_allowed_null": true
1898
+ "value_allowed_null": false
1899
1899
  },
1900
1900
  {
1901
1901
  "disabled": false,
1902
- "document": "总数\n注意:此字段可能返回 null,表示取不到有效值。",
1902
+ "document": "总数",
1903
1903
  "example": "20",
1904
1904
  "member": "int64",
1905
1905
  "name": "TotalCount",
1906
1906
  "output_required": false,
1907
1907
  "type": "int",
1908
- "value_allowed_null": true
1908
+ "value_allowed_null": false
1909
1909
  },
1910
1910
  {
1911
1911
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1964,13 +1964,13 @@
1964
1964
  },
1965
1965
  {
1966
1966
  "disabled": false,
1967
- "document": "日志详情列表。\n注意:此字段可能返回 null,表示取不到有效值。",
1968
- "example": "[{\"UpdatedOn\": \"2024-12-18 12:21:16\",\"BigDealId\": \"\",\"TransferDnsResult\": null,\"Action\": \"batch_modify_domain_dns1\",\"Status\": \"failed\",\"Domain\": \"***.com\",\"ReasonZh\": \"域名已开启【禁止更新锁】保护域名信息安全,不能修改信息。如需操作,请先关闭【禁止更新锁】\",\"CreatedOn\": \"2024-12-18 12:21:12\",\"Reason\": \"域名已开启【禁止更新锁】保护域名信息安全,不能修改信息。如需操作,请先关闭【禁止更新锁】\",\"PayStatus\": 0,\"Id\": 1001}]",
1967
+ "document": "日志详情列表。",
1968
+ "example": "[{\"UpdatedOn\": \"2024-12-18 12:21:16\",\"BigDealId\": \"\",\"TransferDnsResult\": null,\"Action\": \"batch_modify_*\",\"Status\": \"failed\",\"Domain\": \"***.com\",\"ReasonZh\": \"域名***\",\"CreatedOn\": \"2024-12-18 12:21:12\",\"Reason\": \"域名***\",\"PayStatus\": 0,\"Id\": 1001}]",
1969
1969
  "member": "DomainBatchDetailSet",
1970
1970
  "name": "DomainBatchDetailSet",
1971
1971
  "output_required": true,
1972
1972
  "type": "list",
1973
- "value_allowed_null": true
1973
+ "value_allowed_null": false
1974
1974
  },
1975
1975
  {
1976
1976
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2020,13 +2020,13 @@
2020
2020
  },
2021
2021
  {
2022
2022
  "disabled": false,
2023
- "document": "日志列表\n注意:此字段可能返回 null,表示取不到有效值。",
2024
- "example": "[]",
2023
+ "document": "日志列表",
2024
+ "example": "[{\"Status\": \"doing\",\"Success\": 0,\"Doing\": 1,\"CreatedOn\": \"2025-03-10 17:41:07\",\"Number\": 1,\"LogId\": 1001,\"Failed\": 0,\"Action\": \"new\",\"PayStatus\": false,\"BigDealId\": \"2025***\"}]",
2025
2025
  "member": "DomainBatchLogSet",
2026
2026
  "name": "DomainBatchLogSet",
2027
2027
  "output_required": true,
2028
2028
  "type": "list",
2029
- "value_allowed_null": true
2029
+ "value_allowed_null": false
2030
2030
  },
2031
2031
  {
2032
2032
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2830,7 +2830,7 @@
2830
2830
  {
2831
2831
  "disabled": false,
2832
2832
  "document": "域名信息",
2833
- "example": "{\"DomainId\": \"domain-xxxxx\",\"DomainName\": \"tencent.com\",\"NameServer\": [\"f1g1ns1.dnspod.net\", \"f1g1ns2.dnspod.net\"],\"RegistrarType\": \"epp\",\"DomainStatus\": [\"ok\"],\"BuyStatus\": \"ok\",\"RealNameAuditUnpassReason\": \"\",\"DomainNameAuditUnpassReason\": \"\",\"RealNameAuditStatus\": \"Approved\",\"ExpirationDate\": \"2020-11-14\",\"CreationDate\": \"2019-11-14\",\"DomainNameAuditStatus\": \"Approved\",\"LockTransfer\": true,\"LockEndTime\": \"2021-12-28 18:00:00\"}",
2833
+ "example": "",
2834
2834
  "member": "DomainBaseInfo",
2835
2835
  "name": "DomainInfo",
2836
2836
  "output_required": true,
@@ -2839,13 +2839,13 @@
2839
2839
  },
2840
2840
  {
2841
2841
  "disabled": false,
2842
- "document": "用户Uin\n注意:此字段可能返回 null,表示取不到有效值。",
2842
+ "document": "用户Uin",
2843
2843
  "example": "100**328",
2844
2844
  "member": "string",
2845
2845
  "name": "Uin",
2846
2846
  "output_required": true,
2847
2847
  "type": "string",
2848
- "value_allowed_null": true
2848
+ "value_allowed_null": false
2849
2849
  },
2850
2850
  {
2851
2851
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2885,13 +2885,13 @@
2885
2885
  "members": [
2886
2886
  {
2887
2887
  "disabled": false,
2888
- "document": "域名信息集合\n注意:此字段可能返回 null,表示取不到有效值。",
2889
- "example": "[]",
2888
+ "document": "域名信息集合",
2889
+ "example": "",
2890
2890
  "member": "DomainList",
2891
2891
  "name": "DomainSet",
2892
2892
  "output_required": true,
2893
2893
  "type": "list",
2894
- "value_allowed_null": true
2894
+ "value_allowed_null": false
2895
2895
  },
2896
2896
  {
2897
2897
  "disabled": false,
@@ -3524,13 +3524,13 @@
3524
3524
  },
3525
3525
  {
3526
3526
  "disabled": false,
3527
- "document": "预释放列表\n注意:此字段可能返回 null,表示取不到有效值。",
3527
+ "document": "预释放列表",
3528
3528
  "example": "list[\"PreReleaseInfo\"]",
3529
3529
  "member": "PreReleaseInfo",
3530
3530
  "name": "PreReleaseList",
3531
3531
  "output_required": false,
3532
3532
  "type": "list",
3533
- "value_allowed_null": true
3533
+ "value_allowed_null": false
3534
3534
  },
3535
3535
  {
3536
3536
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -4319,6 +4319,26 @@
4319
4319
  "output_required": true,
4320
4320
  "type": "int",
4321
4321
  "value_allowed_null": false
4322
+ },
4323
+ {
4324
+ "disabled": false,
4325
+ "document": "是否付费",
4326
+ "example": "false",
4327
+ "member": "bool",
4328
+ "name": "PayStatus",
4329
+ "output_required": false,
4330
+ "type": "bool",
4331
+ "value_allowed_null": false
4332
+ },
4333
+ {
4334
+ "disabled": false,
4335
+ "document": "大订单ID",
4336
+ "example": "2025***",
4337
+ "member": "string",
4338
+ "name": "BigDealId",
4339
+ "output_required": false,
4340
+ "type": "string",
4341
+ "value_allowed_null": false
4322
4342
  }
4323
4343
  ],
4324
4344
  "usage": "out"
@@ -5841,7 +5861,7 @@
5841
5861
  {
5842
5862
  "disabled": false,
5843
5863
  "document": "联系人信息",
5844
- "example": "{\"Province\": \"*ng\",\"RegistrantType\": \"I\",\"OrganizationName\": \"*ng\",\"OrganizationNameCN\": \"*名\",\"Country\": \"CN\",\"RegistrantName\": \"*ng\",\"ZipCode\": \"0***0\",\"Email\": \"***@tencent.com\",\"City\": \"***hi\",\"RegistrantNameCN\": \"*名\",\"StreetCN\": \"***城\",\"Street\": \"***eng\",\"ProvinceCN\": \"*省\",\"CountryCN\": \"中国\",\"CityCN\": \"*市\",\"Telephone\": \"1***9\"}",
5864
+ "example": "",
5845
5865
  "member": "ContactInfo",
5846
5866
  "name": "ContactInfo",
5847
5867
  "output_required": true,
@@ -847,7 +847,7 @@
847
847
  "example": "subs-58zcu8bax0",
848
848
  "member": "string",
849
849
  "name": "SubscribeId",
850
- "required": true,
850
+ "output_required": true,
851
851
  "type": "string",
852
852
  "value_allowed_null": false
853
853
  },
@@ -857,7 +857,7 @@
857
857
  "example": "测试实例",
858
858
  "member": "string",
859
859
  "name": "SubscribeName",
860
- "required": true,
860
+ "output_required": true,
861
861
  "type": "string",
862
862
  "value_allowed_null": false
863
863
  },
@@ -867,7 +867,7 @@
867
867
  "example": "dts-channel-C9rS58f2rFx11ZEZ",
868
868
  "member": "string",
869
869
  "name": "ChannelId",
870
- "required": true,
870
+ "output_required": true,
871
871
  "type": "string",
872
872
  "value_allowed_null": false
873
873
  },
@@ -877,7 +877,7 @@
877
877
  "example": "mysql",
878
878
  "member": "string",
879
879
  "name": "Product",
880
- "required": true,
880
+ "output_required": true,
881
881
  "type": "string",
882
882
  "value_allowed_null": false
883
883
  },
@@ -887,7 +887,7 @@
887
887
  "example": "cdb-forsubsc",
888
888
  "member": "string",
889
889
  "name": "InstanceId",
890
- "required": true,
890
+ "output_required": true,
891
891
  "type": "string",
892
892
  "value_allowed_null": false
893
893
  },
@@ -897,7 +897,7 @@
897
897
  "example": "running",
898
898
  "member": "string",
899
899
  "name": "InstanceStatus",
900
- "required": true,
900
+ "output_required": true,
901
901
  "type": "string",
902
902
  "value_allowed_null": false
903
903
  },
@@ -907,7 +907,7 @@
907
907
  "example": "configured",
908
908
  "member": "string",
909
909
  "name": "SubsStatus",
910
- "required": true,
910
+ "output_required": true,
911
911
  "type": "string",
912
912
  "value_allowed_null": false
913
913
  },
@@ -917,7 +917,7 @@
917
917
  "example": "normal",
918
918
  "member": "string",
919
919
  "name": "Status",
920
- "required": true,
920
+ "output_required": true,
921
921
  "type": "string",
922
922
  "value_allowed_null": false
923
923
  },
@@ -927,7 +927,7 @@
927
927
  "example": "2019-12-20 14:59:07",
928
928
  "member": "string",
929
929
  "name": "CreateTime",
930
- "required": true,
930
+ "output_required": true,
931
931
  "type": "string",
932
932
  "value_allowed_null": false
933
933
  },
@@ -937,7 +937,7 @@
937
937
  "example": "0000-00-00 00:00:00",
938
938
  "member": "string",
939
939
  "name": "IsolateTime",
940
- "required": true,
940
+ "output_required": true,
941
941
  "type": "string",
942
942
  "value_allowed_null": false
943
943
  },
@@ -947,7 +947,7 @@
947
947
  "example": "0000-00-00 00:00:00",
948
948
  "member": "string",
949
949
  "name": "ExpireTime",
950
- "required": true,
950
+ "output_required": true,
951
951
  "type": "string",
952
952
  "value_allowed_null": false
953
953
  },
@@ -957,7 +957,7 @@
957
957
  "example": "0000-00-00 00:00:00",
958
958
  "member": "string",
959
959
  "name": "OfflineTime",
960
- "required": true,
960
+ "output_required": true,
961
961
  "type": "string",
962
962
  "value_allowed_null": false
963
963
  },
@@ -967,7 +967,7 @@
967
967
  "example": "2019-12-19 16:23:45",
968
968
  "member": "string",
969
969
  "name": "ConsumeStartTime",
970
- "required": true,
970
+ "output_required": true,
971
971
  "type": "string",
972
972
  "value_allowed_null": false
973
973
  },
@@ -977,7 +977,7 @@
977
977
  "example": "1",
978
978
  "member": "int64",
979
979
  "name": "PayType",
980
- "required": true,
980
+ "output_required": true,
981
981
  "type": "int",
982
982
  "value_allowed_null": false
983
983
  },
@@ -987,7 +987,7 @@
987
987
  "example": "192.168.1.143",
988
988
  "member": "string",
989
989
  "name": "Vip",
990
- "required": true,
990
+ "output_required": true,
991
991
  "type": "string",
992
992
  "value_allowed_null": false
993
993
  },
@@ -997,7 +997,7 @@
997
997
  "example": "7507",
998
998
  "member": "int64",
999
999
  "name": "Vport",
1000
- "required": true,
1000
+ "output_required": true,
1001
1001
  "type": "int",
1002
1002
  "value_allowed_null": false
1003
1003
  },
@@ -1007,7 +1007,7 @@
1007
1007
  "example": "vpc-fbg8gh1j",
1008
1008
  "member": "string",
1009
1009
  "name": "UniqVpcId",
1010
- "required": true,
1010
+ "output_required": true,
1011
1011
  "type": "string",
1012
1012
  "value_allowed_null": false
1013
1013
  },
@@ -1017,7 +1017,7 @@
1017
1017
  "example": "subnet-4p1hpsj8",
1018
1018
  "member": "string",
1019
1019
  "name": "UniqSubnetId",
1020
- "required": true,
1020
+ "output_required": true,
1021
1021
  "type": "string",
1022
1022
  "value_allowed_null": false
1023
1023
  },
@@ -1027,7 +1027,7 @@
1027
1027
  "example": "0000-00-00 00:00:00",
1028
1028
  "member": "string",
1029
1029
  "name": "SdkConsumedTime",
1030
- "required": true,
1030
+ "output_required": true,
1031
1031
  "type": "string",
1032
1032
  "value_allowed_null": false
1033
1033
  },
@@ -1037,7 +1037,7 @@
1037
1037
  "example": "192.168.1.143",
1038
1038
  "member": "string",
1039
1039
  "name": "SdkHost",
1040
- "required": true,
1040
+ "output_required": true,
1041
1041
  "type": "string",
1042
1042
  "value_allowed_null": false
1043
1043
  },
@@ -1047,7 +1047,7 @@
1047
1047
  "example": "3",
1048
1048
  "member": "int64",
1049
1049
  "name": "SubscribeObjectType",
1050
- "required": true,
1050
+ "output_required": true,
1051
1051
  "type": "int",
1052
1052
  "value_allowed_null": false
1053
1053
  },
@@ -1057,7 +1057,7 @@
1057
1057
  "example": "无",
1058
1058
  "member": "SubscribeObject",
1059
1059
  "name": "SubscribeObjects",
1060
- "required": true,
1060
+ "output_required": true,
1061
1061
  "type": "list",
1062
1062
  "value_allowed_null": false
1063
1063
  },
@@ -1067,7 +1067,7 @@
1067
1067
  "example": "2019-12-20 18:06:26",
1068
1068
  "member": "string",
1069
1069
  "name": "ModifyTime",
1070
- "required": true,
1070
+ "output_required": true,
1071
1071
  "type": "string",
1072
1072
  "value_allowed_null": false
1073
1073
  },
@@ -1077,29 +1077,29 @@
1077
1077
  "example": "ap-guangzhou",
1078
1078
  "member": "string",
1079
1079
  "name": "Region",
1080
- "required": true,
1080
+ "output_required": true,
1081
1081
  "type": "string",
1082
1082
  "value_allowed_null": false
1083
1083
  },
1084
1084
  {
1085
1085
  "disabled": false,
1086
- "document": "订阅实例的标签\n注意:此字段可能返回 null,表示取不到有效值。",
1086
+ "document": "订阅实例的标签",
1087
1087
  "example": "无",
1088
1088
  "member": "TagItem",
1089
1089
  "name": "Tags",
1090
- "required": true,
1090
+ "output_required": true,
1091
1091
  "type": "list",
1092
- "value_allowed_null": true
1092
+ "value_allowed_null": false
1093
1093
  },
1094
1094
  {
1095
1095
  "disabled": false,
1096
- "document": "自动续费标识,0-不自动续费,1-自动续费\n注意:此字段可能返回 null,表示取不到有效值。",
1096
+ "document": "自动续费标识,0-不自动续费,1-自动续费",
1097
1097
  "example": "0",
1098
1098
  "member": "int64",
1099
1099
  "name": "AutoRenewFlag",
1100
- "required": true,
1100
+ "output_required": true,
1101
1101
  "type": "int",
1102
- "value_allowed_null": true
1102
+ "value_allowed_null": false
1103
1103
  },
1104
1104
  {
1105
1105
  "disabled": false,
@@ -1107,7 +1107,7 @@
1107
1107
  "example": "txdts",
1108
1108
  "member": "string",
1109
1109
  "name": "SubscribeVersion",
1110
- "required": true,
1110
+ "output_required": true,
1111
1111
  "type": "string",
1112
1112
  "value_allowed_null": false
1113
1113
  },
@@ -1117,7 +1117,7 @@
1117
1117
  "example": "无",
1118
1118
  "member": "SubsErr",
1119
1119
  "name": "Errors",
1120
- "required": true,
1120
+ "output_required": true,
1121
1121
  "type": "list",
1122
1122
  "value_allowed_null": true
1123
1123
  },
@@ -2371,14 +2371,14 @@
2371
2371
  },
2372
2372
  {
2373
2373
  "disabled": false,
2374
- "document": "云联网ID,如:ccn-afp6kltc\n注意:此字段可能返回 null,表示取不到有效值。",
2374
+ "document": "云联网ID,如:ccn-afp6kltc",
2375
2375
  "example": "ccn-afp6kltc",
2376
2376
  "member": "string",
2377
2377
  "name": "CcnId",
2378
2378
  "output_required": true,
2379
2379
  "required": false,
2380
2380
  "type": "string",
2381
- "value_allowed_null": true
2381
+ "value_allowed_null": false
2382
2382
  },
2383
2383
  {
2384
2384
  "disabled": false,
@@ -94,7 +94,7 @@
94
94
  {
95
95
  "document": "",
96
96
  "input": "https://dts.tencentcloudapi.com/?Action=DescribeSubscribeConf\n&SubscribeId=subs-ieuwi83j2e\n&<公共请求参数>",
97
- "output": "{\n \"Response\": {\n \"ChannelId\": \"dts-channel-C9rS58f2rFx11ZEZ\",\n \"ConsumeStartTime\": \"2019-12-19 16:23:45\",\n \"CreateTime\": \"2019-12-20 14:59:07\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"InstanceId\": \"cdb-forsubsc\",\n \"InstanceStatus\": \"running\",\n \"IsolateTime\": \"0000-00-00 00:00:00\",\n \"ModifyTime\": \"2019-12-20 18:06:26\",\n \"OfflineTime\": \"0000-00-00 00:00:00\",\n \"PayType\": 1,\n \"Product\": \"mysql\",\n \"Region\": \"ap-guangzhou\",\n \"RequestId\": \"e580eac0-26c7-11ea-8e66-910ac0afe95e\",\n \"SdkConsumedTime\": \"0000-00-00 00:00:00\",\n \"SdkHost\": \"\",\n \"Status\": \"normal\",\n \"SubsStatus\": \"configured\",\n \"SubscribeId\": \"subs-58zcu8bax0\",\n \"SubscribeName\": \"测试实例\",\n \"SubscribeObjectType\": 3,\n \"SubscribeObjects\": [\n {\n \"DatabaseName\": \"dts\",\n \"ObjectsType\": 0,\n \"TableNames\": null\n }\n ],\n \"UniqSubnetId\": \"subnet-4p1hpsj8\",\n \"SubscribeVersion\": \"kafka\",\n \"UniqVpcId\": \"vpc-fbg8gh1j\",\n \"Vip\": \"192.168.1.143\",\n \"Vport\": 7507,\n \"AutoRenewFlag\": 0,\n \"Errors\": [\n {\n \"Message\": \"\"\n }\n ],\n \"Tags\": [\n {\n \"TagKey\": \"userDefineKey\",\n \"TagValue\": \"userDefineValue\"\n }\n ]\n }\n}",
97
+ "output": "{\n \"Response\": {\n \"ChannelId\": \"dts-channel-C9rS58f2rFx11ZEZ\",\n \"ConsumeStartTime\": \"2019-12-19 16:23:45\",\n \"CreateTime\": \"2019-12-20 14:59:07\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"InstanceId\": \"cdb-forsubsc\",\n \"InstanceStatus\": \"running\",\n \"IsolateTime\": \"0000-00-00 00:00:00\",\n \"ModifyTime\": \"2019-12-20 18:06:26\",\n \"OfflineTime\": \"0000-00-00 00:00:00\",\n \"PayType\": 1,\n \"Product\": \"mysql\",\n \"Region\": \"ap-guangzhou\",\n \"RequestId\": \"e580eac0-26c7-11ea-8e66-910ac0afe95e\",\n \"SdkConsumedTime\": \"0000-00-00 00:00:00\",\n \"SdkHost\": \"\",\n \"Status\": \"normal\",\n \"SubsStatus\": \"configured\",\n \"SubscribeId\": \"subs-58zcu8bax0\",\n \"SubscribeName\": \"测试实例\",\n \"SubscribeObjectType\": 3,\n \"SubscribeObjects\": [\n {\n \"DatabaseName\": \"dts\",\n \"ObjectsType\": 0,\n \"TableNames\": []\n }\n ],\n \"UniqSubnetId\": \"subnet-4p1hpsj8\",\n \"SubscribeVersion\": \"kafka\",\n \"UniqVpcId\": \"vpc-fbg8gh1j\",\n \"Vip\": \"192.168.1.143\",\n \"Vport\": 7507,\n \"AutoRenewFlag\": 0,\n \"Errors\": [\n {\n \"Message\": \"\"\n }\n ],\n \"Tags\": [\n {\n \"TagKey\": \"userDefineKey\",\n \"TagValue\": \"userDefineValue\"\n }\n ]\n }\n}",
98
98
  "title": "查看订阅配置详情"
99
99
  }
100
100
  ],