tencentcloud-sdk-teo 3.0.708 → 3.0.710
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/tencentcloud-sdk-teo.rb +3 -3
- data/lib/v20220901/client.rb +3 -3
- data/lib/v20220901/models.rb +28 -28
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b38dcdd665c60c4b462a8bb44103329a8db0d6a
|
|
4
|
+
data.tar.gz: 2aaa9e980a0c5b9f880640b3e61c90589d1f0e49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0719c1d991a7b7a9e06bae93946975672c1af62a718284adea6a16ffe66391c95d737dafb21e1c0abc1ba8589b85377f4a257c2c35b35a031493b094385d9f9
|
|
7
|
+
data.tar.gz: e946bbc5c942021ec831cf04cae88577a16d57ced8eeb724a2259f771ad0b71661d486dcf6ad616827deb456805c1aee57bbdec4f3bc516b8836fb2f54b3b63c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.710
|
data/lib/tencentcloud-sdk-teo.rb
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
-
require_relative 'v20220901/client'
|
|
6
|
-
require_relative 'v20220901/models'
|
|
7
|
-
|
|
8
5
|
require_relative 'v20220106/client'
|
|
9
6
|
require_relative 'v20220106/models'
|
|
10
7
|
|
|
8
|
+
require_relative 'v20220901/client'
|
|
9
|
+
require_relative 'v20220901/models'
|
|
10
|
+
|
|
11
11
|
module TencentCloud
|
|
12
12
|
module Teo
|
|
13
13
|
end
|
data/lib/v20220901/client.rb
CHANGED
|
@@ -947,7 +947,7 @@ module TencentCloud
|
|
|
947
947
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
948
948
|
end
|
|
949
949
|
|
|
950
|
-
# 本接口(DescribeOverviewL7Data
|
|
950
|
+
# 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。此接口待废弃,请使用 <a href="https://cloud.tencent.com/document/product/1552/80648">DescribeTimingL7AnalysisData</a> 接口。
|
|
951
951
|
|
|
952
952
|
# @param request: Request instance for DescribeOverviewL7Data.
|
|
953
953
|
# @type request: :class:`Tencentcloud::teo::V20220901::DescribeOverviewL7DataRequest`
|
|
@@ -971,7 +971,7 @@ module TencentCloud
|
|
|
971
971
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
972
972
|
end
|
|
973
973
|
|
|
974
|
-
#
|
|
974
|
+
# DescribePrefetchTasks 用于查询预热任务提交历史记录及执行进度,通过 CreatePrefetchTasks 接口提交的任务可通过此接口进行查询。
|
|
975
975
|
|
|
976
976
|
# @param request: Request instance for DescribePrefetchTasks.
|
|
977
977
|
# @type request: :class:`Tencentcloud::teo::V20220901::DescribePrefetchTasksRequest`
|
|
@@ -995,7 +995,7 @@ module TencentCloud
|
|
|
995
995
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
996
996
|
end
|
|
997
997
|
|
|
998
|
-
#
|
|
998
|
+
# DescribePurgeTasks 用于查询提交的 URL 刷新、目录刷新记录及执行进度,通过 CreatePurgeTasks 接口提交的任务均可通过此接口进行查询。
|
|
999
999
|
|
|
1000
1000
|
# @param request: Request instance for DescribePurgeTasks.
|
|
1001
1001
|
# @type request: :class:`Tencentcloud::teo::V20220901::DescribePurgeTasksRequest`
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -4024,10 +4024,9 @@ module TencentCloud
|
|
|
4024
4024
|
# <li>l7Flow_flux: 访问请求上行+下行流量;</li>
|
|
4025
4025
|
# <li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>
|
|
4026
4026
|
# @type MetricNames: Array
|
|
4027
|
-
# @param ZoneIds:
|
|
4028
|
-
# 若不填写,默认选择全部站点,且最多只能查询近30天的数据;若填写,则可查询站点绑定套餐支持的<a href="https://cloud.tencent.com/document/product/1552/77380#edgeone-.E5.A5.97.E9.A4.90">数据分析最大查询范围</a>。
|
|
4027
|
+
# @param ZoneIds: 站点 ID 集合,此参数必填。
|
|
4029
4028
|
# @type ZoneIds: Array
|
|
4030
|
-
# @param Domains:
|
|
4029
|
+
# @param Domains: 查询的域名集合,此参数已经废弃。
|
|
4031
4030
|
# @type Domains: Array
|
|
4032
4031
|
# @param Protocol: 查询的协议类型,取值有:
|
|
4033
4032
|
# <li>http: http协议;</li>
|
|
@@ -4043,6 +4042,7 @@ module TencentCloud
|
|
|
4043
4042
|
# @type Interval: String
|
|
4044
4043
|
# @param Filters: 过滤条件,详细的过滤条件Key值如下:
|
|
4045
4044
|
# <li>socket<br> 按照【<strong>HTTP协议类型</strong>】进行过滤。<br> 对应的Value可选项如下:<br> HTTP:HTTP 协议;<br> HTTPS:HTTPS协议;<br> QUIC:QUIC协议。</li>
|
|
4045
|
+
# <li>domain<br> 按照【<strong>域名</strong>】进行过滤。</li>
|
|
4046
4046
|
# <li>tagKey<br> 按照【<strong>标签Key</strong>】进行过滤。</li>
|
|
4047
4047
|
# <li>tagValue<br> 按照【<strong>标签Value</strong>】进行过滤。</li>
|
|
4048
4048
|
# @type Filters: Array
|
|
@@ -4120,6 +4120,9 @@ module TencentCloud
|
|
|
4120
4120
|
|
|
4121
4121
|
# DescribePrefetchTasks请求参数结构体
|
|
4122
4122
|
class DescribePrefetchTasksRequest < TencentCloud::Common::AbstractModel
|
|
4123
|
+
# @param ZoneId: 站点ID。
|
|
4124
|
+
# 必填参数。
|
|
4125
|
+
# @type ZoneId: String
|
|
4123
4126
|
# @param StartTime: 查询起始时间。
|
|
4124
4127
|
# @type StartTime: String
|
|
4125
4128
|
# @param EndTime: 查询结束时间。
|
|
@@ -4128,13 +4131,13 @@ module TencentCloud
|
|
|
4128
4131
|
# @type Offset: Integer
|
|
4129
4132
|
# @param Limit: 分页查询限制数目,默认值:20,上限:1000。
|
|
4130
4133
|
# @type Limit: Integer
|
|
4131
|
-
# @param Filters: 过滤条件,Filters.Values的上限为20
|
|
4132
|
-
# <li>zone-id<br> 按照【<strong>站点 ID</strong>】进行过滤。zone-id形如:zone-1379afjk91u32h,暂不支持多值。<br> 类型:String<br> 必选:否。<br> 模糊查询:不支持。</li><li>job-id<br> 按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br> 类型:String<br> 必选:否。<br> 模糊查询:不支持。</li><li>target<br> 按照【<strong>目标资源信息</strong>】进行过滤。target形如:http://www.qq.com/1.txt,暂不支持多值。<br> 类型:String<br> 必选:否。<br> 模糊查询:不支持。</li><li>domains<br> 按照【<strong>域名</strong>】进行过滤。domains形如:www.qq.com。<br> 类型:String<br> 必选:否。<br> 模糊查询:不支持。</li><li>statuses<br> 按照【<strong>任务状态</strong>】进行过滤。<br> 必选:否<br> 模糊查询:不支持。<br> 可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时</li>
|
|
4134
|
+
# @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id<br> 按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br> 类型:String<br> 必选:否。<br> 模糊查询:不支持。</li><li>target<br> 按照【<strong>目标资源信息</strong>】进行过滤。target形如:http://www.qq.com/1.txt,暂不支持多值。<br> 类型:String<br> 必选:否。<br> 模糊查询:不支持。</li><li>domains<br> 按照【<strong>域名</strong>】进行过滤。domains形如:www.qq.com。<br> 类型:String<br> 必选:否。<br> 模糊查询:不支持。</li><li>statuses<br> 按照【<strong>任务状态</strong>】进行过滤。<br> 必选:否<br> 模糊查询:不支持。<br> 可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时</li>
|
|
4133
4135
|
# @type Filters: Array
|
|
4134
4136
|
|
|
4135
|
-
attr_accessor :StartTime, :EndTime, :Offset, :Limit, :Filters
|
|
4137
|
+
attr_accessor :ZoneId, :StartTime, :EndTime, :Offset, :Limit, :Filters
|
|
4136
4138
|
|
|
4137
|
-
def initialize(starttime=nil, endtime=nil, offset=nil, limit=nil, filters=nil)
|
|
4139
|
+
def initialize(zoneid=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, filters=nil)
|
|
4140
|
+
@ZoneId = zoneid
|
|
4138
4141
|
@StartTime = starttime
|
|
4139
4142
|
@EndTime = endtime
|
|
4140
4143
|
@Offset = offset
|
|
@@ -4143,6 +4146,7 @@ module TencentCloud
|
|
|
4143
4146
|
end
|
|
4144
4147
|
|
|
4145
4148
|
def deserialize(params)
|
|
4149
|
+
@ZoneId = params['ZoneId']
|
|
4146
4150
|
@StartTime = params['StartTime']
|
|
4147
4151
|
@EndTime = params['EndTime']
|
|
4148
4152
|
@Offset = params['Offset']
|
|
@@ -4191,7 +4195,8 @@ module TencentCloud
|
|
|
4191
4195
|
|
|
4192
4196
|
# DescribePurgeTasks请求参数结构体
|
|
4193
4197
|
class DescribePurgeTasksRequest < TencentCloud::Common::AbstractModel
|
|
4194
|
-
# @param ZoneId:
|
|
4198
|
+
# @param ZoneId: 站点ID。
|
|
4199
|
+
# 必填参数。
|
|
4195
4200
|
# @type ZoneId: String
|
|
4196
4201
|
# @param StartTime: 查询起始时间。
|
|
4197
4202
|
# @type StartTime: String
|
|
@@ -4201,7 +4206,7 @@ module TencentCloud
|
|
|
4201
4206
|
# @type Offset: Integer
|
|
4202
4207
|
# @param Limit: 分页查限制数目,默认值:20,最大值:1000。
|
|
4203
4208
|
# @type Limit: Integer
|
|
4204
|
-
# @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>
|
|
4209
|
+
# @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id<br> 按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br> 类型:String<br> 必选:否<br> 模糊查询:不支持</li><li>target<br> 按照【<strong>目标资源信息</strong>】进行过滤,target形如:http://www.qq.com/1.txt或者tag1,暂不支持多值<br> 类型:String<br> 必选:否<br> 模糊查询:不支持</li><li>domains<br> 按照【<strong>域名</strong>】进行过滤,domains形如:www.qq.com<br> 类型:String<br> 必选:否<br> 模糊查询:不支持。</li><li>statuses<br> 按照【<strong>任务状态</strong>】进行过滤<br> 必选:否<br> 模糊查询:不支持。<br> 可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时</li><li>type<br> 按照【<strong>清除缓存类型</strong>】进行过滤,暂不支持多值。<br> 类型:String<br> 必选:否<br> 模糊查询:不支持<br> 可选项:<br> purge_url:URL<br> purge_prefix:前缀<br> purge_all:全部缓存内容<br> purge_host:Hostname<br> purge_cache_tag:CacheTag</li>
|
|
4205
4210
|
# @type Filters: Array
|
|
4206
4211
|
|
|
4207
4212
|
attr_accessor :ZoneId, :StartTime, :EndTime, :Offset, :Limit, :Filters
|
|
@@ -4423,12 +4428,9 @@ module TencentCloud
|
|
|
4423
4428
|
# <li>l4Flow_connections: 访问连接数;</li>
|
|
4424
4429
|
# <li>l4Flow_flux: 访问总流量;</li>
|
|
4425
4430
|
# <li>l4Flow_inFlux: 访问入流量;</li>
|
|
4426
|
-
# <li>l4Flow_outFlux:
|
|
4427
|
-
# <li> l4Flow_outPkt: 访问出包量。</li>
|
|
4431
|
+
# <li>l4Flow_outFlux: 访问出流量。</li>
|
|
4428
4432
|
# @type MetricNames: Array
|
|
4429
|
-
# @param ZoneIds:
|
|
4430
|
-
# 若不填写,默认选择全部站点,且最多只能查询近30天的数据;
|
|
4431
|
-
# 若填写,则可查询站点绑定套餐支持的<a href="https://cloud.tencent.com/document/product/1552/77380#edgeone-.E5.A5.97.E9.A4.90">数据分析最大查询范围</a>。
|
|
4433
|
+
# @param ZoneIds: 站点 ID 集合,此参数必填。
|
|
4432
4434
|
# @type ZoneIds: Array
|
|
4433
4435
|
# @param ProxyIds: 四层实例列表, 不填表示选择全部实例。
|
|
4434
4436
|
# @type ProxyIds: Array
|
|
@@ -4519,16 +4521,15 @@ module TencentCloud
|
|
|
4519
4521
|
# @param EndTime: 结束时间。
|
|
4520
4522
|
# @type EndTime: String
|
|
4521
4523
|
# @param MetricNames: 指标列表,取值有:
|
|
4522
|
-
# <li>l7Flow_outFlux: Edgeone响应流量;</li>
|
|
4523
|
-
# <li>l7Flow_inFlux: Edgeone请求流量;</li>
|
|
4524
|
-
# <li>l7Flow_outBandwidth: Edgeone响应带宽;</li>
|
|
4525
|
-
# <li>l7Flow_inBandwidth:Edgeone请求带宽;</li>
|
|
4524
|
+
# <li>l7Flow_outFlux: Edgeone 响应流量;</li>
|
|
4525
|
+
# <li>l7Flow_inFlux: Edgeone 请求流量;</li>
|
|
4526
|
+
# <li>l7Flow_outBandwidth: Edgeone 响应带宽;</li>
|
|
4527
|
+
# <li>l7Flow_inBandwidth:Edgeone 请求带宽;</li>
|
|
4526
4528
|
# <li>l7Flow_request: 访问请求数;</li>
|
|
4527
4529
|
# <li>l7Flow_flux: 访问请求上行+下行流量;</li>
|
|
4528
4530
|
# <li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>
|
|
4529
4531
|
# @type MetricNames: Array
|
|
4530
|
-
# @param ZoneIds:
|
|
4531
|
-
# 若不填写,默认选择全部站点,且最多只能查询近30天的数据;若填写,则可查询站点绑定套餐支持的<a href="https://cloud.tencent.com/document/product/1552/77380#edgeone-.E5.A5.97.E9.A4.90">数据分析最大查询范围</a>。
|
|
4532
|
+
# @param ZoneIds: 站点 ID 集合, 此参数必填。
|
|
4532
4533
|
# @type ZoneIds: Array
|
|
4533
4534
|
# @param Interval: 查询时间粒度,取值有:
|
|
4534
4535
|
# <li>min: 1分钟;</li>
|
|
@@ -4634,7 +4635,7 @@ module TencentCloud
|
|
|
4634
4635
|
# <li>l7Cache_request:响应请求数;</li>
|
|
4635
4636
|
# <li> l7Cache_outBandwidth:响应带宽。</li>
|
|
4636
4637
|
# @type MetricNames: Array
|
|
4637
|
-
# @param ZoneIds:
|
|
4638
|
+
# @param ZoneIds: 站点 ID 集合,此参数必填。
|
|
4638
4639
|
# @type ZoneIds: Array
|
|
4639
4640
|
# @param Filters: 过滤条件,详细的过滤条件如下:
|
|
4640
4641
|
# <li>domain<br> 按照【<strong>子域名</strong>】进行过滤,子域名形如: test.example.com。<br> 类型:String<br> 必选:否</li>
|
|
@@ -4747,7 +4748,7 @@ module TencentCloud
|
|
|
4747
4748
|
# <li> l7Flow_request_ua_browser:按浏览器类型维度统计请求数指标;</li>
|
|
4748
4749
|
# <li> l7Flow_request_us_os:按操作系统类型维度统计请求数指标。</li>
|
|
4749
4750
|
# @type MetricName: String
|
|
4750
|
-
# @param ZoneIds:
|
|
4751
|
+
# @param ZoneIds: 站点 ID 集合,此参数必填。
|
|
4751
4752
|
# @type ZoneIds: Array
|
|
4752
4753
|
# @param Limit: 查询前多少个数据,最大值为1000,不填默认默认为: 10, 表示查询前top10的数据。
|
|
4753
4754
|
# @type Limit: Integer
|
|
@@ -4858,7 +4859,7 @@ module TencentCloud
|
|
|
4858
4859
|
# <li> l7Cache_outFlux_resourceType:资源类型;</li>
|
|
4859
4860
|
# <li> l7Cache_outFlux_statusCode:状态码。</li>
|
|
4860
4861
|
# @type MetricName: String
|
|
4861
|
-
# @param ZoneIds: 站点
|
|
4862
|
+
# @param ZoneIds: 站点 ID 集合,此参数必填。
|
|
4862
4863
|
# @type ZoneIds: Array
|
|
4863
4864
|
# @param Limit: 查询前多少个数据,最大值为1000,不填默认默认为10, 表示查询前top 10的数据。
|
|
4864
4865
|
# @type Limit: Integer
|
|
@@ -5298,7 +5299,7 @@ module TencentCloud
|
|
|
5298
5299
|
# @type StartTime: String
|
|
5299
5300
|
# @param EndTime: 结束时间。
|
|
5300
5301
|
# @type EndTime: String
|
|
5301
|
-
# @param ZoneIds:
|
|
5302
|
+
# @param ZoneIds: 站点 ID 集合,此参数必填。
|
|
5302
5303
|
# @type ZoneIds: Array
|
|
5303
5304
|
# @param ProxyIds: 四层实例 ID 集合。
|
|
5304
5305
|
# @type ProxyIds: Array
|
|
@@ -5365,7 +5366,7 @@ module TencentCloud
|
|
|
5365
5366
|
# @type StartTime: String
|
|
5366
5367
|
# @param EndTime: 结束时间。
|
|
5367
5368
|
# @type EndTime: String
|
|
5368
|
-
# @param ZoneIds:
|
|
5369
|
+
# @param ZoneIds: 站点ID集合,此参数必填。
|
|
5369
5370
|
# @type ZoneIds: Array
|
|
5370
5371
|
# @param Domains: 子域名集合,不填默认选择全部子域名。
|
|
5371
5372
|
# @type Domains: Array
|
|
@@ -6688,8 +6689,7 @@ module TencentCloud
|
|
|
6688
6689
|
# 不填写保持原有配置。
|
|
6689
6690
|
# @type SessionPersistTime: Integer
|
|
6690
6691
|
# @param ProxyType: 四层代理模式,取值有:
|
|
6691
|
-
# <li>
|
|
6692
|
-
# <li>instance:表示实例模式。</li>不填写保持原有配置。
|
|
6692
|
+
# <li>instance:表示实例模式。</li>不填写使用默认值instance。
|
|
6693
6693
|
# @type ProxyType: String
|
|
6694
6694
|
# @param Ipv6: Ipv6 访问配置,不填写保持原有配置。
|
|
6695
6695
|
# @type Ipv6: :class:`Tencentcloud::Teo.v20220901.models.Ipv6`
|
|
@@ -9420,7 +9420,7 @@ module TencentCloud
|
|
|
9420
9420
|
# <li>on:开启;</li>
|
|
9421
9421
|
# <li>off:关闭。</li>
|
|
9422
9422
|
# @type Switch: String
|
|
9423
|
-
# @param AllowClientIPList: 允许的客户端来源。支持填写
|
|
9423
|
+
# @param AllowClientIPList: 允许的客户端来源。支持填写 IPv4 以及 IPv6 的 IP/IP 段。0.0.0.0/0 表示允许所有 IPv4 客户端进行调试,::/0 表示允许所有 IPv6 客户端进行调试。
|
|
9424
9424
|
# @type AllowClientIPList: Array
|
|
9425
9425
|
# @param ExpireTime: Debug 功能到期时间。超出设置的时间,则功能失效。
|
|
9426
9426
|
# @type ExpireTime: String
|
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.
|
|
4
|
+
version: 3.0.710
|
|
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-11-
|
|
11
|
+
date: 2023-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,11 +33,11 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-teo.rb
|
|
37
|
-
- lib/v20220106/models.rb
|
|
38
|
-
- lib/v20220106/client.rb
|
|
39
|
-
- lib/v20220901/models.rb
|
|
40
36
|
- lib/v20220901/client.rb
|
|
37
|
+
- lib/v20220901/models.rb
|
|
38
|
+
- lib/v20220106/client.rb
|
|
39
|
+
- lib/v20220106/models.rb
|
|
40
|
+
- lib/tencentcloud-sdk-teo.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|