Class: TencentCloud::Yunjing::V20180228::Client

Inherits:
Common::AbstractClient
  • Object
show all
Defined in:
lib/v20180228/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/v20180228/client.rb', line 24

def initialize(credential, region, profile = nil)
    api_version = '2018-02-28'
    api_endpoint = 'yunjing.tencentcloudapi.com'
    sdk_version = 'YUNJING_' + File.read(File.expand_path('../VERSION', __dir__)).strip
    super(credential, region, api_version, api_endpoint, sdk_version, profile)
end

Instance Method Details

#AddLoginWhiteList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::AddLoginWhiteListResponse`

Parameters:

  • request:

    Request instance for AddLoginWhiteList.



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

def AddLoginWhiteList(request)
  body = send_request('AddLoginWhiteList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = AddLoginWhiteListResponse.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

#AddMachineTag(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::AddMachineTagResponse`

Parameters:

  • request:

    Request instance for AddMachineTag.



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

def AddMachineTag(request)
  body = send_request('AddMachineTag', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = AddMachineTagResponse.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

#CloseProVersion(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::CloseProVersionResponse`

Parameters:

  • request:

    Request instance for CloseProVersion.



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

def CloseProVersion(request)
  body = send_request('CloseProVersion', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = CloseProVersionResponse.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

#CreateBaselineStrategy(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::CreateBaselineStrategyResponse`

Parameters:

  • request:

    Request instance for CreateBaselineStrategy.



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

def CreateBaselineStrategy(request)
  body = send_request('CreateBaselineStrategy', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = CreateBaselineStrategyResponse.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

#CreateOpenPortTask(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::CreateOpenPortTaskResponse`

Parameters:

  • request:

    Request instance for CreateOpenPortTask.



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

def CreateOpenPortTask(request)
  body = send_request('CreateOpenPortTask', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = CreateOpenPortTaskResponse.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

#CreateProcessTask(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::CreateProcessTaskResponse`

Parameters:

  • request:

    Request instance for CreateProcessTask.



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

def CreateProcessTask(request)
  body = send_request('CreateProcessTask', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = CreateProcessTaskResponse.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

#CreateUsualLoginPlaces(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::CreateUsualLoginPlacesResponse`

Parameters:

  • request:

    Request instance for CreateUsualLoginPlaces.



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

def CreateUsualLoginPlaces(request)
  body = send_request('CreateUsualLoginPlaces', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = CreateUsualLoginPlacesResponse.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

#DeleteAttackLogs(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteAttackLogsResponse`

Parameters:

  • request:

    Request instance for DeleteAttackLogs.



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

def DeleteAttackLogs(request)
  body = send_request('DeleteAttackLogs', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteAttackLogsResponse.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

#DeleteBashEvents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteBashEventsResponse`

Parameters:

  • request:

    Request instance for DeleteBashEvents.



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

def DeleteBashEvents(request)
  body = send_request('DeleteBashEvents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteBashEventsResponse.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

#DeleteBashRules(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteBashRulesResponse`

Parameters:

  • request:

    Request instance for DeleteBashRules.



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

def DeleteBashRules(request)
  body = send_request('DeleteBashRules', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteBashRulesResponse.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

#DeleteBruteAttacks(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteBruteAttacksResponse`

Parameters:

  • request:

    Request instance for DeleteBruteAttacks.



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

def DeleteBruteAttacks(request)
  body = send_request('DeleteBruteAttacks', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteBruteAttacksResponse.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

#DeleteLoginWhiteList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteLoginWhiteListResponse`

Parameters:

  • request:

    Request instance for DeleteLoginWhiteList.



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

def DeleteLoginWhiteList(request)
  body = send_request('DeleteLoginWhiteList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteLoginWhiteListResponse.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

#DeleteMachine(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteMachineResponse`

Parameters:

  • request:

    Request instance for DeleteMachine.



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

def DeleteMachine(request)
  body = send_request('DeleteMachine', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteMachineResponse.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

#DeleteMachineTag(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteMachineTagResponse`

Parameters:

  • request:

    Request instance for DeleteMachineTag.



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

def DeleteMachineTag(request)
  body = send_request('DeleteMachineTag', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteMachineTagResponse.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

#DeleteMaliciousRequests(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteMaliciousRequestsResponse`

Parameters:

  • request:

    Request instance for DeleteMaliciousRequests.



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

def DeleteMaliciousRequests(request)
  body = send_request('DeleteMaliciousRequests', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteMaliciousRequestsResponse.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

#DeleteMalwares(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteMalwaresResponse`

Parameters:

  • request:

    Request instance for DeleteMalwares.



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

def DeleteMalwares(request)
  body = send_request('DeleteMalwares', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteMalwaresResponse.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

#DeleteNonlocalLoginPlaces(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteNonlocalLoginPlacesResponse`

Parameters:

  • request:

    Request instance for DeleteNonlocalLoginPlaces.



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

def DeleteNonlocalLoginPlaces(request)
  body = send_request('DeleteNonlocalLoginPlaces', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteNonlocalLoginPlacesResponse.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

#DeletePrivilegeEvents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeletePrivilegeEventsResponse`

Parameters:

  • request:

    Request instance for DeletePrivilegeEvents.



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

def DeletePrivilegeEvents(request)
  body = send_request('DeletePrivilegeEvents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeletePrivilegeEventsResponse.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

#DeletePrivilegeRules(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeletePrivilegeRulesResponse`

Parameters:

  • request:

    Request instance for DeletePrivilegeRules.



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

def DeletePrivilegeRules(request)
  body = send_request('DeletePrivilegeRules', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeletePrivilegeRulesResponse.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

#DeleteReverseShellEvents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteReverseShellEventsResponse`

Parameters:

  • request:

    Request instance for DeleteReverseShellEvents.



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

def DeleteReverseShellEvents(request)
  body = send_request('DeleteReverseShellEvents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteReverseShellEventsResponse.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

#DeleteReverseShellRules(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteReverseShellRulesResponse`

Parameters:

  • request:

    Request instance for DeleteReverseShellRules.



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

def DeleteReverseShellRules(request)
  body = send_request('DeleteReverseShellRules', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteReverseShellRulesResponse.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

#DeleteTags(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteTagsResponse`

Parameters:

  • request:

    Request instance for DeleteTags.



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

def DeleteTags(request)
  body = send_request('DeleteTags', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteTagsResponse.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

#DeleteUsualLoginPlaces(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DeleteUsualLoginPlacesResponse`

Parameters:

  • request:

    Request instance for DeleteUsualLoginPlaces.



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

def DeleteUsualLoginPlaces(request)
  body = send_request('DeleteUsualLoginPlaces', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DeleteUsualLoginPlacesResponse.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

#DescribeAccounts(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeAccountsResponse`

Parameters:

  • request:

    Request instance for DescribeAccounts.



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

def DescribeAccounts(request)
  body = send_request('DescribeAccounts', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeAccountsResponse.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

#DescribeAccountStatistics(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeAccountStatisticsResponse`

Parameters:

  • request:

    Request instance for DescribeAccountStatistics.



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

def DescribeAccountStatistics(request)
  body = send_request('DescribeAccountStatistics', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeAccountStatisticsResponse.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

#DescribeAgentVuls(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeAgentVulsResponse`

Parameters:

  • request:

    Request instance for DescribeAgentVuls.



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

def DescribeAgentVuls(request)
  body = send_request('DescribeAgentVuls', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeAgentVulsResponse.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

#DescribeAlarmAttribute(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeAlarmAttributeResponse`

Parameters:

  • request:

    Request instance for DescribeAlarmAttribute.



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

def DescribeAlarmAttribute(request)
  body = send_request('DescribeAlarmAttribute', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeAlarmAttributeResponse.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

#DescribeAttackLogInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeAttackLogInfoResponse`

Parameters:

  • request:

    Request instance for DescribeAttackLogInfo.



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

def DescribeAttackLogInfo(request)
  body = send_request('DescribeAttackLogInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeAttackLogInfoResponse.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

#DescribeAttackLogs(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeAttackLogsResponse`

Parameters:

  • request:

    Request instance for DescribeAttackLogs.



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

def DescribeAttackLogs(request)
  body = send_request('DescribeAttackLogs', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeAttackLogsResponse.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

#DescribeBashEvents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeBashEventsResponse`

Parameters:

  • request:

    Request instance for DescribeBashEvents.



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

def DescribeBashEvents(request)
  body = send_request('DescribeBashEvents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeBashEventsResponse.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

#DescribeBashRules(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeBashRulesResponse`

Parameters:

  • request:

    Request instance for DescribeBashRules.



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

def DescribeBashRules(request)
  body = send_request('DescribeBashRules', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeBashRulesResponse.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

#DescribeBruteAttacks(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeBruteAttacksResponse`

Parameters:

  • request:

    Request instance for DescribeBruteAttacks.



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

def DescribeBruteAttacks(request)
  body = send_request('DescribeBruteAttacks', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeBruteAttacksResponse.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

#DescribeComponentInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeComponentInfoResponse`

Parameters:

  • request:

    Request instance for DescribeComponentInfo.



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

def DescribeComponentInfo(request)
  body = send_request('DescribeComponentInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeComponentInfoResponse.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

#DescribeComponents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeComponentsResponse`

Parameters:

  • request:

    Request instance for DescribeComponents.



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

def DescribeComponents(request)
  body = send_request('DescribeComponents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeComponentsResponse.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

#DescribeComponentStatistics(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeComponentStatisticsResponse`

Parameters:

  • request:

    Request instance for DescribeComponentStatistics.



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

def DescribeComponentStatistics(request)
  body = send_request('DescribeComponentStatistics', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeComponentStatisticsResponse.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

#DescribeHistoryAccounts(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeHistoryAccountsResponse`

Parameters:

  • request:

    Request instance for DescribeHistoryAccounts.



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

def DescribeHistoryAccounts(request)
  body = send_request('DescribeHistoryAccounts', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeHistoryAccountsResponse.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

#DescribeImpactedHosts(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeImpactedHostsResponse`

Parameters:

  • request:

    Request instance for DescribeImpactedHosts.



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

def DescribeImpactedHosts(request)
  body = send_request('DescribeImpactedHosts', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeImpactedHostsResponse.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

#DescribeLoginWhiteList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeLoginWhiteListResponse`

Parameters:

  • request:

    Request instance for DescribeLoginWhiteList.



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

def DescribeLoginWhiteList(request)
  body = send_request('DescribeLoginWhiteList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeLoginWhiteListResponse.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

#DescribeMachineInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeMachineInfoResponse`

Parameters:

  • request:

    Request instance for DescribeMachineInfo.



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

def DescribeMachineInfo(request)
  body = send_request('DescribeMachineInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeMachineInfoResponse.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

#DescribeMachines(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeMachinesResponse`

Parameters:

  • request:

    Request instance for DescribeMachines.



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

def DescribeMachines(request)
  body = send_request('DescribeMachines', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeMachinesResponse.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

#DescribeMaliciousRequests(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeMaliciousRequestsResponse`

Parameters:

  • request:

    Request instance for DescribeMaliciousRequests.



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

def DescribeMaliciousRequests(request)
  body = send_request('DescribeMaliciousRequests', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeMaliciousRequestsResponse.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

#DescribeMalwares(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeMalwaresResponse`

Parameters:

  • request:

    Request instance for DescribeMalwares.



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

def DescribeMalwares(request)
  body = send_request('DescribeMalwares', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeMalwaresResponse.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

#DescribeNonlocalLoginPlaces(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeNonlocalLoginPlacesResponse`

Parameters:

  • request:

    Request instance for DescribeNonlocalLoginPlaces.



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

def DescribeNonlocalLoginPlaces(request)
  body = send_request('DescribeNonlocalLoginPlaces', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeNonlocalLoginPlacesResponse.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

#DescribeOpenPorts(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeOpenPortsResponse`

Parameters:

  • request:

    Request instance for DescribeOpenPorts.



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

def DescribeOpenPorts(request)
  body = send_request('DescribeOpenPorts', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeOpenPortsResponse.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

#DescribeOpenPortStatistics(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeOpenPortStatisticsResponse`

Parameters:

  • request:

    Request instance for DescribeOpenPortStatistics.



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

def DescribeOpenPortStatistics(request)
  body = send_request('DescribeOpenPortStatistics', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeOpenPortStatisticsResponse.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

#DescribeOpenPortTaskStatus(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeOpenPortTaskStatusResponse`

Parameters:

  • request:

    Request instance for DescribeOpenPortTaskStatus.



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

def DescribeOpenPortTaskStatus(request)
  body = send_request('DescribeOpenPortTaskStatus', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeOpenPortTaskStatusResponse.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

#DescribeOverviewStatistics(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeOverviewStatisticsResponse`

Parameters:

  • request:

    Request instance for DescribeOverviewStatistics.



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

def DescribeOverviewStatistics(request)
  body = send_request('DescribeOverviewStatistics', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeOverviewStatisticsResponse.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

#DescribePrivilegeEvents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribePrivilegeEventsResponse`

Parameters:

  • request:

    Request instance for DescribePrivilegeEvents.



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

def DescribePrivilegeEvents(request)
  body = send_request('DescribePrivilegeEvents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribePrivilegeEventsResponse.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

#DescribePrivilegeRules(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribePrivilegeRulesResponse`

Parameters:

  • request:

    Request instance for DescribePrivilegeRules.



1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
# File 'lib/v20180228/client.rb', line 1189

def DescribePrivilegeRules(request)
  body = send_request('DescribePrivilegeRules', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribePrivilegeRulesResponse.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

#DescribeProcesses(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeProcessesResponse`

Parameters:

  • request:

    Request instance for DescribeProcesses.



1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'lib/v20180228/client.rb', line 1285

def DescribeProcesses(request)
  body = send_request('DescribeProcesses', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeProcessesResponse.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

#DescribeProcessStatistics(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeProcessStatisticsResponse`

Parameters:

  • request:

    Request instance for DescribeProcessStatistics.



1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
# File 'lib/v20180228/client.rb', line 1237

def DescribeProcessStatistics(request)
  body = send_request('DescribeProcessStatistics', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeProcessStatisticsResponse.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

#DescribeProcessTaskStatus(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeProcessTaskStatusResponse`

Parameters:

  • request:

    Request instance for DescribeProcessTaskStatus.



1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
# File 'lib/v20180228/client.rb', line 1261

def DescribeProcessTaskStatus(request)
  body = send_request('DescribeProcessTaskStatus', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeProcessTaskStatusResponse.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

#DescribeProVersionInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeProVersionInfoResponse`

Parameters:

  • request:

    Request instance for DescribeProVersionInfo.



1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'lib/v20180228/client.rb', line 1213

def DescribeProVersionInfo(request)
  body = send_request('DescribeProVersionInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeProVersionInfoResponse.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

#DescribeReverseShellEvents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeReverseShellEventsResponse`

Parameters:

  • request:

    Request instance for DescribeReverseShellEvents.



1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
# File 'lib/v20180228/client.rb', line 1309

def DescribeReverseShellEvents(request)
  body = send_request('DescribeReverseShellEvents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeReverseShellEventsResponse.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

#DescribeReverseShellRules(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeReverseShellRulesResponse`

Parameters:

  • request:

    Request instance for DescribeReverseShellRules.



1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
# File 'lib/v20180228/client.rb', line 1333

def DescribeReverseShellRules(request)
  body = send_request('DescribeReverseShellRules', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeReverseShellRulesResponse.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

#DescribeSecurityDynamics(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeSecurityDynamicsResponse`

Parameters:

  • request:

    Request instance for DescribeSecurityDynamics.



1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
# File 'lib/v20180228/client.rb', line 1357

def DescribeSecurityDynamics(request)
  body = send_request('DescribeSecurityDynamics', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeSecurityDynamicsResponse.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

#DescribeSecurityTrends(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeSecurityTrendsResponse`

Parameters:

  • request:

    Request instance for DescribeSecurityTrends.



1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'lib/v20180228/client.rb', line 1381

def DescribeSecurityTrends(request)
  body = send_request('DescribeSecurityTrends', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeSecurityTrendsResponse.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

#DescribeTagMachines(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeTagMachinesResponse`

Parameters:

  • request:

    Request instance for DescribeTagMachines.



1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
# File 'lib/v20180228/client.rb', line 1405

def DescribeTagMachines(request)
  body = send_request('DescribeTagMachines', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeTagMachinesResponse.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

#DescribeTags(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeTagsResponse`

Parameters:

  • request:

    Request instance for DescribeTags.



1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'lib/v20180228/client.rb', line 1429

def DescribeTags(request)
  body = send_request('DescribeTags', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeTagsResponse.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

#DescribeUsualLoginPlaces(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeUsualLoginPlacesResponse`

Parameters:

  • request:

    Request instance for DescribeUsualLoginPlaces.



1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
# File 'lib/v20180228/client.rb', line 1453

def DescribeUsualLoginPlaces(request)
  body = send_request('DescribeUsualLoginPlaces', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeUsualLoginPlacesResponse.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

#DescribeVulInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeVulInfoResponse`

Parameters:

  • request:

    Request instance for DescribeVulInfo.



1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
# File 'lib/v20180228/client.rb', line 1477

def DescribeVulInfo(request)
  body = send_request('DescribeVulInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeVulInfoResponse.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

#DescribeVuls(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeVulsResponse`

Parameters:

  • request:

    Request instance for DescribeVuls.



1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
# File 'lib/v20180228/client.rb', line 1525

def DescribeVuls(request)
  body = send_request('DescribeVuls', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeVulsResponse.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

#DescribeVulScanResult(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeVulScanResultResponse`

Parameters:

  • request:

    Request instance for DescribeVulScanResult.



1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
# File 'lib/v20180228/client.rb', line 1501

def DescribeVulScanResult(request)
  body = send_request('DescribeVulScanResult', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeVulScanResultResponse.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

#DescribeWeeklyReportBruteAttacks(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeWeeklyReportBruteAttacksResponse`

Parameters:

  • request:

    Request instance for DescribeWeeklyReportBruteAttacks.



1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
# File 'lib/v20180228/client.rb', line 1549

def DescribeWeeklyReportBruteAttacks(request)
  body = send_request('DescribeWeeklyReportBruteAttacks', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeWeeklyReportBruteAttacksResponse.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

#DescribeWeeklyReportInfo(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeWeeklyReportInfoResponse`

Parameters:

  • request:

    Request instance for DescribeWeeklyReportInfo.



1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
# File 'lib/v20180228/client.rb', line 1573

def DescribeWeeklyReportInfo(request)
  body = send_request('DescribeWeeklyReportInfo', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeWeeklyReportInfoResponse.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

#DescribeWeeklyReportMalwares(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeWeeklyReportMalwaresResponse`

Parameters:

  • request:

    Request instance for DescribeWeeklyReportMalwares.



1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
# File 'lib/v20180228/client.rb', line 1597

def DescribeWeeklyReportMalwares(request)
  body = send_request('DescribeWeeklyReportMalwares', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeWeeklyReportMalwaresResponse.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

#DescribeWeeklyReportNonlocalLoginPlaces(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeWeeklyReportNonlocalLoginPlacesResponse`

Parameters:

  • request:

    Request instance for DescribeWeeklyReportNonlocalLoginPlaces.



1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
# File 'lib/v20180228/client.rb', line 1621

def DescribeWeeklyReportNonlocalLoginPlaces(request)
  body = send_request('DescribeWeeklyReportNonlocalLoginPlaces', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeWeeklyReportNonlocalLoginPlacesResponse.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

#DescribeWeeklyReports(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeWeeklyReportsResponse`

Parameters:

  • request:

    Request instance for DescribeWeeklyReports.



1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'lib/v20180228/client.rb', line 1669

def DescribeWeeklyReports(request)
  body = send_request('DescribeWeeklyReports', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeWeeklyReportsResponse.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

#DescribeWeeklyReportVuls(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::DescribeWeeklyReportVulsResponse`

Parameters:

  • request:

    Request instance for DescribeWeeklyReportVuls.



1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
# File 'lib/v20180228/client.rb', line 1645

def DescribeWeeklyReportVuls(request)
  body = send_request('DescribeWeeklyReportVuls', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = DescribeWeeklyReportVulsResponse.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

#EditBashRule(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::EditBashRuleResponse`

Parameters:

  • request:

    Request instance for EditBashRule.



1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
# File 'lib/v20180228/client.rb', line 1693

def EditBashRule(request)
  body = send_request('EditBashRule', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = EditBashRuleResponse.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

#EditPrivilegeRule(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::EditPrivilegeRuleResponse`

Parameters:

  • request:

    Request instance for EditPrivilegeRule.



1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
# File 'lib/v20180228/client.rb', line 1717

def EditPrivilegeRule(request)
  body = send_request('EditPrivilegeRule', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = EditPrivilegeRuleResponse.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

#EditReverseShellRule(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::EditReverseShellRuleResponse`

Parameters:

  • request:

    Request instance for EditReverseShellRule.



1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
# File 'lib/v20180228/client.rb', line 1741

def EditReverseShellRule(request)
  body = send_request('EditReverseShellRule', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = EditReverseShellRuleResponse.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

#EditTags(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::EditTagsResponse`

Parameters:

  • request:

    Request instance for EditTags.



1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'lib/v20180228/client.rb', line 1765

def EditTags(request)
  body = send_request('EditTags', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = EditTagsResponse.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

#ExportAttackLogs(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ExportAttackLogsResponse`

Parameters:

  • request:

    Request instance for ExportAttackLogs.



1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
# File 'lib/v20180228/client.rb', line 1789

def ExportAttackLogs(request)
  body = send_request('ExportAttackLogs', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ExportAttackLogsResponse.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

#ExportBashEvents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ExportBashEventsResponse`

Parameters:

  • request:

    Request instance for ExportBashEvents.



1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
# File 'lib/v20180228/client.rb', line 1813

def ExportBashEvents(request)
  body = send_request('ExportBashEvents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ExportBashEventsResponse.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

#ExportBruteAttacks(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ExportBruteAttacksResponse`

Parameters:

  • request:

    Request instance for ExportBruteAttacks.



1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
# File 'lib/v20180228/client.rb', line 1837

def ExportBruteAttacks(request)
  body = send_request('ExportBruteAttacks', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ExportBruteAttacksResponse.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

#ExportMaliciousRequests(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ExportMaliciousRequestsResponse`

Parameters:

  • request:

    Request instance for ExportMaliciousRequests.



1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
# File 'lib/v20180228/client.rb', line 1861

def ExportMaliciousRequests(request)
  body = send_request('ExportMaliciousRequests', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ExportMaliciousRequestsResponse.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

#ExportMalwares(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ExportMalwaresResponse`

Parameters:

  • request:

    Request instance for ExportMalwares.



1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
# File 'lib/v20180228/client.rb', line 1885

def ExportMalwares(request)
  body = send_request('ExportMalwares', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ExportMalwaresResponse.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

#ExportNonlocalLoginPlaces(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ExportNonlocalLoginPlacesResponse`

Parameters:

  • request:

    Request instance for ExportNonlocalLoginPlaces.



1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/v20180228/client.rb', line 1909

def ExportNonlocalLoginPlaces(request)
  body = send_request('ExportNonlocalLoginPlaces', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ExportNonlocalLoginPlacesResponse.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

#ExportPrivilegeEvents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ExportPrivilegeEventsResponse`

Parameters:

  • request:

    Request instance for ExportPrivilegeEvents.



1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
# File 'lib/v20180228/client.rb', line 1933

def ExportPrivilegeEvents(request)
  body = send_request('ExportPrivilegeEvents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ExportPrivilegeEventsResponse.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

#ExportReverseShellEvents(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ExportReverseShellEventsResponse`

Parameters:

  • request:

    Request instance for ExportReverseShellEvents.



1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
# File 'lib/v20180228/client.rb', line 1957

def ExportReverseShellEvents(request)
  body = send_request('ExportReverseShellEvents', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ExportReverseShellEventsResponse.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

#IgnoreImpactedHosts(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::IgnoreImpactedHostsResponse`

Parameters:

  • request:

    Request instance for IgnoreImpactedHosts.



1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
# File 'lib/v20180228/client.rb', line 1981

def IgnoreImpactedHosts(request)
  body = send_request('IgnoreImpactedHosts', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = IgnoreImpactedHostsResponse.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

#InquiryPriceOpenProVersionPrepaid(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::InquiryPriceOpenProVersionPrepaidResponse`

Parameters:

  • request:

    Request instance for InquiryPriceOpenProVersionPrepaid.



2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
# File 'lib/v20180228/client.rb', line 2005

def InquiryPriceOpenProVersionPrepaid(request)
  body = send_request('InquiryPriceOpenProVersionPrepaid', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = InquiryPriceOpenProVersionPrepaidResponse.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

#MisAlarmNonlocalLoginPlaces(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::MisAlarmNonlocalLoginPlacesResponse`

Parameters:

  • request:

    Request instance for MisAlarmNonlocalLoginPlaces.



2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'lib/v20180228/client.rb', line 2029

def MisAlarmNonlocalLoginPlaces(request)
  body = send_request('MisAlarmNonlocalLoginPlaces', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = MisAlarmNonlocalLoginPlacesResponse.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

#ModifyAlarmAttribute(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ModifyAlarmAttributeResponse`

Parameters:

  • request:

    Request instance for ModifyAlarmAttribute.



2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
# File 'lib/v20180228/client.rb', line 2053

def ModifyAlarmAttribute(request)
  body = send_request('ModifyAlarmAttribute', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ModifyAlarmAttributeResponse.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

#ModifyAutoOpenProVersionConfig(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ModifyAutoOpenProVersionConfigResponse`

Parameters:

  • request:

    Request instance for ModifyAutoOpenProVersionConfig.



2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
# File 'lib/v20180228/client.rb', line 2077

def ModifyAutoOpenProVersionConfig(request)
  body = send_request('ModifyAutoOpenProVersionConfig', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ModifyAutoOpenProVersionConfigResponse.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

#ModifyLoginWhiteList(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ModifyLoginWhiteListResponse`

Parameters:

  • request:

    Request instance for ModifyLoginWhiteList.



2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/v20180228/client.rb', line 2101

def ModifyLoginWhiteList(request)
  body = send_request('ModifyLoginWhiteList', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ModifyLoginWhiteListResponse.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

#ModifyProVersionRenewFlag(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::ModifyProVersionRenewFlagResponse`

Parameters:

  • request:

    Request instance for ModifyProVersionRenewFlag.



2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
# File 'lib/v20180228/client.rb', line 2125

def ModifyProVersionRenewFlag(request)
  body = send_request('ModifyProVersionRenewFlag', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = ModifyProVersionRenewFlagResponse.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

#OpenProVersion(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::OpenProVersionResponse`

Parameters:

  • request:

    Request instance for OpenProVersion.



2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
# File 'lib/v20180228/client.rb', line 2149

def OpenProVersion(request)
  body = send_request('OpenProVersion', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = OpenProVersionResponse.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

#OpenProVersionPrepaid(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::OpenProVersionPrepaidResponse`

Parameters:

  • request:

    Request instance for OpenProVersionPrepaid.



2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
# File 'lib/v20180228/client.rb', line 2173

def OpenProVersionPrepaid(request)
  body = send_request('OpenProVersionPrepaid', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = OpenProVersionPrepaidResponse.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

#RecoverMalwares(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::RecoverMalwaresResponse`

Parameters:

  • request:

    Request instance for RecoverMalwares.



2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
# File 'lib/v20180228/client.rb', line 2197

def RecoverMalwares(request)
  body = send_request('RecoverMalwares', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = RecoverMalwaresResponse.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

#RenewProVersion(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::RenewProVersionResponse`

Parameters:

  • request:

    Request instance for RenewProVersion.



2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'lib/v20180228/client.rb', line 2221

def RenewProVersion(request)
  body = send_request('RenewProVersion', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = RenewProVersionResponse.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

#RescanImpactedHost(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::RescanImpactedHostResponse`

Parameters:

  • request:

    Request instance for RescanImpactedHost.



2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
# File 'lib/v20180228/client.rb', line 2245

def RescanImpactedHost(request)
  body = send_request('RescanImpactedHost', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = RescanImpactedHostResponse.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

#SeparateMalwares(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::SeparateMalwaresResponse`

Parameters:

  • request:

    Request instance for SeparateMalwares.



2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
# File 'lib/v20180228/client.rb', line 2269

def SeparateMalwares(request)
  body = send_request('SeparateMalwares', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = SeparateMalwaresResponse.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

#SetBashEventsStatus(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::SetBashEventsStatusResponse`

Parameters:

  • request:

    Request instance for SetBashEventsStatus.



2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'lib/v20180228/client.rb', line 2293

def SetBashEventsStatus(request)
  body = send_request('SetBashEventsStatus', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = SetBashEventsStatusResponse.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

#SwitchBashRules(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::SwitchBashRulesResponse`

Parameters:

  • request:

    Request instance for SwitchBashRules.



2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
# File 'lib/v20180228/client.rb', line 2317

def SwitchBashRules(request)
  body = send_request('SwitchBashRules', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = SwitchBashRulesResponse.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

#TrustMaliciousRequest(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::TrustMaliciousRequestResponse`

Parameters:

  • request:

    Request instance for TrustMaliciousRequest.



2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
# File 'lib/v20180228/client.rb', line 2341

def TrustMaliciousRequest(request)
  body = send_request('TrustMaliciousRequest', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = TrustMaliciousRequestResponse.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

#TrustMalwares(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::TrustMalwaresResponse`

Parameters:

  • request:

    Request instance for TrustMalwares.



2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'lib/v20180228/client.rb', line 2365

def TrustMalwares(request)
  body = send_request('TrustMalwares', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = TrustMalwaresResponse.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

#UntrustMaliciousRequest(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::UntrustMaliciousRequestResponse`

Parameters:

  • request:

    Request instance for UntrustMaliciousRequest.



2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
# File 'lib/v20180228/client.rb', line 2389

def UntrustMaliciousRequest(request)
  body = send_request('UntrustMaliciousRequest', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = UntrustMaliciousRequestResponse.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

#UntrustMalwares(request) ⇒ Object

@rtype: :class:‘Tencentcloud::yunjing::V20180228::UntrustMalwaresResponse`

Parameters:

  • request:

    Request instance for UntrustMalwares.



2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
# File 'lib/v20180228/client.rb', line 2413

def UntrustMalwares(request)
  body = send_request('UntrustMalwares', request.serialize)
  response = JSON.parse(body)
  if response['Response'].key?('Error') == false
    model = UntrustMalwaresResponse.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