tencentcloud-sdk-teo 3.0.408 → 3.0.409

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: aacd16ed066743926557c030f13e140ff963af89
4
- data.tar.gz: 08c8c661fff5c764873ae783accf1d380463af53
3
+ metadata.gz: 38067c74d17f935b5b2ea58aaa9f3b19d2722c7b
4
+ data.tar.gz: b4b6e5a37f34cb36fb613a0c0a35ad75fa31bae9
5
5
  SHA512:
6
- metadata.gz: a2c8751131c8edbd6c8fd467397a12507e0711c3c96fdade6c52db21dc0e2f3e110bae1c5ec506b2fb000528b467eedf18df38fa3b548250b4b77b1ef1b5a4df
7
- data.tar.gz: afbe31a69b61c57e3734f08e4843c352a30b72cd879b777406e375002463bcc8e302757f3764f568127c2c42f4d86315137083a54b46316e438149d70b99a6d9
6
+ metadata.gz: 3242241559b07b0928662217312023343ca0bf4d0ab3fb23d6784c1a7be4892e7217a2bd72405f0d04ef552df7fe675df295f743629d3748b08721d6f5a8c082
7
+ data.tar.gz: 9730b5a413ecb3b49fecf6ffa152d597cf2c98b6f51fb6ba4d98eba189c7d25f285f36fdb2cb49a8ee529accaa44cf4d7925384526c967ebcaf8c3bc47e95fec
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.408
1
+ 3.0.409
@@ -1085,7 +1085,7 @@ module TencentCloud
1085
1085
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1086
1086
  end
1087
1087
 
1088
- # 查询七层监控类时序流量数据
1088
+ # 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。
1089
1089
 
1090
1090
  # @param request: Request instance for DescribeOverviewL7Data.
1091
1091
  # @type request: :class:`Tencentcloud::teo::V20220106::DescribeOverviewL7DataRequest`
@@ -5119,32 +5119,44 @@ module TencentCloud
5119
5119
 
5120
5120
  # DescribeOverviewL7Data请求参数结构体
5121
5121
  class DescribeOverviewL7DataRequest < TencentCloud::Common::AbstractModel
5122
- # @param StartTime: RFC3339格式,客户端时间
5122
+ # @param StartTime: 开始时间。
5123
5123
  # @type StartTime: String
5124
- # @param EndTime: RFC3339格式,客户端时间
5124
+ # @param EndTime: 结束时间。
5125
5125
  # @type EndTime: String
5126
- # @param MetricNames: 指标列表,支持的指标
5127
- # l7Flow_outFlux: 访问流量
5128
- # l7Flow_request: 访问请求数
5129
- # l7Flow_outBandwidth: 访问带宽
5130
- # l7Flow_hit_outFlux: 缓存命中流量
5126
+ # @param MetricNames: 查询的指标,取值有:
5127
+ # <li>l7Flow_outFlux: 访问流量;</li>
5128
+ # <li>l7Flow_request: 访问请求数;</li>
5129
+ # <li>l7Flow_outBandwidth: 访问带宽;</li>
5130
+ # <li>l7Flow_hit_outFlux: 缓存命中流量。</li>
5131
5131
  # @type MetricNames: Array
5132
- # @param Interval: 时间间隔,选填{min, 5min, hour, day, week}
5132
+ # @param Interval: 查询时间粒度,取值有:
5133
+ # <li>min :1分钟 ;</li>
5134
+ # <li>5min :5分钟 ;</li>
5135
+ # <li>hour :1小时 ;</li>
5136
+ # <li>day :1天 。</li>
5133
5137
  # @type Interval: String
5134
- # @param ZoneIds: ZoneId列表,仅在zone/domain维度下查询时该参数有效
5138
+ # @param ZoneIds: 查询的站点集合,不填默认查询所有站点。
5135
5139
  # @type ZoneIds: Array
5136
- # @param Domains: Domain列表,仅在domain维度下查询时该参数有效
5140
+ # @param Domains: 查询的域名集合,不填默认查询所有子域名。
5137
5141
  # @type Domains: Array
5138
- # @param Protocol: 协议类型, 选填{http,http2,https,all}
5142
+ # @param Protocol: 查询的协议类型,取值有:
5143
+ # <li>http: http协议;</li>
5144
+ # <li>https: https协议;</li>
5145
+ # <li>http2: http2协议;</li>
5146
+ # <li>all: 所有协议。</li>不填默认为: all,表示查询所有协议。
5139
5147
  # @type Protocol: String
5140
5148
  # @param Area: 加速区域,取值有:
5141
5149
  # <li>mainland:中国大陆境内;</li>
5142
5150
  # <li>overseas:全球(不含中国大陆)。</li>
5143
5151
  # @type Area: String
5152
+ # @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
5153
+ # <li>tagKey<br>   按照【<strong>标签Key</strong>】进行过滤。<br>   类型:String<br>   必选:否
5154
+ # <li>tagValue<br>   按照【<strong>标签Value</strong>】进行过滤。<br>   类型:String<br>   必选:否
5155
+ # @type Filters: Array
5144
5156
 
5145
- attr_accessor :StartTime, :EndTime, :MetricNames, :Interval, :ZoneIds, :Domains, :Protocol, :Area
5157
+ attr_accessor :StartTime, :EndTime, :MetricNames, :Interval, :ZoneIds, :Domains, :Protocol, :Area, :Filters
5146
5158
 
5147
- def initialize(starttime=nil, endtime=nil, metricnames=nil, interval=nil, zoneids=nil, domains=nil, protocol=nil, area=nil)
5159
+ def initialize(starttime=nil, endtime=nil, metricnames=nil, interval=nil, zoneids=nil, domains=nil, protocol=nil, area=nil, filters=nil)
5148
5160
  @StartTime = starttime
5149
5161
  @EndTime = endtime
5150
5162
  @MetricNames = metricnames
@@ -5153,6 +5165,7 @@ module TencentCloud
5153
5165
  @Domains = domains
5154
5166
  @Protocol = protocol
5155
5167
  @Area = area
5168
+ @Filters = filters
5156
5169
  end
5157
5170
 
5158
5171
  def deserialize(params)
@@ -5164,16 +5177,24 @@ module TencentCloud
5164
5177
  @Domains = params['Domains']
5165
5178
  @Protocol = params['Protocol']
5166
5179
  @Area = params['Area']
5180
+ unless params['Filters'].nil?
5181
+ @Filters = []
5182
+ params['Filters'].each do |i|
5183
+ querycondition_tmp = QueryCondition.new
5184
+ querycondition_tmp.deserialize(i)
5185
+ @Filters << querycondition_tmp
5186
+ end
5187
+ end
5167
5188
  end
5168
5189
  end
5169
5190
 
5170
5191
  # DescribeOverviewL7Data返回参数结构体
5171
5192
  class DescribeOverviewL7DataResponse < TencentCloud::Common::AbstractModel
5172
- # @param Type: 查询维度
5193
+ # @param Type: 查询维度。
5173
5194
  # @type Type: String
5174
- # @param Interval: 时间间隔
5195
+ # @param Interval: 查询时间间隔。
5175
5196
  # @type Interval: String
5176
- # @param Data: 详细数据
5197
+ # @param Data: 七层监控类时序流量数据列表。
5177
5198
  # @type Data: Array
5178
5199
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5179
5200
  # @type RequestId: String
@@ -10210,11 +10231,19 @@ module TencentCloud
10210
10231
 
10211
10232
  # 查询条件
10212
10233
  class QueryCondition < TencentCloud::Common::AbstractModel
10213
- # @param Key: 维度
10234
+ # @param Key: 筛选条件的key。
10214
10235
  # @type Key: String
10215
- # @param Operator: 操作符
10236
+ # @param Operator: 查询条件操作符,操作类型有:
10237
+ # <li>equals: 等于;</li>
10238
+ # <li>notEquals: 不等于;</li>
10239
+ # <li>include: 包含;</li>
10240
+ # <li>notInclude: 不包含; </li>
10241
+ # <li>startWith: 开始于;</li>
10242
+ # <li>notStartWith: 不开始于;</li>
10243
+ # <li>endWith: 结尾是;</li>
10244
+ # <li>notEndWith: 不结尾是。</li>
10216
10245
  # @type Operator: String
10217
- # @param Value: 维度值
10246
+ # @param Value: 筛选条件的值。
10218
10247
  # @type Value: Array
10219
10248
 
10220
10249
  attr_accessor :Key, :Operator, :Value
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-teo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.408
4
+ version: 3.0.409
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-13 00:00:00.000000000 Z
11
+ date: 2022-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common