tencentcloud-sdk-python-csip 3.0.1409__py2.py3-none-any.whl → 3.0.1415__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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1409'
17
+ __version__ = '3.0.1415'
@@ -141,6 +141,29 @@ class CsipClient(AbstractClient):
141
141
  raise TencentCloudSDKException(type(e).__name__, str(e))
142
142
 
143
143
 
144
+ def DescribeAccessKeyAsset(self, request):
145
+ """获取用户访问密钥资产列表
146
+
147
+ :param request: Request instance for DescribeAccessKeyAsset.
148
+ :type request: :class:`tencentcloud.csip.v20221121.models.DescribeAccessKeyAssetRequest`
149
+ :rtype: :class:`tencentcloud.csip.v20221121.models.DescribeAccessKeyAssetResponse`
150
+
151
+ """
152
+ try:
153
+ params = request._serialize()
154
+ headers = request.headers
155
+ body = self.call("DescribeAccessKeyAsset", params, headers=headers)
156
+ response = json.loads(body)
157
+ model = models.DescribeAccessKeyAssetResponse()
158
+ model._deserialize(response["Response"])
159
+ return model
160
+ except Exception as e:
161
+ if isinstance(e, TencentCloudSDKException):
162
+ raise
163
+ else:
164
+ raise TencentCloudSDKException(type(e).__name__, str(e))
165
+
166
+
144
167
  def DescribeAlertList(self, request):
145
168
  """告警中心全量告警列表接口
146
169
 
@@ -164,6 +187,29 @@ class CsipClient(AbstractClient):
164
187
  raise TencentCloudSDKException(type(e).__name__, str(e))
165
188
 
166
189
 
190
+ def DescribeAssetProcessList(self, request):
191
+ """查询云边界分析-暴露路径下主机节点的进程列表
192
+
193
+ :param request: Request instance for DescribeAssetProcessList.
194
+ :type request: :class:`tencentcloud.csip.v20221121.models.DescribeAssetProcessListRequest`
195
+ :rtype: :class:`tencentcloud.csip.v20221121.models.DescribeAssetProcessListResponse`
196
+
197
+ """
198
+ try:
199
+ params = request._serialize()
200
+ headers = request.headers
201
+ body = self.call("DescribeAssetProcessList", params, headers=headers)
202
+ response = json.loads(body)
203
+ model = models.DescribeAssetProcessListResponse()
204
+ model._deserialize(response["Response"])
205
+ return model
206
+ except Exception as e:
207
+ if isinstance(e, TencentCloudSDKException):
208
+ raise
209
+ else:
210
+ raise TencentCloudSDKException(type(e).__name__, str(e))
211
+
212
+
167
213
  def DescribeAssetRiskList(self, request):
168
214
  """资产视角下云资源配置风险列表
169
215
 
@@ -302,6 +348,29 @@ class CsipClient(AbstractClient):
302
348
  raise TencentCloudSDKException(type(e).__name__, str(e))
303
349
 
304
350
 
351
+ def DescribeCallRecord(self, request):
352
+ """获取调用记录列表
353
+
354
+ :param request: Request instance for DescribeCallRecord.
355
+ :type request: :class:`tencentcloud.csip.v20221121.models.DescribeCallRecordRequest`
356
+ :rtype: :class:`tencentcloud.csip.v20221121.models.DescribeCallRecordResponse`
357
+
358
+ """
359
+ try:
360
+ params = request._serialize()
361
+ headers = request.headers
362
+ body = self.call("DescribeCallRecord", params, headers=headers)
363
+ response = json.loads(body)
364
+ model = models.DescribeCallRecordResponse()
365
+ model._deserialize(response["Response"])
366
+ return model
367
+ except Exception as e:
368
+ if isinstance(e, TencentCloudSDKException):
369
+ raise
370
+ else:
371
+ raise TencentCloudSDKException(type(e).__name__, str(e))
372
+
373
+
305
374
  def DescribeCheckViewRisks(self, request):
306
375
  """检查视角下云资源配置风险列表示例
307
376
 
@@ -441,7 +510,7 @@ class CsipClient(AbstractClient):
441
510
 
442
511
 
443
512
  def DescribeExposeAssetCategory(self, request):
444
- """暴露面资产分类
513
+ """云边界分析资产分类
445
514
 
446
515
  :param request: Request instance for DescribeExposeAssetCategory.
447
516
  :type request: :class:`tencentcloud.csip.v20221121.models.DescribeExposeAssetCategoryRequest`
@@ -464,7 +533,7 @@ class CsipClient(AbstractClient):
464
533
 
465
534
 
466
535
  def DescribeExposePath(self, request):
467
- """查询互联网暴露节点
536
+ """查询云边界分析路径节点
468
537
 
469
538
  :param request: Request instance for DescribeExposePath.
470
539
  :type request: :class:`tencentcloud.csip.v20221121.models.DescribeExposePathRequest`
@@ -487,7 +556,7 @@ class CsipClient(AbstractClient):
487
556
 
488
557
 
489
558
  def DescribeExposures(self, request):
490
- """互联网暴露资产列表
559
+ """云边界分析资产列表
491
560
 
492
561
  :param request: Request instance for DescribeExposures.
493
562
  :type request: :class:`tencentcloud.csip.v20221121.models.DescribeExposuresRequest`
@@ -532,6 +601,29 @@ class CsipClient(AbstractClient):
532
601
  raise TencentCloudSDKException(type(e).__name__, str(e))
533
602
 
534
603
 
604
+ def DescribeHighBaseLineRiskList(self, request):
605
+ """查询云边界分析-暴露路径下主机节点的高危基线风险列表
606
+
607
+ :param request: Request instance for DescribeHighBaseLineRiskList.
608
+ :type request: :class:`tencentcloud.csip.v20221121.models.DescribeHighBaseLineRiskListRequest`
609
+ :rtype: :class:`tencentcloud.csip.v20221121.models.DescribeHighBaseLineRiskListResponse`
610
+
611
+ """
612
+ try:
613
+ params = request._serialize()
614
+ headers = request.headers
615
+ body = self.call("DescribeHighBaseLineRiskList", params, headers=headers)
616
+ response = json.loads(body)
617
+ model = models.DescribeHighBaseLineRiskListResponse()
618
+ model._deserialize(response["Response"])
619
+ return model
620
+ except Exception as e:
621
+ if isinstance(e, TencentCloudSDKException):
622
+ raise
623
+ else:
624
+ raise TencentCloudSDKException(type(e).__name__, str(e))
625
+
626
+
535
627
  def DescribeListenerList(self, request):
536
628
  """查询clb监听器列表
537
629
 
@@ -993,7 +1085,7 @@ class CsipClient(AbstractClient):
993
1085
 
994
1086
 
995
1087
  def DescribeScanStatistic(self, request):
996
- """查询互联网暴露扫描结果统计信息
1088
+ """查询云边界分析扫描结果统计信息
997
1089
 
998
1090
  :param request: Request instance for DescribeScanStatistic.
999
1091
  :type request: :class:`tencentcloud.csip.v20221121.models.DescribeScanStatisticRequest`
@@ -1061,6 +1153,29 @@ class CsipClient(AbstractClient):
1061
1153
  raise TencentCloudSDKException(type(e).__name__, str(e))
1062
1154
 
1063
1155
 
1156
+ def DescribeSourceIPAsset(self, request):
1157
+ """获取用户访问密钥资产列表(源IP视角)
1158
+
1159
+ :param request: Request instance for DescribeSourceIPAsset.
1160
+ :type request: :class:`tencentcloud.csip.v20221121.models.DescribeSourceIPAssetRequest`
1161
+ :rtype: :class:`tencentcloud.csip.v20221121.models.DescribeSourceIPAssetResponse`
1162
+
1163
+ """
1164
+ try:
1165
+ params = request._serialize()
1166
+ headers = request.headers
1167
+ body = self.call("DescribeSourceIPAsset", params, headers=headers)
1168
+ response = json.loads(body)
1169
+ model = models.DescribeSourceIPAssetResponse()
1170
+ model._deserialize(response["Response"])
1171
+ return model
1172
+ except Exception as e:
1173
+ if isinstance(e, TencentCloudSDKException):
1174
+ raise
1175
+ else:
1176
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1177
+
1178
+
1064
1179
  def DescribeSubUserInfo(self, request):
1065
1180
  """查询集团的子账号列表
1066
1181
 
@@ -1291,6 +1406,29 @@ class CsipClient(AbstractClient):
1291
1406
  raise TencentCloudSDKException(type(e).__name__, str(e))
1292
1407
 
1293
1408
 
1409
+ def DescribeVulRiskList(self, request):
1410
+ """查询云边界分析-暴露路径下主机节点的漏洞列表
1411
+
1412
+ :param request: Request instance for DescribeVulRiskList.
1413
+ :type request: :class:`tencentcloud.csip.v20221121.models.DescribeVulRiskListRequest`
1414
+ :rtype: :class:`tencentcloud.csip.v20221121.models.DescribeVulRiskListResponse`
1415
+
1416
+ """
1417
+ try:
1418
+ params = request._serialize()
1419
+ headers = request.headers
1420
+ body = self.call("DescribeVulRiskList", params, headers=headers)
1421
+ response = json.loads(body)
1422
+ model = models.DescribeVulRiskListResponse()
1423
+ model._deserialize(response["Response"])
1424
+ return model
1425
+ except Exception as e:
1426
+ if isinstance(e, TencentCloudSDKException):
1427
+ raise
1428
+ else:
1429
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1430
+
1431
+
1294
1432
  def DescribeVulViewVulRiskList(self, request):
1295
1433
  """获取漏洞视角的漏洞风险列表
1296
1434