tccli 3.0.1388.1__py2.py3-none-any.whl → 3.0.1390.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/ai3d/ai3d_client.py +106 -0
- tccli/services/ai3d/v20250513/api.json +172 -0
- tccli/services/ai3d/v20250513/examples.json +16 -0
- tccli/services/batch/v20170312/api.json +3 -3
- tccli/services/batch/v20170312/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +8 -8
- tccli/services/bi/v20220105/examples.json +4 -4
- tccli/services/cam/v20190116/api.json +11 -1
- tccli/services/ccc/v20200210/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +40 -2
- tccli/services/cdc/v20201214/api.json +1 -1
- tccli/services/cdc/v20201214/examples.json +2 -2
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cdz/v20221123/api.json +1 -1
- tccli/services/chc/v20230418/api.json +69 -1
- tccli/services/ckafka/v20190819/api.json +141 -124
- tccli/services/ckafka/v20190819/examples.json +8 -8
- tccli/services/cloudapp/cloudapp_client.py +53 -0
- tccli/services/cloudapp/v20220530/api.json +68 -0
- tccli/services/cloudapp/v20220530/examples.json +14 -0
- tccli/services/cls/cls_client.py +167 -8
- tccli/services/cls/v20201016/api.json +373 -6
- tccli/services/cls/v20201016/examples.json +25 -1
- tccli/services/ctem/v20231128/api.json +40 -0
- tccli/services/dc/v20180410/api.json +26 -6
- tccli/services/dts/v20211206/api.json +21 -21
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/emr/v20190103/api.json +172 -11
- tccli/services/es/v20180416/api.json +4 -4
- tccli/services/es/v20250101/api.json +218 -13
- tccli/services/ess/v20201111/api.json +175 -5
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +21 -3
- tccli/services/gme/gme_client.py +509 -32
- tccli/services/gme/v20180711/api.json +1179 -53
- tccli/services/gme/v20180711/examples.json +72 -0
- tccli/services/hunyuan/v20230901/api.json +18 -0
- tccli/services/igtm/v20231024/api.json +3 -3
- tccli/services/ioa/v20220601/api.json +44 -8
- tccli/services/ioa/v20220601/examples.json +4 -4
- tccli/services/iotexplorer/iotexplorer_client.py +432 -8
- tccli/services/iotexplorer/v20190423/api.json +990 -36
- tccli/services/iotexplorer/v20190423/examples.json +65 -1
- tccli/services/lighthouse/lighthouse_client.py +53 -0
- tccli/services/lighthouse/v20200324/api.json +246 -35
- tccli/services/lighthouse/v20200324/examples.json +8 -0
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +18 -0
- tccli/services/lowcode/lowcode_client.py +163 -4
- tccli/services/lowcode/v20210108/api.json +1373 -96
- tccli/services/lowcode/v20210108/examples.json +24 -0
- tccli/services/mps/v20190612/api.json +804 -47
- tccli/services/mqtt/v20240516/api.json +89 -0
- tccli/services/ocr/ocr_client.py +114 -8
- tccli/services/ocr/v20181119/api.json +225 -0
- tccli/services/ocr/v20181119/examples.json +28 -0
- tccli/services/sqlserver/v20180328/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +51 -0
- tccli/services/tdai/__init__.py +4 -0
- tccli/services/tdai/tdai_client.py +1108 -0
- tccli/services/tdai/v20250717/api.json +1930 -0
- tccli/services/tdai/v20250717/examples.json +149 -0
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +111 -3
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/thpc/v20230321/api.json +1 -1
- tccli/services/thpc/v20230321/examples.json +2 -2
- tccli/services/tione/v20211111/api.json +9 -9
- tccli/services/tmt/v20180321/api.json +3 -3
- tccli/services/tsf/v20180326/api.json +2 -2
- tccli/services/tts/v20190823/api.json +11 -11
- tccli/services/vpc/v20170312/api.json +37 -7
- tccli/services/vpc/v20170312/examples.json +7 -7
- tccli/services/vtc/v20240223/api.json +3 -1
- tccli/services/vtc/v20240223/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +6 -6
- tccli/services/wsa/v20250508/api.json +2 -2
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/RECORD +85 -81
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,149 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"ContinueAgentWork": [
|
4
|
+
{
|
5
|
+
"document": "",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ContinueAgentWork\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-efbt5y3h\",\n \"AgentTaskType\": \"sql_precheck\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a070f1a2-7538-5318-c843-6b47607aa78c\"\n }\n}",
|
8
|
+
"title": "重启智能体实例的值守任务"
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"CreateAgentInstance": [
|
12
|
+
{
|
13
|
+
"document": "",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAgentInstance\n<公共请求参数>\n\n{\n \"AgentId\": \"agt-xpcn2t3e\",\n \"AgentVersion\": \"v1.0.0.0\",\n \"InstanceName\": \"agentins-efbt5y3h\",\n \"Parameters\": [\n {\n \"Key\": \"git_branch\",\n \"Value\": \"master\",\n \"ValueType\": \"string\"\n }\n ]\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"InstanceId\": \"agentins-efbt5y3h\",\n \"InstanceName\": \"agentins-efbt5y3h\"\n }\n}",
|
16
|
+
"title": "创建智能体实例"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"CreateChatCompletion": [
|
20
|
+
{
|
21
|
+
"document": "",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateChatCompletion\n<公共请求参数>\n\n{}",
|
23
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"58e4fd58-6d47-5418-17ab-ce5bab7e5318\"\n }\n}",
|
24
|
+
"title": "创建会话示例"
|
25
|
+
}
|
26
|
+
],
|
27
|
+
"DescribeAgentDutyTaskDetail": [
|
28
|
+
{
|
29
|
+
"document": "用于查询智能体后台值守任务详情",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeChats\n<公共请求参数>\n\n{}",
|
31
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4744e0fa-7827-4ae6-8eda-f5de924e1adb\"\n }\n}",
|
32
|
+
"title": "查询值守任务详情"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"DescribeAgentDutyTasks": [
|
36
|
+
{
|
37
|
+
"document": "查询智能体的值守任务列表",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeChats\n<公共请求参数>\n\n{}",
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4744e0fa-7827-4ae6-8eda-f5de924e1adb\",\n \"TotalCount\": 0\n }\n}",
|
40
|
+
"title": "查询智能体值守任务列表"
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"DescribeAgentInstance": [
|
44
|
+
{
|
45
|
+
"document": "",
|
46
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-efbt5y3h\"\n}",
|
47
|
+
"output": "{\n \"Response\": {\n \"AgentInstance\": {\n \"InstanceId\": \"agentins-efbt5y3h\",\n \"InstanceName\": \"agentins-efbt5y3h\",\n \"AgentId\": \"agt-xpcn2t3e\",\n \"AgentName\": \"sqlAgent测试\",\n \"AgentInternalName\": \"aid\",\n \"AgentType\": \"chat\",\n \"AgentVersion\": \"v1.0.0\",\n \"Status\": \"running\",\n \"Parameters\": [\n {\n \"Key\": \"git_branch\",\n \"Value\": \"master\",\n \"ValueType\": \"string\"\n }\n ],\n \"CreateTime\": \"2025-07-15 16:06:10\",\n \"UpdateTime\": \"2025-07-15 16:06:10\"\n },\n \"RequestId\": \"a070f1a2-7538-5318-c843-6b47607aa78c\"\n }\n}",
|
48
|
+
"title": "查询智能体实例详情"
|
49
|
+
}
|
50
|
+
],
|
51
|
+
"DescribeAgentInstances": [
|
52
|
+
{
|
53
|
+
"document": "",
|
54
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentInstances\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-efbt5y3h\",\n \"InstanceName\": \"agentins-efbt5y3h\",\n \"AgentId\": \"agt-xpcn2t3e\",\n \"AgentName\": \"sqlAgent测试\",\n \"AgentInternalName\": \"aid\",\n \"Status\": \"running\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"InstanceId\": \"agentins-efbt5y3h\",\n \"InstanceName\": \"agentins-efbt5y3h\",\n \"AgentId\": \"agt-xpcn2t3e\",\n \"AgentName\": \"sqlAgent测试\",\n \"AgentInternalName\": \"aid\",\n \"AgentType\": \"chat\",\n \"AgentVersion\": \"v1.0.0\",\n \"Status\": \"running\",\n \"Parameters\": [\n {\n \"Key\": \"git_branch\",\n \"Value\": \"master\",\n \"ValueType\": \"string\"\n }\n ],\n \"CreateTime\": \"2025-07-15 16:06:10\",\n \"UpdateTime\": \"2025-07-15 16:06:10\"\n }\n ],\n \"RequestId\": \"a070f1a2-7538-5318-c843-6b47607aa78c\",\n \"TotalCount\": 1\n }\n}",
|
56
|
+
"title": "查询智能体实例列表"
|
57
|
+
}
|
58
|
+
],
|
59
|
+
"DescribeAgents": [
|
60
|
+
{
|
61
|
+
"document": "",
|
62
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgents\n<公共请求参数>\n\n{\n \"AgentId\": \"agt-xpcn2t3e\",\n \"AgentName\": \"sqlAgent测试\",\n \"AgentInternalName\": \"aid\",\n \"AgentStatus\": \"normal\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
63
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"AgentId\": \"agt-xpcn2t3e\",\n \"AgentName\": \"sqlAgent测试\",\n \"AgentInternalName\": \"aid\",\n \"AgentStatus\": \"normal\",\n \"DefaultVersion\": \"v1.0.0\",\n \"AgentType\": \"chat\",\n \"Description\": \"风险SQL治理Agent\",\n \"Creator\": \"calvinliao\",\n \"CreateTime\": \"2025-05-27 20:43:51\",\n \"Updater\": \"calvinliao\",\n \"UpdateTime\": \"2025-05-27 20:44:17\"\n }\n ],\n \"RequestId\": \"d8007300-6b36-5418-f3aa-257d7b263031\",\n \"TotalCount\": 1\n }\n}",
|
64
|
+
"title": "查询智能体列表"
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"DescribeChatDetail": [
|
68
|
+
{
|
69
|
+
"document": "查询智能体会话详情",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeChatDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-rdz3f7ld\"\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"AppId\": 260028736,\n \"ChatId\": \"\",\n \"InstanceId\": \"agentins-rdz3f7ld\",\n \"LastStreamingTokenId\": 0,\n \"OwnerUin\": \"700001866478\",\n \"RequestId\": \"dbff2eb8-a957-480d-bc0b-6ce4b494338e\",\n \"StreamingCount\": 0,\n \"Streamings\": [],\n \"Uin\": \"700002010069\"\n }\n}",
|
72
|
+
"title": "查询智能体会话详情"
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"DescribeChats": [
|
76
|
+
{
|
77
|
+
"document": "查询智能体历史会话列表",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeChats\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-fq9vp1md\"\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"Chats\": [],\n \"RequestId\": \"4744e0fa-7827-4ae6-8eda-f5de924e1adb\",\n \"TotalCount\": 0\n }\n}",
|
80
|
+
"title": "查询智能体历史会话列表"
|
81
|
+
}
|
82
|
+
],
|
83
|
+
"DescribeReportUrl": [
|
84
|
+
{
|
85
|
+
"document": "",
|
86
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeChats\n<公共请求参数>\n\n{}",
|
87
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4744e0fa-7827-4ae6-8eda-f5de924e1adb\",\n \"DownloadUrl\": \"https://url.download.cn/you/report\"\n }\n}",
|
88
|
+
"title": "某个子步骤的结果作为报告输出"
|
89
|
+
}
|
90
|
+
],
|
91
|
+
"IsolateAgentInstance": [
|
92
|
+
{
|
93
|
+
"document": "",
|
94
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: IsolateAgentInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-efbt5y3h\"\n}",
|
95
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a070f1a2-7538-5318-c843-6b47607aa78c\"\n }\n}",
|
96
|
+
"title": "隔离智能体实例"
|
97
|
+
}
|
98
|
+
],
|
99
|
+
"ModifyAgentInstanceParameters": [
|
100
|
+
{
|
101
|
+
"document": "",
|
102
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAgentInstanceParameters\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-551mli9x\",\n \"SqlAgentParameter\": {\n \"InstanceInfos\": [\n {\n \"Region\": \"ap-chengdu\",\n \"InstanceId\": \"cdb-jgmilzl8\",\n \"DatabaseName\": \"\",\n \"TableName\": \"\"\n }\n ],\n \"CodeRepo\": {\n \"RepoUrl\": \"git@git.woa.com:calvinliao/test-sql-agent.git\",\n \"Branch\": \"master\",\n \"GitCommitPipelines\": [\n \"bdbe54afaa7e60b11cd87682bd9ab59c92a489ac\"\n ],\n \"GitORMType\": \"goframe\"\n }\n }\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a070f1a2-7538-5318-c843-6b47607aa78c\"\n }\n}",
|
104
|
+
"title": "修改智能体实例的参数列表"
|
105
|
+
}
|
106
|
+
],
|
107
|
+
"ModifyChatTitle": [
|
108
|
+
{
|
109
|
+
"document": "修改实例中某次会话的标题",
|
110
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeChats\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-fq9vp1md\",\n \"ChatId\": \"chat-lop96hbx\",\n \"Title\": \"新标题\"\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4744e0fa-7827-4ae6-8eda-f5de924e1adb\"\n }\n}",
|
112
|
+
"title": "修改实例某一次会话的标题"
|
113
|
+
}
|
114
|
+
],
|
115
|
+
"PauseAgentWork": [
|
116
|
+
{
|
117
|
+
"document": "",
|
118
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PauseAgentWork\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-efbt5y3h\",\n \"AgentTaskType\": \"sql_precheck\"\n}",
|
119
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a070f1a2-7538-5318-c843-6b47607aa78c\"\n }\n}",
|
120
|
+
"title": "暂停智能体实例的值守任务"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"RecoverAgentInstance": [
|
124
|
+
{
|
125
|
+
"document": "",
|
126
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecoverAgentInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-efbt5y3h\"\n}",
|
127
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a070f1a2-7538-5318-c843-6b47607aa78c\"\n }\n}",
|
128
|
+
"title": "解隔离智能体实例"
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"RemoveChat": [
|
132
|
+
{
|
133
|
+
"document": "",
|
134
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeChats\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-fq9vp1md\",\n \"ChatId\": \"chat-lop96hbx\"\n}",
|
135
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4744e0fa-7827-4ae6-8eda-f5de924e1adb\"\n }\n}",
|
136
|
+
"title": "删除会话信息"
|
137
|
+
}
|
138
|
+
],
|
139
|
+
"TerminateAgentInstance": [
|
140
|
+
{
|
141
|
+
"document": "",
|
142
|
+
"input": "POST / HTTP/1.1\nHost: tdai.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TerminateAgentInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"agentins-efbt5y3h\"\n}",
|
143
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a070f1a2-7538-5318-c843-6b47607aa78c\"\n }\n}",
|
144
|
+
"title": "下线智能体实例"
|
145
|
+
}
|
146
|
+
]
|
147
|
+
},
|
148
|
+
"version": "1.0"
|
149
|
+
}
|
tccli/services/teo/teo_client.py
CHANGED
@@ -8911,6 +8911,58 @@ def doDeleteZone(args, parsed_globals):
|
|
8911
8911
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
8912
8912
|
|
8913
8913
|
|
8914
|
+
def doDescribeTimingL7OriginPullData(args, parsed_globals):
|
8915
|
+
g_param = parse_global_arg(parsed_globals)
|
8916
|
+
|
8917
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
8918
|
+
cred = credential.CVMRoleCredential()
|
8919
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
8920
|
+
cred = credential.STSAssumeRoleCredential(
|
8921
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
8922
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
8923
|
+
)
|
8924
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
8925
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
8926
|
+
else:
|
8927
|
+
cred = credential.Credential(
|
8928
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
8929
|
+
)
|
8930
|
+
http_profile = HttpProfile(
|
8931
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
8932
|
+
reqMethod="POST",
|
8933
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
8934
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
8935
|
+
)
|
8936
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
8937
|
+
if g_param[OptionsDefine.Language]:
|
8938
|
+
profile.language = g_param[OptionsDefine.Language]
|
8939
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
8940
|
+
client = mod.TeoClient(cred, g_param[OptionsDefine.Region], profile)
|
8941
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
8942
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
8943
|
+
model = models.DescribeTimingL7OriginPullDataRequest()
|
8944
|
+
model.from_json_string(json.dumps(args))
|
8945
|
+
start_time = time.time()
|
8946
|
+
while True:
|
8947
|
+
rsp = client.DescribeTimingL7OriginPullData(model)
|
8948
|
+
result = rsp.to_json_string()
|
8949
|
+
try:
|
8950
|
+
json_obj = json.loads(result)
|
8951
|
+
except TypeError as e:
|
8952
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
8953
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
8954
|
+
break
|
8955
|
+
cur_time = time.time()
|
8956
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
8957
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
8958
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
8959
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
8960
|
+
else:
|
8961
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
8962
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
8963
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
8964
|
+
|
8965
|
+
|
8914
8966
|
def doDescribeSecurityIPGroupInfo(args, parsed_globals):
|
8915
8967
|
g_param = parse_global_arg(parsed_globals)
|
8916
8968
|
|
@@ -10031,6 +10083,7 @@ ACTION_MAP = {
|
|
10031
10083
|
"DescribeMultiPathGatewaySecretKey": doDescribeMultiPathGatewaySecretKey,
|
10032
10084
|
"DescribeFunctions": doDescribeFunctions,
|
10033
10085
|
"DeleteZone": doDeleteZone,
|
10086
|
+
"DescribeTimingL7OriginPullData": doDescribeTimingL7OriginPullData,
|
10034
10087
|
"DescribeSecurityIPGroupInfo": doDescribeSecurityIPGroupInfo,
|
10035
10088
|
"CreatePlan": doCreatePlan,
|
10036
10089
|
"DescribeDnsRecords": doDescribeDnsRecords,
|
@@ -875,6 +875,13 @@
|
|
875
875
|
"output": "DescribeTimingL7CacheDataResponse",
|
876
876
|
"status": "online"
|
877
877
|
},
|
878
|
+
"DescribeTimingL7OriginPullData": {
|
879
|
+
"document": "本接口用以查询七层域名业务的回源时序数据。",
|
880
|
+
"input": "DescribeTimingL7OriginPullDataRequest",
|
881
|
+
"name": "查询回源时序数据",
|
882
|
+
"output": "DescribeTimingL7OriginPullDataResponse",
|
883
|
+
"status": "online"
|
884
|
+
},
|
878
885
|
"DescribeTopL7AnalysisData": {
|
879
886
|
"document": "本接口用于查询七层域名业务按照指定维度的 topN 数据。\n注意:\n1. 本接口查询数据有 10 分钟左右延迟,建议拉取当前时间 10 分钟以前的数据。\n2. 本接口默认返回防护后的流量请求数据,用户可在 `Filters.mitigatedByWebSecurity` 中自定义查询已防护缓释的数据。",
|
880
887
|
"input": "DescribeTopL7AnalysisDataRequest",
|
@@ -13705,6 +13712,98 @@
|
|
13705
13712
|
],
|
13706
13713
|
"type": "object"
|
13707
13714
|
},
|
13715
|
+
"DescribeTimingL7OriginPullDataRequest": {
|
13716
|
+
"document": "DescribeTimingL7OriginPullData请求参数结构体",
|
13717
|
+
"members": [
|
13718
|
+
{
|
13719
|
+
"disabled": false,
|
13720
|
+
"document": "开始时间。",
|
13721
|
+
"example": "2020-04-29T00:00:00Z",
|
13722
|
+
"member": "datetime_iso",
|
13723
|
+
"name": "StartTime",
|
13724
|
+
"required": true,
|
13725
|
+
"type": "string"
|
13726
|
+
},
|
13727
|
+
{
|
13728
|
+
"disabled": false,
|
13729
|
+
"document": "结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。",
|
13730
|
+
"example": "2020-04-30T00:00:00Z",
|
13731
|
+
"member": "datetime_iso",
|
13732
|
+
"name": "EndTime",
|
13733
|
+
"required": true,
|
13734
|
+
"type": "string"
|
13735
|
+
},
|
13736
|
+
{
|
13737
|
+
"disabled": false,
|
13738
|
+
"document": "指标列表,取值有:\n<li>l7Flow_outFlux_hy: EdgeOne 节点至源站方向的请求流量,单位:Byte;</li>\n<li>l7Flow_outBandwidth_hy: EdgeOne 节点至源站方向的请求带宽,单位:bps;</li>\n<li>l7Flow_request_hy: EdgeOne 节点至源站方向的请求数,单位:次。</li>\n<li>l7Flow_inFlux_hy: 源站至 EdgeOne 节点方向的响应流量,单位:Byte;</li>\n<li>l7Flow_inBandwidth_hy: 源站至 EdgeOne 节点方向的响应带宽,单位:bps;</li>\n",
|
13739
|
+
"example": "[\"l7Flow_outFlux_hy\"]",
|
13740
|
+
"member": "string",
|
13741
|
+
"name": "MetricNames",
|
13742
|
+
"required": true,
|
13743
|
+
"type": "list"
|
13744
|
+
},
|
13745
|
+
{
|
13746
|
+
"disabled": false,
|
13747
|
+
"document": "站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
|
13748
|
+
"example": "[\"*\"]",
|
13749
|
+
"member": "string",
|
13750
|
+
"name": "ZoneIds",
|
13751
|
+
"required": true,
|
13752
|
+
"type": "list"
|
13753
|
+
},
|
13754
|
+
{
|
13755
|
+
"disabled": false,
|
13756
|
+
"document": "查询时间粒度,取值有:\n<li>min: 1分钟;</li>\n<li>5min: 5分钟;</li>\n<li>hour: 1小时;</li>\n<li>day: 1天。</li>不填将根据开始时间跟结束时间的间距自动推算粒度,具体为:2 小时范围内以 min 粒度查询,2 天范围内以 5min 粒度查询,7 天范围内以 hour 粒度查询,超过 7 天以 day 粒度查询。",
|
13757
|
+
"example": "hour",
|
13758
|
+
"member": "string",
|
13759
|
+
"name": "Interval",
|
13760
|
+
"required": false,
|
13761
|
+
"type": "string"
|
13762
|
+
},
|
13763
|
+
{
|
13764
|
+
"disabled": false,
|
13765
|
+
"document": "过滤条件,详细的过滤条件如下:\n<li>domain:客户端请求的域名。若按泛域名接入 EdgeOne,则数据中记录为泛域名,而不是具体域名。</li>",
|
13766
|
+
"example": "无",
|
13767
|
+
"member": "QueryCondition",
|
13768
|
+
"name": "Filters",
|
13769
|
+
"required": false,
|
13770
|
+
"type": "list"
|
13771
|
+
}
|
13772
|
+
],
|
13773
|
+
"type": "object"
|
13774
|
+
},
|
13775
|
+
"DescribeTimingL7OriginPullDataResponse": {
|
13776
|
+
"document": "DescribeTimingL7OriginPullData返回参数结构体",
|
13777
|
+
"members": [
|
13778
|
+
{
|
13779
|
+
"disabled": false,
|
13780
|
+
"document": "查询结果的总条数。",
|
13781
|
+
"example": "20",
|
13782
|
+
"member": "uint64",
|
13783
|
+
"name": "TotalCount",
|
13784
|
+
"output_required": true,
|
13785
|
+
"type": "int",
|
13786
|
+
"value_allowed_null": false
|
13787
|
+
},
|
13788
|
+
{
|
13789
|
+
"disabled": false,
|
13790
|
+
"document": "回源时序数据列表。",
|
13791
|
+
"example": "无",
|
13792
|
+
"member": "TimingDataRecord",
|
13793
|
+
"name": "TimingDataRecords",
|
13794
|
+
"output_required": true,
|
13795
|
+
"type": "list",
|
13796
|
+
"value_allowed_null": false
|
13797
|
+
},
|
13798
|
+
{
|
13799
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13800
|
+
"member": "string",
|
13801
|
+
"name": "RequestId",
|
13802
|
+
"type": "string"
|
13803
|
+
}
|
13804
|
+
],
|
13805
|
+
"type": "object"
|
13806
|
+
},
|
13708
13807
|
"DescribeTopL7AnalysisDataRequest": {
|
13709
13808
|
"document": "DescribeTopL7AnalysisData请求参数结构体",
|
13710
13809
|
"members": [
|
@@ -19867,7 +19966,7 @@
|
|
19867
19966
|
{
|
19868
19967
|
"disabled": false,
|
19869
19968
|
"document": "需要修改证书配置的加速域名。",
|
19870
|
-
"example": "www.test.com",
|
19969
|
+
"example": "[\"www.test.com\"]",
|
19871
19970
|
"member": "string",
|
19872
19971
|
"name": "Hosts",
|
19873
19972
|
"required": true,
|
@@ -19876,7 +19975,7 @@
|
|
19876
19975
|
{
|
19877
19976
|
"disabled": false,
|
19878
19977
|
"document": "配置服务端证书的模式,取值有:\n<li>disable:不配置服务端证书;</li>\n<li>eofreecert:配置 EdgeOne 免费服务端证书;</li>\n<li>sslcert:配置 SSL 托管服务端证书;</li>\n不填写表示服务端证书保持原有配置。",
|
19879
|
-
"example": "
|
19978
|
+
"example": "eofreecert",
|
19880
19979
|
"member": "string",
|
19881
19980
|
"name": "Mode",
|
19882
19981
|
"required": false,
|
@@ -19885,7 +19984,7 @@
|
|
19885
19984
|
{
|
19886
19985
|
"disabled": false,
|
19887
19986
|
"document": "SSL 证书配置,本参数仅在 mode 为 sslcert 时生效,传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。",
|
19888
|
-
"example": "
|
19987
|
+
"example": "无",
|
19889
19988
|
"member": "ServerCertInfo",
|
19890
19989
|
"name": "ServerCertInfo",
|
19891
19990
|
"required": false,
|
@@ -19908,6 +20007,15 @@
|
|
19908
20007
|
"name": "ClientCertInfo",
|
19909
20008
|
"required": false,
|
19910
20009
|
"type": "object"
|
20010
|
+
},
|
20011
|
+
{
|
20012
|
+
"disabled": false,
|
20013
|
+
"document": "用于配置 EO 节点回源时携带的证书,用于回源双向认证握手,默认关闭,不填写表示保持原有配置。该配置当前为白名单内测中,如需使用,请[联系我们](https://cloud.tencent.com/online-service)。",
|
20014
|
+
"example": "无",
|
20015
|
+
"member": "UpstreamCertInfo",
|
20016
|
+
"name": "UpstreamCertInfo",
|
20017
|
+
"required": false,
|
20018
|
+
"type": "object"
|
19911
20019
|
}
|
19912
20020
|
],
|
19913
20021
|
"type": "object"
|
@@ -1264,6 +1264,14 @@
|
|
1264
1264
|
"title": "查询指定状态码的时序流量数据"
|
1265
1265
|
}
|
1266
1266
|
],
|
1267
|
+
"DescribeTimingL7OriginPullData": [
|
1268
|
+
{
|
1269
|
+
"document": "\t\n查询指定站点 ID zone-2ntf1u8utpmz 下七层域名业务 2025-07-01 00:00:00 ~ 2025-07-15 00:00:00 时间内的回源请求数,查询时间粒度为“天”。",
|
1270
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTimingL7OriginPullData\n<公共请求参数>\n\n{\n \"StartTime\": \"2025-07-01T00:00:00+08:00\",\n \"EndTime\": \"2025-07-15T00:00:00+08:00\",\n \"Interval\": \"day\",\n \"MetricNames\": [\n \"l7Flow_request_hy\"\n ],\n \"ZoneIds\": [\n \"zone-2ntf1u8utpmz\"\n ]\n}",
|
1271
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7cc73e86-092b-4aa2-b28a-c9c338834926\",\n \"TimingDataRecords\": [\n {\n \"TypeKey\": \"251008840\",\n \"TypeValue\": [\n {\n \"Avg\": 1714316,\n \"Detail\": [\n {\n \"Timestamp\": 1751299200,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1751385600,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1751472000,\n \"Value\": 1471972\n },\n {\n \"Timestamp\": 1751558400,\n \"Value\": 2824464\n },\n {\n \"Timestamp\": 1751644800,\n \"Value\": 2815290\n },\n {\n \"Timestamp\": 1751731200,\n \"Value\": 2814852\n },\n {\n \"Timestamp\": 1751817600,\n \"Value\": 2815244\n },\n {\n \"Timestamp\": 1751904000,\n \"Value\": 11147558\n },\n {\n \"Timestamp\": 1751990400,\n \"Value\": 6\n },\n {\n \"Timestamp\": 1752076800,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1752163200,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1752249600,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1752336000,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1752422400,\n \"Value\": 111050\n }\n ],\n \"Max\": 11147558,\n \"MetricName\": \"l7Flow_request_hy\",\n \"Sum\": 24000436\n }\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
1272
|
+
"title": "查询回源分析类时序数据"
|
1273
|
+
}
|
1274
|
+
],
|
1267
1275
|
"DescribeTopL7AnalysisData": [
|
1268
1276
|
{
|
1269
1277
|
"document": "查询特定 HTTP 协议版本(HTTP/1.0、HTTP/1.1)下的 Top URL Path 流量数据。",
|
@@ -2384,7 +2384,7 @@
|
|
2384
2384
|
{
|
2385
2385
|
"disabled": false,
|
2386
2386
|
"document": "<ul> <li> <strong>zone</strong> <p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>space-id</strong> <p style=\"padding-left: 30px;\">按照【<strong>工作空间实例ID</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>cvm-instance-id</strong> <p style=\"padding-left: 30px;\">按照【<strong>CVM实例ID</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>space-state</strong> <p style=\"padding-left: 30px;\">按照【<strong>工作空间状态</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>space-name</strong> <p style=\"padding-left: 30px;\">按照【<strong>工作空间别名</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>space-charge-type</strong> <p style=\"padding-left: 30px;\">按照【<strong>工作空间实例付费模式</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>tag-key</strong> <p style=\"padding-left: 30px;\">按照【<strong>标签键</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> <li> <strong>tag-value</strong> <p style=\"padding-left: 30px;\">按照【<strong>标签值</strong>】进行过滤</p> <p style=\"padding-left: 30px;\">类型:String</p> <p style=\"padding-left: 30px;\">必选:否</p></li> </ul> <p style=\"padding-left: 30px;\">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>",
|
2387
|
-
"example": "
|
2387
|
+
"example": "无",
|
2388
2388
|
"member": "Filter",
|
2389
2389
|
"name": "Filters",
|
2390
2390
|
"required": false,
|
@@ -170,8 +170,8 @@
|
|
170
170
|
],
|
171
171
|
"DescribeWorkspaces": [
|
172
172
|
{
|
173
|
-
"document": "
|
174
|
-
"input": "POST / HTTP/1.1\nHost: thpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkspaces\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"ap-
|
173
|
+
"document": "查看在上海8区的实例信息,限制返回结果最多为一项",
|
174
|
+
"input": "POST / HTTP/1.1\nHost: thpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkspaces\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"ap-shanghai-8\"\n ],\n \"Name\": \"zone\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
175
175
|
"output": "{\n \"Response\": {\n \"RequestId\": \"0142a337-d8cf-4ae1-857f-d090c1f802fdafd\",\n \"SpaceSet\": [\n {\n \"CreatedTime\": \"2024-09-22T00:00:00+00:00\",\n \"ExpiredTime\": \"2024-09-22T00:00:00+00:00\",\n \"LatestOperation\": \"CreateWorkspaces\",\n \"LatestOperationState\": \"SUCCESS\",\n \"Placement\": {\n \"Zone\": \"ap-shanghai-8\"\n },\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"ResourceId\": \"ins-3zjugd6z\",\n \"SpaceChargeType\": \"PREPAID\",\n \"SpaceFamily\": \"96AS\",\n \"SpaceId\": \"wks-bfdafadfd\",\n \"SpaceName\": \"workspace\",\n \"SpaceState\": \"ONLINE\",\n \"SpaceType\": \"96AS.4XLARGE160\",\n \"Tags\": []\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
176
176
|
"title": "查询工作空间列表"
|
177
177
|
}
|
@@ -6777,7 +6777,7 @@
|
|
6777
6777
|
{
|
6778
6778
|
"disabled": false,
|
6779
6779
|
"document": "模型ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
6780
|
-
"example": "
|
6780
|
+
"example": "m-1115750815945380480",
|
6781
6781
|
"member": "string",
|
6782
6782
|
"name": "ModelId",
|
6783
6783
|
"output_required": true,
|
@@ -6787,7 +6787,7 @@
|
|
6787
6787
|
{
|
6788
6788
|
"disabled": false,
|
6789
6789
|
"document": "模型名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
6790
|
-
"example": "
|
6790
|
+
"example": "d12",
|
6791
6791
|
"member": "string",
|
6792
6792
|
"name": "ModelName",
|
6793
6793
|
"output_required": true,
|
@@ -6907,7 +6907,7 @@
|
|
6907
6907
|
{
|
6908
6908
|
"disabled": false,
|
6909
6909
|
"document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
6910
|
-
"example": "
|
6910
|
+
"example": "[TFJob job-96dm04o0mnwg] 模型文件损坏,请检查您上传的模型文件是否可以正常运行",
|
6911
6911
|
"member": "string",
|
6912
6912
|
"name": "ErrorMsg",
|
6913
6913
|
"output_required": true,
|
@@ -6967,7 +6967,7 @@
|
|
6967
6967
|
{
|
6968
6968
|
"disabled": false,
|
6969
6969
|
"document": "模型Tensor信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
6970
|
-
"example": "
|
6970
|
+
"example": "[ \"input_0:float(1*3*1024*1024)\" ]",
|
6971
6971
|
"member": "string",
|
6972
6972
|
"name": "TensorInfos",
|
6973
6973
|
"output_required": true,
|
@@ -6987,7 +6987,7 @@
|
|
6987
6987
|
{
|
6988
6988
|
"disabled": false,
|
6989
6989
|
"document": "加速引擎版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
6990
|
-
"example": "
|
6990
|
+
"example": "v3.5",
|
6991
6991
|
"member": "string",
|
6992
6992
|
"name": "AccEngineVersion",
|
6993
6993
|
"output_required": true,
|
@@ -7017,7 +7017,7 @@
|
|
7017
7017
|
{
|
7018
7018
|
"disabled": false,
|
7019
7019
|
"document": "SAVED_MODEL保存时配置的签名\n注意:此字段可能返回 null,表示取不到有效值。",
|
7020
|
-
"example": "
|
7020
|
+
"example": "“ ”",
|
7021
7021
|
"member": "string",
|
7022
7022
|
"name": "ModelSignature",
|
7023
7023
|
"output_required": true,
|
@@ -7037,7 +7037,7 @@
|
|
7037
7037
|
{
|
7038
7038
|
"disabled": false,
|
7039
7039
|
"document": "加速引擎对应的框架版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
7040
|
-
"example": "
|
7040
|
+
"example": "pytorch1.9.0",
|
7041
7041
|
"member": "string",
|
7042
7042
|
"name": "FrameworkVersion",
|
7043
7043
|
"output_required": true,
|
@@ -7047,7 +7047,7 @@
|
|
7047
7047
|
{
|
7048
7048
|
"disabled": false,
|
7049
7049
|
"document": "模型版本ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
7050
|
-
"example": "
|
7050
|
+
"example": "mv-v1-1115750815945380481",
|
7051
7051
|
"member": "string",
|
7052
7052
|
"name": "ModelVersionId",
|
7053
7053
|
"output_required": false,
|
@@ -7067,7 +7067,7 @@
|
|
7067
7067
|
{
|
7068
7068
|
"disabled": false,
|
7069
7069
|
"document": "资源组名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
7070
|
-
"example": "
|
7070
|
+
"example": "“ ”",
|
7071
7071
|
"member": "string",
|
7072
7072
|
"name": "ResourceGroupName",
|
7073
7073
|
"output_required": false,
|
@@ -343,7 +343,7 @@
|
|
343
343
|
},
|
344
344
|
{
|
345
345
|
"disabled": false,
|
346
|
-
"document": "目标语言,支持语言列表:\n\n- 中文:zh\n-
|
346
|
+
"document": "目标语言,支持语言列表:\n\n- 中文:zh\n- 繁体(中国台湾):zh-TW\n- 繁体(中国香港):zh-HK\n- 英文:en\n- 日语:ja\n- 韩语:ko\n- 泰语:th\n- 越南语:vi\n- 俄语:ru\n- 德语:de\n- 法语:fr\n- 阿拉伯语:ar\n- 西班牙语:es\n- 意大利语:it\n- 印度尼西亚语:id\n- 马来西亚语:ms\n- 葡萄牙语:pt\n- 土耳其语:tr\n- ",
|
347
347
|
"example": "en",
|
348
348
|
"member": "string",
|
349
349
|
"name": "Target",
|
@@ -418,7 +418,7 @@
|
|
418
418
|
{
|
419
419
|
"disabled": false,
|
420
420
|
"document": "逆时针图片角度,取值范围为0-359",
|
421
|
-
"example": "90",
|
421
|
+
"example": "90.0",
|
422
422
|
"member": "float",
|
423
423
|
"name": "Angle",
|
424
424
|
"output_required": false,
|
@@ -428,7 +428,7 @@
|
|
428
428
|
{
|
429
429
|
"disabled": false,
|
430
430
|
"document": "翻译详情信息",
|
431
|
-
"example": "
|
431
|
+
"example": "无",
|
432
432
|
"member": "TransDetail",
|
433
433
|
"name": "TransDetails",
|
434
434
|
"output_required": false,
|
@@ -7960,7 +7960,7 @@
|
|
7960
7960
|
},
|
7961
7961
|
{
|
7962
7962
|
"disabled": false,
|
7963
|
-
"document": "
|
7963
|
+
"document": "Kubernetes 原生 Secret 资源对象",
|
7964
7964
|
"example": "mock-secret",
|
7965
7965
|
"member": "string",
|
7966
7966
|
"name": "KuberneteNativeSecret",
|
@@ -7969,7 +7969,7 @@
|
|
7969
7969
|
},
|
7970
7970
|
{
|
7971
7971
|
"disabled": false,
|
7972
|
-
"document": "
|
7972
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
7973
7973
|
"example": "[\"program-6a79x94v\"]",
|
7974
7974
|
"member": "string",
|
7975
7975
|
"name": "ProgramIdList",
|