tccli 3.0.1347.1__py2.py3-none-any.whl → 3.0.1349.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 -76
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/{smpn/smpn_client.py → ai3d/ai3d_client.py} +17 -17
- tccli/services/ai3d/v20250513/api.json +239 -0
- tccli/services/ai3d/v20250513/examples.json +21 -0
- tccli/services/aiart/v20221229/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +11 -0
- tccli/services/batch/v20170312/api.json +44 -0
- tccli/services/cdb/v20170320/api.json +8 -8
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -5
- tccli/services/cdwdoris/v20211228/api.json +145 -7
- tccli/services/cfg/v20210820/api.json +20 -0
- tccli/services/cfs/v20190719/api.json +10 -10
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +272 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/csip/csip_client.py +833 -144
- tccli/services/csip/v20221121/api.json +3304 -1436
- tccli/services/csip/v20221121/examples.json +104 -0
- tccli/services/cvm/v20170312/api.json +64 -1
- tccli/services/cwp/v20180228/api.json +9 -0
- tccli/services/cwp/v20180228/examples.json +6 -0
- tccli/services/emr/v20190103/api.json +217 -2
- tccli/services/es/v20250101/api.json +22 -0
- tccli/services/ess/v20201111/api.json +10 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +38 -0
- tccli/services/igtm/igtm_client.py +159 -0
- tccli/services/igtm/v20231024/api.json +577 -0
- tccli/services/igtm/v20231024/examples.json +24 -0
- tccli/services/iotexplorer/v20190423/api.json +3 -3
- tccli/services/lcic/lcic_client.py +53 -0
- tccli/services/lcic/v20220817/api.json +53 -0
- tccli/services/lcic/v20220817/examples.json +8 -0
- tccli/services/live/v20180801/api.json +203 -1
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +248 -2
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +10 -0
- tccli/services/nlp/nlp_client.py +4 -322
- tccli/services/nlp/v20190408/api.json +0 -459
- tccli/services/nlp/v20190408/examples.json +0 -48
- tccli/services/ocr/v20181119/api.json +97 -11
- tccli/services/omics/v20221128/api.json +38 -0
- tccli/services/redis/v20180412/api.json +6 -6
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/ses/v20201002/api.json +100 -5
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +19 -0
- tccli/services/teo/teo_client.py +281 -16
- tccli/services/teo/v20220901/api.json +611 -6
- tccli/services/teo/v20220901/examples.json +48 -2
- tccli/services/tione/v20211111/api.json +16 -0
- tccli/services/tke/tke_client.py +57 -4
- tccli/services/tke/v20180525/api.json +24 -24
- tccli/services/tke/v20220501/api.json +52 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tmt/v20180321/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +4 -4
- tccli/services/vclm/v20240523/api.json +3 -3
- tccli/services/vod/v20180717/api.json +5 -5
- tccli/services/vod/v20180717/examples.json +9 -9
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/vrs/v20200824/api.json +1 -1
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/RECORD +73 -171
- tccli/services/cis/__init__.py +0 -4
- tccli/services/cis/cis_client.py +0 -525
- tccli/services/cis/v20180408/api.json +0 -737
- tccli/services/cis/v20180408/examples.json +0 -93
- tccli/services/dataintegration/__init__.py +0 -4
- tccli/services/dataintegration/dataintegration_client.py +0 -207
- tccli/services/dataintegration/v20220613/api.json +0 -87
- tccli/services/dataintegration/v20220613/examples.json +0 -13
- tccli/services/dtf/__init__.py +0 -4
- tccli/services/dtf/dtf_client.py +0 -207
- tccli/services/dtf/v20200506/api.json +0 -274
- tccli/services/dtf/v20200506/examples.json +0 -13
- tccli/services/gpm/__init__.py +0 -4
- tccli/services/gpm/gpm_client.py +0 -1108
- tccli/services/gpm/v20200820/api.json +0 -1959
- tccli/services/gpm/v20200820/examples.json +0 -149
- tccli/services/gse/__init__.py +0 -4
- tccli/services/gse/gse_client.py +0 -4076
- tccli/services/gse/v20191112/api.json +0 -7095
- tccli/services/gse/v20191112/examples.json +0 -615
- tccli/services/iecp/__init__.py +0 -4
- tccli/services/iecp/iecp_client.py +0 -4500
- tccli/services/iecp/v20210914/api.json +0 -9770
- tccli/services/iecp/v20210914/examples.json +0 -691
- tccli/services/iir/__init__.py +0 -4
- tccli/services/iir/iir_client.py +0 -207
- tccli/services/iir/v20200417/api.json +0 -204
- tccli/services/iir/v20200417/examples.json +0 -13
- tccli/services/iottid/__init__.py +0 -4
- tccli/services/iottid/iottid_client.py +0 -631
- tccli/services/iottid/v20190411/api.json +0 -553
- tccli/services/iottid/v20190411/examples.json +0 -95
- tccli/services/mgobe/__init__.py +0 -4
- tccli/services/mgobe/mgobe_client.py +0 -530
- tccli/services/mgobe/v20190929/api.json +0 -52
- tccli/services/mgobe/v20190929/examples.json +0 -13
- tccli/services/mgobe/v20201014/api.json +0 -671
- tccli/services/mgobe/v20201014/examples.json +0 -61
- tccli/services/mvj/__init__.py +0 -4
- tccli/services/mvj/mvj_client.py +0 -207
- tccli/services/mvj/v20190926/api.json +0 -123
- tccli/services/mvj/v20190926/examples.json +0 -19
- tccli/services/pds/__init__.py +0 -4
- tccli/services/pds/pds_client.py +0 -260
- tccli/services/pds/v20210701/api.json +0 -193
- tccli/services/pds/v20210701/examples.json +0 -21
- tccli/services/smpn/__init__.py +0 -4
- tccli/services/smpn/v20190822/api.json +0 -191
- tccli/services/smpn/v20190822/examples.json +0 -21
- tccli/services/solar/__init__.py +0 -4
- tccli/services/solar/solar_client.py +0 -1055
- tccli/services/solar/v20181011/api.json +0 -1760
- tccli/services/solar/v20181011/examples.json +0 -125
- tccli/services/tan/__init__.py +0 -4
- tccli/services/tan/tan_client.py +0 -207
- tccli/services/tan/v20220420/api.json +0 -65
- tccli/services/tan/v20220420/examples.json +0 -19
- tccli/services/tav/__init__.py +0 -4
- tccli/services/tav/tav_client.py +0 -366
- tccli/services/tav/v20190118/api.json +0 -262
- tccli/services/tav/v20190118/examples.json +0 -37
- tccli/services/tbm/__init__.py +0 -4
- tccli/services/tbm/tbm_client.py +0 -631
- tccli/services/tbm/v20180129/api.json +0 -1037
- tccli/services/tbm/v20180129/examples.json +0 -77
- tccli/services/tcex/__init__.py +0 -4
- tccli/services/tcex/tcex_client.py +0 -260
- tccli/services/tcex/v20200727/api.json +0 -158
- tccli/services/tcex/v20200727/examples.json +0 -21
- tccli/services/tci/__init__.py +0 -4
- tccli/services/tci/tci_client.py +0 -2327
- tccli/services/tci/v20190318/api.json +0 -4958
- tccli/services/tci/v20190318/examples.json +0 -333
- tccli/services/tic/__init__.py +0 -4
- tccli/services/tic/tic_client.py +0 -843
- tccli/services/tic/v20201117/api.json +0 -1067
- tccli/services/tic/v20201117/examples.json +0 -121
- tccli/services/ticm/__init__.py +0 -4
- tccli/services/ticm/ticm_client.py +0 -313
- tccli/services/ticm/v20181127/api.json +0 -1391
- tccli/services/ticm/v20181127/examples.json +0 -53
- tccli/services/tics/__init__.py +0 -4
- tccli/services/tics/tics_client.py +0 -366
- tccli/services/tics/v20181115/api.json +0 -694
- tccli/services/tics/v20181115/examples.json +0 -37
- tccli/services/tiems/__init__.py +0 -4
- tccli/services/tiems/tiems_client.py +0 -1479
- tccli/services/tiems/v20190416/api.json +0 -3144
- tccli/services/tiems/v20190416/examples.json +0 -217
- tccli/services/trdp/__init__.py +0 -4
- tccli/services/trdp/trdp_client.py +0 -207
- tccli/services/trdp/v20220726/api.json +0 -843
- tccli/services/trdp/v20220726/examples.json +0 -13
- tccli/services/ump/__init__.py +0 -4
- tccli/services/ump/ump_client.py +0 -1055
- tccli/services/ump/v20200918/api.json +0 -2168
- tccli/services/ump/v20200918/examples.json +0 -141
- tccli/services/youmall/__init__.py +0 -4
- tccli/services/youmall/v20180228/api.json +0 -3572
- tccli/services/youmall/v20180228/examples.json +0 -313
- tccli/services/youmall/youmall_client.py +0 -1797
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,6 +8,22 @@
|
|
8
8
|
"title": "新用户加入通知"
|
9
9
|
}
|
10
10
|
],
|
11
|
+
"CreateAccessKeyCheckTask": [
|
12
|
+
{
|
13
|
+
"document": "",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccessKeyCheckTask\n<公共请求参数>\n\n{\n \"RiskIDList\": [\n 12\n ]\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Code\": 0,\n \"Msg\": \"create check task success\",\n \"RequestId\": \"d6372275-50d1-419b-b7f9-5f4208695bf7\"\n }\n}",
|
16
|
+
"title": "1"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"CreateAccessKeySyncTask": [
|
20
|
+
{
|
21
|
+
"document": "",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccessKeySyncTask\n<公共请求参数>\n\n{}",
|
23
|
+
"output": "{\n \"Response\": {\n \"Code\": 0,\n \"Msg\": \"success\",\n \"RequestId\": \"eee4250f-65c4-48ff-92f0-d0e8ef78829e\",\n \"TaskID\": 10281\n }\n}",
|
24
|
+
"title": "1"
|
25
|
+
}
|
26
|
+
],
|
11
27
|
"CreateDomainAndIp": [
|
12
28
|
{
|
13
29
|
"document": "",
|
@@ -40,6 +56,30 @@
|
|
40
56
|
"title": "删除风险中心扫描任务"
|
41
57
|
}
|
42
58
|
],
|
59
|
+
"DescribeAbnormalCallRecord": [
|
60
|
+
{
|
61
|
+
"document": "",
|
62
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAbnormalCallRecord\n<公共请求参数>\n\n{\n \"AlarmRuleID\": 10007,\n \"Filter\": {\n \"Limit\": 1\n }\n}",
|
63
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"AKID6*******tZBU1Hi\",\n \"AccessKeyID\": 10093,\n \"AccessKeyRemark\": \"飞快的云镜-临时密钥\",\n \"AppID\": 1256299843,\n \"CallCount\": 50,\n \"CallID\": \"13\",\n \"Code\": 0,\n \"Date\": \"2025-02-26 00:00:00\",\n \"EventName\": \"ListAccessKeys\",\n \"EventType\": 1,\n \"FirstCallTime\": \"2025-02-26 23:37:59\",\n \"IPType\": 1,\n \"InstanceID\": \"\",\n \"InstanceName\": \"\",\n \"LastCallTime\": \"2025-02-26 23:39:46\",\n \"PolicySet\": [],\n \"ProductName\": \"cam\",\n \"Region\": \"\",\n \"SourceIP\": \"30.49.109.154\",\n \"SourceIPRemark\": \"\",\n \"UserName\": \"100024699394\",\n \"UserType\": \"AssumedRole\"\n }\n ],\n \"RequestId\": \"1a431738-b670-4c86-94c1-cae98e11af64\",\n \"Total\": 2\n }\n}",
|
64
|
+
"title": "1"
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"DescribeAccessKeyAlarm": [
|
68
|
+
{
|
69
|
+
"document": "",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyAlarm\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 1\n }\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"TEMP_AK\",\n \"AccessKeyID\": 10093,\n \"AccessKeyRemark\": \"飞快的云镜-临时密钥\",\n \"AlarmRuleID\": 94865,\n \"AlarmType\": 0,\n \"AppID\": 1256299843,\n \"Date\": \"2025-03-13\",\n \"ID\": 10185,\n \"LastAlarmTime\": \"2025-03-13 16:50:44\",\n \"Level\": 5,\n \"Name\": \"可疑IP调用高危接口\",\n \"Nickname\": \"飞快的云镜\",\n \"Status\": 0,\n \"SubNickname\": \"飞快的云镜\",\n \"SubUin\": \"100004506473\",\n \"Tag\": [],\n \"Type\": 2,\n \"Uin\": \"100004506473\"\n }\n ],\n \"RequestId\": \"1249df92-930b-4574-a517-45dc70580764\",\n \"Total\": 28\n }\n}",
|
72
|
+
"title": "1"
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"DescribeAccessKeyAlarmDetail": [
|
76
|
+
{
|
77
|
+
"document": "",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyAlarmDetail\n<公共请求参数>\n\n{\n \"ID\": 10007\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"AlarmInfo\": {\n \"AccessKey\": \"TEMP_AK\",\n \"AccessKeyID\": 10093,\n \"AccessKeyRemark\": \"飞快的云镜-临时密钥\",\n \"AlarmRuleID\": 10969,\n \"AlarmType\": 0,\n \"AppID\": 1256299843,\n \"Date\": \"2025-02-26\",\n \"ID\": 10007,\n \"LastAlarmTime\": \"2025-02-26 23:50:04\",\n \"Level\": 4,\n \"Name\": \"非控制台方式调用高危接口\",\n \"Nickname\": \"飞快的云镜\",\n \"Status\": 0,\n \"SubNickname\": \"飞快的云镜\",\n \"SubUin\": \"100004506473\",\n \"Tag\": [],\n \"Type\": 2,\n \"Uin\": \"100004506473\"\n },\n \"CamCount\": 1111,\n \"RequestId\": \"e33bc9ad-0496-49de-a76b-940f2d6027bb\",\n \"RiskCount\": 0\n }\n}",
|
80
|
+
"title": "1"
|
81
|
+
}
|
82
|
+
],
|
43
83
|
"DescribeAccessKeyAsset": [
|
44
84
|
{
|
45
85
|
"document": "",
|
@@ -54,6 +94,38 @@
|
|
54
94
|
"title": "1"
|
55
95
|
}
|
56
96
|
],
|
97
|
+
"DescribeAccessKeyRisk": [
|
98
|
+
{
|
99
|
+
"document": "",
|
100
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyRisk\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 1\n }\n}",
|
101
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"AKIDX***13DJ\",\n \"AccessKeyID\": 10075,\n \"AccessKeyRemark\": \"test\",\n \"AppID\": 1256299843,\n \"CheckStatus\": 0,\n \"Description\": \"应该删除长期未使用AK密钥,即使AK被禁用了也应该删除\",\n \"Evidence\": \"\",\n \"ID\": 141,\n \"Level\": 4,\n \"Name\": \"应该删除长期未使用AK密钥\",\n \"Nickname\": \"飞快的云镜\",\n \"RiskRuleID\": 2,\n \"RiskTime\": \"2025-03-13 14:01:30\",\n \"RiskType\": 0,\n \"Status\": 0,\n \"SubNickname\": \"dorahe\",\n \"SubUin\": \"100030819418\",\n \"Tag\": [],\n \"Type\": 1,\n \"Uin\": \"100004506473\"\n }\n ],\n \"RequestId\": \"927e370e-9aeb-454e-9854-32224937c581\",\n \"Total\": 142\n }\n}",
|
102
|
+
"title": "1"
|
103
|
+
}
|
104
|
+
],
|
105
|
+
"DescribeAccessKeyRiskDetail": [
|
106
|
+
{
|
107
|
+
"document": "",
|
108
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyRiskDetail\n<公共请求参数>\n\n{\n \"ID\": 7\n}",
|
109
|
+
"output": "{\n \"Response\": {\n \"AlarmCount\": 0,\n \"CamCount\": 3,\n \"RequestId\": \"9e9119de-b50e-4011-830d-7d0e698e29b7\",\n \"RiskInfo\": {\n \"AccessKey\": \"AKID******\",\n \"AccessKeyID\": 10066,\n \"AccessKeyRemark\": \"\",\n \"AppID\": 100001,\n \"CheckStatus\": 0,\n \"Description\": \"应该对私有网络(VPC)的操作权限进行收敛,不应拥有如下敏感接口权限:CreateCcnRouteTables, CreateNatGatewayDestinationIpPortTranslationNatRule, CreateNatGatewaySourceIpTranslationNatRule, CreateSecurityGroup, CreateSecurityGroupWithPolicies, CreateVpcEndPoint, CreateVpcPeeringConnection\",\n \"Evidence\": \"vpc:*\",\n \"ID\": 7,\n \"Level\": 4,\n \"Name\": \"应该对私有网络(VPC)的操作权限进行收敛\",\n \"Nickname\": \"name\",\n \"RiskRuleID\": 28,\n \"RiskTime\": \"2025-03-13 14:00:43\",\n \"RiskType\": 0,\n \"Status\": 0,\n \"SubNickname\": \"name\",\n \"SubUin\": \"1000001\",\n \"Tag\": [],\n \"Type\": 1,\n \"Uin\": \"100001\"\n }\n }\n}",
|
110
|
+
"title": "查询AccessKey风险详情"
|
111
|
+
}
|
112
|
+
],
|
113
|
+
"DescribeAccessKeyUserDetail": [
|
114
|
+
{
|
115
|
+
"document": "",
|
116
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyUserDetail\n<公共请求参数>\n\n{\n \"SubUin\": \"1000***1**78\"\n}",
|
117
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"85ffe508-b4a0-4125-b2b5-b78519c30d69\",\n \"User\": {\n \"AccessKeyAlarmList\": [],\n \"AccessKeyRiskList\": [\n {\n \"Count\": 6,\n \"Type\": 0\n }\n ],\n \"AccessType\": 1,\n \"ActionFlag\": 0,\n \"Advice\": 2,\n \"AppID\": 1300008,\n \"CheckStatus\": 0,\n \"ID\": 200637,\n \"ISP\": \"电信\",\n \"LoginFlag\": 0,\n \"LoginIP\": \"119.147.10.163\",\n \"LoginLocation\": \"中国-广东省-深圳市\",\n \"LoginTime\": \"2025-05-22 10:45:34\",\n \"Name\": \"cfw-test\",\n \"Nickname\": \"天空之蓝\",\n \"SubNickname\": \"cfw-test\",\n \"SubUin\": \"1000***1**78\",\n \"Type\": 1,\n \"Uin\": \"1000*****18\"\n }\n }\n}",
|
118
|
+
"title": "1"
|
119
|
+
}
|
120
|
+
],
|
121
|
+
"DescribeAccessKeyUserList": [
|
122
|
+
{
|
123
|
+
"document": "",
|
124
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyUserList\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 1\n }\n}",
|
125
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKeyAlarmList\": [\n {\n \"Count\": 12,\n \"Type\": 0\n }\n ],\n \"AccessKeyRiskList\": [\n {\n \"Count\": 1,\n \"Type\": 0\n }\n ],\n \"AccessType\": 1,\n \"ActionFlag\": 0,\n \"Advice\": 1,\n \"AppID\": 13000008,\n \"CheckStatus\": 0,\n \"ID\": 200631,\n \"ISP\": \"电信\",\n \"LoginFlag\": 0,\n \"LoginIP\": \"113.108.**.73\",\n \"LoginLocation\": \"中国-广东省-深圳市\",\n \"LoginTime\": \"2025-05-07 15:21:05\",\n \"Name\": \"jose***li_blue\",\n \"Nickname\": \"天空之蓝\",\n \"SubNickname\": \"josephlkli_blue\",\n \"SubUin\": \"1000***72635\",\n \"Type\": 1,\n \"Uin\": \"1000***6646\"\n }\n ],\n \"RequestId\": \"fabb0428-3853-46df-b473-afbc7021fed4\",\n \"Total\": 22\n }\n}",
|
126
|
+
"title": "1"
|
127
|
+
}
|
128
|
+
],
|
57
129
|
"DescribeAlertList": [
|
58
130
|
{
|
59
131
|
"document": "",
|
@@ -276,6 +348,14 @@
|
|
276
348
|
"title": "仓库镜像列表"
|
277
349
|
}
|
278
350
|
],
|
351
|
+
"DescribeRiskCallRecord": [
|
352
|
+
{
|
353
|
+
"document": "",
|
354
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskCallRecord\n<公共请求参数>\n\n{\n \"RiskID\": 10091\n}",
|
355
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"CallCount\": 0,\n \"EventDescCN\": \"卸载主机安全客户端\",\n \"EventDescEN\": \"DeleteMachine\",\n \"EventName\": \"DeleteMachine\",\n \"ProductName\": \"cwp\",\n \"ProductNameCN\": \"主机安全\"\n }\n ],\n \"RequestId\": \"728a0b3b-230d-468e-a10a-f6e7a56c0056\",\n \"Total\": 1\n }\n}",
|
356
|
+
"title": "1"
|
357
|
+
}
|
358
|
+
],
|
279
359
|
"DescribeRiskCenterAssetViewCFGRiskList": [
|
280
360
|
{
|
281
361
|
"document": "获取资产视角的配置风险列表",
|
@@ -460,6 +540,14 @@
|
|
460
540
|
"title": "test"
|
461
541
|
}
|
462
542
|
],
|
543
|
+
"DescribeUserCallRecord": [
|
544
|
+
{
|
545
|
+
"document": "",
|
546
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserCallRecord\n<公共请求参数>\n\n{\n \"SubUin\": \"100021372635\",\n \"Filter\": {\n \"Limit\": 1\n }\n}",
|
547
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AppID\": 0,\n \"CallCount\": 5941,\n \"Code\": 0,\n \"Date\": \"\",\n \"EventType\": 1,\n \"FirstCallTime\": \"2025-05-16 00:01:44\",\n \"ISP\": \"腾讯云\",\n \"LastCallTime\": \"2025-05-22 11:09:39\",\n \"Region\": \"中国-广东省-广州市\",\n \"SourceIP\": \"106.55.***.47\",\n \"SourceIPRemark\": \"\",\n \"UserName\": \"jos***_blue\"\n }\n ],\n \"RequestId\": \"502c625d-756e-4bdb-bd5f-784d008150b5\",\n \"Total\": 76\n }\n}",
|
548
|
+
"title": "1"
|
549
|
+
}
|
550
|
+
],
|
463
551
|
"DescribeVULList": [
|
464
552
|
{
|
465
553
|
"document": "示例1",
|
@@ -548,6 +636,22 @@
|
|
548
636
|
"title": "停止扫风险中心扫描任务"
|
549
637
|
}
|
550
638
|
],
|
639
|
+
"UpdateAccessKeyAlarmStatus": [
|
640
|
+
{
|
641
|
+
"document": "",
|
642
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAccessKeyAlarmStatus\n<公共请求参数>\n\n{\n \"Status\": 0,\n \"RiskIDList\": [\n 91000005\n ]\n}",
|
643
|
+
"output": "{\n \"Response\": {\n \"Code\": 0,\n \"Msg\": \"success\",\n \"RequestId\": \"2a8b1b1e-e8c7-4b5d-8674-6881faa18a96\"\n }\n}",
|
644
|
+
"title": "1"
|
645
|
+
}
|
646
|
+
],
|
647
|
+
"UpdateAccessKeyRemark": [
|
648
|
+
{
|
649
|
+
"document": "",
|
650
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAccessKeyRemark\n<公共请求参数>\n\n{\n \"Remark\": \"这是一个备注\"\n}",
|
651
|
+
"output": "{\n \"Response\": {\n \"Code\": 0,\n \"Msg\": \"success\",\n \"RequestId\": \"0add44c1-1f33-4019-a188-9b778df1bee7\"\n }\n}",
|
652
|
+
"title": "修改备注"
|
653
|
+
}
|
654
|
+
],
|
551
655
|
"UpdateAlertStatusList": [
|
552
656
|
{
|
553
657
|
"document": "",
|
@@ -7664,6 +7664,16 @@
|
|
7664
7664
|
"output_required": true,
|
7665
7665
|
"type": "string",
|
7666
7666
|
"value_allowed_null": true
|
7667
|
+
},
|
7668
|
+
{
|
7669
|
+
"disabled": false,
|
7670
|
+
"document": "实例绑定的公网IPv6地址。",
|
7671
|
+
"example": "[\"240d:c000:f000:ac00:5460:6340:16aa:6\"]",
|
7672
|
+
"member": "string",
|
7673
|
+
"name": "PublicIPv6Addresses",
|
7674
|
+
"output_required": false,
|
7675
|
+
"type": "list",
|
7676
|
+
"value_allowed_null": false
|
7667
7677
|
}
|
7668
7678
|
],
|
7669
7679
|
"usage": "out"
|
@@ -8242,6 +8252,50 @@
|
|
8242
8252
|
"required": false,
|
8243
8253
|
"type": "string",
|
8244
8254
|
"value_allowed_null": false
|
8255
|
+
},
|
8256
|
+
{
|
8257
|
+
"disabled": false,
|
8258
|
+
"document": "线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。\n\n- BGP:常规 BGP 线路\n\n已开通静态单线IP白名单的用户,可选值:\n\n - CMCC:中国移动\n - CTCC:中国电信\n - CUCC:中国联通\n\n注意:仅部分地域支持静态单线IP。\n示例值:BGP",
|
8259
|
+
"example": "CMCC",
|
8260
|
+
"member": "string",
|
8261
|
+
"name": "InternetServiceProvider",
|
8262
|
+
"output_required": false,
|
8263
|
+
"required": false,
|
8264
|
+
"type": "string",
|
8265
|
+
"value_allowed_null": false
|
8266
|
+
},
|
8267
|
+
{
|
8268
|
+
"disabled": false,
|
8269
|
+
"document": "公网 IP 类型。\n\n- WanIP:普通公网IP。\n- HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。\n- AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。\n\n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n示例值:WanIP\n\n此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
|
8270
|
+
"example": "WanIP",
|
8271
|
+
"member": "string",
|
8272
|
+
"name": "IPv4AddressType",
|
8273
|
+
"output_required": false,
|
8274
|
+
"required": false,
|
8275
|
+
"type": "string",
|
8276
|
+
"value_allowed_null": false
|
8277
|
+
},
|
8278
|
+
{
|
8279
|
+
"disabled": false,
|
8280
|
+
"document": "弹性公网 IPv6 类型。\n- EIPv6:弹性公网 IPv6。\n- HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。\n\n如需为资源分配IPv6地址,请指定弹性公网IPv6类型。\n示例值:EIPv6\n\n此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
|
8281
|
+
"example": "EIPv6",
|
8282
|
+
"member": "string",
|
8283
|
+
"name": "IPv6AddressType",
|
8284
|
+
"output_required": false,
|
8285
|
+
"required": false,
|
8286
|
+
"type": "string",
|
8287
|
+
"value_allowed_null": false
|
8288
|
+
},
|
8289
|
+
{
|
8290
|
+
"disabled": false,
|
8291
|
+
"document": "高防包唯一ID,申请高防IP时,该字段必传。\n示例值:bgp-12345678\n",
|
8292
|
+
"example": "bgp-12345678",
|
8293
|
+
"member": "string",
|
8294
|
+
"name": "AntiDDoSPackageId",
|
8295
|
+
"output_required": false,
|
8296
|
+
"required": false,
|
8297
|
+
"type": "string",
|
8298
|
+
"value_allowed_null": false
|
8245
8299
|
}
|
8246
8300
|
],
|
8247
8301
|
"usage": "both"
|
@@ -9306,7 +9360,7 @@
|
|
9306
9360
|
},
|
9307
9361
|
{
|
9308
9362
|
"disabled": false,
|
9309
|
-
"document": "项目ID。项目可以使用[AddProject](https://cloud.tencent.com/
|
9363
|
+
"document": "项目ID。项目可以使用[AddProject](https://cloud.tencent.com/document/api/651/81952)接口创建。可通过[DescribeProject](https://cloud.tencent.com/document/product/378/4400) API返回值中的`projectId`获取。后续使用[DescribeHosts](https://cloud.tencent.com/document/api/213/16474)接口查询实例时,项目ID可用于过滤结果。",
|
9310
9364
|
"example": "0",
|
9311
9365
|
"member": "uint64",
|
9312
9366
|
"name": "ProjectId",
|
@@ -12531,6 +12585,15 @@
|
|
12531
12585
|
"required": true,
|
12532
12586
|
"type": "list"
|
12533
12587
|
},
|
12588
|
+
{
|
12589
|
+
"disabled": false,
|
12590
|
+
"document": "释放弹性IP。EIP2.0下,仅提供主网卡下首个EIP,EIP类型限定在HighQualityEIP、AntiDDoSEIP、EIPv6、HighQualityEIPv6这几种类型。默认行为不释放。\n\n示例值:true\n默认值:false",
|
12591
|
+
"example": "true",
|
12592
|
+
"member": "bool",
|
12593
|
+
"name": "ReleaseAddress",
|
12594
|
+
"required": false,
|
12595
|
+
"type": "bool"
|
12596
|
+
},
|
12534
12597
|
{
|
12535
12598
|
"disabled": false,
|
12536
12599
|
"document": "释放实例挂载的包年包月数据盘。true表示销毁实例同时释放包年包月数据盘,false表示只销毁实例。\n默认值:false",
|
@@ -34923,6 +34923,15 @@
|
|
34923
34923
|
"name": "VulId",
|
34924
34924
|
"required": true,
|
34925
34925
|
"type": "int"
|
34926
|
+
},
|
34927
|
+
{
|
34928
|
+
"disabled": false,
|
34929
|
+
"document": "兼容应用防护漏洞防御容器视角告警里漏洞详情,默认是主机视角,可选字段,Source=tcss则为容器视角漏洞详情,后端会把VulId转为主机vul_vuls里的VulId",
|
34930
|
+
"example": "tcss",
|
34931
|
+
"member": "string",
|
34932
|
+
"name": "Source",
|
34933
|
+
"required": false,
|
34934
|
+
"type": "string"
|
34926
34935
|
}
|
34927
34936
|
],
|
34928
34937
|
"type": "object"
|
@@ -2706,6 +2706,12 @@
|
|
2706
2706
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulInfoCvss\n<公共请求参数>\n\n{\n \"VulId\": \"100441\"\n}",
|
2707
2707
|
"output": "{\n \"Response\": {\n \"CveId\": \"1\",\n \"CvssScore\": 1,\n \"Description\": \"ad\",\n \"Reference\": \"fs\",\n \"VulName\": \"漏洞1\",\n \"CveInfo\": \"AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\n \"CvssScoreFloat\": 9.9,\n \"VulType\": 1,\n \"VulLevel\": 2,\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"VulId\": 100441,\n \"RepairPlan\": \"13412\",\n \"CVSS\": \"AV:L/AC:L/Au:N/C:N/I:P/A:N\",\n \"Labels\": \"tag1,tag2\",\n \"DefenseAttackCount\": 1,\n \"SuccessFixCount\": 1,\n \"FixSwitch\": 0,\n \"PublicDate\": \"2020-12-30:00:00:00\"\n }\n}",
|
2708
2708
|
"title": "漏洞详情,带CVSS版本"
|
2709
|
+
},
|
2710
|
+
{
|
2711
|
+
"document": "漏洞防御容器视角漏洞详情",
|
2712
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulInfoCvss\n<公共请求参数>\n\n{\n \"VulId\": 396620,\n \"Source\": \"tcss\"\n}",
|
2713
|
+
"output": "{\n \"Response\": {\n \"CVSS\": \"AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\n \"CveId\": \"CVE-2023-25194\",\n \"CveInfo\": \"\",\n \"CvssScore\": 9,\n \"CvssScoreFloat\": 8.8,\n \"DefenseAttackCount\": 0,\n \"Description\": \"Kafka 是 Apache 软件基金会的一种分布式的、基于发布/订阅的消息系统,可以处理消费者在网站中的所有动作流数据。Kafka Connect 是一种工具,用于在 Apache Kafka 和其他数据系统之间以可扩展且可靠的方式传输数据。Kafka 2.3.0 至 3.3.2 版本中,具有 Kafka Connect worker 访问权限且可以创建/修改 Connect 的攻击者可通过将 Connect 的任意 Kafka 客户端的 sasl.jaas.config 属性设置为 com.sun.security.auth.module.JndiLoginModule(此操作可通过 producer.override.sasl.jaas.config 、consumer.override.sasl.jaas.config 或 admin.override.sasl.jaas.config 属性完成),进而可将 Connect 的属性user.provider.url设置为攻击者可控的 LDAP 服务器地址,并通过 Connect 反序列化可控的 LDAP 响应远程执行恶意代码或造成拒绝服务。\",\n \"FixSwitch\": 0,\n \"Labels\": \"必修漏洞,远程利用\",\n \"PublicDate\": \"2023-02-08 00:00:00\",\n \"Reference\": \"https://kafka.apache.org/cve-list,https://lists.apache.org/thread/vy1c7fqcdqvq5grcqp6q5jyyb302khyz\",\n \"RepairPlan\": \"目前 Apache 官方已发布此漏洞修复版本,建议用户尽快升级至 Apache Kafka3.4 及以上版本。参考链接: https://github.com/apache/kafka/releases/tag/3.4.0。暂时无法升级的用户可通过验证Kafka Connect连接器配置,仅允许受信任的JNDI配置来缓解此漏洞。\",\n \"RequestId\": \"02e1ac7f-5011-4677-8bab-45c5151908d2\",\n \"SuccessFixCount\": 0,\n \"SupportDefence\": 1,\n \"VulId\": 102518,\n \"VulLevel\": 3,\n \"VulName\": \"Apache Kafka Connect 远程代码执行漏洞(CVE-2023-25194)\",\n \"VulType\": 2\n }\n}",
|
2714
|
+
"title": "漏洞防御容器视角漏洞详情"
|
2709
2715
|
}
|
2710
2716
|
],
|
2711
2717
|
"DescribeVulLabels": [
|
@@ -3986,7 +3986,7 @@
|
|
3986
3986
|
},
|
3987
3987
|
{
|
3988
3988
|
"disabled": false,
|
3989
|
-
"document": "实例计费模式,0
|
3989
|
+
"document": "实例计费模式,0表示后付费,即按量计费,1表示预付费,即包年包月。",
|
3990
3990
|
"example": "0",
|
3991
3991
|
"member": "int64",
|
3992
3992
|
"name": "PayMode",
|
@@ -3995,7 +3995,7 @@
|
|
3995
3995
|
},
|
3996
3996
|
{
|
3997
3997
|
"disabled": false,
|
3998
|
-
"document": "
|
3998
|
+
"document": "实例存储类型,CLOUD_HSSD表示性能云存储, CLOUD_BSSD表示标准云存储。",
|
3999
3999
|
"example": "CLOUD_HSSD",
|
4000
4000
|
"member": "string",
|
4001
4001
|
"name": "DiskType",
|
@@ -4055,6 +4055,15 @@
|
|
4055
4055
|
"name": "ClientToken",
|
4056
4056
|
"required": false,
|
4057
4057
|
"type": "string"
|
4058
|
+
},
|
4059
|
+
{
|
4060
|
+
"disabled": false,
|
4061
|
+
"document": "部署模式",
|
4062
|
+
"example": "Active-Standby",
|
4063
|
+
"member": "string",
|
4064
|
+
"name": "DeploymentMode",
|
4065
|
+
"required": false,
|
4066
|
+
"type": "string"
|
4058
4067
|
}
|
4059
4068
|
],
|
4060
4069
|
"type": "object"
|
@@ -7359,6 +7368,16 @@
|
|
7359
7368
|
"type": "int",
|
7360
7369
|
"value_allowed_null": false
|
7361
7370
|
},
|
7371
|
+
{
|
7372
|
+
"disabled": false,
|
7373
|
+
"document": "Serverless Instance infomation",
|
7374
|
+
"example": "无",
|
7375
|
+
"member": "SLInstance",
|
7376
|
+
"name": "SLInstance",
|
7377
|
+
"output_required": false,
|
7378
|
+
"type": "list",
|
7379
|
+
"value_allowed_null": false
|
7380
|
+
},
|
7362
7381
|
{
|
7363
7382
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7364
7383
|
"member": "string",
|
@@ -17478,6 +17497,192 @@
|
|
17478
17497
|
],
|
17479
17498
|
"type": "object"
|
17480
17499
|
},
|
17500
|
+
"SLInstance": {
|
17501
|
+
"document": "Serverless Instance",
|
17502
|
+
"members": [
|
17503
|
+
{
|
17504
|
+
"disabled": false,
|
17505
|
+
"document": "EMR Instance Id",
|
17506
|
+
"example": "emr-xxx",
|
17507
|
+
"member": "string",
|
17508
|
+
"name": "InstanceId",
|
17509
|
+
"output_required": true,
|
17510
|
+
"type": "string",
|
17511
|
+
"value_allowed_null": false
|
17512
|
+
},
|
17513
|
+
{
|
17514
|
+
"disabled": false,
|
17515
|
+
"document": "EMR Numeric Instance Id",
|
17516
|
+
"example": "1234567",
|
17517
|
+
"member": "int64",
|
17518
|
+
"name": "ClusterId",
|
17519
|
+
"output_required": true,
|
17520
|
+
"type": "int",
|
17521
|
+
"value_allowed_null": false
|
17522
|
+
},
|
17523
|
+
{
|
17524
|
+
"disabled": false,
|
17525
|
+
"document": "Instance Name",
|
17526
|
+
"example": "instance-1",
|
17527
|
+
"member": "string",
|
17528
|
+
"name": "InstanceName",
|
17529
|
+
"output_required": false,
|
17530
|
+
"type": "string",
|
17531
|
+
"value_allowed_null": false
|
17532
|
+
},
|
17533
|
+
{
|
17534
|
+
"disabled": false,
|
17535
|
+
"document": "Region id",
|
17536
|
+
"example": "1",
|
17537
|
+
"member": "int64",
|
17538
|
+
"name": "RegionId",
|
17539
|
+
"output_required": false,
|
17540
|
+
"type": "int",
|
17541
|
+
"value_allowed_null": false
|
17542
|
+
},
|
17543
|
+
{
|
17544
|
+
"disabled": false,
|
17545
|
+
"document": "Zone Name",
|
17546
|
+
"example": "ap-guangzhou-2",
|
17547
|
+
"member": "string",
|
17548
|
+
"name": "Zone",
|
17549
|
+
"output_required": false,
|
17550
|
+
"type": "string",
|
17551
|
+
"value_allowed_null": false
|
17552
|
+
},
|
17553
|
+
{
|
17554
|
+
"disabled": false,
|
17555
|
+
"document": "Pay Mode",
|
17556
|
+
"example": "0",
|
17557
|
+
"member": "int64",
|
17558
|
+
"name": "PayMode",
|
17559
|
+
"output_required": false,
|
17560
|
+
"type": "int",
|
17561
|
+
"value_allowed_null": false
|
17562
|
+
},
|
17563
|
+
{
|
17564
|
+
"disabled": false,
|
17565
|
+
"document": "Disk Type",
|
17566
|
+
"example": "CLOUD_HSSD",
|
17567
|
+
"member": "string",
|
17568
|
+
"name": "DiskType",
|
17569
|
+
"output_required": false,
|
17570
|
+
"type": "string",
|
17571
|
+
"value_allowed_null": false
|
17572
|
+
},
|
17573
|
+
{
|
17574
|
+
"disabled": false,
|
17575
|
+
"document": "Disk Size",
|
17576
|
+
"example": "200",
|
17577
|
+
"member": "int64",
|
17578
|
+
"name": "DiskSize",
|
17579
|
+
"output_required": false,
|
17580
|
+
"type": "int",
|
17581
|
+
"value_allowed_null": false
|
17582
|
+
},
|
17583
|
+
{
|
17584
|
+
"disabled": false,
|
17585
|
+
"document": "Node Type",
|
17586
|
+
"example": "4C16G",
|
17587
|
+
"member": "string",
|
17588
|
+
"name": "NodeType",
|
17589
|
+
"output_required": false,
|
17590
|
+
"type": "string",
|
17591
|
+
"value_allowed_null": false
|
17592
|
+
},
|
17593
|
+
{
|
17594
|
+
"disabled": false,
|
17595
|
+
"document": "Node Number",
|
17596
|
+
"example": "3",
|
17597
|
+
"member": "int64",
|
17598
|
+
"name": "NodeNum",
|
17599
|
+
"output_required": false,
|
17600
|
+
"type": "int",
|
17601
|
+
"value_allowed_null": false
|
17602
|
+
},
|
17603
|
+
{
|
17604
|
+
"disabled": false,
|
17605
|
+
"document": "Expire Time",
|
17606
|
+
"example": "0000-00-00 00:00:00",
|
17607
|
+
"member": "string",
|
17608
|
+
"name": "ExpireTime",
|
17609
|
+
"output_required": false,
|
17610
|
+
"type": "string",
|
17611
|
+
"value_allowed_null": false
|
17612
|
+
},
|
17613
|
+
{
|
17614
|
+
"disabled": false,
|
17615
|
+
"document": "Isolate Time",
|
17616
|
+
"example": "0000-00-00 00:00:00",
|
17617
|
+
"member": "string",
|
17618
|
+
"name": "IsolateTime",
|
17619
|
+
"output_required": false,
|
17620
|
+
"type": "string",
|
17621
|
+
"value_allowed_null": false
|
17622
|
+
},
|
17623
|
+
{
|
17624
|
+
"disabled": false,
|
17625
|
+
"document": "Create Time",
|
17626
|
+
"example": "2025-06-20 10:33:30",
|
17627
|
+
"member": "string",
|
17628
|
+
"name": "CreateTime",
|
17629
|
+
"output_required": false,
|
17630
|
+
"type": "string",
|
17631
|
+
"value_allowed_null": false
|
17632
|
+
},
|
17633
|
+
{
|
17634
|
+
"disabled": false,
|
17635
|
+
"document": "Auto Renew Flag",
|
17636
|
+
"example": "0",
|
17637
|
+
"member": "int64",
|
17638
|
+
"name": "AutoRenewFlag",
|
17639
|
+
"output_required": false,
|
17640
|
+
"type": "int",
|
17641
|
+
"value_allowed_null": false
|
17642
|
+
},
|
17643
|
+
{
|
17644
|
+
"disabled": false,
|
17645
|
+
"document": "EMR Numeric Instance Status",
|
17646
|
+
"example": "2",
|
17647
|
+
"member": "int64",
|
17648
|
+
"name": "Status",
|
17649
|
+
"output_required": false,
|
17650
|
+
"type": "int",
|
17651
|
+
"value_allowed_null": false
|
17652
|
+
},
|
17653
|
+
{
|
17654
|
+
"disabled": false,
|
17655
|
+
"document": "Zone Setting",
|
17656
|
+
"example": "无",
|
17657
|
+
"member": "ZoneSetting",
|
17658
|
+
"name": "ZoneSettings",
|
17659
|
+
"output_required": false,
|
17660
|
+
"type": "list",
|
17661
|
+
"value_allowed_null": false
|
17662
|
+
},
|
17663
|
+
{
|
17664
|
+
"disabled": false,
|
17665
|
+
"document": "Bound Tags",
|
17666
|
+
"example": "无",
|
17667
|
+
"member": "Tag",
|
17668
|
+
"name": "Tags",
|
17669
|
+
"output_required": false,
|
17670
|
+
"type": "list",
|
17671
|
+
"value_allowed_null": false
|
17672
|
+
},
|
17673
|
+
{
|
17674
|
+
"disabled": false,
|
17675
|
+
"document": "Deploy Role",
|
17676
|
+
"example": "Active",
|
17677
|
+
"member": "string",
|
17678
|
+
"name": "DeployRole",
|
17679
|
+
"output_required": false,
|
17680
|
+
"type": "string",
|
17681
|
+
"value_allowed_null": false
|
17682
|
+
}
|
17683
|
+
],
|
17684
|
+
"usage": "out"
|
17685
|
+
},
|
17481
17686
|
"SLInstanceInfo": {
|
17482
17687
|
"document": "Serverless HBase实例信息",
|
17483
17688
|
"members": [
|
@@ -17670,6 +17875,16 @@
|
|
17670
17875
|
"output_required": false,
|
17671
17876
|
"type": "string",
|
17672
17877
|
"value_allowed_null": false
|
17878
|
+
},
|
17879
|
+
{
|
17880
|
+
"disabled": false,
|
17881
|
+
"document": "主备部署角色",
|
17882
|
+
"example": "Active",
|
17883
|
+
"member": "string",
|
17884
|
+
"name": "DeployRole",
|
17885
|
+
"output_required": false,
|
17886
|
+
"type": "string",
|
17887
|
+
"value_allowed_null": false
|
17673
17888
|
}
|
17674
17889
|
],
|
17675
17890
|
"usage": "out"
|
@@ -487,6 +487,28 @@
|
|
487
487
|
"required": false,
|
488
488
|
"type": "string",
|
489
489
|
"value_allowed_null": false
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"disabled": false,
|
493
|
+
"document": "文档的起始页码",
|
494
|
+
"example": "1",
|
495
|
+
"member": "int64",
|
496
|
+
"name": "FileStartPageNumber",
|
497
|
+
"output_required": false,
|
498
|
+
"required": false,
|
499
|
+
"type": "int",
|
500
|
+
"value_allowed_null": false
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"disabled": false,
|
504
|
+
"document": "文档的结束页码",
|
505
|
+
"example": "1",
|
506
|
+
"member": "int64",
|
507
|
+
"name": "FileEndPageNumber",
|
508
|
+
"output_required": false,
|
509
|
+
"required": false,
|
510
|
+
"type": "int",
|
511
|
+
"value_allowed_null": false
|
490
512
|
}
|
491
513
|
],
|
492
514
|
"usage": "both"
|
@@ -1167,7 +1167,7 @@
|
|
1167
1167
|
},
|
1168
1168
|
{
|
1169
1169
|
"disabled": false,
|
1170
|
-
"document": "签署人信息补充类型,默认无需补充。\n\n<ul><li> **1** : 动态签署人(可发起合同后再补充签署人信息)注:`企业自动签不支持动态补充`</li></ul>\n\n注:\
|
1170
|
+
"document": "签署人信息补充类型,默认无需补充。\n\n<ul><li> **1** : 动态签署人(可发起合同后再补充签署人信息)注:`企业自动签不支持动态补充`</li></ul>\n\n\n\n注:\n1. `使用动态签署人能力前,需登陆腾讯电子签控制台打开服务开关`\n2. 此参数在嵌入式场景下无效。",
|
1171
1171
|
"example": "1",
|
1172
1172
|
"member": "int64",
|
1173
1173
|
"name": "FillType",
|
@@ -6204,6 +6204,15 @@
|
|
6204
6204
|
"name": "PowerOfAttorneys",
|
6205
6205
|
"required": false,
|
6206
6206
|
"type": "list"
|
6207
|
+
},
|
6208
|
+
{
|
6209
|
+
"disabled": false,
|
6210
|
+
"document": "调用方自定义的个性化字段(可自定义此名称),并以base64方式编码,支持的最大数据大小为 4096长度。\n\n在. 企业引导企业实名认证后回调中,该字段的信息将原封不动地透传给贵方。回调的相关说明可参考开发者中心的<a href=\"https://qian.tencent.com/developers/company/callback_types_staffs\" target=\"_blank\">回调通知</a>模块。",
|
6211
|
+
"example": "55So5oi355qE5pWw5o2u",
|
6212
|
+
"member": "string",
|
6213
|
+
"name": "UserData",
|
6214
|
+
"required": false,
|
6215
|
+
"type": "string"
|
6207
6216
|
}
|
6208
6217
|
],
|
6209
6218
|
"type": "object"
|
@@ -6010,7 +6010,7 @@
|
|
6010
6010
|
"type": "object"
|
6011
6011
|
},
|
6012
6012
|
"CommonApproverOption": {
|
6013
|
-
"document": "
|
6013
|
+
"document": "签署人配置信息。\n此参数对子客和自动签无效,不允许进行修改。",
|
6014
6014
|
"members": [
|
6015
6015
|
{
|
6016
6016
|
"disabled": false,
|
@@ -7698,7 +7698,7 @@
|
|
7698
7698
|
},
|
7699
7699
|
{
|
7700
7700
|
"disabled": false,
|
7701
|
-
"document": "是否可以编辑签署人包括新增,修改,删除 \n<ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>\n\n
|
7701
|
+
"document": "是否可以编辑签署人包括新增,修改,删除 \n<ul><li>(默认) false -可以编辑签署人</li> <li> true - 禁止编辑签署人</li></ul>\n\n\n\n注意:\n* 如果设置参数为 true, 则 参数签署人 [FlowApproverList](https://qian.tencent.com/developers/partnerApis/embedPages/ChannelCreatePrepareFlow) 不能为空\n* 此参数对子客和自动签无效,不允许进行修改。",
|
7702
7702
|
"example": "false",
|
7703
7703
|
"member": "bool",
|
7704
7704
|
"name": "ForbidEditApprover",
|
@@ -10472,7 +10472,7 @@
|
|
10472
10472
|
},
|
10473
10473
|
{
|
10474
10474
|
"disabled": false,
|
10475
|
-
"document": "使用PDF文件直接发起合同时,签署人指定的签署控件;<br/>使用模板发起合同时,指定本企业印章签署控件的印章ID
|
10475
|
+
"document": "使用PDF文件直接发起合同时,签署人指定的签署控件;<br/>使用模板发起合同时,指定本企业印章签署控件的印章ID:注意:(如果模板里面指定了印章,默认使用模板里面配置的印章,不能进行变更) <br/>通过ComponentId或ComponenetName指定签署控件,ComponentValue为印章ID。\n\n",
|
10476
10476
|
"example": "无",
|
10477
10477
|
"member": "Component",
|
10478
10478
|
"name": "SignComponents",
|