tencentcloud-sdk-apm 3.0.970 → 3.0.971

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d60a5066de1f546755b02499f5dcdfdc3c13b8f
4
- data.tar.gz: 0da70484e22a3c6035af8f9d0e9d7294ccf9090f
3
+ metadata.gz: 1a17d37eec5e497735c828d5e865b18874601977
4
+ data.tar.gz: 4805f4877b8fe81d2242d40374b9ce3a617d0721
5
5
  SHA512:
6
- metadata.gz: 8bb400ae7a00a1a1d2d622b2987f0a913b77d8f04d2530d36ed5fb059f587bc6393a01297a1c4a2ec649030abe8ef7c76e56a9226b3d45f6b87dda24b34300a4
7
- data.tar.gz: 376ae560d6c1ff9d2b79ed819cb3d1679c776cacd4d8a7b82544b860601983ce28062df54801cd15145164b6a5e65fe8a17153cc3cfd1bf7676915e9691c23e5
6
+ metadata.gz: b4fdaded7eecf156280e1d0b2876b171ae2ac34915e35d872793c4dbe524dba479b7b3449dddcb3bf9525c8e60a991ee4c1866190e38ea83542fb35c7af6a6a9
7
+ data.tar.gz: 243346c3c874a8db095f028239d2fbaa46afa2abf6681b641a10100848cdaeae06108fc29e2ec73ddbbd2ece76b499ba2b9d3998a41d5b7117e763b1396c7239
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.971
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  end
30
30
 
31
31
 
32
- # 业务购买APM实例,调用该接口创建
32
+ # 业务购买 APM 业务系统,调用该接口创建
33
33
 
34
34
  # @param request: Request instance for CreateApmInstance.
35
35
  # @type request: :class:`Tencentcloud::apm::V20210622::CreateApmInstanceRequest`
@@ -53,7 +53,7 @@ module TencentCloud
53
53
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
54
54
  end
55
55
 
56
- # 获取APM Agent信息
56
+ # 获取 APM Agent信息
57
57
 
58
58
  # @param request: Request instance for DescribeApmAgent.
59
59
  # @type request: :class:`Tencentcloud::apm::V20210622::DescribeApmAgentRequest`
@@ -198,7 +198,7 @@ module TencentCloud
198
198
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
199
199
  end
200
200
 
201
- # 服务概览数据拉取
201
+ # 应用概览数据拉取
202
202
 
203
203
  # @param request: Request instance for DescribeServiceOverview.
204
204
  # @type request: :class:`Tencentcloud::apm::V20210622::DescribeServiceOverviewRequest`
@@ -246,7 +246,7 @@ module TencentCloud
246
246
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
247
247
  end
248
248
 
249
- # 修改APM实例接口
249
+ # 修改APM业务系统接口
250
250
 
251
251
  # @param request: Request instance for ModifyApmInstance.
252
252
  # @type request: :class:`Tencentcloud::apm::V20210622::ModifyApmInstanceRequest`
@@ -294,7 +294,7 @@ module TencentCloud
294
294
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
295
295
  end
296
296
 
297
- # apm销毁实例
297
+ # 销毁 APM 业务系统
298
298
 
299
299
  # @param request: Request instance for TerminateApmInstance.
300
300
  # @type request: :class:`Tencentcloud::apm::V20210622::TerminateApmInstanceRequest`
@@ -511,17 +511,17 @@ module TencentCloud
511
511
 
512
512
  # CreateApmInstance请求参数结构体
513
513
  class CreateApmInstanceRequest < TencentCloud::Common::AbstractModel
514
- # @param Name: 实例名
514
+ # @param Name: 业务系统名
515
515
  # @type Name: String
516
- # @param Description: 实例描述信息
516
+ # @param Description: 业务系统描述信息
517
517
  # @type Description: String
518
518
  # @param TraceDuration: Trace数据保存时长,单位为天默认存储为3天
519
519
  # @type TraceDuration: Integer
520
520
  # @param Tags: 标签列表
521
521
  # @type Tags: Array
522
- # @param SpanDailyCounters: 实例上报额度值,默认赋值为0表示不限制上报额度
522
+ # @param SpanDailyCounters: 业务系统上报额度值,默认赋值为0表示不限制上报额度
523
523
  # @type SpanDailyCounters: Integer
524
- # @param PayMode: 实例的计费模式
524
+ # @param PayMode: 业务系统的计费模式
525
525
  # @type PayMode: Integer
526
526
  # @param Free: (0=付费版;1=tsf受限免费版;2=免费版)
527
527
  # @type Free: Integer
@@ -558,7 +558,7 @@ module TencentCloud
558
558
 
559
559
  # CreateApmInstance返回参数结构体
560
560
  class CreateApmInstanceResponse < TencentCloud::Common::AbstractModel
561
- # @param InstanceId: 实例ID
561
+ # @param InstanceId: 业务系统ID
562
562
  # 注意:此字段可能返回 null,表示取不到有效值。
563
563
  # @type InstanceId: String
564
564
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -579,7 +579,7 @@ module TencentCloud
579
579
 
580
580
  # DescribeApmAgent请求参数结构体
581
581
  class DescribeApmAgentRequest < TencentCloud::Common::AbstractModel
582
- # @param InstanceId: 实例ID
582
+ # @param InstanceId: 业务系统ID
583
583
  # @type InstanceId: String
584
584
  # @param AgentType: 接入方式
585
585
  # @type AgentType: String
@@ -847,7 +847,7 @@ module TencentCloud
847
847
  # @type OrderBy: :class:`Tencentcloud::Apm.v20210622.models.OrderBy`
848
848
  # @param StartTime: span查询开始时间戳(单位:秒)
849
849
  # @type StartTime: Integer
850
- # @param InstanceId: 实例名
850
+ # @param InstanceId: 业务系统ID
851
851
  # @type InstanceId: String
852
852
  # @param Filters: 通用过滤参数
853
853
  # @type Filters: Array
@@ -932,7 +932,7 @@ module TencentCloud
932
932
  # @type GroupBy: Array
933
933
  # @param OrderBy: 排序
934
934
  # @type OrderBy: :class:`Tencentcloud::Apm.v20210622.models.OrderBy`
935
- # @param InstanceId: 实例ID
935
+ # @param InstanceId: 业务系统ID
936
936
  # @type InstanceId: String
937
937
  # @param Limit: 每页大小
938
938
  # @type Limit: Integer
@@ -1057,7 +1057,7 @@ module TencentCloud
1057
1057
  # @type GroupBy: Array
1058
1058
  # @param OrderBy: 排序
1059
1059
  # @type OrderBy: :class:`Tencentcloud::Apm.v20210622.models.OrderBy`
1060
- # @param InstanceId: 实例ID
1060
+ # @param InstanceId: 业务系统ID
1061
1061
  # @type InstanceId: String
1062
1062
  # @param Limit: 每页大小
1063
1063
  # @type Limit: Integer
@@ -1144,7 +1144,7 @@ module TencentCloud
1144
1144
  class DescribeTagValuesRequest < TencentCloud::Common::AbstractModel
1145
1145
  # @param TagKey: 维度名
1146
1146
  # @type TagKey: String
1147
- # @param InstanceId: 实例ID
1147
+ # @param InstanceId: 业务系统ID
1148
1148
  # @type InstanceId: String
1149
1149
  # @param EndTime: 结束时间
1150
1150
  # @type EndTime: Integer
@@ -1326,19 +1326,19 @@ module TencentCloud
1326
1326
 
1327
1327
  # ModifyApmInstance请求参数结构体
1328
1328
  class ModifyApmInstanceRequest < TencentCloud::Common::AbstractModel
1329
- # @param InstanceId: 实例ID
1329
+ # @param InstanceId: 业务系统ID
1330
1330
  # @type InstanceId: String
1331
- # @param Name: 实例名
1331
+ # @param Name: 业务系统名
1332
1332
  # @type Name: String
1333
1333
  # @param Tags: 标签列表
1334
1334
  # @type Tags: Array
1335
- # @param Description: 实例详情
1335
+ # @param Description: 业务系统详情
1336
1336
  # @type Description: String
1337
1337
  # @param TraceDuration: Trace数据保存时长
1338
1338
  # @type TraceDuration: Integer
1339
1339
  # @param OpenBilling: 是否开启计费
1340
1340
  # @type OpenBilling: Boolean
1341
- # @param SpanDailyCounters: 实例上报额度
1341
+ # @param SpanDailyCounters: 业务系统上报额度
1342
1342
  # @type SpanDailyCounters: Integer
1343
1343
  # @param ErrRateThreshold: 错误率阈值
1344
1344
  # @type ErrRateThreshold: Integer
@@ -1756,7 +1756,7 @@ module TencentCloud
1756
1756
 
1757
1757
  # TerminateApmInstance请求参数结构体
1758
1758
  class TerminateApmInstanceRequest < TencentCloud::Common::AbstractModel
1759
- # @param InstanceId: 实例ID
1759
+ # @param InstanceId: 业务系统ID
1760
1760
  # @type InstanceId: String
1761
1761
 
1762
1762
  attr_accessor :InstanceId
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.970
4
+ version: 3.0.971
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-12-26 00:00:00.000000000 Z
11
+ date: 2024-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common