tccli 3.0.1310.1__py2.py3-none-any.whl → 3.0.1311.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/apm/v20210622/api.json +22 -2
- tccli/services/autoscaling/v20180419/api.json +19 -10
- tccli/services/billing/billing_client.py +867 -125
- tccli/services/billing/v20180709/api.json +1336 -45
- tccli/services/billing/v20180709/examples.json +136 -0
- tccli/services/cynosdb/v20190107/api.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +123 -0
- tccli/services/lighthouse/v20200324/api.json +2 -2
- tccli/services/lke/v20231130/api.json +117 -2
- tccli/services/tag/v20180813/api.json +4 -4
- tccli/services/tcb/v20180608/api.json +20 -0
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +45 -24
- tccli/services/thpc/v20211109/api.json +1 -1
- tccli/services/thpc/v20220401/api.json +1 -1
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tione/v20211111/api.json +159 -4
- tccli/services/tke/v20180525/api.json +10 -10
- tccli/services/trtc/v20190722/api.json +9 -0
- tccli/services/vod/v20180717/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +2 -2
- {tccli-3.0.1310.1.dist-info → tccli-3.0.1311.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1310.1.dist-info → tccli-3.0.1311.1.dist-info}/RECORD +27 -27
- {tccli-3.0.1310.1.dist-info → tccli-3.0.1311.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1310.1.dist-info → tccli-3.0.1311.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1310.1.dist-info → tccli-3.0.1311.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"CreateAllocationRule": [
|
4
|
+
{
|
5
|
+
"document": "",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAllocationRule\n<公共请求参数>\n\n{\n \"RuleList\": {\n \"Name\": \"测试1\",\n \"Type\": \"2\",\n \"RatioDetail\": [\n {\n \"Ratio\": \"25\",\n \"NodeId\": \"6\"\n },\n {\n \"Ratio\": \"25\",\n \"NodeId\": \"7\"\n },\n {\n \"Ratio\": \"25\",\n \"NodeId\": \"8\"\n },\n {\n \"Ratio\": \"25\",\n \"NodeId\": \"9\"\n }\n ],\n \"RuleDetail\": {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"ownerUin\",\n \"Operator\": \"in\",\n \"RuleValue\": [\n \"700000384179\"\n ]\n },\n {\n \"RuleKey\": \"businessCode\",\n \"Operator\": \"in\",\n \"RuleValue\": [\n \"p_cbs\"\n ]\n },\n {\n \"Connectors\": \"or\",\n \"Children\": [\n {\n \"RuleKey\": \"itemCode\",\n \"Operator\": \"in\",\n \"RuleValue\": [\n \"sv_cbs_memspace_premium\",\n \"sv_cdn_cn_flux_package\",\n \"sv_ci_pkg_co_re_10\"\n ]\n }\n ]\n },\n {\n \"RuleKey\": \"projectId\",\n \"Operator\": \"in\",\n \"RuleValue\": [\n \"0\"\n ]\n }\n ]\n }\n }\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"Id\": 33,\n \"RequestId\": \"aab8393d-ceba-44e2-819f-6d4fd0ebf987\"\n }\n}",
|
8
|
+
"title": "创建公摊规则1"
|
9
|
+
}
|
10
|
+
],
|
3
11
|
"CreateAllocationTag": [
|
4
12
|
{
|
5
13
|
"document": "批量设置分账标签",
|
@@ -8,6 +16,42 @@
|
|
8
16
|
"title": "批量设置分账标签"
|
9
17
|
}
|
10
18
|
],
|
19
|
+
"CreateAllocationUnit": [
|
20
|
+
{
|
21
|
+
"document": "",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAllocationUnit\n<公共请求参数>\n\n{\n \"Name\": \"财务部\",\n \"ParentId\": \"1\"\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"Id\": 2,\n \"RequestId\": \"5ac3b178-3434-452e-9a1e-dc8b8089a2d8\"\n }\n}",
|
24
|
+
"title": "创建普通分账单元"
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"document": "",
|
28
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAllocationUnit\n<公共请求参数>\n\n{\n \"ParentId\": \"0\"\n}",
|
29
|
+
"output": "{\n \"Response\": {\n \"Id\": 1,\n \"RequestId\": \"ebe202d2-9746-4c9a-a931-f569651e5894\"\n }\n}",
|
30
|
+
"title": "创建分账目录树根结点"
|
31
|
+
}
|
32
|
+
],
|
33
|
+
"CreateGatherRule": [
|
34
|
+
{
|
35
|
+
"document": "",
|
36
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGatherRule\n<公共请求参数>\n\n{\n \"Id\": \"6\",\n \"RuleList\": {\n \"RuleDetail\": {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"businessCode\",\n \"Operator\": \"in\",\n \"RuleValue\": [\n \"p_cvm\",\n \"p_nat\"\n ]\n }\n ]\n }\n }\n}",
|
37
|
+
"output": "{\n \"Response\": {\n \"Id\": 23,\n \"RequestId\": \"215ccaa8-3b2b-425c-b53b-375df0c491e6\"\n }\n}",
|
38
|
+
"title": "创建归集规则"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"document": "",
|
42
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGatherRule\n<公共请求参数>\n\n{\n \"Id\": \"8\",\n \"RuleList\": {\n \"RuleDetail\": {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"businessCode\",\n \"Operator\": \"in\",\n \"RuleValue\": [\n \"p_cvm\",\n \"p_nat\"\n ]\n },\n {\n \"RuleKey\": \"regionId\",\n \"Operator\": \"in\",\n \"RuleValue\": [\n \"9\",\n \"5\"\n ]\n },\n {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"projectId\",\n \"Operator\": \"not in\",\n \"RuleValue\": [\n \"1270522\"\n ]\n }\n ]\n }\n ]\n }\n }\n}",
|
43
|
+
"output": "{\n \"Response\": {\n \"Id\": 24,\n \"RequestId\": \"4c396774-36bc-4897-a03d-41a18357d63d\"\n }\n}",
|
44
|
+
"title": "创建归集嵌套规则"
|
45
|
+
}
|
46
|
+
],
|
47
|
+
"DeleteAllocationRule": [
|
48
|
+
{
|
49
|
+
"document": "",
|
50
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAllocationRule\n<公共请求参数>\n\n{\n \"RuleId\": \"21\"\n}",
|
51
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e0f48e2a-e884-4ebc-83ee-eb98ff194bfa\"\n }\n}",
|
52
|
+
"title": "公摊规则删除示例"
|
53
|
+
}
|
54
|
+
],
|
11
55
|
"DeleteAllocationTag": [
|
12
56
|
{
|
13
57
|
"document": "批量取消设置分账标签",
|
@@ -16,6 +60,22 @@
|
|
16
60
|
"title": "批量取消设置分账标签"
|
17
61
|
}
|
18
62
|
],
|
63
|
+
"DeleteAllocationUnit": [
|
64
|
+
{
|
65
|
+
"document": "",
|
66
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAllocationUnit\n<公共请求参数>\n\n{\n \"Id\": \"18\"\n}",
|
67
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"169af64e-15a9-49f3-a9df-0b6f0afbe525\"\n }\n}",
|
68
|
+
"title": "删除分账单元"
|
69
|
+
}
|
70
|
+
],
|
71
|
+
"DeleteGatherRule": [
|
72
|
+
{
|
73
|
+
"document": "",
|
74
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteGatherRule\n<公共请求参数>\n\n{\n \"RuleId\": \"18\"\n}",
|
75
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3f217f8c-7fca-489c-872f-f0780ee3b147\"\n }\n}",
|
76
|
+
"title": "删除归集规则示例"
|
77
|
+
}
|
78
|
+
],
|
19
79
|
"DescribeAccountBalance": [
|
20
80
|
{
|
21
81
|
"document": "",
|
@@ -64,6 +124,22 @@
|
|
64
124
|
"title": "DescribeAllocationOverview"
|
65
125
|
}
|
66
126
|
],
|
127
|
+
"DescribeAllocationRuleDetail": [
|
128
|
+
{
|
129
|
+
"document": "",
|
130
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationRuleDetail\n<公共请求参数>\n\n{\n \"Month\": \"202210\",\n \"RuleId\": \"24\"\n}",
|
131
|
+
"output": "{\n \"Response\": {\n \"Id\": 24,\n \"Uin\": \"909619400\",\n \"Name\": \"test_allocation2\",\n \"Type\": 1,\n \"RuleDetail\": {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"businessCode\",\n \"Operator\": \"=\",\n \"RuleValue\": [\n \"p_cvm\"\n ]\n },\n {\n \"RuleKey\": \"regionId\",\n \"Operator\": \"=\",\n \"RuleValue\": [\n \"9\"\n ]\n },\n {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"projectId\",\n \"Operator\": \"=\",\n \"RuleValue\": [\n \"1270522\"\n ]\n }\n ]\n }\n ]\n },\n \"RatioDetail\": [\n {\n \"NodeId\": 6,\n \"Ratio\": 40\n },\n {\n \"NodeId\": 7,\n \"Ratio\": 60\n }\n ],\n \"RequestId\": \"b9fd53c2-d5d3-4f49-8a6d-dd0b2e9c02bf\"\n }\n}",
|
132
|
+
"title": "查询公摊规则详情"
|
133
|
+
}
|
134
|
+
],
|
135
|
+
"DescribeAllocationRuleSummary": [
|
136
|
+
{
|
137
|
+
"document": "",
|
138
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationRuleSummary\n<公共请求参数>\n\n{\n \"Month\": \"2022-11\",\n \"Limit\": \"2\",\n \"Offset\": \"0\"\n}",
|
139
|
+
"output": "{\n \"Response\": {\n \"Total\": 2,\n \"RuleList\": [\n {\n \"RuleId\": 33,\n \"RuleName\": \"测试1\",\n \"Type\": 2,\n \"UpdateTime\": \"2022-10-30 17:26:16\",\n \"AllocationNode\": [\n {\n \"NodeId\": 6,\n \"TreeNodeUniqKeyName\": \"产品一部\"\n },\n {\n \"NodeId\": 7,\n \"TreeNodeUniqKeyName\": \"产品二部\"\n },\n {\n \"NodeId\": 8,\n \"TreeNodeUniqKeyName\": \"产品三部\"\n },\n {\n \"NodeId\": 9,\n \"TreeNodeUniqKeyName\": \"产品四部\"\n }\n ]\n },\n {\n \"RuleId\": 29,\n \"RuleName\": \"test_allocation2\",\n \"Type\": 1,\n \"UpdateTime\": \"2022-10-24 12:05:04\",\n \"AllocationNode\": [\n {\n \"NodeId\": 2,\n \"TreeNodeUniqKeyName\": \"财务部\"\n },\n {\n \"NodeId\": 5,\n \"TreeNodeUniqKeyName\": \"组织部\"\n }\n ]\n }\n ],\n \"RequestId\": \"78933c15-099c-4958-9ca0-8c148bc1da04\"\n }\n}",
|
140
|
+
"title": "查询公摊规则概览"
|
141
|
+
}
|
142
|
+
],
|
67
143
|
"DescribeAllocationSummaryByBusiness": [
|
68
144
|
{
|
69
145
|
"document": "",
|
@@ -88,6 +164,14 @@
|
|
88
164
|
"title": "查询分账账单按资源汇总"
|
89
165
|
}
|
90
166
|
],
|
167
|
+
"DescribeAllocationTree": [
|
168
|
+
{
|
169
|
+
"document": "",
|
170
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationTree\n<公共请求参数>\n\n{\n \"Month\": \"2022-11\"\n}",
|
171
|
+
"output": "{\n \"Response\": {\n \"Id\": 1,\n \"Name\": \"集团\",\n \"TreeNodeUniqKey\": \"909619400-63567fc182c5a\",\n \"Children\": [\n {\n \"Id\": 2,\n \"Name\": \"财务部\",\n \"TreeNodeUniqKey\": \"909619400-63567ffc4a1b3\",\n \"Children\": []\n },\n {\n \"Id\": 4,\n \"Name\": \"产品部\",\n \"TreeNodeUniqKey\": \"909619400-6357486e737c1\",\n \"Children\": [\n {\n \"Id\": 6,\n \"Name\": \"产品一部\",\n \"TreeNodeUniqKey\": \"909619400-6358ee8995950\",\n \"Children\": []\n },\n {\n \"Id\": 7,\n \"Name\": \"产品二部\",\n \"TreeNodeUniqKey\": \"909619400-6358ee8e7ae35\",\n \"Children\": []\n },\n {\n \"Id\": 8,\n \"Name\": \"产品三部\",\n \"TreeNodeUniqKey\": \"909619400-6358ee9354431\",\n \"Children\": []\n },\n {\n \"Id\": 9,\n \"Name\": \"产品四部\",\n \"TreeNodeUniqKey\": \"909619400-6358ee977ff68\",\n \"Children\": []\n },\n {\n \"Id\": 10,\n \"Name\": \"产品五部\",\n \"TreeNodeUniqKey\": \"909619400-6358ee9c73690\",\n \"Children\": []\n }\n ]\n },\n {\n \"Id\": 5,\n \"Name\": \"组织部\",\n \"TreeNodeUniqKey\": \"909619400-6358ee6cb2f8f\",\n \"Children\": []\n }\n ],\n \"RequestId\": \"8e6f00af-4843-481c-9e3a-d61ba53b07ed\"\n }\n}",
|
172
|
+
"title": "查询整颗树"
|
173
|
+
}
|
174
|
+
],
|
91
175
|
"DescribeAllocationTrendByMonth": [
|
92
176
|
{
|
93
177
|
"document": "查询分账报表费用趋势",
|
@@ -96,6 +180,14 @@
|
|
96
180
|
"title": "查询分账报表费用趋势"
|
97
181
|
}
|
98
182
|
],
|
183
|
+
"DescribeAllocationUnitDetail": [
|
184
|
+
{
|
185
|
+
"document": "",
|
186
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationUnitDetail\n<公共请求参数>\n\n{\n \"Id\": \"6\",\n \"Month\": \"2022-10-01\"\n}",
|
187
|
+
"output": "{\n \"Response\": {\n \"Id\": 6,\n \"Uin\": \"909619400\",\n \"Name\": \"产品一部\",\n \"ParentId\": 4,\n \"SourceName\": \"一组\",\n \"SourceId\": \"asd221\",\n \"Remark\": \"备注1\",\n \"TreeNodeUniqKey\": \"909619400-6358ee8995950\",\n \"RuleId\": 23,\n \"RequestId\": \"e93a707c-f31f-417f-a39b-e72380132dbb\"\n }\n}",
|
188
|
+
"title": "查询分账单元详情"
|
189
|
+
}
|
190
|
+
],
|
99
191
|
"DescribeBillAdjustInfo": [
|
100
192
|
{
|
101
193
|
"document": "根据月份获取账单异常调整信息",
|
@@ -350,6 +442,14 @@
|
|
350
442
|
"title": "查询分账账单资源归集汇总"
|
351
443
|
}
|
352
444
|
],
|
445
|
+
"DescribeGatherRuleDetail": [
|
446
|
+
{
|
447
|
+
"document": "",
|
448
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatherRuleDetail\n<公共请求参数>\n\n{\n \"Id\": \"17\",\n \"Month\": \"2022-11\"\n}",
|
449
|
+
"output": "{\n \"Response\": {\n \"Id\": 17,\n \"Uin\": \"909619400\",\n \"UpdateTime\": \"2022-10-21 17:44:22\",\n \"RuleDetail\": {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"businessCode\",\n \"Operator\": \"=\",\n \"RuleValue\": [\n \"p_cvm\"\n ]\n },\n {\n \"RuleKey\": \"regionId\",\n \"Operator\": \"=\",\n \"RuleValue\": [\n \"9\"\n ]\n },\n {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"projectId\",\n \"Operator\": \"=\",\n \"RuleValue\": [\n \"1270522\"\n ]\n }\n ]\n }\n ]\n },\n \"RequestId\": \"fcbfb5c0-9589-4c78-a01b-481ab01cbf76\"\n }\n}",
|
450
|
+
"title": "查询归集规则详情"
|
451
|
+
}
|
452
|
+
],
|
353
453
|
"DescribeSavingPlanResourceInfo": [
|
354
454
|
{
|
355
455
|
"document": "查询名下可共享的sp资源详细",
|
@@ -382,6 +482,42 @@
|
|
382
482
|
"title": "获取代金券使用记录"
|
383
483
|
}
|
384
484
|
],
|
485
|
+
"ModifyAllocationRule": [
|
486
|
+
{
|
487
|
+
"document": "",
|
488
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAllocationRule\n<公共请求参数>\n\n{\n \"Name\": \"test_allocation2\",\n \"RuleDetail\": {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"businessCode\",\n \"Operator\": \"\",\n \"RuleValue\": [\n \"p_cvm\"\n ]\n },\n {\n \"RuleKey\": \"regionId\",\n \"Operator\": \"\",\n \"RuleValue\": [\n \"9\"\n ]\n },\n {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"projectId\",\n \"Operator\": \"\",\n \"RuleValue\": [\n \"1270522\"\n ]\n }\n ]\n }\n ]\n },\n \"Type\": \"1\",\n \"RatioDetail\": [\n {\n \"Ratio\": \"40\",\n \"NodeId\": \"13\"\n },\n {\n \"Ratio\": \"60\",\n \"NodeId\": \"14\"\n }\n ],\n \"RuleId\": \"24\"\n}",
|
489
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"297a49ab-623b-4b3f-bd3a-1309cae4f76b\"\n }\n}",
|
490
|
+
"title": "编辑公摊规则"
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"document": "",
|
494
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAllocationRule\n<公共请求参数>\n\n{\n \"Name\": \"test_allocation1\",\n \"RuleDetail\": {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"businessCode\",\n \"Operator\": \"\",\n \"RuleValue\": [\n \"p_nat\"\n ]\n }\n ]\n },\n \"Type\": \"2\",\n \"RatioDetail\": [\n {\n \"Ratio\": \"50\",\n \"NodeId\": \"13\"\n },\n {\n \"Ratio\": \"50\",\n \"NodeId\": \"14\"\n }\n ],\n \"RuleId\": \"22\"\n}",
|
495
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"937c1611-0e37-4a9d-8e01-f4854937a555\"\n }\n}",
|
496
|
+
"title": "编辑公摊规则示例"
|
497
|
+
}
|
498
|
+
],
|
499
|
+
"ModifyAllocationUnit": [
|
500
|
+
{
|
501
|
+
"document": "",
|
502
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAllocationUnit\n<公共请求参数>\n\n{\n \"SourceName\": \"五部一组\",\n \"SourceId\": \"asd123\",\n \"Remark\": \"分账\",\n \"Name\": \"产品五部\",\n \"Id\": \"13\"\n}",
|
503
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0dbb9b55-2d4f-4178-9898-f6757b174117\"\n }\n}",
|
504
|
+
"title": "编辑分账单元信息"
|
505
|
+
}
|
506
|
+
],
|
507
|
+
"ModifyGatherRule": [
|
508
|
+
{
|
509
|
+
"document": "",
|
510
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGatherRule\n<公共请求参数>\n\n{\n \"Id\": \"23\",\n \"RuleDetail\": {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"businessCode\",\n \"Operator\": \"not in\",\n \"RuleValue\": [\n \"p_cvm\",\n \"p_nat\"\n ]\n }\n ]\n }\n}",
|
511
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"73c8c569-7791-4b2d-bc40-f3c18c5f40d2\"\n }\n}",
|
512
|
+
"title": "编辑归集规则"
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"document": "",
|
516
|
+
"input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGatherRule\n<公共请求参数>\n\n{\n \"Id\": \"24\",\n \"RuleDetail\": {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"businessCode\",\n \"Operator\": \"in\",\n \"RuleValue\": [\n \"p_cvm\",\n \"p_nat\"\n ]\n },\n {\n \"RuleKey\": \"regionId\",\n \"Operator\": \"in\",\n \"RuleValue\": [\n \"9\",\n \"5\"\n ]\n },\n {\n \"Connectors\": \"and\",\n \"Children\": [\n {\n \"RuleKey\": \"projectId\",\n \"Operator\": \"not in\",\n \"RuleValue\": [\n \"1270522\"\n ]\n }\n ]\n }\n ]\n }\n}",
|
517
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"901c2178-fa8d-4878-8680-952ea3788a59\"\n }\n}",
|
518
|
+
"title": "编辑归集规则1"
|
519
|
+
}
|
520
|
+
],
|
385
521
|
"PayDeals": [
|
386
522
|
{
|
387
523
|
"document": "",
|
@@ -3360,7 +3360,7 @@
|
|
3360
3360
|
{
|
3361
3361
|
"disabled": false,
|
3362
3362
|
"document": "流程ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3363
|
-
"example": "
|
3363
|
+
"example": "147187",
|
3364
3364
|
"member": "int64",
|
3365
3365
|
"name": "FlowId",
|
3366
3366
|
"output_required": false,
|
@@ -3370,7 +3370,7 @@
|
|
3370
3370
|
{
|
3371
3371
|
"disabled": false,
|
3372
3372
|
"document": "任务id\n注意:此字段可能返回 null,表示取不到有效值。",
|
3373
|
-
"example": "
|
3373
|
+
"example": "149284",
|
3374
3374
|
"member": "int64",
|
3375
3375
|
"name": "TaskId",
|
3376
3376
|
"output_required": false,
|
@@ -196,6 +196,57 @@
|
|
196
196
|
],
|
197
197
|
"type": "object"
|
198
198
|
},
|
199
|
+
"Approximate": {
|
200
|
+
"document": "用户位置信息",
|
201
|
+
"members": [
|
202
|
+
{
|
203
|
+
"disabled": false,
|
204
|
+
"document": "表示 ISO 国家代码",
|
205
|
+
"example": "CN",
|
206
|
+
"member": "string",
|
207
|
+
"name": "Country",
|
208
|
+
"required": false,
|
209
|
+
"type": "string"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"disabled": false,
|
213
|
+
"document": "表示城市名称",
|
214
|
+
"example": "深圳",
|
215
|
+
"member": "string",
|
216
|
+
"name": "City",
|
217
|
+
"required": false,
|
218
|
+
"type": "string"
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"disabled": false,
|
222
|
+
"document": "表示区域名称",
|
223
|
+
"example": "南山区",
|
224
|
+
"member": "string",
|
225
|
+
"name": "Region",
|
226
|
+
"required": false,
|
227
|
+
"type": "string"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"disabled": false,
|
231
|
+
"document": "表示IANA时区",
|
232
|
+
"example": "Asia/Shanghai",
|
233
|
+
"member": "string",
|
234
|
+
"name": "Timezone",
|
235
|
+
"required": false,
|
236
|
+
"type": "string"
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"disabled": false,
|
240
|
+
"document": "表示详细地址",
|
241
|
+
"example": "深圳市南山区海天二路33号腾讯滨海大厦",
|
242
|
+
"member": "string",
|
243
|
+
"name": "Address",
|
244
|
+
"required": false,
|
245
|
+
"type": "string"
|
246
|
+
}
|
247
|
+
],
|
248
|
+
"usage": "in"
|
249
|
+
},
|
199
250
|
"Character": {
|
200
251
|
"document": "人物描述",
|
201
252
|
"members": [
|
@@ -406,6 +457,15 @@
|
|
406
457
|
"name": "EnableDeepRead",
|
407
458
|
"required": false,
|
408
459
|
"type": "bool"
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"disabled": false,
|
463
|
+
"document": "知识注入相关的参数信息",
|
464
|
+
"example": "无",
|
465
|
+
"member": "WebSearchOptions",
|
466
|
+
"name": "WebSearchOptions",
|
467
|
+
"required": false,
|
468
|
+
"type": "object"
|
409
469
|
}
|
410
470
|
],
|
411
471
|
"type": "object"
|
@@ -2224,6 +2284,21 @@
|
|
2224
2284
|
],
|
2225
2285
|
"usage": "both"
|
2226
2286
|
},
|
2287
|
+
"Knowledge": {
|
2288
|
+
"document": "外部知识",
|
2289
|
+
"members": [
|
2290
|
+
{
|
2291
|
+
"disabled": false,
|
2292
|
+
"document": "表示具体的知识信息文本",
|
2293
|
+
"example": "暴雨+雷暴+8级大风!深圳将迎强对流天气!",
|
2294
|
+
"member": "string",
|
2295
|
+
"name": "Text",
|
2296
|
+
"required": false,
|
2297
|
+
"type": "string"
|
2298
|
+
}
|
2299
|
+
],
|
2300
|
+
"usage": "in"
|
2301
|
+
},
|
2227
2302
|
"LogoParam": {
|
2228
2303
|
"document": "logo参数",
|
2229
2304
|
"members": [
|
@@ -4118,6 +4193,54 @@
|
|
4118
4193
|
}
|
4119
4194
|
],
|
4120
4195
|
"usage": "out"
|
4196
|
+
},
|
4197
|
+
"UserLocation": {
|
4198
|
+
"document": "用户位置详细信息",
|
4199
|
+
"members": [
|
4200
|
+
{
|
4201
|
+
"disabled": false,
|
4202
|
+
"document": "表示位置类型",
|
4203
|
+
"example": "approximate",
|
4204
|
+
"member": "string",
|
4205
|
+
"name": "Type",
|
4206
|
+
"required": false,
|
4207
|
+
"type": "string"
|
4208
|
+
},
|
4209
|
+
{
|
4210
|
+
"disabled": false,
|
4211
|
+
"document": "用户近似位置的详细信息",
|
4212
|
+
"example": "无",
|
4213
|
+
"member": "Approximate",
|
4214
|
+
"name": "Approximate",
|
4215
|
+
"required": false,
|
4216
|
+
"type": "object"
|
4217
|
+
}
|
4218
|
+
],
|
4219
|
+
"usage": "in"
|
4220
|
+
},
|
4221
|
+
"WebSearchOptions": {
|
4222
|
+
"document": "知识注入相关的参数信息",
|
4223
|
+
"members": [
|
4224
|
+
{
|
4225
|
+
"disabled": false,
|
4226
|
+
"document": "表示用户注入的知识信息",
|
4227
|
+
"example": "无",
|
4228
|
+
"member": "Knowledge",
|
4229
|
+
"name": "Knowledge",
|
4230
|
+
"required": false,
|
4231
|
+
"type": "list"
|
4232
|
+
},
|
4233
|
+
{
|
4234
|
+
"disabled": false,
|
4235
|
+
"document": "用户位置详细信息",
|
4236
|
+
"example": "无",
|
4237
|
+
"member": "UserLocation",
|
4238
|
+
"name": "UserLocation",
|
4239
|
+
"required": false,
|
4240
|
+
"type": "object"
|
4241
|
+
}
|
4242
|
+
],
|
4243
|
+
"usage": "in"
|
4121
4244
|
}
|
4122
4245
|
},
|
4123
4246
|
"version": "1.0"
|
@@ -680,7 +680,7 @@
|
|
680
680
|
"status": "online"
|
681
681
|
},
|
682
682
|
"ResizeDisks": {
|
683
|
-
"document": "本接口(ResizeDisks)
|
683
|
+
"document": "本接口(ResizeDisks)用于扩容云硬盘。该操作目前仅支持云硬盘类型为数据盘且状态处于ATTACHED(已挂载)或 UNATTACHED(待挂载)的云硬盘。",
|
684
684
|
"input": "ResizeDisksRequest",
|
685
685
|
"name": "扩容云硬盘",
|
686
686
|
"output": "ResizeDisksResponse",
|
@@ -3207,7 +3207,7 @@
|
|
3207
3207
|
},
|
3208
3208
|
{
|
3209
3209
|
"disabled": false,
|
3210
|
-
"document": "过滤器列表。\ndisk-id\n按照【云硬盘 ID】进行过滤。\n类型:String\n必选:否\ninstance-id\n按照【实例ID】进行过滤。\n类型:String\n必选:否\ndisk-name\n按照【云硬盘名称】进行过滤。\n类型:String\n必选:否\nzone\n按照【可用区】进行过滤。\n类型:String\n必选:否\ndisk-usage\n按照【云硬盘类型】进行过滤。\n类型:String\n必选:否\n取值:SYSTEM_DISK
|
3210
|
+
"document": "过滤器列表。\ndisk-id\n按照【云硬盘 ID】进行过滤。\n类型:String\n必选:否\ninstance-id\n按照【实例ID】进行过滤。\n类型:String\n必选:否\ndisk-name\n按照【云硬盘名称】进行过滤。\n类型:String\n必选:否\nzone\n按照【可用区】进行过滤。\n类型:String\n必选:否\ndisk-usage\n按照【云硬盘类型】进行过滤。\n类型:String\n必选:否\n取值:SYSTEM_DISK(系统盘)或 DATA_DISK(数据盘)\ndisk-state\n按照【云硬盘状态】进行过滤。\n类型:String\n必选:否\n取值:参考数据结构[Disk](https://cloud.tencent.com/document/api/1207/47576#Disk)中DiskState取值。\n每次请求的 Filters 的上限为 10,Filter.Values 的上限为 100。参数不支持同时指定 DiskIds 和 Filters。",
|
3211
3211
|
"example": "无",
|
3212
3212
|
"member": "Filter",
|
3213
3213
|
"name": "Filters",
|
@@ -1616,6 +1616,16 @@
|
|
1616
1616
|
"output_required": false,
|
1617
1617
|
"type": "string",
|
1618
1618
|
"value_allowed_null": true
|
1619
|
+
},
|
1620
|
+
{
|
1621
|
+
"disabled": false,
|
1622
|
+
"document": "标签值总数",
|
1623
|
+
"example": "无",
|
1624
|
+
"member": "string",
|
1625
|
+
"name": "LabelTotalCount",
|
1626
|
+
"output_required": false,
|
1627
|
+
"type": "string",
|
1628
|
+
"value_allowed_null": false
|
1619
1629
|
}
|
1620
1630
|
],
|
1621
1631
|
"usage": "out"
|
@@ -3677,6 +3687,15 @@
|
|
3677
3687
|
"name": "LastLabelBizId",
|
3678
3688
|
"required": false,
|
3679
3689
|
"type": "string"
|
3690
|
+
},
|
3691
|
+
{
|
3692
|
+
"disabled": false,
|
3693
|
+
"document": "查询范围 all(或者传空):标准词和相似词 standard:标准词 similar:相似词",
|
3694
|
+
"example": "无",
|
3695
|
+
"member": "string",
|
3696
|
+
"name": "QueryScope",
|
3697
|
+
"required": false,
|
3698
|
+
"type": "string"
|
3680
3699
|
}
|
3681
3700
|
],
|
3682
3701
|
"type": "object"
|
@@ -4410,6 +4429,26 @@
|
|
4410
4429
|
"type": "string",
|
4411
4430
|
"value_allowed_null": false
|
4412
4431
|
},
|
4432
|
+
{
|
4433
|
+
"disabled": false,
|
4434
|
+
"document": "文档的用户自定义ID",
|
4435
|
+
"example": "无",
|
4436
|
+
"member": "string",
|
4437
|
+
"name": "CustomerKnowledgeId",
|
4438
|
+
"output_required": false,
|
4439
|
+
"type": "string",
|
4440
|
+
"value_allowed_null": false
|
4441
|
+
},
|
4442
|
+
{
|
4443
|
+
"disabled": false,
|
4444
|
+
"document": "文档的属性标记,0: 不做用户外部权限校验",
|
4445
|
+
"example": "无",
|
4446
|
+
"member": "uint64",
|
4447
|
+
"name": "AttributeFlags",
|
4448
|
+
"output_required": false,
|
4449
|
+
"type": "list",
|
4450
|
+
"value_allowed_null": false
|
4451
|
+
},
|
4413
4452
|
{
|
4414
4453
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4415
4454
|
"member": "string",
|
@@ -8776,6 +8815,15 @@
|
|
8776
8815
|
"name": "Query",
|
8777
8816
|
"required": false,
|
8778
8817
|
"type": "string"
|
8818
|
+
},
|
8819
|
+
{
|
8820
|
+
"disabled": false,
|
8821
|
+
"document": "每个属性同步拉取的标签值数量",
|
8822
|
+
"example": "无",
|
8823
|
+
"member": "uint64",
|
8824
|
+
"name": "LabelSize",
|
8825
|
+
"required": false,
|
8826
|
+
"type": "int"
|
8779
8827
|
}
|
8780
8828
|
],
|
8781
8829
|
"type": "object"
|
@@ -9171,6 +9219,26 @@
|
|
9171
9219
|
"output_required": false,
|
9172
9220
|
"type": "string",
|
9173
9221
|
"value_allowed_null": false
|
9222
|
+
},
|
9223
|
+
{
|
9224
|
+
"disabled": false,
|
9225
|
+
"document": "文档的用户自定义ID",
|
9226
|
+
"example": "无",
|
9227
|
+
"member": "string",
|
9228
|
+
"name": "CustomerKnowledgeId",
|
9229
|
+
"output_required": false,
|
9230
|
+
"type": "string",
|
9231
|
+
"value_allowed_null": false
|
9232
|
+
},
|
9233
|
+
{
|
9234
|
+
"disabled": false,
|
9235
|
+
"document": "文档的属性标记,0: 不做用户外部权限校验",
|
9236
|
+
"example": "无",
|
9237
|
+
"member": "uint64",
|
9238
|
+
"name": "AttributeFlags",
|
9239
|
+
"output_required": false,
|
9240
|
+
"type": "list",
|
9241
|
+
"value_allowed_null": false
|
9174
9242
|
}
|
9175
9243
|
],
|
9176
9244
|
"usage": "out"
|
@@ -10990,6 +11058,17 @@
|
|
10990
11058
|
"required": false,
|
10991
11059
|
"type": "int",
|
10992
11060
|
"value_allowed_null": false
|
11061
|
+
},
|
11062
|
+
{
|
11063
|
+
"disabled": false,
|
11064
|
+
"document": "是否专属并发模型",
|
11065
|
+
"example": "无",
|
11066
|
+
"member": "bool",
|
11067
|
+
"name": "IsExclusive",
|
11068
|
+
"output_required": false,
|
11069
|
+
"required": false,
|
11070
|
+
"type": "bool",
|
11071
|
+
"value_allowed_null": false
|
10993
11072
|
}
|
10994
11073
|
],
|
10995
11074
|
"usage": "both"
|
@@ -11425,6 +11504,24 @@
|
|
11425
11504
|
"name": "CateBizId",
|
11426
11505
|
"required": false,
|
11427
11506
|
"type": "string"
|
11507
|
+
},
|
11508
|
+
{
|
11509
|
+
"disabled": false,
|
11510
|
+
"document": "文档的用户自定义ID",
|
11511
|
+
"example": "无",
|
11512
|
+
"member": "string",
|
11513
|
+
"name": "CustomerKnowledgeId",
|
11514
|
+
"required": false,
|
11515
|
+
"type": "string"
|
11516
|
+
},
|
11517
|
+
{
|
11518
|
+
"disabled": false,
|
11519
|
+
"document": "文档的属性标记,0: 不做用户外部权限校验",
|
11520
|
+
"example": "无",
|
11521
|
+
"member": "uint64",
|
11522
|
+
"name": "AttributeFlags",
|
11523
|
+
"required": false,
|
11524
|
+
"type": "list"
|
11428
11525
|
}
|
11429
11526
|
],
|
11430
11527
|
"type": "object"
|
@@ -13861,8 +13958,8 @@
|
|
13861
13958
|
},
|
13862
13959
|
{
|
13863
13960
|
"disabled": false,
|
13864
|
-
"document": "
|
13865
|
-
"example": "md
|
13961
|
+
"document": "文档支持下面类型\npdf、doc、docx、ppt、mhtml、pptx、wps、ppsx,单个文件不超过200MB;\nxlsx、xls、md、txt、csv、html,单个文件不超过20MB;\n\n图片支持下面类型:\njpg、png、jpeg、tiff、bmp、gif,单个文件不超过50MB",
|
13962
|
+
"example": "md",
|
13866
13963
|
"member": "string",
|
13867
13964
|
"name": "FileType",
|
13868
13965
|
"required": true,
|
@@ -13993,6 +14090,24 @@
|
|
13993
14090
|
"name": "CateBizId",
|
13994
14091
|
"required": false,
|
13995
14092
|
"type": "string"
|
14093
|
+
},
|
14094
|
+
{
|
14095
|
+
"disabled": false,
|
14096
|
+
"document": "文档的用户自定义ID",
|
14097
|
+
"example": "无",
|
14098
|
+
"member": "string",
|
14099
|
+
"name": "CustomerKnowledgeId",
|
14100
|
+
"required": false,
|
14101
|
+
"type": "string"
|
14102
|
+
},
|
14103
|
+
{
|
14104
|
+
"disabled": false,
|
14105
|
+
"document": "文档的属性标记,0: 不做用户外部权限校验",
|
14106
|
+
"example": "无",
|
14107
|
+
"member": "uint64",
|
14108
|
+
"name": "AttributeFlags",
|
14109
|
+
"required": false,
|
14110
|
+
"type": "list"
|
13996
14111
|
}
|
13997
14112
|
],
|
13998
14113
|
"type": "object"
|
@@ -675,7 +675,7 @@
|
|
675
675
|
},
|
676
676
|
{
|
677
677
|
"disabled": false,
|
678
|
-
"document": "资源所在地域,示例:ap-guangzhou
|
678
|
+
"document": "资源所在地域,示例:ap-guangzhou,不区分地域的资源该字段传空字符串,区分地域的资源必填",
|
679
679
|
"example": "ap-beijing",
|
680
680
|
"member": "string",
|
681
681
|
"name": "ResourceRegion",
|
@@ -796,7 +796,7 @@
|
|
796
796
|
},
|
797
797
|
{
|
798
798
|
"disabled": false,
|
799
|
-
"document": "资源所在地域,示例:ap-guangzhou
|
799
|
+
"document": "资源所在地域,示例:ap-guangzhou, 不区分地域的资源该字段传空字符串,区分地域的资源必填",
|
800
800
|
"example": "ap-guangzhou",
|
801
801
|
"member": "string",
|
802
802
|
"name": "ResourceRegion",
|
@@ -2329,7 +2329,7 @@
|
|
2329
2329
|
},
|
2330
2330
|
{
|
2331
2331
|
"disabled": false,
|
2332
|
-
"document": "需要增加或修改的标签集合。如果Resource描述的资源未关联输入的标签键,则增加关联;若已关联,则将该资源关联的键对应的标签值修改为输入值。本接口中ReplaceTags和DeleteTags
|
2332
|
+
"document": "需要增加或修改的标签集合。如果Resource描述的资源未关联输入的标签键,则增加关联;若已关联,则将该资源关联的键对应的标签值修改为输入值。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。标签数量不超过10个。",
|
2333
2333
|
"example": "无",
|
2334
2334
|
"member": "Tag",
|
2335
2335
|
"name": "ReplaceTags",
|
@@ -2338,7 +2338,7 @@
|
|
2338
2338
|
},
|
2339
2339
|
{
|
2340
2340
|
"disabled": false,
|
2341
|
-
"document": "需要解关联的标签集合。本接口中ReplaceTags和DeleteTags
|
2341
|
+
"document": "需要解关联的标签集合。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。标签数量不超过10个。",
|
2342
2342
|
"example": "无",
|
2343
2343
|
"member": "TagKeyObject",
|
2344
2344
|
"name": "DeleteTags",
|