tencentcloud-sdk-pts 3.0.724 → 3.0.725

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210728/models.rb +25 -25
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf6a8ab197f2617e044b789a991e906baa950531
4
- data.tar.gz: 64380315255b395b0ad9a07ce1cb3438b40fa904
3
+ metadata.gz: f5a65752ec0166c15188d7d2b7509adc4f1b27bc
4
+ data.tar.gz: fcc54a8e7714a121c2083e68456dd6bf96555560
5
5
  SHA512:
6
- metadata.gz: 6dc959a0bdf2a146e573bb47db380b378e629a99d1b2c040ab0a813738e8cb6a50be306115df7901addbc40c95ed0f557761c5efc2ea8b16f7596186c83cd541
7
- data.tar.gz: e7504232646c516dd169f64269e2a70dac464b0c77b1a33e31f475e8ba85ce81f8d7c58f27334be79b9f015b94a9febe65a1b0f5d07f17739db4a2d0a440393a
6
+ metadata.gz: 3cd0729e84ae5e406ddcb219f3bfc8a8c202457304a1a7c7f385ba4dacae5f45ec342400610cc229ce6dbfead8a68ea63ecee76e0e0d56b95f64f314633aaaa8
7
+ data.tar.gz: a209028505a8a27691817ce671ccb496fcde10547ea19b870287dc138106ceee6badbc86e2afe2c2434b91a858d631bc534705fe30bc46cd9c27f2838e347429
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.724
1
+ 3.0.725
@@ -55,7 +55,7 @@ module TencentCloud
55
55
 
56
56
  # AbortJob请求参数结构体
57
57
  class AbortJobRequest < TencentCloud::Common::AbstractModel
58
- # @param JobId: 任务ID
58
+ # @param JobId: 待停止的压测任务的 ID(所有的压测任务 ID 可以从 DescribeJobs 接口获取)
59
59
  # @type JobId: String
60
60
  # @param ProjectId: 项目ID
61
61
  # @type ProjectId: String
@@ -101,7 +101,7 @@ module TencentCloud
101
101
  class AdjustJobSpeedRequest < TencentCloud::Common::AbstractModel
102
102
  # @param JobId: 任务ID
103
103
  # @type JobId: String
104
- # @param TargetRequestsPerSecond: 目标RPS
104
+ # @param TargetRequestsPerSecond: 目标 RPS。其取值应大于起始 RPS,并且小于最大 RPS
105
105
  # @type TargetRequestsPerSecond: Integer
106
106
 
107
107
  attr_accessor :JobId, :TargetRequestsPerSecond
@@ -498,11 +498,11 @@ module TencentCloud
498
498
 
499
499
  # CreateAlertChannel请求参数结构体
500
500
  class CreateAlertChannelRequest < TencentCloud::Common::AbstractModel
501
- # @param NoticeId: Notice ID
501
+ # @param NoticeId: monitor 服务的告警通知模板的 NoticeId,可从 monitor 服务的云 API 的 DescribeAlarmNotices 接口响应里的 Id 字段获取。(CreateAlertChannel 接口的入参里用于标识一个告警通知模板的 AMPConsumerId 与 NoticeId 二选一即可)
502
502
  # @type NoticeId: String
503
503
  # @param ProjectId: 项目 ID
504
504
  # @type ProjectId: String
505
- # @param AMPConsumerId: AMP Consumer ID
505
+ # @param AMPConsumerId: monitor 服务的告警通知模板的 AMPConsumerId,可从 monitor 服务的云 API 的 DescribeAlarmNotices 接口响应里的 AMPConsumerId 字段获取。(CreateAlertChannel 接口的入参里用于标识一个告警通知模板的 AMPConsumerId 与 NoticeId 二选一即可)
506
506
  # @type AMPConsumerId: String
507
507
 
508
508
  attr_accessor :NoticeId, :ProjectId, :AMPConsumerId
@@ -610,7 +610,7 @@ module TencentCloud
610
610
 
611
611
  # CreateFile请求参数结构体
612
612
  class CreateFileRequest < TencentCloud::Common::AbstractModel
613
- # @param FileId: 文件 ID
613
+ # @param FileId: 文件 ID。其值应为前序步骤上传该文件到 cos 桶后,文件在 cos 桶中的相应目录
614
614
  # @type FileId: String
615
615
  # @param ProjectId: 项目 ID
616
616
  # @type ProjectId: String
@@ -1124,7 +1124,7 @@ module TencentCloud
1124
1124
  class DeleteAlertChannelRequest < TencentCloud::Common::AbstractModel
1125
1125
  # @param ProjectId: 项目 ID
1126
1126
  # @type ProjectId: String
1127
- # @param NoticeId: Notice ID
1127
+ # @param NoticeId: 待删除的通知渠道的 Notice ID(所有通知渠道的 Notice ID 可以从 DescribeAlertChannels 接口获取)
1128
1128
  # @type NoticeId: String
1129
1129
 
1130
1130
  attr_accessor :ProjectId, :NoticeId
@@ -1196,7 +1196,7 @@ module TencentCloud
1196
1196
  class DeleteFilesRequest < TencentCloud::Common::AbstractModel
1197
1197
  # @param ProjectId: 项目 ID
1198
1198
  # @type ProjectId: String
1199
- # @param FileIds: 文件 ID 数组
1199
+ # @param FileIds: 待删除的文件的 ID(所有文件 ID 可从接口 DescribeFiles 获取)
1200
1200
  # @type FileIds: Array
1201
1201
 
1202
1202
  attr_accessor :ProjectId, :FileIds
@@ -1230,7 +1230,7 @@ module TencentCloud
1230
1230
 
1231
1231
  # DeleteJobs请求参数结构体
1232
1232
  class DeleteJobsRequest < TencentCloud::Common::AbstractModel
1233
- # @param JobIds: 任务ID数组
1233
+ # @param JobIds: 待删除的任务的 ID(所有任务的 ID 可以从 DescribeJobs 获取)
1234
1234
  # @type JobIds: Array
1235
1235
  # @param ProjectId: 项目ID
1236
1236
  # @type ProjectId: String
@@ -1887,9 +1887,9 @@ module TencentCloud
1887
1887
  # @type JobId: String
1888
1888
  # @param ScenarioId: 场景ID
1889
1889
  # @type ScenarioId: String
1890
- # @param Metric: 指标名称
1890
+ # @param Metric: 指标名。取值范围参见 DescribeMetricLabelWithValues 接口返回的所有指标名
1891
1891
  # @type Metric: String
1892
- # @param LabelName: 查询标签名称
1892
+ # @param LabelName: 标签名。取值范围参见 DescribeMetricLabelWithValues 接口返回的指标及其支持的标签名
1893
1893
  # @type LabelName: String
1894
1894
  # @param ProjectId: 项目ID
1895
1895
  # @type ProjectId: String
@@ -2247,13 +2247,13 @@ module TencentCloud
2247
2247
 
2248
2248
  # DescribeSampleBatchQuery请求参数结构体
2249
2249
  class DescribeSampleBatchQueryRequest < TencentCloud::Common::AbstractModel
2250
- # @param JobId: job id
2250
+ # @param JobId: 压测任务的 ID
2251
2251
  # @type JobId: String
2252
- # @param ScenarioId: 场景id
2252
+ # @param ScenarioId: 场景的 ID
2253
2253
  # @type ScenarioId: String
2254
2254
  # @param Queries: 查询指标数组
2255
2255
  # @type Queries: Array
2256
- # @param ProjectId: 项目ID
2256
+ # @param ProjectId: 项目的 ID
2257
2257
  # @type ProjectId: String
2258
2258
 
2259
2259
  attr_accessor :JobId, :ScenarioId, :Queries, :ProjectId
@@ -2495,11 +2495,11 @@ module TencentCloud
2495
2495
  # @type ProjectId: String
2496
2496
  # @param ScenarioId: 场景ID
2497
2497
  # @type ScenarioId: String
2498
- # @param Metric: 指标名字
2498
+ # @param Metric: 指标名。取值范围参见 DescribeMetricLabelWithValues 接口返回的所有指标名
2499
2499
  # @type Metric: String
2500
- # @param Aggregation: 聚合函数
2500
+ # @param Aggregation: 聚合函数。取值范围:Rate,Count,Avg,P90,P95,P99,Gauge
2501
2501
  # @type Aggregation: String
2502
- # @param Filters: 指标过滤
2502
+ # @param Filters: 用标签过滤规则来过滤指标,规则中包含标签名 LabelName、标签值 LabelValue、操作符 Operator(0代表相等,1代表不等)
2503
2503
  # @type Filters: Array
2504
2504
  # @param GroupBy: 分组
2505
2505
  # @type GroupBy: Array
@@ -2564,13 +2564,13 @@ module TencentCloud
2564
2564
  # @type JobId: String
2565
2565
  # @param ScenarioId: 场景Id
2566
2566
  # @type ScenarioId: String
2567
- # @param Metric: 指标名
2567
+ # @param Metric: 指标名。取值范围参见 DescribeMetricLabelWithValues 接口返回的所有指标名
2568
2568
  # @type Metric: String
2569
- # @param Aggregation: 聚合条件
2569
+ # @param Aggregation: 聚合函数。取值范围:Rate,Count,Avg,P90,P95,P99,Gauge
2570
2570
  # @type Aggregation: String
2571
2571
  # @param ProjectId: 项目ID
2572
2572
  # @type ProjectId: String
2573
- # @param Labels: 过滤条件
2573
+ # @param Labels: 标签过滤条件。各指标支持的标签参见 DescribeMetricLabelWithValues 接口返回的所有指标及其支持的标签
2574
2574
  # @type Labels: Array
2575
2575
 
2576
2576
  attr_accessor :JobId, :ScenarioId, :Metric, :Aggregation, :ProjectId, :Labels
@@ -3172,11 +3172,11 @@ module TencentCloud
3172
3172
  class InternalMetricQuery < TencentCloud::Common::AbstractModel
3173
3173
  # @param Metric: 指标名
3174
3174
  # @type Metric: String
3175
- # @param Aggregation: 聚合函数
3175
+ # @param Aggregation: 聚合函数。取值范围:Rate,Count,Avg,P90,P95,P99,Gauge
3176
3176
  # @type Aggregation: String
3177
3177
  # @param Labels: deprecated, 请使用Filters
3178
3178
  # @type Labels: Array
3179
- # @param Filters: 指标过滤
3179
+ # @param Filters: 用标签过滤规则来过滤指标,规则中包含标签名 LabelName、标签值 LabelValue、操作符 Operator(0代表相等,1代表不等)
3180
3180
  # @type Filters: Array
3181
3181
  # @param GroupBy: 指标分组
3182
3182
  # @type GroupBy: Array
@@ -3503,9 +3503,9 @@ module TencentCloud
3503
3503
 
3504
3504
  # 包含labelName 和labelValue
3505
3505
  class Label < TencentCloud::Common::AbstractModel
3506
- # @param LabelName: label名字
3506
+ # @param LabelName: 标签名
3507
3507
  # @type LabelName: String
3508
- # @param LabelValue: label值
3508
+ # @param LabelValue: 标签值
3509
3509
  # @type LabelValue: String
3510
3510
 
3511
3511
  attr_accessor :LabelName, :LabelValue
@@ -4858,7 +4858,7 @@ module TencentCloud
4858
4858
 
4859
4859
  # UpdateFileScenarioRelation请求参数结构体
4860
4860
  class UpdateFileScenarioRelationRequest < TencentCloud::Common::AbstractModel
4861
- # @param FileId: 文件 ID
4861
+ # @param FileId: 文件 ID。其值应为前序步骤上传该文件到 cos 桶后,文件在 cos 桶中的相应目录
4862
4862
  # @type FileId: String
4863
4863
  # @param ProjectId: 项目 ID
4864
4864
  # @type ProjectId: String
@@ -5003,7 +5003,7 @@ module TencentCloud
5003
5003
  # @type Name: String
5004
5004
  # @param Description: 场景描述
5005
5005
  # @type Description: String
5006
- # @param Type: 压测引擎类型
5006
+ # @param Type: 压测场景的模式类型。取值范围:pts-http 代表简单模式,pts-js 代表脚本模式,pts-jmeter 代表 JMeter 模式。
5007
5007
  # @type Type: String
5008
5008
  # @param Load: 施压配置
5009
5009
  # @type Load: :class:`Tencentcloud::Pts.v20210728.models.Load`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-pts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.724
4
+ version: 3.0.725
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-10 00:00:00.000000000 Z
11
+ date: 2023-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common