tccli 3.0.1353.1__py2.py3-none-any.whl → 3.0.1355.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 (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aiart/aiart_client.py +70 -123
  4. tccli/services/aiart/v20221229/api.json +1 -99
  5. tccli/services/aiart/v20221229/examples.json +0 -8
  6. tccli/services/apm/v20210622/api.json +39 -1
  7. tccli/services/autoscaling/v20180419/api.json +45 -1
  8. tccli/services/cbs/v20170312/examples.json +3 -3
  9. tccli/services/ccc/v20200210/api.json +100 -0
  10. tccli/services/cdb/v20170320/api.json +64 -16
  11. tccli/services/cdb/v20170320/examples.json +1 -1
  12. tccli/services/cdwch/v20200915/api.json +85 -85
  13. tccli/services/cdwch/v20200915/examples.json +1 -1
  14. tccli/services/ctsdb/__init__.py +4 -0
  15. tccli/services/ctsdb/ctsdb_client.py +260 -0
  16. tccli/services/ctsdb/v20230202/api.json +679 -0
  17. tccli/services/ctsdb/v20230202/examples.json +21 -0
  18. tccli/services/dbbrain/v20210527/api.json +40 -0
  19. tccli/services/dlc/dlc_client.py +53 -0
  20. tccli/services/dlc/v20210125/api.json +44 -0
  21. tccli/services/dlc/v20210125/examples.json +8 -0
  22. tccli/services/essbasic/v20210526/api.json +46 -1
  23. tccli/services/gs/v20191118/api.json +32 -2
  24. tccli/services/hunyuan/v20230901/api.json +80 -0
  25. tccli/services/igtm/v20231024/api.json +152 -152
  26. tccli/services/igtm/v20231024/examples.json +27 -27
  27. tccli/services/lke/v20231130/api.json +1 -1
  28. tccli/services/securitylake/v20240117/api.json +2 -2
  29. tccli/services/ssl/v20191205/api.json +50 -0
  30. tccli/services/tcaplusdb/v20190823/api.json +2 -2
  31. tccli/services/teo/v20220901/api.json +55 -6
  32. tccli/services/teo/v20220901/examples.json +18 -0
  33. tccli/services/trtc/v20190722/api.json +1 -1
  34. tccli/services/tts/v20190823/api.json +3 -3
  35. tccli/services/vclm/v20240523/api.json +2 -2
  36. tccli/services/vod/v20180717/api.json +11 -2
  37. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/METADATA +3 -3
  38. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/RECORD +41 -37
  39. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1353.1.dist-info → tccli-3.0.1355.1.dist-info}/license_files/LICENSE +0 -0
@@ -3,8 +3,8 @@
3
3
  "CreateAddressPool": [
4
4
  {
5
5
  "document": "",
6
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAddressPool\n<公共请求参数>\n\n{\n \"PoolName\": \"abc\",\n \"TrafficStrategy\": \"abc\",\n \"MonitorId\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": 1,\n \"Addr\": \"abc\",\n \"Location\": \"abc\",\n \"Status\": \"abc\",\n \"IsEnable\": \"abc\",\n \"Weight\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ]\n}",
7
- "output": "{\n \"Response\": {\n \"AddressPoolId\": 1,\n \"RequestId\": \"abc\"\n }\n}",
6
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAddressPool\n<公共请求参数>\n\n{\n \"PoolName\": \"测试地址池\",\n \"TrafficStrategy\": \"ALL\",\n \"MonitorId\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": 1,\n \"Addr\": \"1.1.1.2\",\n \"Location\": \"上海电信\",\n \"Status\": \"\",\n \"IsEnable\": \"ENABLED\"\n }\n ]\n}",
7
+ "output": "{\n \"Response\": {\n \"AddressPoolId\": 1,\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
8
8
  "title": "创建地址池"
9
9
  }
10
10
  ],
@@ -54,7 +54,7 @@
54
54
  {
55
55
  "document": "",
56
56
  "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAddressPool\n<公共请求参数>\n\n{\n \"PoolId\": 1\n}",
57
- "output": "{\n \"Response\": {\n \"Msg\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
57
+ "output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
58
58
  "title": "删除地址池"
59
59
  }
60
60
  ],
@@ -62,7 +62,7 @@
62
62
  {
63
63
  "document": "删除监控器",
64
64
  "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMonitor\n<公共请求参数>\n\n{\n \"MonitorId\": 1\n}",
65
- "output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"xxx\"\n }\n}",
65
+ "output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
66
66
  "title": "删除监控器"
67
67
  }
68
68
  ],
@@ -77,32 +77,32 @@
77
77
  "DescribeAddressLocation": [
78
78
  {
79
79
  "document": "{\n \"Address\": [\n \"0.0.0.1\"\n ]\n}",
80
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressLocation\n<公共请求参数>\n\n{\n \"Address\": [\n \"abc\"\n ]\n}",
81
- "output": "{\n \"Response\": {\n \"AddressLocation\": [\n {\n \"Addr\": \"0.0.0.1\",\n \"Location\": \"未知\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
80
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressLocation\n<公共请求参数>\n\n{\n \"Address\": [\n \"0.0.0.1\"\n ]\n}",
81
+ "output": "{\n \"Response\": {\n \"AddressLocation\": [\n {\n \"Addr\": \"0.0.0.1\",\n \"Location\": \"未知\"\n }\n ],\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
82
82
  "title": "获取IP归属"
83
83
  }
84
84
  ],
85
85
  "DescribeAddressPoolDetail": [
86
86
  {
87
87
  "document": "",
88
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressPoolDetail\n<公共请求参数>\n\n{\n \"PoolId\": 0\n}",
89
- "output": "{\n \"Response\": {\n \"AddressPool\": {\n \"PoolId\": 1,\n \"PoolName\": \"abc\",\n \"TrafficStrategy\": \"abc\",\n \"MonitorId\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n },\n \"AddressSet\": [\n {\n \"AddressId\": 1,\n \"Addr\": \"abc\",\n \"Location\": \"abc\",\n \"Status\": \"abc\",\n \"IsEnable\": \"abc\",\n \"Weight\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
88
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressPoolDetail\n<公共请求参数>\n\n{\n \"PoolId\": 1\n}",
89
+ "output": "{\n \"Response\": {\n \"AddressPool\": {\n \"PoolId\": 1,\n \"PoolName\": \"测试地址池\",\n \"TrafficStrategy\": \"ALL\",\n \"MonitorId\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n },\n \"AddressSet\": [\n {\n \"AddressId\": 1,\n \"Addr\": \"1.1.1.2\",\n \"Location\": \"上好电信\",\n \"Status\": \"OK\",\n \"IsEnable\": \"ENABLED\",\n \"Weight\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
90
90
  "title": "地址池详情"
91
91
  }
92
92
  ],
93
93
  "DescribeAddressPoolList": [
94
94
  {
95
95
  "document": "",
96
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressPools\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Value\": [\n \"abc\"\n ],\n \"Fuzzy\": true\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1\n}",
97
- "output": "{\n \"Response\": {\n \"AddressPoolSet\": [\n {\n \"PoolId\": 1,\n \"PoolName\": \"abc\",\n \"TrafficStrategy\": \"abc\",\n \"MonitorId\": 1,\n \"Status\": \"abc\",\n \"AddressNum\": 0,\n \"MonitorGroupNum\": 0,\n \"MonitorTaskNum\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": 1,\n \"Addr\": \"abc\",\n \"Location\": \"abc\",\n \"Status\": \"abc\",\n \"IsEnable\": \"abc\",\n \"Weight\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
96
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAddressPools\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"PoolName\",\n \"Value\": [\n \"gtm-dnspod\"\n ],\n \"Fuzzy\": true\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1\n}",
97
+ "output": "{\n \"Response\": {\n \"AddressPoolSet\": [\n {\n \"PoolId\": 1,\n \"PoolName\": \"gtm-dnspod\",\n \"TrafficStrategy\": \"WEIGHT\",\n \"MonitorId\": 1,\n \"Status\": \"WARN\",\n \"AddressNum\": 0,\n \"MonitorGroupNum\": 0,\n \"MonitorTaskNum\": 0,\n \"AddressSet\": [\n {\n \"AddressId\": 1,\n \"Addr\": \"1.1.1.2\",\n \"Location\": \"上海电信\",\n \"Status\": \"UNMONITORED\",\n \"IsEnable\": \"ENABLED\",\n \"Weight\": 1,\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
98
98
  "title": "地址池列表"
99
99
  }
100
100
  ],
101
101
  "DescribeDetectPackageDetail": [
102
102
  {
103
103
  "document": "探测任务包详情",
104
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDetectPackageDetail\n<公共请求参数>\n\n{\n \"ResourceId\": \"xxx\"\n}",
105
- "output": "{\n \"Response\": {\n \"AutoRenewFlag\": 1,\n \"CostItemList\": [\n {\n \"CostName\": \"sv_igtm_monitor_task_mt\",\n \"CostValue\": 1\n }\n ],\n \"CreateTime\": \"2024-03-13 15:41:10\",\n \"CurrentDeadline\": \"2024-04-13 15:41:11\",\n \"IsExpire\": 0,\n \"Quota\": 50,\n \"Remark\": \"\",\n \"RequestId\": \"aace8684-a8d6-454f-8fac-3e398f203620\",\n \"ResourceId\": \"task-hzxwlklfznla\",\n \"ResourceType\": \"TASK_NUM\",\n \"Status\": \"ENABLED\",\n \"UsedNum\": 17\n }\n}",
104
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDetectPackageDetail\n<公共请求参数>\n\n{\n \"ResourceId\": \"task-dsdd123xdo\"\n}",
105
+ "output": "{\n \"Response\": {\n \"AutoRenewFlag\": 1,\n \"CostItemList\": [\n {\n \"CostName\": \"sv_igtm_monitor_task_mt\",\n \"CostValue\": 1\n }\n ],\n \"CreateTime\": \"2024-03-13 15:41:10\",\n \"CurrentDeadline\": \"2024-04-13 15:41:11\",\n \"IsExpire\": 0,\n \"Quota\": 50,\n \"Remark\": \"\",\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\",\n \"ResourceId\": \"task-hzxwlklfznla\",\n \"ResourceType\": \"TASK_NUM\",\n \"Status\": \"ENABLED\",\n \"UsedNum\": 17\n }\n}",
106
106
  "title": "探测任务包详情"
107
107
  }
108
108
  ],
@@ -125,24 +125,24 @@
125
125
  "DescribeDnsLineList": [
126
126
  {
127
127
  "document": "",
128
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDnsLines\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\"\n}",
129
- "output": "{\n \"Response\": {\n \"DnsLineSet\": [\n {\n \"Parent\": 1,\n \"LineName\": \"abc\",\n \"LineId\": \"abc\",\n \"Useful\": true,\n \"SubGroup\": 1,\n \"LinePackage\": 1,\n \"Weight\": 1\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
128
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDnsLines\n<公共请求参数>\n\n{\n \"InstanceId\": \"gtm-dsdd123xdo\"\n}",
129
+ "output": "{\n \"Response\": {\n \"DnsLineSet\": [\n {\n \"DnsLineId\": 1,\n \"Parent\": 1,\n \"LineName\": \"默认\",\n \"LineId\": \"1\",\n \"Useful\": true,\n \"SubGroup\": 1,\n \"LinePackage\": 1,\n \"Weight\": 1\n }\n ],\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
130
130
  "title": "线路列表"
131
131
  }
132
132
  ],
133
133
  "DescribeInstanceDetail": [
134
134
  {
135
- "document": "{\n \"InstanceId\": \"abc\"\n}",
135
+ "document": "",
136
136
  "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceDetail\n<公共请求参数>\n\n{}",
137
- "output": "{\n \"Response\": {\n \"Instance\": {\n \"InstanceId\": \"abc\",\n \"InstanceName\": \"abc\",\n \"Domain\": \"abc\",\n \"AccessType\": \"abc\",\n \"AccessSubDomain\": \"abc\",\n \"AccessDomain\": \"abc\",\n \"GlobalTtl\": 1,\n \"PackageType\": \"abc\",\n \"WorkingStatus\": \"abc\",\n \"Status\": \"abc\",\n \"IsCnameConfigured\": true,\n \"Remark\": \"abc\",\n \"StrategyNum\": 0,\n \"AddressPoolNum\": 0,\n \"MonitorNum\": 0,\n \"ResourceId\": \"abc\",\n \"NotifyEventSet\": [\n \"abc\"\n ],\n \"CreatedOn\": \"abc\",\n \"UpdatedOn\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
137
+ "output": "{\n \"Response\": {\n \"Instance\": {\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"InstanceName\": \"测试实例\",\n \"Domain\": \"gtmtest.com\",\n \"AccessType\": \"CUSTOM\",\n \"AccessSubDomain\": \"access-gtm\",\n \"AccessDomain\": \"gtmtest.com\",\n \"GlobalTtl\": 600,\n \"PackageType\": \"ULTIMATE\",\n \"WorkingStatus\": \"NORMAL\",\n \"Status\": \"ENABLED\",\n \"IsCnameConfigured\": false,\n \"Remark\": \"备注信息\",\n \"StrategyNum\": 0,\n \"AddressPoolNum\": 0,\n \"MonitorNum\": 0,\n \"ResourceId\": \"ins-oxrvmnl4yrd\",\n \"NotifyEventSet\": [],\n \"CreatedOn\": \"2024-07-19 15:40:19\",\n \"UpdatedOn\": \"2024-07-19 15:40:19\"\n },\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
138
138
  "title": "实例详情"
139
139
  }
140
140
  ],
141
141
  "DescribeInstanceList": [
142
142
  {
143
143
  "document": "",
144
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Value\": [\n \"abc\"\n ],\n \"Fuzzy\": true\n }\n ]\n}",
145
- "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"InstanceId\": \"abc\",\n \"InstanceName\": \"abc\",\n \"Domain\": \"abc\",\n \"AccessType\": \"abc\",\n \"AccessDomain\": \"abc\",\n \"AccessSubDomain\": \"abc\",\n \"GlobalTtl\": 0,\n \"PackageType\": \"abc\",\n \"WorkingStatus\": \"abc\",\n \"Status\": \"abc\",\n \"Remark\": \"abc\",\n \"StrategyNum\": 0,\n \"AddressPoolNum\": 0,\n \"MonitorNum\": 0,\n \"CreatedOn\": \"abc\",\n \"UpdatedOn\": \"abc\",\n \"ResourceId\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
144
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Name\": \"Domain\",\n \"Value\": [\n \"gtmtest.com\"\n ],\n \"Fuzzy\": true\n }\n ]\n}",
145
+ "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"InstanceName\": \"gtm测试实例\",\n \"Domain\": \"gtmtest.com\",\n \"AccessType\": \"CUSTOM\",\n \"AccessDomain\": \"igtm-access\",\n \"AccessSubDomain\": \"gtmtest.com\",\n \"GlobalTtl\": 600,\n \"PackageType\": \"ULTIMATE\",\n \"WorkingStatus\": \"UNKNOWN\",\n \"Status\": \"ENABLED\",\n \"Remark\": \"测试实例\",\n \"StrategyNum\": 0,\n \"AddressPoolNum\": 0,\n \"MonitorNum\": 0,\n \"CreatedOn\": \"2024-07-19 15:40:19\",\n \"UpdatedOn\": \"2024-07-19 15:40:19\",\n \"ResourceId\": \"ins-oxrvmnl4yrd\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
146
146
  "title": "实例列表"
147
147
  }
148
148
  ],
@@ -158,7 +158,7 @@
158
158
  {
159
159
  "document": "查询监控器详情",
160
160
  "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHealthyCheckRule\n<公共请求参数>\n\n{\n \"MonitorId\": 1\n}",
161
- "output": "{\n \"Response\": {\n \"MonitorDetail\": {\n \"MonitorId\": 1,\n \"MonitorName\": \"abc\",\n \"Uin\": \"abc\",\n \"DetectorGroupIds\": [\n 1\n ],\n \"CheckProtocol\": \"abc\",\n \"CheckInterval\": 1,\n \"PingNum\": 1,\n \"TcpPort\": 1,\n \"Host\": \"abc\",\n \"Path\": \"abc\",\n \"ReturnCodeThreshold\": 1,\n \"EnableRedirect\": \"abc\",\n \"EnableSni\": \"abc\",\n \"PacketLossRate\": 1,\n \"Timeout\": 1,\n \"FailTimes\": 1,\n \"FailRate\": 1,\n \"DetectorStyle\": \"abc\"\n },\n \"RequestId\": \"xxx\"\n }\n}",
161
+ "output": "{\n \"Response\": {\n \"MonitorDetail\": {\n \"MonitorId\": 1,\n \"MonitorName\": \"测试监控器\",\n \"Uin\": \"10012894645\",\n \"DetectorGroupIds\": [\n 1\n ],\n \"CheckProtocol\": \"HTTP\",\n \"CheckInterval\": 300,\n \"PingNum\": 20,\n \"TcpPort\": 80,\n \"Host\": \"gtmtest.com\",\n \"Path\": \"/path\",\n \"ReturnCodeThreshold\": 500,\n \"EnableRedirect\": \"DISABLED\",\n \"EnableSni\": \"DISABLED\",\n \"PacketLossRate\": 50,\n \"Timeout\": 15,\n \"FailTimes\": 1,\n \"FailRate\": 100,\n \"CreatedOn\": \"2023-01-1 11:11:11\",\n \"UpdatedOn\": \"2023-01-1 11:11:11\",\n \"DetectorStyle\": \"INTERNAL\",\n \"DetectNum\": 0,\n \"ContinuePeriod\": 1\n },\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
162
162
  "title": " 查询监控器详情"
163
163
  }
164
164
  ],
@@ -166,7 +166,7 @@
166
166
  {
167
167
  "document": "获取所有监控器",
168
168
  "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMonitors\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 1\n}",
169
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"MonitorDataSet\": [\n {\n \"MonitorId\": 1,\n \"MonitorName\": \"abc\",\n \"Uin\": \"abc\",\n \"DetectorGroupIds\": [\n 1\n ],\n \"CheckProtocol\": \"abc\",\n \"CheckInterval\": 1,\n \"PingNum\": 1,\n \"TcpPort\": 1,\n \"Host\": \"abc\",\n \"Path\": \"abc\",\n \"ReturnCodeThreshold\": 1,\n \"EnableRedirect\": \"abc\",\n \"EnableSni\": \"abc\",\n \"PacketLossRate\": 1,\n \"Timeout\": 1,\n \"FailTimes\": 1,\n \"FailRate\": 1,\n \"CreatedOn\": \"abc\",\n \"UpdatedOn\": \"abc\",\n \"DetectorStyle\": \"abc\"\n }\n ],\n \"RequestId\": \"398db591-8793-4a0f-aaa3-3a0131494184\"\n }\n}",
169
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"MonitorDataSet\": [\n {\n \"MonitorId\": 1,\n \"MonitorName\": \"测试监控器\",\n \"Uin\": \"10012894645\",\n \"DetectorGroupIds\": [\n 1\n ],\n \"CheckProtocol\": \"HTTP\",\n \"CheckInterval\": 1,\n \"PingNum\": 1,\n \"TcpPort\": 1,\n \"Host\": \"igtmtest.com\",\n \"Path\": \"/path\",\n \"ReturnCodeThreshold\": 1,\n \"EnableRedirect\": \"DISABLED\",\n \"EnableSni\": \"DISABLED\",\n \"PacketLossRate\": 50,\n \"Timeout\": 15,\n \"FailTimes\": 4,\n \"FailRate\": 100,\n \"CreatedOn\": \"2025-02-25 20:24:49\",\n \"UpdatedOn\": \"2025-02-25 20:24:49\",\n \"DetectorStyle\": \"INTERNAL\",\n \"DetectNum\": 0,\n \"ContinuePeriod\": 1\n }\n ],\n \"RequestId\": \"398db591-8793-4a0f-aaa3-3a0131494184\"\n }\n}",
170
170
  "title": "获取所有监控器"
171
171
  }
172
172
  ],
@@ -174,23 +174,23 @@
174
174
  {
175
175
  "document": "",
176
176
  "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeQuotas\n<公共请求参数>\n\n{}",
177
- "output": "{\n \"Response\": {\n \"Quotas\": {\n \"TaskQuota\": 1,\n \"PoolQuota\": 1,\n \"AddressQuota\": 1,\n \"MonitorQuota\": 1,\n \"MessageQuota\": 1\n },\n \"RequestId\": \"abc\"\n }\n}",
177
+ "output": "{\n \"Response\": {\n \"Quotas\": {\n \"TaskQuota\": 1,\n \"PoolQuota\": 1,\n \"AddressQuota\": 1,\n \"MonitorQuota\": 1,\n \"MessageQuota\": 1\n },\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
178
178
  "title": "配额"
179
179
  }
180
180
  ],
181
181
  "DescribeStrategyDetail": [
182
182
  {
183
183
  "document": "",
184
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStrategyDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"StrategyId\": 0\n}",
185
- "output": "{\n \"Response\": {\n \"StrategyDetail\": {\n \"InstanceId\": \"abc\",\n \"StrategyId\": 1,\n \"Name\": \"abc\",\n \"Source\": [\n {\n \"DnsLineId\": 1,\n \"Name\": \"abc\"\n }\n ],\n \"MainAddressPoolSet\": [\n {\n \"MainAddressPoolId\": 1,\n \"AddressPools\": [\n {\n \"PoolId\": 1,\n \"Weight\": 1\n }\n ],\n \"MinSurviveNum\": 1,\n \"TrafficStrategy\": \"abc\"\n }\n ],\n \"FallbackAddressPoolSet\": [\n {\n \"MainAddressPoolId\": 1,\n \"AddressPools\": [\n {\n \"PoolId\": 1,\n \"Weight\": 1\n }\n ],\n \"MinSurviveNum\": 1,\n \"TrafficStrategy\": \"abc\"\n }\n ],\n \"KeepDomainRecords\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
184
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStrategyDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"StrategyId\": 1\n}",
185
+ "output": "{\n \"Response\": {\n \"StrategyDetail\": {\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"StrategyId\": 1,\n \"Name\": \"测试策略\",\n \"Source\": [\n {\n \"DnsLineId\": 1,\n \"Name\": \"默认\"\n }\n ],\n \"MainAddressPoolSet\": [\n {\n \"MainAddressPoolId\": 1,\n \"AddressPools\": [\n {\n \"PoolId\": 1,\n \"Weight\": 1\n }\n ],\n \"MinSurviveNum\": 1,\n \"TrafficStrategy\": \"WEIGHT\"\n }\n ],\n \"FallbackAddressPoolSet\": [\n {\n \"MainAddressPoolId\": 1,\n \"AddressPools\": [\n {\n \"PoolId\": 1,\n \"Weight\": 1\n }\n ],\n \"MinSurviveNum\": 1,\n \"TrafficStrategy\": \"WEIGHT\"\n }\n ],\n \"KeepDomainRecords\": \"DISABLED\",\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n },\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
186
186
  "title": "策略详情"
187
187
  }
188
188
  ],
189
189
  "DescribeStrategyList": [
190
190
  {
191
191
  "document": "",
192
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStrategies\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"Offset\": 1,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Value\": [\n \"abc\"\n ],\n \"Fuzzy\": true\n }\n ]\n}",
193
- "output": "{\n \"Response\": {\n \"StrategySet\": [\n {\n \"InstanceId\": \"abc\",\n \"StrategyId\": 1,\n \"Name\": \"abc\",\n \"Source\": [\n {\n \"DnsLineId\": 1,\n \"Name\": \"abc\"\n }\n ],\n \"Status\": \"abc\",\n \"ActivePoolType\": \"abc\",\n \"ActiveTrafficStrategy\": \"abc\",\n \"MonitorNum\": 1,\n \"KeepDomainRecords\": \"abc\",\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
192
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStrategies\n<公共请求参数>\n\n{\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"Offset\": 1,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Name\": \"StrategyName\",\n \"Value\": [\n \"test-strategy\"\n ],\n \"Fuzzy\": true\n }\n ]\n}",
193
+ "output": "{\n \"Response\": {\n \"StrategySet\": [\n {\n \"InstanceId\": \"gtm-dsdd123xdo\",\n \"StrategyId\": 1,\n \"Name\": \"test-strategy\",\n \"Source\": [\n {\n \"DnsLineId\": 1,\n \"Name\": \"默认\"\n }\n ],\n \"Status\": \"WARN\",\n \"ActivePoolType\": \"MAIN\",\n \"ActiveTrafficStrategy\": \"WEIGHT\",\n \"MonitorNum\": 1,\n \"KeepDomainRecords\": \"DISABLED\",\n \"CreatedOn\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedOn\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
194
194
  "title": "策略列表"
195
195
  }
196
196
  ],
@@ -213,8 +213,8 @@
213
213
  "ModifyMonitor": [
214
214
  {
215
215
  "document": "修改监控器",
216
- "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMonitor\n<公共请求参数>\n\n{\n \"MonitorId\": 1,\n \"MonitorName\": \"test\",\n \"CheckProtocol\": \"PING\",\n \"CheckInterval\": 1,\n \"Timeout\": 1,\n \"FailTimes\": 1,\n \"FailRate\": 1,\n \"DetectorStyle\": \"AUTO\",\n \"DetectorGroupIds\": [\n 1\n ],\n \"PingNum\": 1,\n \"TcpPort\": 1,\n \"Host\": \"url\",\n \"Path\": \"/path\",\n \"ReturnCodeThreshold\": 1,\n \"EnableRedirect\": \"DISABLED\",\n \"EnableSni\": \"DISABLED\",\n \"PacketLossRate\": 1\n}",
217
- "output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"100-222\"\n }\n}",
216
+ "input": "POST / HTTP/1.1\nHost: igtm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMonitor\n<公共请求参数>\n\n{\n \"MonitorId\": 1,\n \"MonitorName\": \"测试监控器\",\n \"CheckProtocol\": \"PING\",\n \"CheckInterval\": 1,\n \"Timeout\": 1,\n \"FailTimes\": 1,\n \"FailRate\": 1,\n \"DetectorStyle\": \"AUTO\",\n \"DetectorGroupIds\": [\n 1\n ],\n \"PingNum\": 1,\n \"TcpPort\": 1,\n \"Host\": \"url\",\n \"Path\": \"/path\",\n \"ReturnCodeThreshold\": 1,\n \"EnableRedirect\": \"DISABLED\",\n \"EnableSni\": \"DISABLED\",\n \"PacketLossRate\": 1\n}",
217
+ "output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"8f0325a8-4dd6-4fcb-8f6b-c45e587e51b0\"\n }\n}",
218
218
  "title": "修改监控器"
219
219
  }
220
220
  ],
@@ -15251,7 +15251,7 @@
15251
15251
  },
15252
15252
  {
15253
15253
  "disabled": false,
15254
- "document": "1: 点赞, 2: 点踩",
15254
+ "document": "1: 点赞; 2: 点踩; \n注:\n1) 评测端不支持点赞、点踩\n2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩",
15255
15255
  "example": "1",
15256
15256
  "member": "uint64",
15257
15257
  "name": "Score",
@@ -570,13 +570,13 @@
570
570
  },
571
571
  {
572
572
  "disabled": false,
573
- "document": "自定义富化字段信息\n注意:此字段可能返回 null,表示取不到有效值。",
573
+ "document": "自定义富化字段信息",
574
574
  "example": " ",
575
575
  "member": "string",
576
576
  "name": "RichCustomInfos",
577
577
  "output_required": false,
578
578
  "type": "list",
579
- "value_allowed_null": true
579
+ "value_allowed_null": false
580
580
  },
581
581
  {
582
582
  "disabled": false,
@@ -4019,6 +4019,26 @@
4019
4019
  "output_required": false,
4020
4020
  "type": "list",
4021
4021
  "value_allowed_null": false
4022
+ },
4023
+ {
4024
+ "disabled": false,
4025
+ "document": "当前部署证书加密算法",
4026
+ "example": "RSA",
4027
+ "member": "string",
4028
+ "name": "Algorithm",
4029
+ "output_required": false,
4030
+ "type": "string",
4031
+ "value_allowed_null": false
4032
+ },
4033
+ {
4034
+ "disabled": false,
4035
+ "document": "原证书加密算法",
4036
+ "example": "RSA",
4037
+ "member": "string",
4038
+ "name": "OldAlgorithm",
4039
+ "output_required": false,
4040
+ "type": "string",
4041
+ "value_allowed_null": false
4022
4042
  }
4023
4043
  ],
4024
4044
  "usage": "out"
@@ -10846,6 +10866,16 @@
10846
10866
  "output_required": true,
10847
10867
  "type": "string",
10848
10868
  "value_allowed_null": false
10869
+ },
10870
+ {
10871
+ "disabled": false,
10872
+ "document": "证书加密算法",
10873
+ "example": "RSA",
10874
+ "member": "string",
10875
+ "name": "Algorithm",
10876
+ "output_required": false,
10877
+ "type": "string",
10878
+ "value_allowed_null": false
10849
10879
  }
10850
10880
  ],
10851
10881
  "usage": "out"
@@ -11557,6 +11587,26 @@
11557
11587
  "output_required": false,
11558
11588
  "type": "string",
11559
11589
  "value_allowed_null": false
11590
+ },
11591
+ {
11592
+ "disabled": false,
11593
+ "document": "新证书加密算法",
11594
+ "example": "RSA",
11595
+ "member": "string",
11596
+ "name": "Algorithm",
11597
+ "output_required": false,
11598
+ "type": "string",
11599
+ "value_allowed_null": false
11600
+ },
11601
+ {
11602
+ "disabled": false,
11603
+ "document": "旧证书加密算法",
11604
+ "example": "RSA",
11605
+ "member": "string",
11606
+ "name": "OldAlgorithm",
11607
+ "output_required": false,
11608
+ "type": "string",
11609
+ "value_allowed_null": false
11560
11610
  }
11561
11611
  ],
11562
11612
  "usage": "out"
@@ -330,11 +330,11 @@
330
330
  "status": "online"
331
331
  },
332
332
  "RollbackTables": {
333
- "document": "表格数据回档",
333
+ "document": "不再使用\n\n表格数据回档",
334
334
  "input": "RollbackTablesRequest",
335
335
  "name": "表格数据回档",
336
336
  "output": "RollbackTablesResponse",
337
- "status": "online"
337
+ "status": "deprecated"
338
338
  },
339
339
  "SetBackupExpireRule": {
340
340
  "document": "新增、删除、修改备份过期策略, ClusterId必须为具体的集群Id(appid)",
@@ -2723,11 +2723,11 @@
2723
2723
  "usage": "both"
2724
2724
  },
2725
2725
  "BillingData": {
2726
- "document": "计费数据项",
2726
+ "document": "计费数据项。",
2727
2727
  "members": [
2728
2728
  {
2729
2729
  "disabled": false,
2730
- "document": "时间。",
2730
+ "document": "数据时间戳。",
2731
2731
  "example": "2014-08-03T12:00:00+08:00",
2732
2732
  "member": "datetime_iso",
2733
2733
  "name": "Time",
@@ -2744,6 +2744,46 @@
2744
2744
  "output_required": true,
2745
2745
  "type": "int",
2746
2746
  "value_allowed_null": false
2747
+ },
2748
+ {
2749
+ "disabled": false,
2750
+ "document": "数据点所属站点 ID。若使用内容标识符功能,则该项值为内容标识符。",
2751
+ "example": "zone-3e212xp3rj2q",
2752
+ "member": "string",
2753
+ "name": "ZoneId",
2754
+ "output_required": false,
2755
+ "type": "string",
2756
+ "value_allowed_null": false
2757
+ },
2758
+ {
2759
+ "disabled": false,
2760
+ "document": "数据点所属域名。",
2761
+ "example": "test.example.com",
2762
+ "member": "string",
2763
+ "name": "Host",
2764
+ "output_required": false,
2765
+ "type": "string",
2766
+ "value_allowed_null": false
2767
+ },
2768
+ {
2769
+ "disabled": false,
2770
+ "document": "数据点所属四层代理实例 ID。",
2771
+ "example": "sid-3e213190kcia",
2772
+ "member": "string",
2773
+ "name": "ProxyId",
2774
+ "output_required": false,
2775
+ "type": "string",
2776
+ "value_allowed_null": false
2777
+ },
2778
+ {
2779
+ "disabled": false,
2780
+ "document": "数据点所属计费大区 ID。计费大区以实际服务用户客户端的 EdgeOne 节点所在区域为准。取值有:<li>CH:中国大陆境内</li><li>AF:非洲</li><li>AS1:亚太一区</li><li>AS2:亚太二区</li><li>AS3:亚太三区</li><li>EU:欧洲</li><li>MidEast:中东</li><li>NA:北美</li><li> SA:南美</li>",
2781
+ "example": "AS1",
2782
+ "member": "string",
2783
+ "name": "RegionId",
2784
+ "output_required": false,
2785
+ "type": "string",
2786
+ "value_allowed_null": false
2747
2787
  }
2748
2788
  ],
2749
2789
  "usage": "out"
@@ -9038,7 +9078,7 @@
9038
9078
  },
9039
9079
  {
9040
9080
  "disabled": false,
9041
- "document": "结束时间。",
9081
+ "document": "结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。",
9042
9082
  "example": "2014-08-03T12:00:00+08:00",
9043
9083
  "member": "datetime_iso",
9044
9084
  "name": "EndTime",
@@ -9047,7 +9087,7 @@
9047
9087
  },
9048
9088
  {
9049
9089
  "disabled": false,
9050
- "document": "站点 ID 集合,此参数必填。",
9090
+ "document": "站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
9051
9091
  "example": "zone-2siulp074dz3",
9052
9092
  "member": "string",
9053
9093
  "name": "ZoneIds",
@@ -9056,7 +9096,7 @@
9056
9096
  },
9057
9097
  {
9058
9098
  "disabled": false,
9059
- "document": "指标列表,取值有:\n<li>acc_flux: 内容加速流量,单位为 Byte;</li>\n<li>smt_flux: 智能加速流量,单位为 Byte;</li>\n<li>l4_flux: 四层加速流量,单位为 Byte;</li>\n<li>sec_flux: 独立防护流量,单位为 Byte;</li>\n<li>zxctg_flux: 中国大陆网络优化流量,单位为 Byte;</li>\n<li>acc_bandwidth: 内容加速带宽,单位为 bps;</li>\n<li>smt_bandwidth: 智能加速带宽,单位为 bps;</li>\n<li>l4_bandwidth: 四层加速带宽,单位为 bps;</li>\n<li>sec_bandwidth: 独立防护带宽,单位为 bps;</li>\n<li>zxctg_bandwidth: 中国大陆网络优化带宽,单位为 bps;</li>\n<li>sec_request_clean: HTTP/HTTPS 请求,单位为次;</li>\n<li>smt_request_clean: 智能加速请求,单位为次;</li>\n<li>quic_request: QUIC 请求,单位为次;</li>\n<li>bot_request_clean: Bot 请求,单位为次;</li>\n<li>cls_count: 实时日志推送条数,单位为条;</li>\n<li>ddos_bandwidth: 弹性 DDoS 防护带宽,单位为 bps;</li>\n<li>total_transcode:所有规格音频,视频即时转码,转封装时长,单位为秒;</li>\n<li>remux:转封装时长,单位为秒;</li>\n<li>transcode_audio:音频转码时长,单位为秒;</li>\n<li>transcode_H264_SD:H.264 编码方式的标清视频(短边 <= 480 px)时长,单位为秒;</li>\n<li>transcode_H264_HD:H.264 编码方式的高清视频(短边 <= 720 px)时长,单位为秒;</li>\n<li>transcode_H264_FHD:H.264 编码方式的全高清视频(短边 <= 1080 px)时长,单位为秒;</li>\n<li>transcode_H264_2K:H.264 编码方式的 2K 视频(短边 <= 1440 px)时长,单位为秒。</li>",
9099
+ "document": "指标列表,取值如下:\n<b>四/七层加速流量:</b><li>acc_flux: 内容加速流量,单位为 Byte;</li><li>smt_flux: 智能加速流量,单位为 Byte;</li><li>l4_flux: 四层加速流量,单位为 Byte;</li><li>sec_flux: 独立防护流量,单位为 Byte;</li><li>zxctg_flux: 中国大陆网络优化流量,单位为 Byte。</li><br><b>四/七层加速带宽:</b><li>acc_bandwidth: 内容加速带宽,单位为 bps;</li><li>smt_bandwidth: 智能加速带宽,单位为 bps;</li><li>l4_bandwidth: 四层加速带宽,单位为 bps;</li><li>sec_bandwidth: 独立防护带宽,单位为 bps;</li><li>zxctg_bandwidth: 中国大陆网络优化带宽,单位为 bps。</li><br><b>HTTP/HTTPS 安全请求数:</b><li>sec_request_clean: HTTP/HTTPS 请求,单位为次。</li><b><br>增值服务用量:</b><li>smt_request_clean: 智能加速请求,单位为次;</li><li>quic_request: QUIC 请求,单位为次;</li><li>bot_request_clean: Bot 请求,单位为次;</li><li>cls_count: 实时日志推送条数,单位为条;</li><li>ddos_bandwidth: 弹性 DDoS 防护带宽,单位为 bps。</li><br><b>边缘计算用量:</b><li>edgefunction_request:边缘函数请求数,单位为次;</li><li>edgefunction_cpu_time:边缘函数CPU处理时间,单位为毫秒。</li>\n<b>媒体处理用量:</b><li>total_transcode:所有规格音频,视频即时转码,转封装时长,单位为秒;</li><li>remux:转封装时长,单位为秒;</li><li>transcode_audio:音频转码时长,单位为秒;</li><li>transcode_H264_SD:H.264 编码方式的标清视频(短边 <= 480 px)时长,单位为秒;</li><li>transcode_H264_HD:H.264 编码方式的高清视频(短边 <= 720 px)时长,单位为秒;</li><li>transcode_H264_FHD:H.264 编码方式的全高清视频(短边 <= 1080 px)时长,单位为秒;</li><li>transcode_H264_2K:H.264 编码方式的 2K 视频(短边 <= 1440 px)时长,单位为秒。</li>",
9060
9100
  "example": "acc_flux",
9061
9101
  "member": "string",
9062
9102
  "name": "MetricName",
@@ -9074,12 +9114,21 @@
9074
9114
  },
9075
9115
  {
9076
9116
  "disabled": false,
9077
- "document": "过滤条件,详细的过滤条件取值如下:\n<li>host:按照域名进行过滤。示例值:test.example.com。<br></li>\n<li>proxy-id:按照四层代理实例 ID 进行过滤。示例值:sid-2rugn89bkla9。<br></li>\n<li>region-id:按照计费大区进行过滤。可选项如下:<br>  CH:中国大陆境内<br>  AF:非洲<br>  AS1:亚太一区<br>  AS2:亚太二区<br>  AS3:亚太三区<br>  EU:欧洲<br>  MidEast:中东<br>  NA:北美<br>  SA:南美</li>",
9117
+ "document": "过滤条件,详细的过滤条件取值如下:\n<li>host:按照域名进行过滤。示例值:test.example.com。<br></li>\n<li>proxy-id:按照四层代理实例 ID 进行过滤。示例值:sid-2rugn89bkla9。<br></li>\n<li>region-id:按照计费大区进行过滤。可选项如下:<br>  CH:中国大陆境内<br>  AF:非洲<br>  AS1:亚太一区<br>  AS2:亚太二区<br>  AS3:亚太三区<br>  EU:欧洲<br>  MidEast:中东<br>  NA:北美<br>  SA:南美</li>\n说明:相同 `Type` 的 `BillingDataFilter` 之间为“或”关系,不同 `Type` 的 `BillingDataFilter` 之间为“且”关系。",
9078
9118
  "example": "无",
9079
9119
  "member": "BillingDataFilter",
9080
9120
  "name": "Filters",
9081
9121
  "required": false,
9082
9122
  "type": "list"
9123
+ },
9124
+ {
9125
+ "disabled": false,
9126
+ "document": "分组聚合维度。最多允许同时按照两种维度进行分组。取值如下: <li>zone-id:按照站点 ID 进行分组,若使用了内容标识符功能,则优先按照内容标识符分组;<br></li><li>host:按照域名进行分组;<br></li> <li>proxy-id:按照四层代理实例 ID 进行分组;<br></li> <li>region-id:按照计费大区进行分组。</li> ",
9127
+ "example": "zone-id",
9128
+ "member": "string",
9129
+ "name": "GroupBy",
9130
+ "required": false,
9131
+ "type": "list"
9083
9132
  }
9084
9133
  ],
9085
9134
  "type": "object"
@@ -668,6 +668,24 @@
668
668
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillingData\n<公共请求参数>\n\n{\n \"StartTime\": \"2024-01-01T00:00:00+08:00\",\n \"EndTime\": \"2024-01-24T03:20:00+08:00\",\n \"Interval\": \"day\",\n \"MetricName\": \"acc_flux\",\n \"Filters\": [\n {\n \"Type\": \"region-id\",\n \"Value\": \"MidEast\"\n }\n ],\n \"ZoneIds\": [\n \"zone-2smdfso9dr58\"\n ]\n}",
669
669
  "output": "{\n \"Response\": {\n \"RequestId\": \"457e8933-4296-4878-9a7f-fb888559e29e\",\n \"Data\": [\n {\n \"Time\": \"2023-12-31T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-01T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-02T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-03T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-04T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-05T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-06T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-07T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-08T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-09T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-10T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-11T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-12T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-13T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-14T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-15T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-16T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-17T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-18T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-19T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-20T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-21T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-22T16:00:00Z\",\n \"Value\": 0\n },\n {\n \"Time\": \"2024-01-23T16:00:00Z\",\n \"Value\": 0\n }\n ]\n }\n}",
670
670
  "title": "查询指定站点在指定计费大区的内容加速流量"
671
+ },
672
+ {
673
+ "document": "查询指定 zone-id 的内容加速流量计费用量,并按照 zone-id 进行分组,查询时间粒度为天。",
674
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillingData\n<公共请求参数>\n\n{\n \"StartTime\": \"2025-07-01T00:00:00+08:00\",\n \"EndTime\": \"2025-07-02T23:59:59+08:00\",\n \"Interval\": \"day\",\n \"MetricName\": \"acc_flux\",\n \"ZoneIds\": [\n \"zone-2m2gq4dnpmd2\",\n \"zone-30hqppzribht\"\n ],\n \"GroupBy\": [\n \"zone-id\"\n ]\n}",
675
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d2174285-8aac-4cdc-bc06-d81f2f6520da\",\n \"Data\": [\n {\n \"Time\": \"2025-06-30T16:00:00Z\",\n \"Value\": 0,\n \"ZoneId\": \"zone-2m2gq4dnpmd2\"\n },\n {\n \"Time\": \"2025-07-01T16:00:00Z\",\n \"Value\": 2751240612,\n \"ZoneId\": \"zone-2m2gq4dnpmd2\"\n },\n {\n \"Time\": \"2025-06-30T16:00:00Z\",\n \"Value\": 0,\n \"ZoneId\": \"zone-30hqppzribht\"\n },\n {\n \"Time\": \"2025-07-01T16:00:00Z\",\n \"Value\": 68443435,\n \"ZoneId\": \"zone-30hqppzribht\"\n }\n ]\n }\n}",
676
+ "title": "查询指定站点的内容加速流量,并按照站点 ID 分组"
677
+ },
678
+ {
679
+ "document": "查询指定 zone-id 的内容加速流量计费用量,并按照域名进行分组,查询时间粒度为天。",
680
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillingData\n<公共请求参数>\n\n{\n \"StartTime\": \"2025-07-01T00:00:00+08:00\",\n \"EndTime\": \"2025-07-02T23:59:59+08:00\",\n \"Interval\": \"day\",\n \"MetricName\": \"acc_flux\",\n \"ZoneIds\": [\n \"zone-2m2gq4dnpmd2\",\n \"zone-30hqppzribht\"\n ],\n \"GroupBy\": [\n \"host\"\n ]\n}",
681
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d2174285-8aac-4cdc-bc06-d81f2f6520da\",\n \"Data\": [\n {\n \"Host\": \"test1.example.com\",\n \"Time\": \"2025-06-30T16:00:00Z\",\n \"Value\": 1387001003,\n \"ZoneId\": \"zone-2m2gq4dnpmd2\"\n },\n {\n \"Host\": \"test1.example.com\",\n \"Time\": \"2025-07-01T16:00:00Z\",\n \"Value\": 1390529805,\n \"ZoneId\": \"zone-2m2gq4dnpmd2\"\n },\n {\n \"Host\": \"test2.example.com\",\n \"Time\": \"2025-06-30T16:00:00Z\",\n \"Value\": 2879078,\n \"ZoneId\": \"zone-2m2gq4dnpmd2\"\n },\n {\n \"Host\": \"test2.example.com\",\n \"Time\": \"2025-07-01T16:00:00Z\",\n \"Value\": 2889084,\n \"ZoneId\": \"zone-2m2gq4dnpmd2\"\n }\n ]\n }\n}",
682
+ "title": "查询指定站点的内容加速流量,并按照域名分组"
683
+ },
684
+ {
685
+ "document": "查询指定 zone-id 的内容加速流量计费用量,并按照 zone-id 和计费大区进行分组,查询时间粒度为天。",
686
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBillingData\n<公共请求参数>\n\n{\n \"StartTime\": \"2025-07-01T00:00:00+08:00\",\n \"EndTime\": \"2025-07-02T23:59:59+08:00\",\n \"Interval\": \"day\",\n \"MetricName\": \"acc_flux\",\n \"ZoneIds\": [\n \"zone-2m2gq4dnpmd2\",\n \"zone-30hqppzribht\"\n ],\n \"GroupBy\": [\n \"zone-id\",\n \"region-id\"\n ]\n}",
687
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d2174285-8aac-4cdc-bc06-d81f2f6520da\",\n \"Data\": [\n {\n \"RegionId\": \"SA\",\n \"Time\": \"2025-06-30T16:00:00Z\",\n \"Value\": 549591531,\n \"ZoneId\": \"zone-2m2gq4dnpmd2\"\n },\n {\n \"RegionId\": \"SA\",\n \"Time\": \"2025-07-01T16:00:00Z\",\n \"Value\": 549591531,\n \"ZoneId\": \"zone-2m2gq4dnpmd2\"\n },\n {\n \"RegionId\": \"MidEast\",\n \"Time\": \"2025-06-30T16:00:00Z\",\n \"Value\": 549591531,\n \"ZoneId\": \"zone-30hqppzribht\"\n },\n {\n \"RegionId\": \"MidEast\",\n \"Time\": \"2025-07-01T16:00:00Z\",\n \"Value\": 549591531,\n \"ZoneId\": \"zone-30hqppzribht\"\n }\n ]\n }\n}",
688
+ "title": "查询指定站点的内容加速流量,并按照站点 ID 和计费大区分组"
671
689
  }
672
690
  ],
673
691
  "DescribeConfigGroupVersionDetail": [
@@ -486,7 +486,7 @@
486
486
  },
487
487
  "metadata": {
488
488
  "apiVersion": "2019-07-22",
489
- "api_brief": "介绍如何使用API对实时音视频进行操作,如房间管理、通话质量监控等。",
489
+ "api_brief": "本文介绍如何使用 API 对实时音视频进行操作,例如房间管理、通话质量监控等。",
490
490
  "serviceNameCN": "实时音视频",
491
491
  "serviceShortName": "trtc"
492
492
  },
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "TextToVoice": {
18
- "document": "腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。\n腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。\n基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。\n默认接口请求频率限制:\n精品音色和标准音色:默认20并发\n大模型音色:默认20并发\n超自然大模型音色:暂不支持",
18
+ "document": "腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。\n腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。\n基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。\n默认接口请求频率限制:\n精品音色和标准音色:默认20并发\n大模型音色:默认20并发\n超自然大模型音色:暂不支持\n一句话复刻音色:默认10并发",
19
19
  "input": "TextToVoiceRequest",
20
20
  "name": "基础语音合成",
21
21
  "output": "TextToVoiceResponse",
@@ -427,7 +427,7 @@
427
427
  },
428
428
  {
429
429
  "disabled": false,
430
- "document": "音色 ID,包括标准音色、精品音色、大模型音色与基础版复刻音色。不同音色价格有差异,详情请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。\n",
430
+ "document": "音色 ID,包括标准音色、精品音色、大模型音色与基础版复刻音色。不同音色价格有差异,详情请参见[购买指南](https://cloud.tencent.com/document/product/1073/34112)。完整的音色 ID 列表请参见[音色列表](https://cloud.tencent.com/document/product/1073/92668)。<br>若使用一句话版声音复刻,请填入固定值“200000000”。",
431
431
  "example": "0",
432
432
  "member": "int64",
433
433
  "name": "VoiceType",
@@ -436,7 +436,7 @@
436
436
  },
437
437
  {
438
438
  "disabled": false,
439
- "document": "一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。【已废弃】",
439
+ "document": "一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。",
440
440
  "example": "无",
441
441
  "member": "string",
442
442
  "name": "FastVoiceType",
@@ -66,8 +66,8 @@
66
66
  },
67
67
  "metadata": {
68
68
  "apiVersion": "2024-05-23",
69
- "api_brief": "大模型视频创作引擎API,是一款提供视频生成和视频处理能力的API技术服务。包括视频风格化、图片跳舞等多项视频创作能力,基于腾讯混元大模型等一系列领先的人工智能音视频处理技术,支持用户高质量生成视频并处理视频内容。",
70
- "serviceNameCN": "大模型视频创作引擎",
69
+ "api_brief": "是一款提供视频生成和视频处理能力的API技术服务。包括视频风格化、图片跳舞等多项视频创作能力,基于腾讯混元大模型等一系列领先的人工智能音视频处理技术,支持用户高质量生成视频并处理视频内容。",
70
+ "serviceNameCN": "腾讯混元生视频",
71
71
  "serviceShortName": "vclm"
72
72
  },
73
73
  "objects": {
@@ -20289,7 +20289,7 @@
20289
20289
  },
20290
20290
  {
20291
20291
  "disabled": false,
20292
- "document": "操作类型,取值有:<li>Insert:向当前播放列表插入播放节目。</li> <li>InsertTemporary:向当前播放列表临时插入播放节目。只能插入到当前正在播放的节目后面,临时插入的节目只在本次轮播过程生效。</li><li>Delete:删除播放列表中的播放节目。不能删除正在播放的节目。</li>",
20292
+ "document": "操作类型,取值有:<li>Insert:向当前播放列表插入节目。插入的节目在后续轮播过程仍然有效。</li> <li>InsertTemporary:向当前播放列表临时插入节目。临时插入的节目只在本次轮播过程生效。</li><li>Delete:删除播放列表中的节目。不能删除正在播放的节目。</li>",
20293
20293
  "example": "Insert",
20294
20294
  "member": "string",
20295
20295
  "name": "Operation",
@@ -20298,13 +20298,22 @@
20298
20298
  },
20299
20299
  {
20300
20300
  "disabled": false,
20301
- "document": "播单节目 ID。当 Operation 为 Insert 时必填,表示插入的节目列表位于该播放节目之后。插入的位置必须在当前正在播放的节目之后。",
20301
+ "document": "播单节目 ID <li>当 Operation 为 Insert 时,该字段必填,表示插入的节目列表位于该节目之后。</li> <li>当 Operation 为 InsertTemporary 时,该字段选填,不填时表示插入节目到最近的一个插入点上。当该字段填写时,如果同时填写 SegmentIndex,表示节目被插入到 ItemId 对应节目的第 SegmentIndex 分片后面,否则插入到该节目之后。</li> <li>当 Operation 为 Delete 时,该字段必填,表示删除该节目。不能删除正在播放的节目。</li>",
20302
20302
  "example": "58759c60",
20303
20303
  "member": "string",
20304
20304
  "name": "ItemId",
20305
20305
  "required": false,
20306
20306
  "type": "string"
20307
20307
  },
20308
+ {
20309
+ "disabled": false,
20310
+ "document": "M3U8 文件分片的索引号。M3U8 文件第一个分片的 SegmentIndex 为0。当 Operation 为 InsertTemporary 且 ItemId 有值时该参数有效。",
20311
+ "example": "2",
20312
+ "member": "int64",
20313
+ "name": "SegmentIndex",
20314
+ "required": false,
20315
+ "type": "int"
20316
+ },
20308
20317
  {
20309
20318
  "disabled": false,
20310
20319
  "document": "节目列表。当 Operation 为 Insert、InsertTemporary、Delete 时必填,表示要操作的节目列表。列表长度最大为10。",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1353.1
3
+ Version: 3.0.1355.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1353
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1355
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介
@@ -394,7 +394,7 @@ tccli cvm DescribeInstancesStatus --region ap-hongkong --waiter "{'expr':'Instan
394
394
 
395
395
  您可以在配置文件中设置可选子参数的值,例如
396
396
  ```
397
- # 在default.configure文件中,您可以添加如下参数,设置系统超时时间为180诗,睡眠时间为5s
397
+ # 在default.configure文件中,您可以添加如下参数,设置系统超时时间为180s,睡眠时间为5s
398
398
  "waiter": {
399
399
  "interval": 5,
400
400
  "timeout": 180