tencentcloud-sdk-apm 3.0.1074 → 3.0.1087
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 +13 -5
- 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: ee9e8a2b6aea47e0988b5d48fabcb0e5142a4af6
|
4
|
+
data.tar.gz: 1656e344c9c0cf02f64eade2e098a59aac7fc1fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f10d1ca151ecf86857d51f789cc58af2be40e9c01f3c76bb789491af87dd2d4d9584cc5f7959974d10a52ffa962842182108a8980c38f1132de493c957d5f13
|
7
|
+
data.tar.gz: fed7746b22a47c04ce98d4aa9f66c3103641df44fe907516c888abedb558ea21e02043e8f397c9c4046b2c91d3cdf6611e5424cbd5f59b112f7e65731de15252
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1087
|
data/lib/v20210622/models.rb
CHANGED
@@ -330,10 +330,12 @@ module TencentCloud
|
|
330
330
|
# @type LogIndexType: Integer
|
331
331
|
# @param LogTraceIdKey: traceId的索引key: 当CLS索引类型为键值索引时生效
|
332
332
|
# @type LogTraceIdKey: String
|
333
|
+
# @param Token: 业务系统鉴权 token
|
334
|
+
# @type Token: String
|
333
335
|
|
334
|
-
attr_accessor :InstanceId, :Name, :Description, :Status, :Region, :Tags, :AppId, :CreateUin, :AmountOfUsedStorage, :ServiceCount, :CountOfReportSpanPerDay, :TraceDuration, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF, :IsRelatedDashboard, :DashboardTopicID, :IsInstrumentationVulnerabilityScan, :IsSqlInjectionAnalysis, :StopReason, :IsRemoteCommandExecutionAnalysis, :IsMemoryHijackingAnalysis, :LogIndexType, :LogTraceIdKey
|
336
|
+
attr_accessor :InstanceId, :Name, :Description, :Status, :Region, :Tags, :AppId, :CreateUin, :AmountOfUsedStorage, :ServiceCount, :CountOfReportSpanPerDay, :TraceDuration, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF, :IsRelatedDashboard, :DashboardTopicID, :IsInstrumentationVulnerabilityScan, :IsSqlInjectionAnalysis, :StopReason, :IsRemoteCommandExecutionAnalysis, :IsMemoryHijackingAnalysis, :LogIndexType, :LogTraceIdKey, :Token
|
335
337
|
|
336
|
-
def initialize(instanceid=nil, name=nil, description=nil, status=nil, region=nil, tags=nil, appid=nil, createuin=nil, amountofusedstorage=nil, servicecount=nil, countofreportspanperday=nil, traceduration=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, stopreason=nil, isremotecommandexecutionanalysis=nil, ismemoryhijackinganalysis=nil, logindextype=nil, logtraceidkey=nil)
|
338
|
+
def initialize(instanceid=nil, name=nil, description=nil, status=nil, region=nil, tags=nil, appid=nil, createuin=nil, amountofusedstorage=nil, servicecount=nil, countofreportspanperday=nil, traceduration=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, stopreason=nil, isremotecommandexecutionanalysis=nil, ismemoryhijackinganalysis=nil, logindextype=nil, logtraceidkey=nil, token=nil)
|
337
339
|
@InstanceId = instanceid
|
338
340
|
@Name = name
|
339
341
|
@Description = description
|
@@ -375,6 +377,7 @@ module TencentCloud
|
|
375
377
|
@IsMemoryHijackingAnalysis = ismemoryhijackinganalysis
|
376
378
|
@LogIndexType = logindextype
|
377
379
|
@LogTraceIdKey = logtraceidkey
|
380
|
+
@Token = token
|
378
381
|
end
|
379
382
|
|
380
383
|
def deserialize(params)
|
@@ -426,6 +429,7 @@ module TencentCloud
|
|
426
429
|
@IsMemoryHijackingAnalysis = params['IsMemoryHijackingAnalysis']
|
427
430
|
@LogIndexType = params['LogIndexType']
|
428
431
|
@LogTraceIdKey = params['LogTraceIdKey']
|
432
|
+
@Token = params['Token']
|
429
433
|
end
|
430
434
|
end
|
431
435
|
|
@@ -609,8 +613,10 @@ module TencentCloud
|
|
609
613
|
class DescribeApmInstancesRequest < TencentCloud::Common::AbstractModel
|
610
614
|
# @param Tags: Tag 列表
|
611
615
|
# @type Tags: Array
|
612
|
-
# @param InstanceName:
|
616
|
+
# @param InstanceName: 按业务系统名过滤,支持模糊检索
|
613
617
|
# @type InstanceName: String
|
618
|
+
# @param InstanceId: 按业务系统 ID 过滤,支持模糊检索
|
619
|
+
# @type InstanceId: String
|
614
620
|
# @param InstanceIds: 按业务系统 ID 过滤
|
615
621
|
# @type InstanceIds: Array
|
616
622
|
# @param DemoInstanceFlag: 是否查询官方 Demo 业务系统(0=非 Demo 业务系统,1=Demo 业务系统,默认为0)
|
@@ -618,11 +624,12 @@ module TencentCloud
|
|
618
624
|
# @param AllRegionsFlag: 是否查询全地域业务系统(0=不查询全地域,1=查询全地域,默认为0)
|
619
625
|
# @type AllRegionsFlag: Integer
|
620
626
|
|
621
|
-
attr_accessor :Tags, :InstanceName, :InstanceIds, :DemoInstanceFlag, :AllRegionsFlag
|
627
|
+
attr_accessor :Tags, :InstanceName, :InstanceId, :InstanceIds, :DemoInstanceFlag, :AllRegionsFlag
|
622
628
|
|
623
|
-
def initialize(tags=nil, instancename=nil, instanceids=nil, demoinstanceflag=nil, allregionsflag=nil)
|
629
|
+
def initialize(tags=nil, instancename=nil, instanceid=nil, instanceids=nil, demoinstanceflag=nil, allregionsflag=nil)
|
624
630
|
@Tags = tags
|
625
631
|
@InstanceName = instancename
|
632
|
+
@InstanceId = instanceid
|
626
633
|
@InstanceIds = instanceids
|
627
634
|
@DemoInstanceFlag = demoinstanceflag
|
628
635
|
@AllRegionsFlag = allregionsflag
|
@@ -638,6 +645,7 @@ module TencentCloud
|
|
638
645
|
end
|
639
646
|
end
|
640
647
|
@InstanceName = params['InstanceName']
|
648
|
+
@InstanceId = params['InstanceId']
|
641
649
|
@InstanceIds = params['InstanceIds']
|
642
650
|
@DemoInstanceFlag = params['DemoInstanceFlag']
|
643
651
|
@AllRegionsFlag = params['AllRegionsFlag']
|
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.1087
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|