tencentcloud-sdk-apm 3.0.940 → 3.0.942
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/models.rb +42 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ab483e217cbc7c0653ed0fde4eeaf6ee0cd6507
|
4
|
+
data.tar.gz: 5b17e7eb0b1a9064a2531b5af1919440bd0fae49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c19f168e60bb9df71dd87e41b7c6e5db1d27b4024da9ab1efd70ee5b87ff1a04144d154dc852840c43ec47a0691dda07fdea2c142f21d06109803dc04551558
|
7
|
+
data.tar.gz: 03feba98a365da1e9cbe5f8cf58d0c3aeeb0f2e8a34da76b3e4f288b65587fa0c663a23f035bdbeed6e878472f53031a4ab54958eda2e1d8faa14a731c6472fa
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.942
|
data/lib/v20210622/models.rb
CHANGED
@@ -354,10 +354,22 @@ module TencentCloud
|
|
354
354
|
# @param DefaultTSF: 是否tsf默认业务系统(0=否,1-是)
|
355
355
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
356
356
|
# @type DefaultTSF: Integer
|
357
|
+
# @param IsRelatedDashboard: 是否关联dashboard: 0 关 1 开
|
358
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
359
|
+
# @type IsRelatedDashboard: Integer
|
360
|
+
# @param DashboardTopicID: dashboard ID
|
361
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
362
|
+
# @type DashboardTopicID: String
|
363
|
+
# @param IsInstrumentationVulnerabilityScan: 是否开启组件漏洞检测
|
364
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
365
|
+
# @type IsInstrumentationVulnerabilityScan: Integer
|
366
|
+
# @param IsSqlInjectionAnalysis: 是否开启SQL注入分析
|
367
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
368
|
+
# @type IsSqlInjectionAnalysis: Integer
|
357
369
|
|
358
|
-
attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF
|
370
|
+
attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF, :IsRelatedDashboard, :DashboardTopicID, :IsInstrumentationVulnerabilityScan, :IsSqlInjectionAnalysis
|
359
371
|
|
360
|
-
def initialize(amountofusedstorage=nil, name=nil, tags=nil, instanceid=nil, createuin=nil, servicecount=nil, countofreportspanperday=nil, appid=nil, traceduration=nil, description=nil, status=nil, region=nil, spandailycounters=nil, billinginstance=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, logregion=nil, logsource=nil, isrelatedlog=nil, logtopicid=nil, clientcount=nil, totalcount=nil, logset=nil, metricduration=nil, customshowtags=nil, paymode=nil, paymodeeffective=nil, responsedurationwarningthreshold=nil, free=nil, defaulttsf=nil)
|
372
|
+
def initialize(amountofusedstorage=nil, name=nil, tags=nil, instanceid=nil, createuin=nil, servicecount=nil, countofreportspanperday=nil, appid=nil, traceduration=nil, description=nil, status=nil, region=nil, spandailycounters=nil, billinginstance=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, logregion=nil, logsource=nil, isrelatedlog=nil, logtopicid=nil, clientcount=nil, totalcount=nil, logset=nil, metricduration=nil, customshowtags=nil, paymode=nil, paymodeeffective=nil, responsedurationwarningthreshold=nil, free=nil, defaulttsf=nil, isrelateddashboard=nil, dashboardtopicid=nil, isinstrumentationvulnerabilityscan=nil, issqlinjectionanalysis=nil)
|
361
373
|
@AmountOfUsedStorage = amountofusedstorage
|
362
374
|
@Name = name
|
363
375
|
@Tags = tags
|
@@ -390,6 +402,10 @@ module TencentCloud
|
|
390
402
|
@ResponseDurationWarningThreshold = responsedurationwarningthreshold
|
391
403
|
@Free = free
|
392
404
|
@DefaultTSF = defaulttsf
|
405
|
+
@IsRelatedDashboard = isrelateddashboard
|
406
|
+
@DashboardTopicID = dashboardtopicid
|
407
|
+
@IsInstrumentationVulnerabilityScan = isinstrumentationvulnerabilityscan
|
408
|
+
@IsSqlInjectionAnalysis = issqlinjectionanalysis
|
393
409
|
end
|
394
410
|
|
395
411
|
def deserialize(params)
|
@@ -432,6 +448,10 @@ module TencentCloud
|
|
432
448
|
@ResponseDurationWarningThreshold = params['ResponseDurationWarningThreshold']
|
433
449
|
@Free = params['Free']
|
434
450
|
@DefaultTSF = params['DefaultTSF']
|
451
|
+
@IsRelatedDashboard = params['IsRelatedDashboard']
|
452
|
+
@DashboardTopicID = params['DashboardTopicID']
|
453
|
+
@IsInstrumentationVulnerabilityScan = params['IsInstrumentationVulnerabilityScan']
|
454
|
+
@IsSqlInjectionAnalysis = params['IsSqlInjectionAnalysis']
|
435
455
|
end
|
436
456
|
end
|
437
457
|
|
@@ -503,16 +523,19 @@ module TencentCloud
|
|
503
523
|
# @type SpanDailyCounters: Integer
|
504
524
|
# @param PayMode: 实例的计费模式
|
505
525
|
# @type PayMode: Integer
|
526
|
+
# @param Free: (0=付费版;1=tsf受限免费版;2=免费版)
|
527
|
+
# @type Free: Integer
|
506
528
|
|
507
|
-
attr_accessor :Name, :Description, :TraceDuration, :Tags, :SpanDailyCounters, :PayMode
|
529
|
+
attr_accessor :Name, :Description, :TraceDuration, :Tags, :SpanDailyCounters, :PayMode, :Free
|
508
530
|
|
509
|
-
def initialize(name=nil, description=nil, traceduration=nil, tags=nil, spandailycounters=nil, paymode=nil)
|
531
|
+
def initialize(name=nil, description=nil, traceduration=nil, tags=nil, spandailycounters=nil, paymode=nil, free=nil)
|
510
532
|
@Name = name
|
511
533
|
@Description = description
|
512
534
|
@TraceDuration = traceduration
|
513
535
|
@Tags = tags
|
514
536
|
@SpanDailyCounters = spandailycounters
|
515
537
|
@PayMode = paymode
|
538
|
+
@Free = free
|
516
539
|
end
|
517
540
|
|
518
541
|
def deserialize(params)
|
@@ -529,6 +552,7 @@ module TencentCloud
|
|
529
552
|
end
|
530
553
|
@SpanDailyCounters = params['SpanDailyCounters']
|
531
554
|
@PayMode = params['PayMode']
|
555
|
+
@Free = params['Free']
|
532
556
|
end
|
533
557
|
end
|
534
558
|
|
@@ -1353,14 +1377,20 @@ module TencentCloud
|
|
1353
1377
|
# @type PayMode: Integer
|
1354
1378
|
# @param ResponseDurationWarningThreshold: 响应时间满意阈值
|
1355
1379
|
# @type ResponseDurationWarningThreshold: Integer
|
1380
|
+
# @param Free: (0=付费版;1=tsf受限免费版;2=免费版)
|
1381
|
+
# @type Free: Integer
|
1356
1382
|
# @param IsRelatedDashboard: 是否关联dashboard: 0 关 1 开
|
1357
1383
|
# @type IsRelatedDashboard: Integer
|
1358
1384
|
# @param DashboardTopicID: dashboard ID
|
1359
1385
|
# @type DashboardTopicID: String
|
1386
|
+
# @param IsSqlInjectionAnalysis: 是否开启SQL注入检测
|
1387
|
+
# @type IsSqlInjectionAnalysis: Integer
|
1388
|
+
# @param IsInstrumentationVulnerabilityScan: 是否开启组件漏洞检测
|
1389
|
+
# @type IsInstrumentationVulnerabilityScan: Integer
|
1360
1390
|
|
1361
|
-
attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource, :CustomShowTags, :PayMode, :ResponseDurationWarningThreshold, :IsRelatedDashboard, :DashboardTopicID
|
1391
|
+
attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource, :CustomShowTags, :PayMode, :ResponseDurationWarningThreshold, :Free, :IsRelatedDashboard, :DashboardTopicID, :IsSqlInjectionAnalysis, :IsInstrumentationVulnerabilityScan
|
1362
1392
|
|
1363
|
-
def initialize(instanceid=nil, name=nil, tags=nil, description=nil, traceduration=nil, openbilling=nil, spandailycounters=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, isrelatedlog=nil, logregion=nil, logtopicid=nil, logset=nil, logsource=nil, customshowtags=nil, paymode=nil, responsedurationwarningthreshold=nil, isrelateddashboard=nil, dashboardtopicid=nil)
|
1393
|
+
def initialize(instanceid=nil, name=nil, tags=nil, description=nil, traceduration=nil, openbilling=nil, spandailycounters=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, isrelatedlog=nil, logregion=nil, logtopicid=nil, logset=nil, logsource=nil, customshowtags=nil, paymode=nil, responsedurationwarningthreshold=nil, free=nil, isrelateddashboard=nil, dashboardtopicid=nil, issqlinjectionanalysis=nil, isinstrumentationvulnerabilityscan=nil)
|
1364
1394
|
@InstanceId = instanceid
|
1365
1395
|
@Name = name
|
1366
1396
|
@Tags = tags
|
@@ -1380,8 +1410,11 @@ module TencentCloud
|
|
1380
1410
|
@CustomShowTags = customshowtags
|
1381
1411
|
@PayMode = paymode
|
1382
1412
|
@ResponseDurationWarningThreshold = responsedurationwarningthreshold
|
1413
|
+
@Free = free
|
1383
1414
|
@IsRelatedDashboard = isrelateddashboard
|
1384
1415
|
@DashboardTopicID = dashboardtopicid
|
1416
|
+
@IsSqlInjectionAnalysis = issqlinjectionanalysis
|
1417
|
+
@IsInstrumentationVulnerabilityScan = isinstrumentationvulnerabilityscan
|
1385
1418
|
end
|
1386
1419
|
|
1387
1420
|
def deserialize(params)
|
@@ -1411,8 +1444,11 @@ module TencentCloud
|
|
1411
1444
|
@CustomShowTags = params['CustomShowTags']
|
1412
1445
|
@PayMode = params['PayMode']
|
1413
1446
|
@ResponseDurationWarningThreshold = params['ResponseDurationWarningThreshold']
|
1447
|
+
@Free = params['Free']
|
1414
1448
|
@IsRelatedDashboard = params['IsRelatedDashboard']
|
1415
1449
|
@DashboardTopicID = params['DashboardTopicID']
|
1450
|
+
@IsSqlInjectionAnalysis = params['IsSqlInjectionAnalysis']
|
1451
|
+
@IsInstrumentationVulnerabilityScan = params['IsInstrumentationVulnerabilityScan']
|
1416
1452
|
end
|
1417
1453
|
end
|
1418
1454
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-apm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.942
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|