tencentcloud-sdk-rum 1.0.224 → 1.0.228
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 +4 -4
- 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: 23b138aaa8705ea6d2f61849e048c725899fcd66
|
4
|
+
data.tar.gz: bab08c34c5770f81d07fd0b54a0448c3f12fc5c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f76daa6961f1ad692cd16e35b834098adbc92027d3c94e5ebf561d745a21f828a9ab268a4e2ac1f2646e10f864166bb31a9eb788e5add45efa8040e09e9f9d62
|
7
|
+
data.tar.gz: d367a21cff0e54804244d7836d2fffcf474a0af141fb4e521240516323f7fe2c3eeadca22ed5fb1d230174de941819e994b9ed2c732a3306e07fd732cbb36458
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.228
|
data/lib/v20210622/models.rb
CHANGED
@@ -609,17 +609,17 @@ module TencentCloud
|
|
609
609
|
class DescribeLogListRequest < TencentCloud::Common::AbstractModel
|
610
610
|
# @param Sort: 排序方式 desc asc
|
611
611
|
# @type Sort: String
|
612
|
-
# @param ActionType: searchlog
|
612
|
+
# @param ActionType: searchlog histogram
|
613
613
|
# @type ActionType: String
|
614
614
|
# @param ID: 项目ID
|
615
615
|
# @type ID: Integer
|
616
616
|
# @param StartTime: 开始时间
|
617
617
|
# @type StartTime: String
|
618
|
-
# @param Limit:
|
618
|
+
# @param Limit: 单次查询返回的原始日志条数,最大值为100
|
619
619
|
# @type Limit: Integer
|
620
|
-
# @param Context:
|
620
|
+
# @param Context: 上下文,加载更多日志时使用,透传上次返回的 Context 值,获取后续的日志内容,总计最多可获取1万条原始日志。过期时间1小时
|
621
621
|
# @type Context: String
|
622
|
-
# @param Query:
|
622
|
+
# @param Query: 查询语句,语句长度最大为4096
|
623
623
|
# @type Query: String
|
624
624
|
# @param EndTime: 结束时间
|
625
625
|
# @type EndTime: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-rum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.228
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|