Class: TencentCloud::Csip::V20221121::Client

Inherits:
TencentCloud::Common::AbstractClient
  • Object
show all
Defined in:
lib/v20221121/client.rb

Instance Method Summary collapse

Constructor Details

#initialize(credential, region, profile = nil) ⇒ Client

Returns a new instance of Client.



24
25
26
27
28
29
# File 'lib/v20221121/client.rb', line 24

def initialize(credential, region, profile = nil)
    api_version = '2022-11-21'
    api_endpoint = 'csip.tencentcloudapi.com'
    sdk_version = 'CSIP_' + File.read(File.expand_path('../VERSION', __dir__)).strip
    super(credential, region, api_version, api_endpoint, sdk_version, profile)
end

Instance Method Details

#AddNewBindRoleUser(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::AddNewBindRoleUserResponse`

Parameters:

  • request:

    Request instance for AddNewBindRoleUser.



37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# File 'lib/v20221121/client.rb', line 37

def AddNewBindRoleUser(request)
  body = send_request('AddNewBindRoleUser', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = AddNewBindRoleUserResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#CreateDomainAndIp(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::CreateDomainAndIpResponse`

Parameters:

  • request:

    Request instance for CreateDomainAndIp.



61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# File 'lib/v20221121/client.rb', line 61

def CreateDomainAndIp(request)
  body = send_request('CreateDomainAndIp', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = CreateDomainAndIpResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#CreateRiskCenterScanTask(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::CreateRiskCenterScanTaskResponse`

Parameters:

  • request:

    Request instance for CreateRiskCenterScanTask.



85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# File 'lib/v20221121/client.rb', line 85

def CreateRiskCenterScanTask(request)
  body = send_request('CreateRiskCenterScanTask', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = CreateRiskCenterScanTaskResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DeleteDomainAndIp(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DeleteDomainAndIpResponse`

Parameters:

  • request:

    Request instance for DeleteDomainAndIp.



109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# File 'lib/v20221121/client.rb', line 109

def DeleteDomainAndIp(request)
  body = send_request('DeleteDomainAndIp', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteDomainAndIpResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DeleteRiskScanTask(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DeleteRiskScanTaskResponse`

Parameters:

  • request:

    Request instance for DeleteRiskScanTask.



133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# File 'lib/v20221121/client.rb', line 133

def DeleteRiskScanTask(request)
  body = send_request('DeleteRiskScanTask', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteRiskScanTaskResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeAlertList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeAlertListResponse`

Parameters:

  • request:

    Request instance for DescribeAlertList.



157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# File 'lib/v20221121/client.rb', line 157

def DescribeAlertList(request)
  body = send_request('DescribeAlertList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeAlertListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeAssetViewVulRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeAssetViewVulRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeAssetViewVulRiskList.



181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
# File 'lib/v20221121/client.rb', line 181

def DescribeAssetViewVulRiskList(request)
  body = send_request('DescribeAssetViewVulRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeAssetViewVulRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeCFWAssetStatistics(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeCFWAssetStatisticsResponse`

Parameters:

  • request:

    Request instance for DescribeCFWAssetStatistics.



205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
# File 'lib/v20221121/client.rb', line 205

def DescribeCFWAssetStatistics(request)
  body = send_request('DescribeCFWAssetStatistics', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeCFWAssetStatisticsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeClusterAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeClusterAssetsResponse`

Parameters:

  • request:

    Request instance for DescribeClusterAssets.



277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
# File 'lib/v20221121/client.rb', line 277

def DescribeClusterAssets(request)
  body = send_request('DescribeClusterAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeClusterAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeClusterPodAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeClusterPodAssetsResponse`

Parameters:

  • request:

    Request instance for DescribeClusterPodAssets.



301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# File 'lib/v20221121/client.rb', line 301

def DescribeClusterPodAssets(request)
  body = send_request('DescribeClusterPodAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeClusterPodAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeCVMAssetInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeCVMAssetInfoResponse`

Parameters:

  • request:

    Request instance for DescribeCVMAssetInfo.



229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
# File 'lib/v20221121/client.rb', line 229

def DescribeCVMAssetInfo(request)
  body = send_request('DescribeCVMAssetInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeCVMAssetInfoResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeCVMAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeCVMAssetsResponse`

Parameters:

  • request:

    Request instance for DescribeCVMAssets.



253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'lib/v20221121/client.rb', line 253

def DescribeCVMAssets(request)
  body = send_request('DescribeCVMAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeCVMAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeDbAssetInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeDbAssetInfoResponse`

Parameters:

  • request:

    Request instance for DescribeDbAssetInfo.



325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
# File 'lib/v20221121/client.rb', line 325

def DescribeDbAssetInfo(request)
  body = send_request('DescribeDbAssetInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeDbAssetInfoResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeDbAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeDbAssetsResponse`

Parameters:

  • request:

    Request instance for DescribeDbAssets.



349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'lib/v20221121/client.rb', line 349

def DescribeDbAssets(request)
  body = send_request('DescribeDbAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeDbAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeDomainAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeDomainAssetsResponse`

Parameters:

  • request:

    Request instance for DescribeDomainAssets.



373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
# File 'lib/v20221121/client.rb', line 373

def DescribeDomainAssets(request)
  body = send_request('DescribeDomainAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeDomainAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeGatewayAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeGatewayAssetsResponse`

Parameters:

  • request:

    Request instance for DescribeGatewayAssets.



397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/v20221121/client.rb', line 397

def DescribeGatewayAssets(request)
  body = send_request('DescribeGatewayAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeGatewayAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeListenerList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeListenerListResponse`

Parameters:

  • request:

    Request instance for DescribeListenerList.



421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
# File 'lib/v20221121/client.rb', line 421

def DescribeListenerList(request)
  body = send_request('DescribeListenerList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeListenerListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeNICAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeNICAssetsResponse`

Parameters:

  • request:

    Request instance for DescribeNICAssets.



445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
# File 'lib/v20221121/client.rb', line 445

def DescribeNICAssets(request)
  body = send_request('DescribeNICAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeNICAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeOrganizationInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeOrganizationInfoResponse`

Parameters:

  • request:

    Request instance for DescribeOrganizationInfo.



469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
# File 'lib/v20221121/client.rb', line 469

def DescribeOrganizationInfo(request)
  body = send_request('DescribeOrganizationInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeOrganizationInfoResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeOrganizationUserInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeOrganizationUserInfoResponse`

Parameters:

  • request:

    Request instance for DescribeOrganizationUserInfo.



493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
# File 'lib/v20221121/client.rb', line 493

def DescribeOrganizationUserInfo(request)
  body = send_request('DescribeOrganizationUserInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeOrganizationUserInfoResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribePublicIpAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribePublicIpAssetsResponse`

Parameters:

  • request:

    Request instance for DescribePublicIpAssets.



517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
# File 'lib/v20221121/client.rb', line 517

def DescribePublicIpAssets(request)
  body = send_request('DescribePublicIpAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribePublicIpAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeRiskCenterAssetViewCFGRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeRiskCenterAssetViewCFGRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeRiskCenterAssetViewCFGRiskList.



541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/v20221121/client.rb', line 541

def DescribeRiskCenterAssetViewCFGRiskList(request)
  body = send_request('DescribeRiskCenterAssetViewCFGRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeRiskCenterAssetViewCFGRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeRiskCenterAssetViewPortRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeRiskCenterAssetViewPortRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeRiskCenterAssetViewPortRiskList.



565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
# File 'lib/v20221121/client.rb', line 565

def DescribeRiskCenterAssetViewPortRiskList(request)
  body = send_request('DescribeRiskCenterAssetViewPortRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeRiskCenterAssetViewPortRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeRiskCenterAssetViewVULRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeRiskCenterAssetViewVULRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeRiskCenterAssetViewVULRiskList.



589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
# File 'lib/v20221121/client.rb', line 589

def DescribeRiskCenterAssetViewVULRiskList(request)
  body = send_request('DescribeRiskCenterAssetViewVULRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeRiskCenterAssetViewVULRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeRiskCenterAssetViewWeakPasswordRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeRiskCenterAssetViewWeakPasswordRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeRiskCenterAssetViewWeakPasswordRiskList.



613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
# File 'lib/v20221121/client.rb', line 613

def DescribeRiskCenterAssetViewWeakPasswordRiskList(request)
  body = send_request('DescribeRiskCenterAssetViewWeakPasswordRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeRiskCenterAssetViewWeakPasswordRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeRiskCenterPortViewPortRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeRiskCenterPortViewPortRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeRiskCenterPortViewPortRiskList.



637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
# File 'lib/v20221121/client.rb', line 637

def DescribeRiskCenterPortViewPortRiskList(request)
  body = send_request('DescribeRiskCenterPortViewPortRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeRiskCenterPortViewPortRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeRiskCenterServerRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeRiskCenterServerRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeRiskCenterServerRiskList.



661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
# File 'lib/v20221121/client.rb', line 661

def DescribeRiskCenterServerRiskList(request)
  body = send_request('DescribeRiskCenterServerRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeRiskCenterServerRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeRiskCenterVULViewVULRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeRiskCenterVULViewVULRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeRiskCenterVULViewVULRiskList.



685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
# File 'lib/v20221121/client.rb', line 685

def DescribeRiskCenterVULViewVULRiskList(request)
  body = send_request('DescribeRiskCenterVULViewVULRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeRiskCenterVULViewVULRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeRiskCenterWebsiteRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeRiskCenterWebsiteRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeRiskCenterWebsiteRiskList.



709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
# File 'lib/v20221121/client.rb', line 709

def DescribeRiskCenterWebsiteRiskList(request)
  body = send_request('DescribeRiskCenterWebsiteRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeRiskCenterWebsiteRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeScanReportList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeScanReportListResponse`

Parameters:

  • request:

    Request instance for DescribeScanReportList.



733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
# File 'lib/v20221121/client.rb', line 733

def DescribeScanReportList(request)
  body = send_request('DescribeScanReportList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeScanReportListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeScanTaskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeScanTaskListResponse`

Parameters:

  • request:

    Request instance for DescribeScanTaskList.



757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
# File 'lib/v20221121/client.rb', line 757

def DescribeScanTaskList(request)
  body = send_request('DescribeScanTaskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeScanTaskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeSearchBugInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeSearchBugInfoResponse`

Parameters:

  • request:

    Request instance for DescribeSearchBugInfo.



781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
# File 'lib/v20221121/client.rb', line 781

def DescribeSearchBugInfo(request)
  body = send_request('DescribeSearchBugInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeSearchBugInfoResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeSubnetAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeSubnetAssetsResponse`

Parameters:

  • request:

    Request instance for DescribeSubnetAssets.



829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'lib/v20221121/client.rb', line 829

def DescribeSubnetAssets(request)
  body = send_request('DescribeSubnetAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeSubnetAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeSubUserInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeSubUserInfoResponse`

Parameters:

  • request:

    Request instance for DescribeSubUserInfo.



805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
# File 'lib/v20221121/client.rb', line 805

def DescribeSubUserInfo(request)
  body = send_request('DescribeSubUserInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeSubUserInfoResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeTaskLogList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeTaskLogListResponse`

Parameters:

  • request:

    Request instance for DescribeTaskLogList.



853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
# File 'lib/v20221121/client.rb', line 853

def DescribeTaskLogList(request)
  body = send_request('DescribeTaskLogList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeTaskLogListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeTaskLogURL(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeTaskLogURLResponse`

Parameters:

  • request:

    Request instance for DescribeTaskLogURL.



877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
# File 'lib/v20221121/client.rb', line 877

def DescribeTaskLogURL(request)
  body = send_request('DescribeTaskLogURL', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeTaskLogURLResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeTopAttackInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeTopAttackInfoResponse`

Parameters:

  • request:

    Request instance for DescribeTopAttackInfo.



901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
# File 'lib/v20221121/client.rb', line 901

def DescribeTopAttackInfo(request)
  body = send_request('DescribeTopAttackInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeTopAttackInfoResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeUebaRule(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeUebaRuleResponse`

Parameters:

  • request:

    Request instance for DescribeUebaRule.



925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
# File 'lib/v20221121/client.rb', line 925

def DescribeUebaRule(request)
  body = send_request('DescribeUebaRule', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeUebaRuleResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeVpcAssets(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeVpcAssetsResponse`

Parameters:

  • request:

    Request instance for DescribeVpcAssets.



997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'lib/v20221121/client.rb', line 997

def DescribeVpcAssets(request)
  body = send_request('DescribeVpcAssets', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeVpcAssetsResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeVULRiskAdvanceCFGList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeVULRiskAdvanceCFGListResponse`

Parameters:

  • request:

    Request instance for DescribeVULRiskAdvanceCFGList.



949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
# File 'lib/v20221121/client.rb', line 949

def DescribeVULRiskAdvanceCFGList(request)
  body = send_request('DescribeVULRiskAdvanceCFGList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeVULRiskAdvanceCFGListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeVULRiskDetail(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeVULRiskDetailResponse`

Parameters:

  • request:

    Request instance for DescribeVULRiskDetail.



973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
# File 'lib/v20221121/client.rb', line 973

def DescribeVULRiskDetail(request)
  body = send_request('DescribeVULRiskDetail', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeVULRiskDetailResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#DescribeVulViewVulRiskList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::DescribeVulViewVulRiskListResponse`

Parameters:

  • request:

    Request instance for DescribeVulViewVulRiskList.



1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
# File 'lib/v20221121/client.rb', line 1021

def DescribeVulViewVulRiskList(request)
  body = send_request('DescribeVulViewVulRiskList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeVulViewVulRiskListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#ModifyOrganizationAccountStatus(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::ModifyOrganizationAccountStatusResponse`

Parameters:

  • request:

    Request instance for ModifyOrganizationAccountStatus.



1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
# File 'lib/v20221121/client.rb', line 1045

def ModifyOrganizationAccountStatus(request)
  body = send_request('ModifyOrganizationAccountStatus', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ModifyOrganizationAccountStatusResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#ModifyRiskCenterRiskStatus(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::ModifyRiskCenterRiskStatusResponse`

Parameters:

  • request:

    Request instance for ModifyRiskCenterRiskStatus.



1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'lib/v20221121/client.rb', line 1069

def ModifyRiskCenterRiskStatus(request)
  body = send_request('ModifyRiskCenterRiskStatus', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ModifyRiskCenterRiskStatusResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#ModifyRiskCenterScanTask(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::ModifyRiskCenterScanTaskResponse`

Parameters:

  • request:

    Request instance for ModifyRiskCenterScanTask.



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
# File 'lib/v20221121/client.rb', line 1093

def ModifyRiskCenterScanTask(request)
  body = send_request('ModifyRiskCenterScanTask', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ModifyRiskCenterScanTaskResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#ModifyUebaRuleSwitch(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::ModifyUebaRuleSwitchResponse`

Parameters:

  • request:

    Request instance for ModifyUebaRuleSwitch.



1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
# File 'lib/v20221121/client.rb', line 1117

def ModifyUebaRuleSwitch(request)
  body = send_request('ModifyUebaRuleSwitch', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ModifyUebaRuleSwitchResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#StopRiskCenterTask(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::StopRiskCenterTaskResponse`

Parameters:

  • request:

    Request instance for StopRiskCenterTask.



1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
# File 'lib/v20221121/client.rb', line 1141

def StopRiskCenterTask(request)
  body = send_request('StopRiskCenterTask', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = StopRiskCenterTaskResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end

#UpdateAlertStatusList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::csip::V20221121::UpdateAlertStatusListResponse`

Parameters:

  • request:

    Request instance for UpdateAlertStatusList.



1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
# File 'lib/v20221121/client.rb', line 1165

def UpdateAlertStatusList(request)
  body = send_request('UpdateAlertStatusList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = UpdateAlertStatusListResponse.new
    model.deserialize(response['Response'])
    model
  else
    code = response['Response']['Error']['Code']
    message = response['Response']['Error']['Message']
    reqid = response['Response']['RequestId']
    raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
  end
rescue TencentCloud::Common::TencentCloudSDKException => e
  raise e
rescue StandardError => e
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end