tccli 3.0.1348.1__py2.py3-none-any.whl → 3.0.1350.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -76
  3. tccli/services/ai3d/v20250513/api.json +1 -1
  4. tccli/services/aiart/v20221229/api.json +2 -2
  5. tccli/services/autoscaling/v20180419/api.json +11 -0
  6. tccli/services/batch/v20170312/api.json +44 -0
  7. tccli/services/cdb/v20170320/api.json +8 -8
  8. tccli/services/cdb/v20170320/examples.json +1 -1
  9. tccli/services/cdn/v20180606/api.json +5 -5
  10. tccli/services/cdwch/v20200915/api.json +11 -1
  11. tccli/services/cdwdoris/v20211228/api.json +145 -7
  12. tccli/services/cfg/v20210820/api.json +20 -0
  13. tccli/services/cfs/v20190719/api.json +10 -10
  14. tccli/services/cfw/cfw_client.py +53 -0
  15. tccli/services/cfw/v20190904/api.json +272 -0
  16. tccli/services/cfw/v20190904/examples.json +8 -0
  17. tccli/services/ckafka/ckafka_client.py +0 -53
  18. tccli/services/ckafka/v20190819/api.json +0 -215
  19. tccli/services/ckafka/v20190819/examples.json +0 -8
  20. tccli/services/csip/csip_client.py +833 -144
  21. tccli/services/csip/v20221121/api.json +3304 -1436
  22. tccli/services/csip/v20221121/examples.json +105 -7
  23. tccli/services/ctem/v20231128/api.json +20 -0
  24. tccli/services/cvm/v20170312/api.json +3 -3
  25. tccli/services/cwp/v20180228/api.json +9 -0
  26. tccli/services/cwp/v20180228/examples.json +6 -0
  27. tccli/services/dts/v20211206/api.json +21 -1
  28. tccli/services/emr/v20190103/api.json +219 -4
  29. tccli/services/es/v20250101/api.json +22 -0
  30. tccli/services/ess/v20201111/api.json +10 -1
  31. tccli/services/essbasic/v20210526/api.json +3 -3
  32. tccli/services/faceid/v20180301/api.json +3 -3
  33. tccli/services/gs/v20191118/api.json +38 -0
  34. tccli/services/igtm/igtm_client.py +159 -0
  35. tccli/services/igtm/v20231024/api.json +577 -0
  36. tccli/services/igtm/v20231024/examples.json +24 -0
  37. tccli/services/iotexplorer/v20190423/api.json +3 -3
  38. tccli/services/lcic/lcic_client.py +53 -0
  39. tccli/services/lcic/v20220817/api.json +53 -0
  40. tccli/services/lcic/v20220817/examples.json +8 -0
  41. tccli/services/live/live_client.py +224 -65
  42. tccli/services/live/v20180801/api.json +275 -1
  43. tccli/services/live/v20180801/examples.json +25 -1
  44. tccli/services/lke/v20231130/api.json +248 -2
  45. tccli/services/lke/v20231130/examples.json +1 -1
  46. tccli/services/lkeap/v20240522/api.json +1 -1
  47. tccli/services/mrs/v20200910/api.json +10 -0
  48. tccli/services/nlp/nlp_client.py +4 -322
  49. tccli/services/nlp/v20190408/api.json +0 -459
  50. tccli/services/nlp/v20190408/examples.json +0 -48
  51. tccli/services/ocr/v20181119/api.json +60 -5
  52. tccli/services/omics/v20221128/api.json +41 -3
  53. tccli/services/redis/v20180412/api.json +6 -6
  54. tccli/services/redis/v20180412/examples.json +1 -1
  55. tccli/services/ses/v20201002/api.json +100 -5
  56. tccli/services/tcb/v20180608/api.json +1 -1
  57. tccli/services/tcb/v20180608/examples.json +1 -1
  58. tccli/services/tdmq/v20200217/api.json +19 -0
  59. tccli/services/teo/teo_client.py +281 -16
  60. tccli/services/teo/v20220901/api.json +611 -6
  61. tccli/services/teo/v20220901/examples.json +48 -2
  62. tccli/services/tione/v20211111/api.json +16 -0
  63. tccli/services/tke/tke_client.py +57 -4
  64. tccli/services/tke/v20180525/api.json +24 -24
  65. tccli/services/tke/v20220501/api.json +52 -0
  66. tccli/services/tke/v20220501/examples.json +8 -0
  67. tccli/services/tmt/v20180321/api.json +4 -4
  68. tccli/services/tsf/v20180326/api.json +4 -4
  69. tccli/services/vclm/v20240523/api.json +2 -2
  70. tccli/services/vod/v20180717/api.json +5 -5
  71. tccli/services/vod/v20180717/examples.json +9 -9
  72. tccli/services/vpc/v20170312/api.json +1 -1
  73. tccli/services/vrs/v20200824/api.json +1 -1
  74. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/METADATA +2 -2
  75. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/RECORD +78 -180
  76. tccli/services/cis/__init__.py +0 -4
  77. tccli/services/cis/cis_client.py +0 -525
  78. tccli/services/cis/v20180408/api.json +0 -737
  79. tccli/services/cis/v20180408/examples.json +0 -93
  80. tccli/services/dataintegration/__init__.py +0 -4
  81. tccli/services/dataintegration/dataintegration_client.py +0 -207
  82. tccli/services/dataintegration/v20220613/api.json +0 -87
  83. tccli/services/dataintegration/v20220613/examples.json +0 -13
  84. tccli/services/dtf/__init__.py +0 -4
  85. tccli/services/dtf/dtf_client.py +0 -207
  86. tccli/services/dtf/v20200506/api.json +0 -274
  87. tccli/services/dtf/v20200506/examples.json +0 -13
  88. tccli/services/gpm/__init__.py +0 -4
  89. tccli/services/gpm/gpm_client.py +0 -1108
  90. tccli/services/gpm/v20200820/api.json +0 -1959
  91. tccli/services/gpm/v20200820/examples.json +0 -149
  92. tccli/services/gse/__init__.py +0 -4
  93. tccli/services/gse/gse_client.py +0 -4076
  94. tccli/services/gse/v20191112/api.json +0 -7095
  95. tccli/services/gse/v20191112/examples.json +0 -615
  96. tccli/services/iecp/__init__.py +0 -4
  97. tccli/services/iecp/iecp_client.py +0 -4500
  98. tccli/services/iecp/v20210914/api.json +0 -9770
  99. tccli/services/iecp/v20210914/examples.json +0 -691
  100. tccli/services/iir/__init__.py +0 -4
  101. tccli/services/iir/iir_client.py +0 -207
  102. tccli/services/iir/v20200417/api.json +0 -204
  103. tccli/services/iir/v20200417/examples.json +0 -13
  104. tccli/services/iottid/__init__.py +0 -4
  105. tccli/services/iottid/iottid_client.py +0 -631
  106. tccli/services/iottid/v20190411/api.json +0 -553
  107. tccli/services/iottid/v20190411/examples.json +0 -95
  108. tccli/services/mgobe/__init__.py +0 -4
  109. tccli/services/mgobe/mgobe_client.py +0 -530
  110. tccli/services/mgobe/v20190929/api.json +0 -52
  111. tccli/services/mgobe/v20190929/examples.json +0 -13
  112. tccli/services/mgobe/v20201014/api.json +0 -671
  113. tccli/services/mgobe/v20201014/examples.json +0 -61
  114. tccli/services/mvj/__init__.py +0 -4
  115. tccli/services/mvj/mvj_client.py +0 -207
  116. tccli/services/mvj/v20190926/api.json +0 -123
  117. tccli/services/mvj/v20190926/examples.json +0 -19
  118. tccli/services/pds/__init__.py +0 -4
  119. tccli/services/pds/pds_client.py +0 -260
  120. tccli/services/pds/v20210701/api.json +0 -193
  121. tccli/services/pds/v20210701/examples.json +0 -21
  122. tccli/services/smpn/__init__.py +0 -4
  123. tccli/services/smpn/smpn_client.py +0 -260
  124. tccli/services/smpn/v20190822/api.json +0 -191
  125. tccli/services/smpn/v20190822/examples.json +0 -21
  126. tccli/services/solar/__init__.py +0 -4
  127. tccli/services/solar/solar_client.py +0 -1055
  128. tccli/services/solar/v20181011/api.json +0 -1760
  129. tccli/services/solar/v20181011/examples.json +0 -125
  130. tccli/services/tan/__init__.py +0 -4
  131. tccli/services/tan/tan_client.py +0 -207
  132. tccli/services/tan/v20220420/api.json +0 -65
  133. tccli/services/tan/v20220420/examples.json +0 -19
  134. tccli/services/tav/__init__.py +0 -4
  135. tccli/services/tav/tav_client.py +0 -366
  136. tccli/services/tav/v20190118/api.json +0 -262
  137. tccli/services/tav/v20190118/examples.json +0 -37
  138. tccli/services/tbm/__init__.py +0 -4
  139. tccli/services/tbm/tbm_client.py +0 -631
  140. tccli/services/tbm/v20180129/api.json +0 -1037
  141. tccli/services/tbm/v20180129/examples.json +0 -77
  142. tccli/services/tcex/__init__.py +0 -4
  143. tccli/services/tcex/tcex_client.py +0 -260
  144. tccli/services/tcex/v20200727/api.json +0 -158
  145. tccli/services/tcex/v20200727/examples.json +0 -21
  146. tccli/services/tci/__init__.py +0 -4
  147. tccli/services/tci/tci_client.py +0 -2327
  148. tccli/services/tci/v20190318/api.json +0 -4958
  149. tccli/services/tci/v20190318/examples.json +0 -333
  150. tccli/services/tic/__init__.py +0 -4
  151. tccli/services/tic/tic_client.py +0 -843
  152. tccli/services/tic/v20201117/api.json +0 -1067
  153. tccli/services/tic/v20201117/examples.json +0 -121
  154. tccli/services/ticm/__init__.py +0 -4
  155. tccli/services/ticm/ticm_client.py +0 -313
  156. tccli/services/ticm/v20181127/api.json +0 -1391
  157. tccli/services/ticm/v20181127/examples.json +0 -53
  158. tccli/services/tics/__init__.py +0 -4
  159. tccli/services/tics/tics_client.py +0 -366
  160. tccli/services/tics/v20181115/api.json +0 -694
  161. tccli/services/tics/v20181115/examples.json +0 -37
  162. tccli/services/tiems/__init__.py +0 -4
  163. tccli/services/tiems/tiems_client.py +0 -1479
  164. tccli/services/tiems/v20190416/api.json +0 -3144
  165. tccli/services/tiems/v20190416/examples.json +0 -217
  166. tccli/services/trdp/__init__.py +0 -4
  167. tccli/services/trdp/trdp_client.py +0 -207
  168. tccli/services/trdp/v20220726/api.json +0 -843
  169. tccli/services/trdp/v20220726/examples.json +0 -13
  170. tccli/services/ump/__init__.py +0 -4
  171. tccli/services/ump/ump_client.py +0 -1055
  172. tccli/services/ump/v20200918/api.json +0 -2168
  173. tccli/services/ump/v20200918/examples.json +0 -141
  174. tccli/services/youmall/__init__.py +0 -4
  175. tccli/services/youmall/v20180228/api.json +0 -3572
  176. tccli/services/youmall/v20180228/examples.json +0 -313
  177. tccli/services/youmall/youmall_client.py +0 -1797
  178. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/WHEEL +0 -0
  179. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/entry_points.txt +0 -0
  180. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.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\": \"AKID*******\",\n \"AccessKeyID\": 10093,\n \"AccessKeyRemark\": \"临时密钥\",\n \"AppID\": 100001,\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.***\",\n \"SourceIPRemark\": \"\",\n \"UserName\": \"1000246***\",\n \"UserType\": \"AssumedRole\"\n }\n ],\n \"RequestId\": \"1a431738-b670-4c86-94c1-cae98e11af64\",\n \"Total\": 2\n }\n}",
64
+ "title": "获取调用记录列表"
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{}",
71
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"TEMP_AK\",\n \"AccessKeyID\": 10093,\n \"AccessKeyRemark\": \"临时密钥\",\n \"AlarmRuleID\": 94865,\n \"AlarmType\": 0,\n \"AppID\": 1200001,\n \"Date\": \"2025-03-13\",\n \"ID\": 10185,\n \"LastAlarmTime\": \"2025-03-13 16:50:44\",\n \"Level\": 5,\n \"Name\": \"可疑IP调用高危接口\",\n \"Nickname\": \"name\",\n \"Status\": 0,\n \"SubNickname\": \"name\",\n \"SubUin\": \"10000**\",\n \"Tag\": [],\n \"Type\": 2,\n \"Uin\": \"10000**\"\n }\n ],\n \"RequestId\": \"1249df92-930b-4574-a517-45dc70580764\",\n \"Total\": 1\n }\n}",
72
+ "title": "访问密钥告警记录列表"
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.***\",\n \"LoginLocation\": \"中国-广东省-深圳市\",\n \"LoginTime\": \"2025-05-22 10:45:34\",\n \"Name\": \"name\",\n \"Nickname\": \"name\",\n \"SubNickname\": \"name\",\n \"SubUin\": \"1000***1**78\",\n \"Type\": 1,\n \"Uin\": \"1000*****18\"\n }\n }\n}",
118
+ "title": "查询用户的账号详情"
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{}",
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\": \"name\",\n \"Nickname\": \"name\",\n \"SubNickname\": \"name\",\n \"SubUin\": \"1000***72635\",\n \"Type\": 1,\n \"Uin\": \"1000***6646\"\n }\n ],\n \"RequestId\": \"fabb0428-3853-46df-b473-afbc7021fed4\",\n \"Total\": 1\n }\n}",
126
+ "title": "查询用户的账号列表"
127
+ }
128
+ ],
57
129
  "DescribeAlertList": [
58
130
  {
59
131
  "document": "",
@@ -122,14 +194,8 @@
122
194
  {
123
195
  "document": "",
124
196
  "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallRecord\n<公共请求参数>\n\n{}",
125
- "output": "{\n \"Response\": {\n \"Data\": [],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
197
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"AKID******\",\n \"AccessKeyID\": 10022,\n \"AccessKeyRemark\": \"\",\n \"AppID\": 100001,\n \"CallCount\": 241,\n \"CallID\": \"202528000005473835\",\n \"Code\": 0,\n \"Date\": \"2025-07-11 00:00:00\",\n \"EventName\": \"GetFederationToken\",\n \"EventType\": 1,\n \"FirstCallTime\": \"2025-07-11 00:00:00\",\n \"IPType\": 3,\n \"ISP\": \"腾讯云\",\n \"InstanceID\": \"\",\n \"InstanceName\": \"\",\n \"LastCallTime\": \"2025-07-11 14:19:00\",\n \"PolicySet\": [\n \"default-policy\"\n ],\n \"ProductName\": \"sts\",\n \"Region\": \"中国-广东省-广州市\",\n \"ShowStatus\": true,\n \"SourceIP\": \"106.55.123.**\",\n \"SourceIPRemark\": \"remark\",\n \"UserName\": \"name\",\n \"UserType\": \"CAMUser\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
126
198
  "title": "示例1"
127
- },
128
- {
129
- "document": "",
130
- "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallRecord\n<公共请求参数>\n\n{\n \"AccessKeyID\": 10058\n}",
131
- "output": "{\n \"Response\": {\n \"Data\": [],\n \"RequestId\": \"cee100be-ec33-452c-b10e-320f6e72dc1b\",\n \"Total\": 0\n }\n}",
132
- "title": "1"
133
199
  }
134
200
  ],
135
201
  "DescribeCheckViewRisks": [
@@ -276,6 +342,14 @@
276
342
  "title": "仓库镜像列表"
277
343
  }
278
344
  ],
345
+ "DescribeRiskCallRecord": [
346
+ {
347
+ "document": "",
348
+ "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskCallRecord\n<公共请求参数>\n\n{\n \"RiskID\": 10091\n}",
349
+ "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}",
350
+ "title": "获取风险调用记录列表"
351
+ }
352
+ ],
279
353
  "DescribeRiskCenterAssetViewCFGRiskList": [
280
354
  {
281
355
  "document": "获取资产视角的配置风险列表",
@@ -460,6 +534,14 @@
460
534
  "title": "test"
461
535
  }
462
536
  ],
537
+ "DescribeUserCallRecord": [
538
+ {
539
+ "document": "",
540
+ "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}",
541
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AppID\": 10001,\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\": \"name\"\n }\n ],\n \"RequestId\": \"502c625d-756e-4bdb-bd5f-784d008150b5\",\n \"Total\": 1\n }\n}",
542
+ "title": "获取账号调用记录列表"
543
+ }
544
+ ],
463
545
  "DescribeVULList": [
464
546
  {
465
547
  "document": "示例1",
@@ -548,6 +630,22 @@
548
630
  "title": "停止扫风险中心扫描任务"
549
631
  }
550
632
  ],
633
+ "UpdateAccessKeyAlarmStatus": [
634
+ {
635
+ "document": "",
636
+ "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}",
637
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Msg\": \"success\",\n \"RequestId\": \"2a8b1b1e-e8c7-4b5d-8674-6881faa18a96\"\n }\n}",
638
+ "title": "标记风险或者告警为"
639
+ }
640
+ ],
641
+ "UpdateAccessKeyRemark": [
642
+ {
643
+ "document": "",
644
+ "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAccessKeyRemark\n<公共请求参数>\n\n{\n \"Remark\": \"这是一个备注\"\n}",
645
+ "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Msg\": \"success\",\n \"RequestId\": \"0add44c1-1f33-4019-a188-9b778df1bee7\"\n }\n}",
646
+ "title": "修改备注"
647
+ }
648
+ ],
551
649
  "UpdateAlertStatusList": [
552
650
  {
553
651
  "document": "",
@@ -5638,6 +5638,26 @@
5638
5638
  "output_required": false,
5639
5639
  "type": "string",
5640
5640
  "value_allowed_null": false
5641
+ },
5642
+ {
5643
+ "disabled": false,
5644
+ "document": "状态:unrepaired:未修复,repaired:已修复, offline:资产已下线, ignore:已忽略, checking:复测中",
5645
+ "example": "ignore",
5646
+ "member": "string",
5647
+ "name": "Status",
5648
+ "output_required": false,
5649
+ "type": "string",
5650
+ "value_allowed_null": false
5651
+ },
5652
+ {
5653
+ "disabled": false,
5654
+ "document": "上次复测时间",
5655
+ "example": "无",
5656
+ "member": "string",
5657
+ "name": "LastCheckTime",
5658
+ "output_required": false,
5659
+ "type": "string",
5660
+ "value_allowed_null": false
5641
5661
  }
5642
5662
  ],
5643
5663
  "usage": "out"
@@ -8266,7 +8266,7 @@
8266
8266
  },
8267
8267
  {
8268
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)",
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
8270
  "example": "WanIP",
8271
8271
  "member": "string",
8272
8272
  "name": "IPv4AddressType",
@@ -8277,7 +8277,7 @@
8277
8277
  },
8278
8278
  {
8279
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)",
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
8281
  "example": "EIPv6",
8282
8282
  "member": "string",
8283
8283
  "name": "IPv6AddressType",
@@ -9360,7 +9360,7 @@
9360
9360
  },
9361
9361
  {
9362
9362
  "disabled": false,
9363
- "document": "项目ID。项目可以使用[AddProject](https://cloud.tencent.com/doc/api/403/4398)接口创建。可通过[`DescribeProject`](https://cloud.tencent.com/document/product/378/4400) API返回值中的`projectId`获取。后续使用[DescribeHosts](https://cloud.tencent.com/document/api/213/16474)接口查询实例时,项目ID可用于过滤结果。",
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可用于过滤结果。",
9364
9364
  "example": "0",
9365
9365
  "member": "uint64",
9366
9366
  "name": "ProjectId",
@@ -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": [
@@ -5440,6 +5440,16 @@
5440
5440
  "type": "string",
5441
5441
  "value_allowed_null": false
5442
5442
  },
5443
+ {
5444
+ "disabled": false,
5445
+ "document": "schema",
5446
+ "example": "schema1",
5447
+ "member": "string",
5448
+ "name": "Schema",
5449
+ "output_required": false,
5450
+ "type": "string",
5451
+ "value_allowed_null": false
5452
+ },
5443
5453
  {
5444
5454
  "disabled": false,
5445
5455
  "document": "表名",
@@ -8961,6 +8971,16 @@
8961
8971
  "type": "string",
8962
8972
  "value_allowed_null": false
8963
8973
  },
8974
+ {
8975
+ "disabled": false,
8976
+ "document": "schema名",
8977
+ "example": "schema1",
8978
+ "member": "string",
8979
+ "name": "Schema",
8980
+ "output_required": false,
8981
+ "type": "string",
8982
+ "value_allowed_null": false
8983
+ },
8964
8984
  {
8965
8985
  "disabled": false,
8966
8986
  "document": "表名",
@@ -10045,7 +10065,7 @@
10045
10065
  },
10046
10066
  {
10047
10067
  "disabled": false,
10048
- "document": "不能发起一致性校验的原因",
10068
+ "document": "不能发起内置校验的原因",
10049
10069
  "example": "当前任务开启了DML过滤",
10050
10070
  "member": "string",
10051
10071
  "name": "CauseOfCompareDisable",
@@ -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": "实例存储类型,填写CLOUD_HSSD,表示性能云存储。",
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",
@@ -17000,7 +17019,7 @@
17000
17019
  },
17001
17020
  {
17002
17021
  "disabled": false,
17003
- "document": "存储类型\n取值范围:\n<li>4:表示云SSD。</li>\n<li>5:表示高效云盘。</li>\n<li>6:表示增强型SSD云硬盘。</li>\n<li>11:表示吞吐型云硬盘。</li>\n<li>12:表示极速型SSD云硬盘。</li>:创建时该类型无效,会根据数据盘类型和节点类型自动判断",
17022
+ "document": "取值范围:\n\"LOCAL_SSD\" 3 //本地SSD \n\"CLOUD_SSD\" 4 //云SSD \n\"CLOUD_PREMIUM\" 5 //高效云盘\n\"CLOUD_HSSD\" 6 //增强型SSD云硬盘 \n\"CLOUD_THROUGHPUT\" 11//吞吐型云硬盘 \n\"CLOUD_TSSD\" 12 //极速型SSD云硬盘 \n\"CLOUD_BSSD\" 13 //通用型SSD云硬盘 \n\"CLOUD_BIGDATA\" 14 //大数据型云硬盘\n\"CLOUD_HIGHIO\" 15 //高IO型云硬盘 \n\n该类型字段为无效字段,实际系统盘类型会根据数据盘类型和节点类型判断,如果节点支持所选的数据盘类型,系统盘类型会跟数据盘保持一致,建议使用CreateCluster接口",
17004
17023
  "example": "5",
17005
17024
  "member": "int64",
17006
17025
  "name": "StorageType",
@@ -17011,7 +17030,7 @@
17011
17030
  },
17012
17031
  {
17013
17032
  "disabled": false,
17014
- "document": "磁盘类型\n取值范围:\n<li>CLOUD_SSD:表示云SSD。</li>\n<li>CLOUD_PREMIUM:表示高效云盘。</li>\n<li>CLOUD_BASIC:表示云硬盘。</li>",
17033
+ "document": "数据盘类型 取值范围:\n\nCLOUD_SSD:表示云SSD。\n\nCLOUD_PREMIUM:表示高效云盘。\n\nCLOUD_BASIC:表示云硬盘。\n\nLOCAL_BASIC:表示本地盘。\n\nLOCAL_SSD:表示本地SSD。\n\nCLOUD_HSSD:表示增强型SSD云硬盘。\n\nCLOUD_THROUGHPUT:表示吞吐型云硬盘。\n\nCLOUD_TSSD:表示极速型SSD云硬盘。\n\nCLOUD_BIGDATA:表示大数据型云硬盘。\n\nCLOUD_HIGHIO:表示高IO型云硬盘。\n\nCLOUD_BSSD:表示通用型SSD云硬盘。\n\nREMOTE_SSD:表示远端SSD盘。",
17015
17034
  "example": "LOUD_PREMIUM",
17016
17035
  "member": "string",
17017
17036
  "name": "DiskType",
@@ -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注:\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"