tccli 3.0.1392.1__py2.py3-none-any.whl → 3.0.1394.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 (69) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +4 -4
  4. tccli/services/apm/apm_client.py +53 -0
  5. tccli/services/apm/v20210622/api.json +354 -0
  6. tccli/services/apm/v20210622/examples.json +8 -0
  7. tccli/services/billing/billing_client.py +326 -8
  8. tccli/services/billing/v20180709/api.json +2120 -187
  9. tccli/services/billing/v20180709/examples.json +48 -0
  10. tccli/services/ccc/v20200210/api.json +88 -10
  11. tccli/services/cdb/v20170320/api.json +1 -1
  12. tccli/services/cdn/v20180606/api.json +46 -9
  13. tccli/services/clb/v20180317/api.json +9 -0
  14. tccli/services/csip/v20221121/api.json +1 -1
  15. tccli/services/cvm/cvm_client.py +0 -212
  16. tccli/services/cvm/v20170312/api.json +80 -842
  17. tccli/services/cvm/v20170312/examples.json +24 -56
  18. tccli/services/dbbrain/dbbrain_client.py +136 -30
  19. tccli/services/dbbrain/v20210527/api.json +243 -0
  20. tccli/services/dbbrain/v20210527/examples.json +16 -0
  21. tccli/services/dsgc/v20190723/api.json +73 -15
  22. tccli/services/eb/v20210416/api.json +28 -1
  23. tccli/services/eb/v20210416/examples.json +1 -1
  24. tccli/services/es/es_client.py +53 -0
  25. tccli/services/es/v20180416/api.json +182 -0
  26. tccli/services/es/v20180416/examples.json +8 -0
  27. tccli/services/gs/gs_client.py +216 -4
  28. tccli/services/gs/v20191118/api.json +201 -0
  29. tccli/services/gs/v20191118/examples.json +32 -0
  30. tccli/services/gwlb/v20240906/api.json +70 -0
  31. tccli/services/iai/v20180301/api.json +33 -24
  32. tccli/services/iai/v20180301/examples.json +4 -4
  33. tccli/services/lcic/v20220817/api.json +49 -3
  34. tccli/services/lke/lke_client.py +53 -0
  35. tccli/services/lke/v20231130/api.json +452 -15
  36. tccli/services/lke/v20231130/examples.json +8 -0
  37. tccli/services/lkeap/v20240522/api.json +1 -1
  38. tccli/services/mna/v20210119/api.json +10 -1
  39. tccli/services/mna/v20210119/examples.json +1 -1
  40. tccli/services/mps/v20190612/api.json +19 -0
  41. tccli/services/oceanus/oceanus_client.py +212 -0
  42. tccli/services/oceanus/v20190422/api.json +294 -0
  43. tccli/services/oceanus/v20190422/examples.json +32 -0
  44. tccli/services/ocr/v20181119/api.json +2 -2
  45. tccli/services/redis/v20180412/api.json +63 -33
  46. tccli/services/redis/v20180412/examples.json +1 -1
  47. tccli/services/sms/v20190711/api.json +1 -1
  48. tccli/services/sms/v20210111/api.json +1 -1
  49. tccli/services/sqlserver/v20180328/api.json +15 -5
  50. tccli/services/sqlserver/v20180328/examples.json +1 -1
  51. tccli/services/tat/v20201028/api.json +12 -2
  52. tccli/services/tcss/v20201101/api.json +6 -6
  53. tccli/services/tcss/v20201101/examples.json +1 -1
  54. tccli/services/tione/v20211111/api.json +2 -2
  55. tccli/services/trocket/v20230308/api.json +4 -4
  56. tccli/services/tsf/v20180326/api.json +2 -2
  57. tccli/services/vod/v20180717/api.json +7 -7
  58. tccli/services/vpc/v20170312/api.json +3 -3
  59. tccli/services/vtc/v20240223/api.json +1 -1
  60. tccli/services/waf/v20180125/api.json +8 -8
  61. tccli/services/waf/v20180125/examples.json +1 -1
  62. tccli/services/wedata/v20250806/api.json +13645 -0
  63. tccli/services/wedata/v20250806/examples.json +621 -0
  64. tccli/services/wedata/wedata_client.py +5031 -1157
  65. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/METADATA +2 -2
  66. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/RECORD +69 -67
  67. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/WHEEL +0 -0
  68. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/entry_points.txt +0 -0
  69. {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/license_files/LICENSE +0 -0
@@ -30,6 +30,14 @@
30
30
  "title": "创建分账目录树根结点"
31
31
  }
32
32
  ],
33
+ "CreateBudget": [
34
+ {
35
+ "document": "",
36
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:CreateBudget\n<公共请求参数>\n\n{\n \"BudgetName\": \"testapi111\",\n \"CycleType\": \"DAY\",\n \"PeriodBegin\": \"2025-01-01\",\n \"PeriodEnd\": \"2025-12-01\",\n \"PlanType\": \"FIX\",\n \"BudgetQuota\": \"1000\",\n \"BillType\": \"BILL\",\n \"FeeType\": \"COST\",\n \"WarnJson\": [\n {\n \"WarnType\": \"ACTUAL\",\n \"CalType\": \"PERCENTAGE\",\n \"ThresholdValue\": \"100\"\n }\n ],\n \"BudgetNote\": \"使用api创建预算信息\",\n \"DimensionsRange\": {\n \"Business\": [\n null\n ],\n \"PayMode\": [\n null\n ],\n \"ProductCodes\": [\n null\n ],\n \"ComponentCodes\": [\n null\n ],\n \"ZoneIds\": [\n null\n ],\n \"RegionIds\": [\n null\n ],\n \"ProjectIds\": [\n null\n ],\n \"ActionTypes\": [\n null\n ],\n \"ConsumptionTypes\": [\n null\n ],\n \"Tags\": [\n {\n \"TagKey\": null,\n \"TagValue\": [\n null\n ]\n }\n ],\n \"PayerUins\": [\n null\n ],\n \"OwnerUins\": [\n null\n ],\n \"TreeNodeUniqKeys\": [\n null\n ]\n },\n \"WaveThresholdJson\": [\n {\n \"WarnType\": null,\n \"Threshold\": null,\n \"MetaType\": null,\n \"PeriodType\": null\n }\n ]\n}",
37
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"BudgetId\": \"1963509727611474000\",\n \"UpdateTime\": \"2025-09-04 15:49:33\"\n },\n \"Message\": \"create success\",\n \"RequestId\": \"922dcc4b-55b2-401d-8eb8-9160117d07d4\"\n }\n}",
38
+ "title": "创建预算项目"
39
+ }
40
+ ],
33
41
  "CreateGatherRule": [
34
42
  {
35
43
  "document": "",
@@ -68,6 +76,14 @@
68
76
  "title": "删除分账单元"
69
77
  }
70
78
  ],
79
+ "DeleteBudget": [
80
+ {
81
+ "document": "",
82
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:DeleteBudget\n<公共请求参数>\n\n{\n \"BudgetIds\": [\n \"1960309822252269569\"\n ]\n}",
83
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": [\n \"1960309822252269569\"\n ],\n \"Message\": \"delete success\",\n \"RequestId\": \"eb7161c4-4025-466d-834f-1707d6933459\"\n }\n}",
84
+ "title": "删除预算项目"
85
+ }
86
+ ],
71
87
  "DeleteGatherRule": [
72
88
  {
73
89
  "document": "",
@@ -348,6 +364,30 @@
348
364
  "title": "获取按计费模式汇总费用明细"
349
365
  }
350
366
  ],
367
+ "DescribeBudget": [
368
+ {
369
+ "document": "",
370
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:DescribeBudget\n<公共请求参数>\n\n{\n \"PageNo\": 1,\n \"PageSize\": 1,\n \"BudgetId\": \"1963509727611473921\",\n \"BudgetName\": null,\n \"BudgetStatus\": null,\n \"CycleTypes\": [\n null\n ]\n}",
371
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"Current\": 1,\n \"Pages\": 1,\n \"Records\": [\n {\n \"BillType\": \"BILL\",\n \"BudgetId\": \"1963509727611473921\",\n \"BudgetName\": \"API创建预算计划\",\n \"BudgetNote\": \"使用使用api创建预算信息\",\n \"BudgetProgress\": \"0.00\",\n \"BudgetQuota\": \"1200\",\n \"BudgetQuotaJson\": null,\n \"BudgetSendInfoForm\": [\n {\n \"BudgetId\": null,\n \"EndTime\": \"23:59:59\",\n \"Id\": null,\n \"NoticeWays\": [\n \"EMAIL\",\n \"SMS\",\n \"SITE\"\n ],\n \"ReceiverIds\": [],\n \"ReceiverType\": \"UIN\",\n \"StartTime\": \"10:00:00\",\n \"WeekDays\": [\n 1,\n 2,\n 3,\n 4,\n 5,\n 6,\n 7\n ]\n }\n ],\n \"BudgetStatus\": \"ACTIVE\",\n \"CreateTime\": \"2025-09-04 15:49:34\",\n \"CurDateDesc\": \"2025-09-11\",\n \"CycleType\": \"DAY\",\n \"DefaultMode\": 0,\n \"Dimensions\": \"COST\",\n \"DimensionsRange\": {\n \"ActionTypes\": null,\n \"Business\": [\n \"p_cvm\"\n ],\n \"ComponentCodes\": null,\n \"ConsumptionTypes\": null,\n \"OwnerUins\": null,\n \"PayMode\": null,\n \"PayerUins\": null,\n \"ProductCodes\": null,\n \"ProjectIds\": null,\n \"RegionIds\": null,\n \"Tags\": null,\n \"TreeNodeUniqKeys\": null,\n \"ZoneIds\": null\n },\n \"FeeType\": \"COST\",\n \"ForecastCost\": null,\n \"ForecastProgress\": null,\n \"HasForecast\": \"1\",\n \"MoneyStatus\": 1,\n \"PayerUin\": 909619400,\n \"PeriodBegin\": \"2025-01-01\",\n \"PeriodEnd\": \"2025-12-01\",\n \"PlanType\": \"FIX\",\n \"RealCost\": \"0.00\",\n \"RemindTimes\": 0,\n \"TemplateType\": null,\n \"UpdateTime\": \"2025-09-04 15:59:14\",\n \"WarnJson\": [\n {\n \"CalType\": \"PERCENTAGE\",\n \"ThresholdValue\": \"100\",\n \"WarnType\": \"ACTUAL\"\n }\n ],\n \"WaveThresholdJson\": [\n {\n \"MetaType\": \"chain\",\n \"PeriodType\": \"day\",\n \"Threshold\": \"100\",\n \"WarnType\": \"ACTUAL\"\n }\n ]\n }\n ],\n \"Size\": 1,\n \"Total\": 1\n },\n \"Message\": \"query success\",\n \"RequestId\": \"9844721a-b6c5-4566-906c-41b88bf976f8\"\n }\n}",
372
+ "title": "依据BudgetId获取预算信息"
373
+ }
374
+ ],
375
+ "DescribeBudgetOperationLog": [
376
+ {
377
+ "document": "",
378
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBudgetOperationLog\n<公共请求参数>\n\n{\n \"PageNo\": 1,\n \"PageSize\": 4,\n \"BudgetId\": \"1967417069344325634\"\n}",
379
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"Current\": 1,\n \"Pages\": 1,\n \"Records\": [\n {\n \"Action\": \"ADD\",\n \"BillDay\": 20250915,\n \"BillMonth\": \"2025-09-01 00:00:00\",\n \"BudgetId\": \"1967417069344325634\",\n \"CreateTime\": \"2025-09-15 10:35:56\",\n \"DiffValue\": [\n {\n \"After\": \"测试创建记录111222\",\n \"Before\": null,\n \"Property\": \"budgetName\"\n },\n {\n \"After\": \"记录\",\n \"Before\": null,\n \"Property\": \"budgetNote\"\n },\n {\n \"After\": \"BILL\",\n \"Before\": null,\n \"Property\": \"billType\"\n },\n {\n \"After\": \"COST\",\n \"Before\": null,\n \"Property\": \"feeType\"\n },\n {\n \"After\": \"DAY\",\n \"Before\": null,\n \"Property\": \"cycleType\"\n },\n {\n \"After\": \"2025-01-01\",\n \"Before\": null,\n \"Property\": \"periodBegin\"\n },\n {\n \"After\": \"2025-12-01\",\n \"Before\": null,\n \"Property\": \"periodEnd\"\n },\n {\n \"After\": \"COST\",\n \"Before\": null,\n \"Property\": \"dimensions\"\n },\n {\n \"After\": \"{\\\"business\\\":[\\\"p_cvm\\\"]}\",\n \"Before\": null,\n \"Property\": \"dimensionsRange\"\n },\n {\n \"After\": \"FIX\",\n \"Before\": null,\n \"Property\": \"planType\"\n },\n {\n \"After\": \"1000\",\n \"Before\": null,\n \"Property\": \"budgetQuota\"\n },\n {\n \"After\": \"api修改\",\n \"Before\": null,\n \"Property\": \"operationChannel\"\n },\n {\n \"After\": \"[{\\\"warnType\\\":\\\"ACTUAL\\\",\\\"threshold\\\":\\\"22\\\",\\\"metaType\\\":\\\"yoy\\\",\\\"periodType\\\":\\\"day\\\"}]\",\n \"Before\": \"null\",\n \"Property\": \"waveThresholdJson\"\n },\n {\n \"After\": \"[{\\\"warnType\\\":\\\"ACTUAL\\\",\\\"calType\\\":\\\"ABS\\\",\\\"thresholdValue\\\":\\\"33\\\"}]\",\n \"Before\": \"null\",\n \"Property\": \"warnJson\"\n }\n ],\n \"OperateUin\": 103628347,\n \"OperationChannel\": \"api修改\",\n \"OwnerUin\": 103628347,\n \"PayerUin\": 103628347,\n \"UpdateTime\": \"2025-09-15 10:35:56\"\n }\n ],\n \"Size\": 4,\n \"Total\": 1\n },\n \"Message\": \"query success\",\n \"RequestId\": \"4c1a5821-241d-44dc-b132-929bd648ddb3\"\n }\n}",
380
+ "title": "根据BudgetId查询预算修改记录"
381
+ }
382
+ ],
383
+ "DescribeBudgetRemindRecordList": [
384
+ {
385
+ "document": "成功示例",
386
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBudgetRemindRecordList\n<公共请求参数>\n\n{\n \"PageNo\": 1,\n \"PageSize\": 1,\n \"BudgetId\": \"123\"\n}",
387
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"CountId\": null,\n \"Current\": 1,\n \"MaxLimit\": null,\n \"OptimizeCountSql\": true,\n \"Orders\": [],\n \"Pages\": 12,\n \"Records\": [\n {\n \"AlarmType\": \"BUDGET\",\n \"BudgetQuota\": \"\",\n \"CreateTime\": 1640048401000,\n \"DateDesc\": \"month\",\n \"MessageContent\": \"\\r\\n预算名称: CVM预算, 预算周期: 月度, 预算类型: 费用预算, 预算金额: 0.0, 提醒类型: 预测金额, 条件: 预算金额的百分比, 阈值: 大于等于10%, 金额: 0元\\r\\n\",\n \"RealCost\": \"100.00\",\n \"SendTime\": 1640048400000\n }\n ],\n \"SearchCount\": true,\n \"Size\": 1,\n \"Total\": 12\n },\n \"Message\": null,\n \"RequestId\": \"b6862d8d-ad0d-488b-9900-e046d3e2a736\"\n }\n}",
388
+ "title": "预算提醒记录"
389
+ }
390
+ ],
351
391
  "DescribeCostDetail": [
352
392
  {
353
393
  "document": "",
@@ -504,6 +544,14 @@
504
544
  "title": "编辑分账单元信息"
505
545
  }
506
546
  ],
547
+ "ModifyBudget": [
548
+ {
549
+ "document": "",
550
+ "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:ModifyBudget\n\n{\n \"BudgetId\": \"1963509727611473921\",\n \"BudgetName\": \"API创建预算计划\",\n \"CycleType\": \"DAY\",\n \"PeriodBegin\": \"2025-01-01\",\n \"PeriodEnd\": \"2025-12-01\",\n \"PlanType\": \"FIX\",\n \"BudgetQuota\": \"1200\",\n \"BillType\": \"BILL\",\n \"FeeType\": \"COST\",\n \"WarnJson\": [\n {\n \"WarnType\": \"ACTUAL\",\n \"CalType\": \"PERCENTAGE\",\n \"ThresholdValue\": \"100\"\n }\n ],\n \"BudgetNote\": \"使用使用api创建预算信息\",\n \"DimensionsRange\": {\n \"Business\": [\n \"p_cvm\"\n ]\n },\n \"WaveThresholdJson\": [\n {\n \"WarnType\": \"ACTUAL\",\n \"Threshold\": \"100\",\n \"MetaType\": \"chain\",\n \"PeriodType\": \"day\"\n }\n ]\n}",
551
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Data\": {\n \"BudgetId\": \"1963509727611473921\",\n \"UpdateTime\": \"2025-09-04 15:59:14\"\n },\n \"Message\": \"update success\",\n \"RequestId\": \"59e79af4-68cb-4bb3-9b18-194acf3952fe\"\n }\n}",
552
+ "title": "更新预算信息"
553
+ }
554
+ ],
507
555
  "ModifyGatherRule": [
508
556
  {
509
557
  "document": "",
@@ -2053,7 +2053,7 @@
2053
2053
  {
2054
2054
  "disabled": false,
2055
2055
  "document": "会话 ID",
2056
- "example": "",
2056
+ "example": "7cb26a84-83b2-42d8-a19b-7dae78e9b78e",
2057
2057
  "member": "string",
2058
2058
  "name": "SessionId",
2059
2059
  "required": true,
@@ -2070,8 +2070,8 @@
2070
2070
  },
2071
2071
  {
2072
2072
  "disabled": false,
2073
- "document": "控制命令,目前支持命令如下:\n\n- ServerPushText,服务端发送文本给AI机器人,AI机器人会播报该文本",
2074
- "example": "",
2073
+ "document": "控制命令,目前支持命令如下:\n\n- ServerPushText,服务端发送文本给AI机器人,AI机器人会播报该文本\n- InvokeLLM,服务端发送文本给大模型,触发对话",
2074
+ "example": "ServerPushText",
2075
2075
  "member": "string",
2076
2076
  "name": "Command",
2077
2077
  "required": false,
@@ -2085,6 +2085,15 @@
2085
2085
  "name": "ServerPushText",
2086
2086
  "required": false,
2087
2087
  "type": "object"
2088
+ },
2089
+ {
2090
+ "disabled": false,
2091
+ "document": "服务端发送命令主动请求大模型,当Command为InvokeLLM时会把content请求到大模型,头部增加X-Invoke-LLM=\"1\"",
2092
+ "example": "无",
2093
+ "member": "InvokeLLM",
2094
+ "name": "InvokeLLM",
2095
+ "required": false,
2096
+ "type": "object"
2088
2097
  }
2089
2098
  ],
2090
2099
  "type": "object"
@@ -2696,7 +2705,7 @@
2696
2705
  {
2697
2706
  "disabled": false,
2698
2707
  "document": "被叫号码列表",
2699
- "example": "[008613912341234,008613912341235]",
2708
+ "example": "[\"0086139xxxxxxxx\",\"0086130xxxxxxxxx\"]",
2700
2709
  "member": "string",
2701
2710
  "name": "Callees",
2702
2711
  "required": true,
@@ -2705,7 +2714,7 @@
2705
2714
  {
2706
2715
  "disabled": false,
2707
2716
  "document": "主叫号码列表",
2708
- "example": "[008601012345678]",
2717
+ "example": "[\"0086010xxxxxxxx\"]",
2709
2718
  "member": "string",
2710
2719
  "name": "Callers",
2711
2720
  "required": true,
@@ -2758,8 +2767,8 @@
2758
2767
  },
2759
2768
  {
2760
2769
  "disabled": false,
2761
- "document": "自定义变量(仅高级版支持)",
2762
- "example": "{\"a\":1}",
2770
+ "document": "自定义变量(仅高级版支持),CalleeAttributes 字段中使用相同变量会覆盖此处",
2771
+ "example": "",
2763
2772
  "member": "Variable",
2764
2773
  "name": "Variables",
2765
2774
  "required": false,
@@ -2767,7 +2776,7 @@
2767
2776
  },
2768
2777
  {
2769
2778
  "disabled": false,
2770
- "document": "UUI",
2779
+ "document": "用户自定义数据,CalleeAttributes 字段中使用 UUI 会覆盖此处",
2771
2780
  "example": "foobar",
2772
2781
  "member": "string",
2773
2782
  "name": "UUI",
@@ -2777,7 +2786,7 @@
2777
2786
  {
2778
2787
  "disabled": false,
2779
2788
  "document": "被叫属性",
2780
- "example": "[{\"Callee\":\"foobar\",\"UUI\":\"11\",\"Variables\":{\"foo\":\"bar\"}}]",
2789
+ "example": "",
2781
2790
  "member": "CalleeAttribute",
2782
2791
  "name": "CalleeAttributes",
2783
2792
  "required": false,
@@ -2795,7 +2804,7 @@
2795
2804
  {
2796
2805
  "disabled": false,
2797
2806
  "document": "可用时间段",
2798
- "example": "[{\"StartTime\":\"09:00:00\",\"EndTime\":\"11:30:00\"},{\"StartTime\":\"14:00:00\",\"EndTime\":\"18:00:00\"}]",
2807
+ "example": "",
2799
2808
  "member": "TimeRange",
2800
2809
  "name": "AvailableTime",
2801
2810
  "required": false,
@@ -3283,6 +3292,24 @@
3283
3292
  "name": "Prefix",
3284
3293
  "required": false,
3285
3294
  "type": "string"
3295
+ },
3296
+ {
3297
+ "disabled": false,
3298
+ "document": "国内长途手机前缀码",
3299
+ "example": "0",
3300
+ "member": "string",
3301
+ "name": "MobileNddPrefix",
3302
+ "required": false,
3303
+ "type": "string"
3304
+ },
3305
+ {
3306
+ "disabled": false,
3307
+ "document": "同市固话去掉区号",
3308
+ "example": "false",
3309
+ "member": "bool",
3310
+ "name": "LocalNumberTrimAC",
3311
+ "required": false,
3312
+ "type": "bool"
3286
3313
  }
3287
3314
  ],
3288
3315
  "type": "object"
@@ -7503,6 +7530,30 @@
7503
7530
  ],
7504
7531
  "usage": "both"
7505
7532
  },
7533
+ "InvokeLLM": {
7534
+ "document": "调用服务端主动发起请求到LLM",
7535
+ "members": [
7536
+ {
7537
+ "disabled": false,
7538
+ "document": "请求LLM的内容",
7539
+ "example": "今天天气怎么样",
7540
+ "member": "string",
7541
+ "name": "Content",
7542
+ "required": false,
7543
+ "type": "string"
7544
+ },
7545
+ {
7546
+ "disabled": false,
7547
+ "document": "是否允许该文本打断机器人说话",
7548
+ "example": "false",
7549
+ "member": "bool",
7550
+ "name": "Interrupt",
7551
+ "required": false,
7552
+ "type": "bool"
7553
+ }
7554
+ ],
7555
+ "usage": "in"
7556
+ },
7506
7557
  "Message": {
7507
7558
  "document": "单条消息",
7508
7559
  "members": [
@@ -7702,6 +7753,24 @@
7702
7753
  "name": "Prefix",
7703
7754
  "required": false,
7704
7755
  "type": "string"
7756
+ },
7757
+ {
7758
+ "disabled": false,
7759
+ "document": "国内长途手机前缀码",
7760
+ "example": "0",
7761
+ "member": "string",
7762
+ "name": "MobileNddPrefix",
7763
+ "required": false,
7764
+ "type": "string"
7765
+ },
7766
+ {
7767
+ "disabled": false,
7768
+ "document": "同市固话去掉区号",
7769
+ "example": "false",
7770
+ "member": "bool",
7771
+ "name": "LocalNumberTrimAC",
7772
+ "required": false,
7773
+ "type": "bool"
7705
7774
  }
7706
7775
  ],
7707
7776
  "type": "object"
@@ -7963,6 +8032,15 @@
7963
8032
  "name": "OutboundCalleeFormat",
7964
8033
  "required": false,
7965
8034
  "type": "string"
8035
+ },
8036
+ {
8037
+ "disabled": false,
8038
+ "document": "运营商号码",
8039
+ "example": "66660000",
8040
+ "member": "string",
8041
+ "name": "CarrierPhoneNumber",
8042
+ "required": false,
8043
+ "type": "string"
7966
8044
  }
7967
8045
  ],
7968
8046
  "usage": "in"
@@ -15892,7 +15892,7 @@
15892
15892
  {
15893
15893
  "disabled": false,
15894
15894
  "document": "云数据库账号。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。",
15895
- "example": "andy",
15895
+ "example": "",
15896
15896
  "member": "Account",
15897
15897
  "name": "Accounts",
15898
15898
  "required": true,
@@ -541,6 +541,15 @@
541
541
  "name": "Channel",
542
542
  "required": false,
543
543
  "type": "string"
544
+ },
545
+ {
546
+ "disabled": false,
547
+ "document": "是否继承域名标签, 默认保留上一次更改的值",
548
+ "example": "true",
549
+ "member": "bool",
550
+ "name": "InheritDomainTags",
551
+ "required": false,
552
+ "type": "bool"
544
553
  }
545
554
  ],
546
555
  "type": "object"
@@ -3340,6 +3349,15 @@
3340
3349
  "name": "DomainAreaConfigs",
3341
3350
  "required": false,
3342
3351
  "type": "list"
3352
+ },
3353
+ {
3354
+ "disabled": false,
3355
+ "document": "是否继承域名标签,默认为false",
3356
+ "example": "true",
3357
+ "member": "bool",
3358
+ "name": "InheritDomainTags",
3359
+ "required": false,
3360
+ "type": "bool"
3343
3361
  }
3344
3362
  ],
3345
3363
  "type": "object"
@@ -4799,7 +4817,7 @@
4799
4817
  },
4800
4818
  {
4801
4819
  "disabled": false,
4802
- "document": "查询区域:\nmainland: 国内节点\noverseas: 海外节点\nglobal: 全球节点",
4820
+ "document": "查询区域:mainland: 中国境内节点overseas: 海外节点global: 全球节点",
4803
4821
  "example": "last",
4804
4822
  "member": "string",
4805
4823
  "name": "Area",
@@ -4809,7 +4827,7 @@
4809
4827
  {
4810
4828
  "disabled": false,
4811
4829
  "document": "是否以IP段的格式返回。",
4812
- "example": "true/false",
4830
+ "example": "true",
4813
4831
  "member": "bool",
4814
4832
  "name": "Segment",
4815
4833
  "required": false,
@@ -4818,7 +4836,7 @@
4818
4836
  {
4819
4837
  "disabled": false,
4820
4838
  "document": "是否查询节点 IPV6 信息。",
4821
- "example": "true/false",
4839
+ "example": "true",
4822
4840
  "member": "bool",
4823
4841
  "name": "ShowIpv6",
4824
4842
  "required": false,
@@ -4827,7 +4845,7 @@
4827
4845
  {
4828
4846
  "disabled": false,
4829
4847
  "document": "是否对IPV6进行缩写。",
4830
- "example": "true/false",
4848
+ "example": "true",
4831
4849
  "member": "bool",
4832
4850
  "name": "AbbreviationIpv6",
4833
4851
  "required": false,
@@ -8339,8 +8357,8 @@
8339
8357
  },
8340
8358
  {
8341
8359
  "disabled": false,
8342
- "document": "IP 黑白名单分路径配置,白名单功能。黑白名单 IP 总数不能超过 1000 个。\n注意:此字段可能返回 null,表示取不到有效值。",
8343
- "example": "null",
8360
+ "document": "IP 黑白名单分路径配置。黑白名单 IP 总数不能超过 1000 个。\n注意:此字段可能返回 null,表示取不到有效值。",
8361
+ "example": "",
8344
8362
  "member": "IpFilterPathRule",
8345
8363
  "name": "FilterRules",
8346
8364
  "output_required": true,
@@ -8786,6 +8804,16 @@
8786
8804
  "type": "string",
8787
8805
  "value_allowed_null": false
8788
8806
  },
8807
+ {
8808
+ "disabled": false,
8809
+ "document": "是否继承域名标签",
8810
+ "example": "true",
8811
+ "member": "bool",
8812
+ "name": "InheritDomainTags",
8813
+ "output_required": false,
8814
+ "type": "bool",
8815
+ "value_allowed_null": false
8816
+ },
8789
8817
  {
8790
8818
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8791
8819
  "member": "string",
@@ -9573,6 +9601,15 @@
9573
9601
  "name": "DomainAreaConfigs",
9574
9602
  "required": false,
9575
9603
  "type": "list"
9604
+ },
9605
+ {
9606
+ "disabled": false,
9607
+ "document": "是否继承域名标签",
9608
+ "example": "true",
9609
+ "member": "bool",
9610
+ "name": "InheritDomainTags",
9611
+ "required": false,
9612
+ "type": "bool"
9576
9613
  }
9577
9614
  ],
9578
9615
  "type": "object"
@@ -9914,7 +9951,7 @@
9914
9951
  },
9915
9952
  {
9916
9953
  "disabled": false,
9917
- "document": "备源站类型\n<font color=red>备源站列表BackupOrigins 不为空时必填</font>\n支持以下类型:\ndomain:域名类型\nip:IP 列表作为源站\n以下备源源站类型尚未全量支持,需要申请试用:\nipv6_domain: 源站列表为多个 IPv6 地址以及域名\nip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址\nipv6_domain: 源站列表为多个 IPv6 地址以及域名\nip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名\n注意:此字段可能返回 null,表示取不到有效值。",
9954
+ "document": "备源站类型\n<font color=red>备源站列表BackupOrigins 不为空时必填</font>\n支持以下类型:\ndomain:域名类型\nip:IP 列表作为源站\n以下备源源站类型尚未全量支持,需要申请试用:\nipv6_domain: 源站列表为多个 IPv6 地址以及域名\nip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址\nip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名\n注意:此字段可能返回 null,表示取不到有效值。",
9918
9955
  "example": "ip",
9919
9956
  "member": "string",
9920
9957
  "name": "BackupOriginType",
@@ -9970,7 +10007,7 @@
9970
10007
  {
9971
10008
  "disabled": false,
9972
10009
  "document": "HTTPS回源SNI配置\n注意:此字段可能返回 null,表示取不到有效值。",
9973
- "example": "{\"Switch\":\"on\",\"ServerName\":\"abc.com\"}",
10010
+ "example": "",
9974
10011
  "member": "OriginSni",
9975
10012
  "name": "Sni",
9976
10013
  "output_required": true,
@@ -9981,7 +10018,7 @@
9981
10018
  {
9982
10019
  "disabled": false,
9983
10020
  "document": "HTTPS回源高级配置\n注意:此字段可能返回 null,表示取不到有效值。",
9984
- "example": "null",
10021
+ "example": "",
9985
10022
  "member": "AdvanceHttps",
9986
10023
  "name": "AdvanceHttps",
9987
10024
  "output_required": true,
@@ -681,6 +681,15 @@
681
681
  "name": "ConfigContent",
682
682
  "required": true,
683
683
  "type": "string"
684
+ },
685
+ {
686
+ "disabled": false,
687
+ "document": "标签",
688
+ "example": "无",
689
+ "member": "TagInfo",
690
+ "name": "Tags",
691
+ "required": false,
692
+ "type": "list"
684
693
  }
685
694
  ],
686
695
  "type": "object"
@@ -12653,7 +12653,7 @@
12653
12653
  {
12654
12654
  "disabled": false,
12655
12655
  "document": "风险危害",
12656
- "example": "云上多种产品都有管理后台功能且具有对公网开放能力,管理后台对外开放后后容易存在口令被爆破/被入侵风险,可导致重要数据泄露,服务器遭受入侵等严重后果。",
12656
+ "example": "云上多种产品都有管理后台功能且具有对公网开放能力,管理后台对外开放后容易存在口令被爆破/被入侵风险,可导致重要数据泄露,服务器遭受入侵等严重后果。",
12657
12657
  "member": "string",
12658
12658
  "name": "RiskInfluence",
12659
12659
  "output_required": true,