tccli 3.0.1090.1__py2.py3-none-any.whl → 3.0.1091.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/ccc/v20200210/UploadIvrAudio.md +16 -1
- tccli/examples/csip/v20221121/DescribeAssetViewVulRiskList.md +5 -302
- tccli/examples/gs/v20191118/StartPublishStreamToCSS.md +20 -0
- tccli/examples/organization/v20210331/AddOrganizationNode.md +1 -1
- tccli/examples/organization/v20210331/BindOrganizationMemberAuthAccount.md +3 -3
- tccli/examples/organization/v20210331/CancelOrganizationMemberAuthAccount.md +3 -3
- tccli/examples/organization/v20210331/CheckAccountDelete.md +5 -5
- tccli/examples/organization/v20210331/CreateOrganizationMember.md +2 -2
- tccli/examples/organization/v20210331/CreateOrganizationMemberAuthIdentity.md +1 -1
- tccli/examples/organization/v20210331/CreateOrganizationMemberPolicy.md +5 -5
- tccli/examples/organization/v20210331/CreateOrganizationMembersPolicy.md +2 -2
- tccli/examples/organization/v20210331/DeleteOrganizationMembers.md +1 -1
- tccli/examples/organization/v20210331/DeleteOrganizationNodes.md +1 -1
- tccli/examples/organization/v20210331/DeleteShareUnitResources.md +1 -1
- tccli/examples/organization/v20210331/DescribeOrganizationMemberAuthAccounts.md +2 -2
- tccli/examples/organization/v20210331/DescribeOrganizationMemberPolicies.md +1 -1
- tccli/examples/organization/v20210331/MoveOrganizationNodeMembers.md +2 -2
- tccli/examples/organization/v20210331/QuitOrganization.md +1 -1
- tccli/examples/organization/v20210331/UpdateOrganizationMember.md +2 -2
- tccli/examples/organization/v20210331/UpdateOrganizationMemberEmailBind.md +3 -3
- tccli/examples/organization/v20210331/UpdateOrganizationNode.md +3 -2
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +7 -1
- tccli/examples/ssl/v20191205/DeployCertificateInstance.md +26 -1
- tccli/examples/tione/v20211111/CreateBatchTask.md +1 -0
- tccli/services/aiart/v20221229/api.json +1 -1
- tccli/services/asr/v20190614/api.json +6 -6
- tccli/services/captcha/v20190722/api.json +75 -31
- tccli/services/ccc/v20200210/api.json +10 -0
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +30 -33
- tccli/services/csip/v20221121/api.json +17 -11
- tccli/services/csip/v20221121/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +22 -2
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +13 -13
- tccli/services/faceid/v20180301/api.json +4 -4
- tccli/services/gs/gs_client.py +53 -0
- tccli/services/gs/v20191118/api.json +43 -0
- tccli/services/gs/v20191118/examples.json +8 -0
- tccli/services/iss/v20230517/api.json +38 -0
- tccli/services/live/v20180801/api.json +12 -12
- tccli/services/monitor/monitor_client.py +0 -53
- tccli/services/monitor/v20180724/api.json +0 -52
- tccli/services/monitor/v20180724/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +128 -119
- tccli/services/organization/v20210331/examples.json +24 -24
- tccli/services/soe/v20180724/api.json +13 -13
- tccli/services/sqlserver/v20180328/api.json +46 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/ssl/v20191205/examples.json +7 -1
- tccli/services/tione/v20211111/api.json +36 -3
- tccli/services/tione/v20211111/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +36 -9
- {tccli-3.0.1090.1.dist-info → tccli-3.0.1091.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1090.1.dist-info → tccli-3.0.1091.1.dist-info}/RECORD +59 -58
- {tccli-3.0.1090.1.dist-info → tccli-3.0.1091.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1090.1.dist-info → tccli-3.0.1091.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1090.1.dist-info → tccli-3.0.1091.1.dist-info}/license_files/LICENSE +0 -0
@@ -12,7 +12,7 @@
|
|
12
12
|
{
|
13
13
|
"document": "",
|
14
14
|
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddOrganizationNode\n<公共请求参数>\n\n{\n \"Name\": \"test\",\n \"ParentNodeId\": 123\n}",
|
15
|
-
"output": "{\n \"Response\": {\n \"NodeId\":
|
15
|
+
"output": "{\n \"Response\": {\n \"NodeId\": 1001,\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
|
16
16
|
"title": "添加企业组织节点"
|
17
17
|
}
|
18
18
|
],
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"BindOrganizationMemberAuthAccount": [
|
44
44
|
{
|
45
45
|
"document": "",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindOrganizationMemberAuthAccount\n<公共请求参数>\n\n{\n \"MemberUin\":
|
46
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindOrganizationMemberAuthAccount\n<公共请求参数>\n\n{\n \"MemberUin\": 111111111111,\n \"PolicyId\": 123,\n \"OrgSubAccountUins\": [\n 222222222222\n ]\n}",
|
47
47
|
"output": "{\n \"Response\": {\n \"RequestId\": \"4c2f4b68-01b2-4841-a927-6ca8fe40649b\"\n }\n}",
|
48
48
|
"title": "绑定组织成员和组织管理员子账号的授权关系"
|
49
49
|
}
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"CancelOrganizationMemberAuthAccount": [
|
52
52
|
{
|
53
53
|
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelOrganizationMemberAuthAccount\n<公共请求参数>\n\n{\n \"MemberUin\":
|
54
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelOrganizationMemberAuthAccount\n<公共请求参数>\n\n{\n \"MemberUin\": 111111111111,\n \"PolicyId\": 123,\n \"OrgSubAccountUin\": 222222222222\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"caecf1a4-72b7-48d6-8f5f-90d1c428d3f3\"\n }\n}",
|
56
56
|
"title": "取消组织成员和组织管理员子账号的授权关系"
|
57
57
|
}
|
@@ -60,7 +60,7 @@
|
|
60
60
|
{
|
61
61
|
"document": "成员账号删除检查",
|
62
62
|
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAccountDelete\n<公共请求参数>\n\n{\n \"MemberUin\": 111111111111\n}",
|
63
|
-
"output": "{\n \"Response\": {\n \"AllowDelete\":
|
63
|
+
"output": "{\n \"Response\": {\n \"AllowDelete\": true,\n \"NotAllowReason\": {\n \"IsCreateMember\": true,\n \"DeletionPermission\": true,\n \"IsAssignManager\": false,\n \"IsAuthManager\": false,\n \"IsShareManager\": false,\n \"OperateProcess\": false,\n \"BillingPermission\": true,\n \"ExistResources\": [],\n \"DetectFailedResources\": []\n },\n \"RequestId\": \"71295d81-d334-4fc0-af6a-5ac3d5e84b26\"\n }\n}",
|
64
64
|
"title": "成员账号删除检查"
|
65
65
|
}
|
66
66
|
],
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"CreateOrganizationMember": [
|
84
84
|
{
|
85
85
|
"document": "",
|
86
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationMember\n<公共请求参数>\n\n{\n \"Remark\": \"test\",\n \"Name\": \"
|
86
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationMember\n<公共请求参数>\n\n{\n \"Remark\": \"test\",\n \"Name\": \"name\",\n \"NodeId\": 1001,\n \"AccountName\": \"test\",\n \"PermissionIds\": [\n 1,\n 2\n ],\n \"PolicyType\": \"Finical\",\n \"PayUin\": \"\",\n \"IdentityRoleID\": [\n 1\n ]\n}",
|
87
87
|
"output": "{\n \"Response\": {\n \"Uin\": 111111111111,\n \"RequestId\": \"1a556fac-cd38-4732-86ef-6283d6abddd7\"\n }\n}",
|
88
88
|
"title": "创建组织成员"
|
89
89
|
}
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"CreateOrganizationMemberAuthIdentity": [
|
92
92
|
{
|
93
93
|
"document": "添加组织成员访问授权",
|
94
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationMemberAuthIdentity\n<公共请求参数>\n\n{\n \"MemberUins\": [\n 111111111111\n ],\n \"IdentityIds\": [\n
|
94
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationMemberAuthIdentity\n<公共请求参数>\n\n{\n \"MemberUins\": [\n 111111111111\n ],\n \"IdentityIds\": [\n 13\n ]\n}",
|
95
95
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3840f6f4-3976-4b44-9ecc-cb0578129059\"\n }\n}",
|
96
96
|
"title": "添加组织成员访问授权"
|
97
97
|
}
|
@@ -99,15 +99,15 @@
|
|
99
99
|
"CreateOrganizationMemberPolicy": [
|
100
100
|
{
|
101
101
|
"document": "",
|
102
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationMemberPolicy\n<公共请求参数>\n\n{\n \"PolicyName\": \"
|
103
|
-
"output": "{\n \"Response\": {\n \"PolicyId\":
|
102
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationMemberPolicy\n<公共请求参数>\n\n{\n \"PolicyName\": \"policy_name\",\n \"MemberUin\": 111111111111,\n \"Description\": \"description\",\n \"IdentityId\": 11\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"PolicyId\": 123,\n \"RequestId\": \"a1a10c6e-6723-408a-858b-2cb84e92776c\"\n }\n}",
|
104
104
|
"title": "创建组织成员访问授权策略"
|
105
105
|
}
|
106
106
|
],
|
107
107
|
"CreateOrganizationMembersPolicy": [
|
108
108
|
{
|
109
109
|
"document": "创建组织成员访问策略",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationMembersPolicy\n<公共请求参数>\n\n{\n \"MemberUins\": [\n 111111111111\n ],\n \"PolicyName\": \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOrganizationMembersPolicy\n<公共请求参数>\n\n{\n \"MemberUins\": [\n 111111111111\n ],\n \"PolicyName\": \"policy_name\",\n \"IdentityId\": 11,\n \"Description\": \"description\"\n}",
|
111
111
|
"output": "{\n \"Response\": {\n \"PolicyId\": 123,\n \"RequestId\": \"3840f6f4-3976-4b44-9ecc-cb0578129059\"\n }\n}",
|
112
112
|
"title": "创建组织成员访问策略"
|
113
113
|
}
|
@@ -147,7 +147,7 @@
|
|
147
147
|
"DeleteOrganizationMembers": [
|
148
148
|
{
|
149
149
|
"document": "",
|
150
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteOrganizationMembers\n<公共请求参数>\n\n{\n \"MemberUin\": [\n
|
150
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteOrganizationMembers\n<公共请求参数>\n\n{\n \"MemberUin\": [\n 111111111111\n ]\n}",
|
151
151
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
|
152
152
|
"title": "批量删除企业组织成员"
|
153
153
|
}
|
@@ -163,7 +163,7 @@
|
|
163
163
|
"DeleteOrganizationNodes": [
|
164
164
|
{
|
165
165
|
"document": "",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteOrganizationNodes\n<公共请求参数>\n\n{\n \"NodeId\": [\n
|
166
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteOrganizationNodes\n<公共请求参数>\n\n{\n \"NodeId\": [\n 1001\n ]\n}",
|
167
167
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
|
168
168
|
"title": "批量删除企业组织节点"
|
169
169
|
}
|
@@ -187,7 +187,7 @@
|
|
187
187
|
"DeleteShareUnitResources": [
|
188
188
|
{
|
189
189
|
"document": "",
|
190
|
-
"input": "https://organization.tencentcloudapi.com/?Action=DeleteShareUnitResources\n&UnitId=shareUnit-xhre**ra2p\n&Area=ap-guangzhou\n&Type=
|
190
|
+
"input": "https://organization.tencentcloudapi.com/?Action=DeleteShareUnitResources\n&UnitId=shareUnit-xhre**ra2p\n&Area=ap-guangzhou\n&Type=secret\n&Resources.0.ResourceId=shareResource-12**erte\n&<公共请求参数>",
|
191
191
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5ef007aa-2dc5-4729-a880-b7ac69d94714\"\n }\n}",
|
192
192
|
"title": "删除共享单元资源"
|
193
193
|
}
|
@@ -203,7 +203,7 @@
|
|
203
203
|
"DescribeOrganizationAuthNode": [
|
204
204
|
{
|
205
205
|
"document": "获取已设置管理员的互信主体关系列表",
|
206
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationAuthNode\n<公共请求参数>\n\n{\n \"Limit\":
|
206
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationAuthNode\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
207
207
|
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"RelationId\": 1,\n \"AuthName\": \"腾讯云\",\n \"Manager\": {\n \"MemberUin\": 10000036541,\n \"MemberName\": \"test1\"\n }\n }\n ],\n \"RequestId\": \"1d744bef-fa56-40e9-8e3b-5a88b122ad5e\",\n \"Total\": 1\n }\n}",
|
208
208
|
"title": "获取已设置管理员的互信主体关系列表"
|
209
209
|
}
|
@@ -235,7 +235,7 @@
|
|
235
235
|
"DescribeOrganizationMemberAuthAccounts": [
|
236
236
|
{
|
237
237
|
"document": "",
|
238
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationMemberAuthAccounts\n<公共请求参数>\n\n{\n \"MemberUin\":
|
238
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationMemberAuthAccounts\n<公共请求参数>\n\n{\n \"MemberUin\": 111111111111,\n \"Limit\": 10,\n \"PolicyId\": 11,\n \"Offset\": 0\n}",
|
239
239
|
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateTime\": \"2021-07-14 21:00:59\",\n \"IdentityId\": 1,\n \"IdentityRoleAliasName\": \"登录访问\",\n \"IdentityRoleName\": \"OrganizationAccessControlRole\",\n \"OrgSubAccountUin\": 100000546921,\n \"PolicyId\": 98081,\n \"PolicyName\": \"test\",\n \"UpdateTime\": \"2021-07-14 21:00:59\",\n \"OrgSubAccountName\": \"test\"\n }\n ],\n \"RequestId\": \"cf182a6b-8caa-4df9-b1d0-09ad41e8c434\",\n \"Total\": 1\n }\n}",
|
240
240
|
"title": "获取组织成员被绑定授权关系的子账号列表"
|
241
241
|
}
|
@@ -259,7 +259,7 @@
|
|
259
259
|
"DescribeOrganizationMemberPolicies": [
|
260
260
|
{
|
261
261
|
"document": "",
|
262
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationMemberPolicies\n<公共请求参数>\n\n{\n \"MemberUin\":
|
262
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationMemberPolicies\n<公共请求参数>\n\n{\n \"MemberUin\": 111111111111,\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
263
263
|
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateTime\": \"2021-07-14 20:22:30\",\n \"Description\": \"test\",\n \"IdentityId\": 1,\n \"IdentityRoleAliasName\": \"登录访问\",\n \"IdentityRoleName\": \"OrganizationAccessControlRole\",\n \"PolicyId\": 27887,\n \"PolicyName\": \"test3\",\n \"UpdateTime\": \"2021-07-14 20:22:30\"\n },\n {\n \"CreateTime\": \"2021-07-14 20:21:21\",\n \"Description\": \"test\",\n \"IdentityId\": 1,\n \"IdentityRoleAliasName\": \"登录访问\",\n \"IdentityRoleName\": \"OrganizationAccessControlRole\",\n \"PolicyId\": 98081,\n \"PolicyName\": \"test\",\n \"UpdateTime\": \"2021-07-14 20:21:21\"\n }\n ],\n \"RequestId\": \"a1525f09-8a00-4b76-9db5-d47aea591dff\",\n \"Total\": 2\n }\n}",
|
264
264
|
"title": "获取组织成员的授权策略列表"
|
265
265
|
}
|
@@ -267,7 +267,7 @@
|
|
267
267
|
"DescribeOrganizationMembers": [
|
268
268
|
{
|
269
269
|
"document": "获取成员列表",
|
270
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationMembers\n<公共请求参数>\n\n{\n \"Lang\": \"zh\",\n \"Limit\":
|
270
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationMembers\n<公共请求参数>\n\n{\n \"Lang\": \"zh\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
271
271
|
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateTime\": \"2021-04-17 12:19:07\",\n \"MemberType\": \"Invite\",\n \"MemberUin\": 111111111111,\n \"Name\": \"test2\",\n \"NodeId\": 27,\n \"NodeName\": \"node1\",\n \"IsAllowQuit\": \"Denied\",\n \"OrgPermission\": [\n {\n \"Id\": 1,\n \"Name\": \"允许主账号查看子账号的消费信息\"\n },\n {\n \"Id\": 2,\n \"Name\": \"允许主账号查看子账号的财务信息\"\n }\n ],\n \"OrgPolicyName\": \"财务管理\",\n \"OrgPolicyType\": \"Financial\",\n \"Remark\": \"123\",\n \"PayUin\": \"\",\n \"PayName\": \"\",\n \"OrgIdentity\": [],\n \"BindStatus\": \"Unbound\",\n \"PermissionStatus\": \"Confirmed\",\n \"UpdateTime\": \"2021-04-17 12:19:07\"\n },\n {\n \"CreateTime\": \"2021-04-16 11:49:39\",\n \"MemberType\": \"Create\",\n \"MemberUin\": 222222222222,\n \"Name\": \"name2\",\n \"NodeId\": 26,\n \"NodeName\": \"node2\",\n \"IsAllowQuit\": \"Denied\",\n \"OrgPermission\": [\n {\n \"Id\": 1,\n \"Name\": \"允许主账号查看子账号的消费信息\"\n },\n {\n \"Id\": 2,\n \"Name\": \"允许主账号查看子账号的财务信息\"\n },\n {\n \"Id\": 3,\n \"Name\": \"允许主账号划拨资金给子账号\"\n },\n {\n \"Id\": 4,\n \"Name\": \"允许主账号对子账号的账单合并出账\"\n },\n {\n \"Id\": 5,\n \"Name\": \"允许主账号代子账号开票\"\n }\n ],\n \"OrgPolicyName\": \"财务管理\",\n \"OrgPolicyType\": \"Financial\",\n \"Remark\": \"\",\n \"PayUin\": \"\",\n \"PayName\": \"\",\n \"OrgIdentity\": [],\n \"BindStatus\": \"Unbound\",\n \"PermissionStatus\": \"Confirmed\",\n \"UpdateTime\": \"2021-04-16 11:49:39\"\n }\n ],\n \"RequestId\": \"a0fe0702-5757-4aa4-8872-74b70a4c1b7a\",\n \"Total\": 2\n }\n}",
|
272
272
|
"title": "获取成员列表"
|
273
273
|
}
|
@@ -275,7 +275,7 @@
|
|
275
275
|
"DescribeOrganizationNodes": [
|
276
276
|
{
|
277
277
|
"document": "",
|
278
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationNodes\n<公共请求参数>\n\n{\n \"Limit\":
|
278
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationNodes\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
279
279
|
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateTime\": \"2021-04-16 11:49:39\",\n \"Name\": \"Root\",\n \"NodeId\": 26,\n \"ParentNodeId\": 0,\n \"Remark\": \"\",\n \"UpdateTime\": \"2021-04-16 11:49:39\"\n },\n {\n \"CreateTime\": \"2021-04-16 14:59:57\",\n \"Name\": \"test\",\n \"NodeId\": 27,\n \"ParentNodeId\": 26,\n \"Remark\": \"test\",\n \"UpdateTime\": \"2021-04-16 14:59:57\"\n },\n {\n \"CreateTime\": \"2021-04-16 15:55:53\",\n \"Name\": \"test1\",\n \"NodeId\": 29,\n \"ParentNodeId\": 27,\n \"Remark\": \"1\",\n \"UpdateTime\": \"2021-04-16 15:55:53\"\n }\n ],\n \"RequestId\": \"becff4cb-fe62-4288-ac6c-4fba115b94b3\",\n \"Total\": 3\n }\n}",
|
280
280
|
"title": "获取节点列表"
|
281
281
|
}
|
@@ -299,7 +299,7 @@
|
|
299
299
|
"DescribeShareUnitResources": [
|
300
300
|
{
|
301
301
|
"document": "",
|
302
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeShareUnitResources\n<公共请求参数>\n\n{\n \"Offset\":
|
302
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeShareUnitResources\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Area\": \"ap-guangzhou\",\n \"Limit\": 10,\n \"UnitId\": \"shareUnit-xhre**ra2p\"\n}",
|
303
303
|
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateTime\": \"2021-03-06 17:11:30\",\n \"ResourceId\": \"shareUnit-12**erte\",\n \"ProductResourceId\": \"sec***002\",\n \"Type\": \"secret\",\n \"SharedMemberNum\": 2,\n \"SharedMemberUseNum\": 0,\n \"ShareManagerUin\": 111111111111\n }\n ],\n \"RequestId\": \"538e6bb8-704d-4594-b297-95bd2535ecc0\",\n \"Total\": 1\n }\n}",
|
304
304
|
"title": "获取共享单元资源列表"
|
305
305
|
}
|
@@ -315,7 +315,7 @@
|
|
315
315
|
"ListOrganizationIdentity": [
|
316
316
|
{
|
317
317
|
"document": "获取组织成员访问身份列表",
|
318
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListOrganizationIdentity\n<公共请求参数>\n\n{\n \"Limit\":
|
318
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListOrganizationIdentity\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
319
319
|
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"IdentityId\": 1,\n \"IdentityAliasName\": \"test\",\n \"Description\": \"\",\n \"IdentityPolicy\": [\n {\n \"PolicyId\": 1,\n \"PolicyName\": \"AdministratorAccess\"\n }\n ],\n \"IdentityType\": 1,\n \"UpdateTime\": \"2021-07-15 21:08:38\"\n }\n ],\n \"RequestId\": \"1d744bef-fa56-40e9-8e3b-5a88b122ad5e\",\n \"Total\": 1\n }\n}",
|
320
320
|
"title": "获取组织成员访问身份列表"
|
321
321
|
}
|
@@ -323,7 +323,7 @@
|
|
323
323
|
"MoveOrganizationNodeMembers": [
|
324
324
|
{
|
325
325
|
"document": "",
|
326
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: MoveOrganizationNodeMembers\n<公共请求参数>\n\n{\n \"MemberUin\": [\n
|
326
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: MoveOrganizationNodeMembers\n<公共请求参数>\n\n{\n \"MemberUin\": [\n 111111111111\n ],\n \"NodeId\": 1001\n}",
|
327
327
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
|
328
328
|
"title": "移动成员到指定企业组织节点"
|
329
329
|
}
|
@@ -331,7 +331,7 @@
|
|
331
331
|
"QuitOrganization": [
|
332
332
|
{
|
333
333
|
"document": "",
|
334
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QuitOrganization\n<公共请求参数>\n\n{\n \"OrgId\": \
|
334
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QuitOrganization\n<公共请求参数>\n\n{\n \"OrgId\": 1234\n}",
|
335
335
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
|
336
336
|
"title": "退出企业组织"
|
337
337
|
}
|
@@ -347,7 +347,7 @@
|
|
347
347
|
"UpdateOrganizationMember": [
|
348
348
|
{
|
349
349
|
"document": "更新组织成员信息",
|
350
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateOrganizationMember\n<公共请求参数>\n\n{\n \"Remark\": \"
|
350
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateOrganizationMember\n<公共请求参数>\n\n{\n \"Remark\": \"remark\",\n \"MemberUin\": 111111111111,\n \"Name\": \"name\"\n}",
|
351
351
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3a1f4733-a2ff-406d-9ff6-44c1d2d3f33a\"\n }\n}",
|
352
352
|
"title": "更新组织成员信息"
|
353
353
|
}
|
@@ -355,7 +355,7 @@
|
|
355
355
|
"UpdateOrganizationMemberEmailBind": [
|
356
356
|
{
|
357
357
|
"document": "",
|
358
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateOrganizationMemberEmailBind\n<公共请求参数>\n\n{\n \"MemberUin\":
|
358
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateOrganizationMemberEmailBind\n<公共请求参数>\n\n{\n \"MemberUin\": 111111111111,\n \"BindId\": 12,\n \"Email\": \"12***@qq.com\",\n \"CountryCode\": \"86\",\n \"Phone\": \"18***32\"\n}",
|
359
359
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
|
360
360
|
"title": "修改绑定成员邮箱"
|
361
361
|
}
|
@@ -363,7 +363,7 @@
|
|
363
363
|
"UpdateOrganizationNode": [
|
364
364
|
{
|
365
365
|
"document": "",
|
366
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateOrganizationNode\n<公共请求参数>\n\n{\n \"NodeId\":
|
366
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateOrganizationNode\n<公共请求参数>\n\n{\n \"NodeId\": 1001,\n \"Name\": \"name\",\n \"Remark\": \"remark\"\n}",
|
367
367
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b46d2afe-6893-4529-bc96-2c82d9214957\"\n }\n}",
|
368
368
|
"title": "更新企业组织节点"
|
369
369
|
}
|
@@ -718,7 +718,7 @@
|
|
718
718
|
},
|
719
719
|
{
|
720
720
|
"disabled": false,
|
721
|
-
"document": "长效session标识,当该参数为1时,session的持续时间为300s,但会一定程度上影响第一个数据包的返回速度。当InitOralProcess
|
721
|
+
"document": "长效session标识,当该参数为1时,session的持续时间为300s,但会一定程度上影响第一个数据包的返回速度。当InitOralProcess接口和TransmitOralProcess接口的IsLongLifeSession均为1时,才可生效。",
|
722
722
|
"example": "无",
|
723
723
|
"member": "int64",
|
724
724
|
"name": "IsLongLifeSession",
|
@@ -746,7 +746,7 @@
|
|
746
746
|
"example": "65",
|
747
747
|
"member": "float",
|
748
748
|
"name": "PronAccuracy",
|
749
|
-
"
|
749
|
+
"output_required": true,
|
750
750
|
"type": "float",
|
751
751
|
"value_allowed_null": false
|
752
752
|
},
|
@@ -756,7 +756,7 @@
|
|
756
756
|
"example": "0.3",
|
757
757
|
"member": "float",
|
758
758
|
"name": "PronFluency",
|
759
|
-
"
|
759
|
+
"output_required": true,
|
760
760
|
"type": "float",
|
761
761
|
"value_allowed_null": false
|
762
762
|
},
|
@@ -766,7 +766,7 @@
|
|
766
766
|
"example": "1",
|
767
767
|
"member": "float",
|
768
768
|
"name": "PronCompletion",
|
769
|
-
"
|
769
|
+
"output_required": true,
|
770
770
|
"type": "float",
|
771
771
|
"value_allowed_null": false
|
772
772
|
},
|
@@ -776,7 +776,7 @@
|
|
776
776
|
"example": "无",
|
777
777
|
"member": "WordRsp",
|
778
778
|
"name": "Words",
|
779
|
-
"
|
779
|
+
"output_required": true,
|
780
780
|
"type": "list",
|
781
781
|
"value_allowed_null": false
|
782
782
|
},
|
@@ -786,7 +786,7 @@
|
|
786
786
|
"example": "无",
|
787
787
|
"member": "string",
|
788
788
|
"name": "SessionId",
|
789
|
-
"
|
789
|
+
"output_required": true,
|
790
790
|
"type": "string",
|
791
791
|
"value_allowed_null": false
|
792
792
|
},
|
@@ -796,7 +796,7 @@
|
|
796
796
|
"example": "无",
|
797
797
|
"member": "string",
|
798
798
|
"name": "AudioUrl",
|
799
|
-
"
|
799
|
+
"output_required": true,
|
800
800
|
"type": "string",
|
801
801
|
"value_allowed_null": false
|
802
802
|
},
|
@@ -806,7 +806,7 @@
|
|
806
806
|
"example": "无",
|
807
807
|
"member": "SentenceInfo",
|
808
808
|
"name": "SentenceInfoSet",
|
809
|
-
"
|
809
|
+
"output_required": true,
|
810
810
|
"type": "list",
|
811
811
|
"value_allowed_null": false
|
812
812
|
},
|
@@ -816,7 +816,7 @@
|
|
816
816
|
"example": "无",
|
817
817
|
"member": "string",
|
818
818
|
"name": "Status",
|
819
|
-
"
|
819
|
+
"output_required": true,
|
820
820
|
"type": "string",
|
821
821
|
"value_allowed_null": false
|
822
822
|
},
|
@@ -826,7 +826,7 @@
|
|
826
826
|
"example": "65",
|
827
827
|
"member": "float",
|
828
828
|
"name": "SuggestedScore",
|
829
|
-
"
|
829
|
+
"output_required": true,
|
830
830
|
"type": "float",
|
831
831
|
"value_allowed_null": false
|
832
832
|
},
|
@@ -836,7 +836,7 @@
|
|
836
836
|
"example": "1",
|
837
837
|
"member": "int64",
|
838
838
|
"name": "RefTextId",
|
839
|
-
"
|
839
|
+
"output_required": true,
|
840
840
|
"type": "int",
|
841
841
|
"value_allowed_null": true
|
842
842
|
},
|
@@ -846,7 +846,7 @@
|
|
846
846
|
"example": "[]",
|
847
847
|
"member": "float",
|
848
848
|
"name": "KeyWordHits",
|
849
|
-
"
|
849
|
+
"output_required": true,
|
850
850
|
"type": "list",
|
851
851
|
"value_allowed_null": true
|
852
852
|
},
|
@@ -856,7 +856,7 @@
|
|
856
856
|
"example": "[]",
|
857
857
|
"member": "float",
|
858
858
|
"name": "UnKeyWordHits",
|
859
|
-
"
|
859
|
+
"output_required": true,
|
860
860
|
"type": "list",
|
861
861
|
"value_allowed_null": true
|
862
862
|
},
|
@@ -7601,6 +7601,16 @@
|
|
7601
7601
|
"type": "object",
|
7602
7602
|
"value_allowed_null": false
|
7603
7603
|
},
|
7604
|
+
{
|
7605
|
+
"disabled": false,
|
7606
|
+
"document": "等待回收的IP列表",
|
7607
|
+
"example": "[{\"Vip\":\"127.0.0.1\",\"RecycleTime\":\"2024-03-26 12:28:41\"}],]",
|
7608
|
+
"member": "OldVip",
|
7609
|
+
"name": "OldVipList",
|
7610
|
+
"output_required": true,
|
7611
|
+
"type": "list",
|
7612
|
+
"value_allowed_null": false
|
7613
|
+
},
|
7604
7614
|
{
|
7605
7615
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7606
7616
|
"member": "string",
|
@@ -14615,6 +14625,42 @@
|
|
14615
14625
|
],
|
14616
14626
|
"type": "object"
|
14617
14627
|
},
|
14628
|
+
"OldVip": {
|
14629
|
+
"document": "用于返回实例存在的未回收的ip数量",
|
14630
|
+
"members": [
|
14631
|
+
{
|
14632
|
+
"disabled": false,
|
14633
|
+
"document": "未回收的旧ip",
|
14634
|
+
"example": "127.0.0.1",
|
14635
|
+
"member": "string",
|
14636
|
+
"name": "Vip",
|
14637
|
+
"output_required": true,
|
14638
|
+
"type": "string",
|
14639
|
+
"value_allowed_null": false
|
14640
|
+
},
|
14641
|
+
{
|
14642
|
+
"disabled": false,
|
14643
|
+
"document": "ip回收时间",
|
14644
|
+
"example": "2024-03-26 12:28:41",
|
14645
|
+
"member": "string",
|
14646
|
+
"name": "RecycleTime",
|
14647
|
+
"output_required": true,
|
14648
|
+
"type": "string",
|
14649
|
+
"value_allowed_null": false
|
14650
|
+
},
|
14651
|
+
{
|
14652
|
+
"disabled": false,
|
14653
|
+
"document": "旧IP保留时间小时数\n注意:此字段可能返回 null,表示取不到有效值。",
|
14654
|
+
"example": "1",
|
14655
|
+
"member": "int64",
|
14656
|
+
"name": "OldIpRetainTime",
|
14657
|
+
"output_required": true,
|
14658
|
+
"type": "int",
|
14659
|
+
"value_allowed_null": true
|
14660
|
+
}
|
14661
|
+
],
|
14662
|
+
"usage": "out"
|
14663
|
+
},
|
14618
14664
|
"OpenInterCommunicationRequest": {
|
14619
14665
|
"document": "OpenInterCommunication请求参数结构体",
|
14620
14666
|
"members": [
|
@@ -412,7 +412,7 @@
|
|
412
412
|
{
|
413
413
|
"document": "查询实例附属属性",
|
414
414
|
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstancesAttribute\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-j8kv137v\"\n}",
|
415
|
-
"output": "{\n \"Response\": {\n \"BlockedThreshold\": 0,\n \"EventSaveDays\": 7,\n \"InstanceId\": \"mssql-j8kv137v\",\n \"RegularBackupCounts\": 0,\n \"RegularBackupEnable\": \"disable\",\n \"RegularBackupSaveDays\": 0,\n \"RegularBackupStartTime\": \"\",\n \"RegularBackupStrategy\": \"months\",\n \"RequestId\": \"9db13c19-d660-43c4-b340-7ba86b7b1470\",\n \"SSLConfig\": {\n \"Encryption\": \"disable\",\n \"SSLValidity\": 0,\n \"SSLValidityPeriod\": \"0000-00-00 00:00:00\"\n },\n \"TDEConfig\": {\n \"CertificateAttribution\": \"self\",\n \"Encryption\": \"disable\",\n \"QuoteUin\": \"\"\n },\n \"DrReadableInfo\": {\n \"SlaveStatus\": \"enable\",\n \"ReadableStatus\": \"enable\",\n \"Vip\": \"127.0.0.1\",\n \"VPort\": 1433,\n \"UniqVpcId\": \"vpc-h8a9j18\",\n \"UniqSubnetId\": \"sub-jia891k9\"\n }\n }\n}",
|
415
|
+
"output": "{\n \"Response\": {\n \"BlockedThreshold\": 0,\n \"EventSaveDays\": 7,\n \"InstanceId\": \"mssql-j8kv137v\",\n \"RegularBackupCounts\": 0,\n \"RegularBackupEnable\": \"disable\",\n \"RegularBackupSaveDays\": 0,\n \"RegularBackupStartTime\": \"\",\n \"RegularBackupStrategy\": \"months\",\n \"RequestId\": \"9db13c19-d660-43c4-b340-7ba86b7b1470\",\n \"SSLConfig\": {\n \"Encryption\": \"disable\",\n \"SSLValidity\": 0,\n \"SSLValidityPeriod\": \"0000-00-00 00:00:00\"\n },\n \"TDEConfig\": {\n \"CertificateAttribution\": \"self\",\n \"Encryption\": \"disable\",\n \"QuoteUin\": \"\"\n },\n \"DrReadableInfo\": {\n \"SlaveStatus\": \"enable\",\n \"ReadableStatus\": \"enable\",\n \"Vip\": \"127.0.0.1\",\n \"VPort\": 1433,\n \"UniqVpcId\": \"vpc-h8a9j18\",\n \"UniqSubnetId\": \"sub-jia891k9\"\n },\n \"OldVipList\": [\n {\n \"Vip\": \"127.0.0.1\",\n \"RecycleTime\": \"2024-03-26 12:28:41\"\n }\n ]\n }\n}",
|
416
416
|
"title": "查询实例mssql-j8kv137v的附属属性"
|
417
417
|
}
|
418
418
|
],
|
@@ -97,9 +97,15 @@
|
|
97
97
|
"DeployCertificateInstance": [
|
98
98
|
{
|
99
99
|
"document": "证书部署到clb云资源实例列表, 若部署的监听器开启了SNI,则InstanceIdList传参需要到域名, 若未开启SNI, InstanceIdList只需要到监听器",
|
100
|
-
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployCertificateInstance\n<公共请求参数>\n\n{\n \"CertificateId\": \"vyRlKIeI\",\n \"InstanceIdList\": [\n \"lb-pk278gkq|lbl-2yju432e\",\n \"lb-mmgz14kg|lbl-5q6yn03o|
|
100
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployCertificateInstance\n<公共请求参数>\n\n{\n \"CertificateId\": \"vyRlKIeI\",\n \"InstanceIdList\": [\n \"lb-pk278gkq|lbl-2yju432e\",\n \"lb-mmgz14kg|lbl-5q6yn03o|clb1.ninghhuang.top\"\n ],\n \"ResourceType\": \"clb\"\n}",
|
101
101
|
"output": "{\n \"Response\": {\n \"DeployRecordId\": 1,\n \"DeployStatus\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
102
102
|
"title": "证书部署到clb云资源实例列表"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"document": "证书部署到cdn云资源域名列表",
|
106
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployCertificateInstance\n<公共请求参数>\n\n{\n \"CertificateId\": \"vyRlKIeI\",\n \"InstanceIdList\": [\n \"cdn1.ninghhuang.top\",\n \"cdn2.ninghhuang.top\"\n ],\n \"ResourceType\": \"cdn\"\n}",
|
107
|
+
"output": "{\n \"Response\": {\n \"DeployRecordId\": 1,\n \"DeployStatus\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
108
|
+
"title": "证书部署到cdn云资源实例列表"
|
103
109
|
}
|
104
110
|
],
|
105
111
|
"DeployCertificateRecordRetry": [
|
@@ -1925,7 +1925,7 @@
|
|
1925
1925
|
"type": "object"
|
1926
1926
|
},
|
1927
1927
|
{
|
1928
|
-
"disabled":
|
1928
|
+
"disabled": true,
|
1929
1929
|
"document": "启动命令",
|
1930
1930
|
"example": "sh start.sh",
|
1931
1931
|
"member": "string",
|
@@ -1986,6 +1986,15 @@
|
|
1986
1986
|
"name": "CallbackUrl",
|
1987
1987
|
"required": false,
|
1988
1988
|
"type": "string"
|
1989
|
+
},
|
1990
|
+
{
|
1991
|
+
"disabled": false,
|
1992
|
+
"document": "以Base64方式编码的启动命令。假设启动命令是/app/run.sh,则此处输入参数应该为L2FwcC9ydW4uc2g=。",
|
1993
|
+
"example": "L2FwcC9ydW4uc2g=",
|
1994
|
+
"member": "string",
|
1995
|
+
"name": "StartCmdBase64",
|
1996
|
+
"required": false,
|
1997
|
+
"type": "string"
|
1989
1998
|
}
|
1990
1999
|
],
|
1991
2000
|
"type": "object"
|
@@ -2404,7 +2413,7 @@
|
|
2404
2413
|
},
|
2405
2414
|
{
|
2406
2415
|
"disabled": false,
|
2407
|
-
"document": "
|
2416
|
+
"document": "服务的启动命令,如遇特殊字符导致配置失败,可使用CommandBase64参数",
|
2408
2417
|
"example": "无",
|
2409
2418
|
"member": "string",
|
2410
2419
|
"name": "Command",
|
@@ -2419,6 +2428,15 @@
|
|
2419
2428
|
"name": "ServiceEIP",
|
2420
2429
|
"required": false,
|
2421
2430
|
"type": "object"
|
2431
|
+
},
|
2432
|
+
{
|
2433
|
+
"disabled": false,
|
2434
|
+
"document": "服务的启动命令,以base64格式进行输入",
|
2435
|
+
"example": "无",
|
2436
|
+
"member": "string",
|
2437
|
+
"name": "CommandBase64",
|
2438
|
+
"required": false,
|
2439
|
+
"type": "string"
|
2422
2440
|
}
|
2423
2441
|
],
|
2424
2442
|
"type": "object"
|
@@ -9695,7 +9713,7 @@
|
|
9695
9713
|
},
|
9696
9714
|
{
|
9697
9715
|
"disabled": false,
|
9698
|
-
"document": "
|
9716
|
+
"document": "服务的启动命令,如遇特殊字符导致配置失败,可使用CommandBase64参数",
|
9699
9717
|
"example": "无",
|
9700
9718
|
"member": "string",
|
9701
9719
|
"name": "Command",
|
@@ -9710,6 +9728,15 @@
|
|
9710
9728
|
"name": "ServiceEIP",
|
9711
9729
|
"required": false,
|
9712
9730
|
"type": "object"
|
9731
|
+
},
|
9732
|
+
{
|
9733
|
+
"disabled": false,
|
9734
|
+
"document": "服务的启动命令,以base64格式进行输入",
|
9735
|
+
"example": "无",
|
9736
|
+
"member": "string",
|
9737
|
+
"name": "CommandBase64",
|
9738
|
+
"required": false,
|
9739
|
+
"type": "string"
|
9713
9740
|
}
|
9714
9741
|
],
|
9715
9742
|
"type": "object"
|
@@ -11492,6 +11519,7 @@
|
|
11492
11519
|
"example": "1000",
|
11493
11520
|
"member": "uint64",
|
11494
11521
|
"name": "Cpu",
|
11522
|
+
"output_required": true,
|
11495
11523
|
"required": true,
|
11496
11524
|
"type": "int",
|
11497
11525
|
"value_allowed_null": true
|
@@ -11502,6 +11530,7 @@
|
|
11502
11530
|
"example": "256",
|
11503
11531
|
"member": "uint64",
|
11504
11532
|
"name": "Memory",
|
11533
|
+
"output_required": true,
|
11505
11534
|
"required": true,
|
11506
11535
|
"type": "int",
|
11507
11536
|
"value_allowed_null": true
|
@@ -11512,6 +11541,7 @@
|
|
11512
11541
|
"example": "100",
|
11513
11542
|
"member": "uint64",
|
11514
11543
|
"name": "Gpu",
|
11544
|
+
"output_required": true,
|
11515
11545
|
"required": false,
|
11516
11546
|
"type": "int",
|
11517
11547
|
"value_allowed_null": true
|
@@ -11522,6 +11552,7 @@
|
|
11522
11552
|
"example": "none",
|
11523
11553
|
"member": "string",
|
11524
11554
|
"name": "GpuType",
|
11555
|
+
"output_required": true,
|
11525
11556
|
"required": false,
|
11526
11557
|
"type": "string",
|
11527
11558
|
"value_allowed_null": true
|
@@ -11532,6 +11563,7 @@
|
|
11532
11563
|
"example": "50",
|
11533
11564
|
"member": "uint64",
|
11534
11565
|
"name": "RealGpu",
|
11566
|
+
"output_required": true,
|
11535
11567
|
"required": false,
|
11536
11568
|
"type": "int",
|
11537
11569
|
"value_allowed_null": false
|
@@ -11542,6 +11574,7 @@
|
|
11542
11574
|
"example": "{}",
|
11543
11575
|
"member": "GpuDetail",
|
11544
11576
|
"name": "RealGpuDetailSet",
|
11577
|
+
"output_required": true,
|
11545
11578
|
"required": false,
|
11546
11579
|
"type": "list",
|
11547
11580
|
"value_allowed_null": false
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"CreateBatchTask": [
|
20
20
|
{
|
21
21
|
"document": "批量预测示例请求",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchTask\n<公共请求参数>\n\n{\n \"BatchTaskName\": \"task-xx\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"ResourceGroupId\": \"trsg-c7xxxx\",\n \"ResourceConfigInfo\": {\n \"Role\": \"WORKER\",\n \"Cpu\": 1,\n \"Memory\": 1,\n \"GpuType\": \"A\",\n \"Gpu\": 1,\n \"InstanceType\": \"TI.S.LARGE.POST-XXX\",\n \"InstanceNum\": 1\n },\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"def\"\n }\n ],\n \"ModelInfo\": {\n \"ModelId\": \"abc-id\",\n \"ModelName\": \"Pytorch\",\n \"ModelVersionId\": \"mv-v2-abcdef\",\n \"ModelVersion\": \"v2\",\n \"ModelSource\": \"cos\",\n \"CosPathInfo\": {\n \"Bucket\": \"test-sh-123\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"test/model\"\n ]\n },\n \"AlgorithmFramework\": \"torch\",\n \"ModelType\": \"ACCELERATE\"\n },\n \"ImageInfo\": {\n \"ImageType\": \"CCR\",\n \"ImageUrl\": \"ccr.tencentyun.com/a/b/c\",\n \"RegistryRegion\": \"\",\n \"RegistryId\": \"\"\n },\n \"CodePackage\": {\n \"Bucket\": \"testbkt-1234\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"test/model/code_Path\"\n ]\n },\n \"StartCmd\": \"python3 /opt/ml/code/model_service.py\",\n \"DataConfigs\": [\n {\n \"MappingPath\": \"\",\n \"DataSourceType\": \"\",\n \"DataSetSource\": {\n \"Id\": \"12345678\"\n },\n \"COSSource\": {\n \"Bucket\": \"test-bkt-1234\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"test/data/\"\n ]\n },\n \"CFSSource\": {\n \"Id\": \"12345\",\n \"Path\": \"/data\"\n },\n \"HDFSSource\": {\n \"Id\": \"12345\",\n \"Path\": \"test/hdfs_path/\"\n }\n }\n ],\n \"Outputs\": [\n {\n \"MappingPath\": \"\",\n \"DataSourceType\": \"cos\",\n \"DataSetSource\": {\n \"Id\": \"ds-12345-xx\"\n },\n \"COSSource\": {\n \"Bucket\": \"testbkt-12345\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"tests/outputs/\"\n ]\n },\n \"CFSSource\": {\n \"Id\": \"\",\n \"Path\": \"\"\n },\n \"HDFSSource\": {\n \"Id\": \"\",\n \"Path\": \"\"\n }\n }\n ],\n \"LogEnable\": true,\n \"LogConfig\": {\n \"LogsetId\": \"123456\",\n \"TopicId\": \"topic-12345\"\n },\n \"VpcId\": \"12345\",\n \"SubnetId\": \"12345\",\n \"Remark\": \"\",\n \"CallbackUrl\": \"\"\n}",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchTask\n<公共请求参数>\n\n{\n \"BatchTaskName\": \"task-xx\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"ResourceGroupId\": \"trsg-c7xxxx\",\n \"ResourceConfigInfo\": {\n \"Role\": \"WORKER\",\n \"Cpu\": 1,\n \"Memory\": 1,\n \"GpuType\": \"A\",\n \"Gpu\": 1,\n \"InstanceType\": \"TI.S.LARGE.POST-XXX\",\n \"InstanceNum\": 1\n },\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"def\"\n }\n ],\n \"ModelInfo\": {\n \"ModelId\": \"abc-id\",\n \"ModelName\": \"Pytorch\",\n \"ModelVersionId\": \"mv-v2-abcdef\",\n \"ModelVersion\": \"v2\",\n \"ModelSource\": \"cos\",\n \"CosPathInfo\": {\n \"Bucket\": \"test-sh-123\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"test/model\"\n ]\n },\n \"AlgorithmFramework\": \"torch\",\n \"ModelType\": \"ACCELERATE\"\n },\n \"ImageInfo\": {\n \"ImageType\": \"CCR\",\n \"ImageUrl\": \"ccr.tencentyun.com/a/b/c\",\n \"RegistryRegion\": \"\",\n \"RegistryId\": \"\"\n },\n \"CodePackage\": {\n \"Bucket\": \"testbkt-1234\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"test/model/code_Path\"\n ]\n },\n \"StartCmd\": \"python3 /opt/ml/code/model_service.py\",\n \"StartCmdBase64\": \"L2FwcC9ydW4uc2g=\",\n \"DataConfigs\": [\n {\n \"MappingPath\": \"\",\n \"DataSourceType\": \"\",\n \"DataSetSource\": {\n \"Id\": \"12345678\"\n },\n \"COSSource\": {\n \"Bucket\": \"test-bkt-1234\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"test/data/\"\n ]\n },\n \"CFSSource\": {\n \"Id\": \"12345\",\n \"Path\": \"/data\"\n },\n \"HDFSSource\": {\n \"Id\": \"12345\",\n \"Path\": \"test/hdfs_path/\"\n }\n }\n ],\n \"Outputs\": [\n {\n \"MappingPath\": \"\",\n \"DataSourceType\": \"cos\",\n \"DataSetSource\": {\n \"Id\": \"ds-12345-xx\"\n },\n \"COSSource\": {\n \"Bucket\": \"testbkt-12345\",\n \"Region\": \"ap-shanghai\",\n \"Paths\": [\n \"tests/outputs/\"\n ]\n },\n \"CFSSource\": {\n \"Id\": \"\",\n \"Path\": \"\"\n },\n \"HDFSSource\": {\n \"Id\": \"\",\n \"Path\": \"\"\n }\n }\n ],\n \"LogEnable\": true,\n \"LogConfig\": {\n \"LogsetId\": \"123456\",\n \"TopicId\": \"topic-12345\"\n },\n \"VpcId\": \"12345\",\n \"SubnetId\": \"12345\",\n \"Remark\": \"\",\n \"CallbackUrl\": \"\"\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"BatchTaskId\": \"task-123-xx\",\n \"RequestId\": \"abcdef-1234\"\n }\n}",
|
24
24
|
"title": "CreateBatchTask"
|
25
25
|
}
|