tencentcloud-sdk-nodejs-cls 4.1.221 → 4.1.223
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.
package/package.json
CHANGED
|
@@ -199,7 +199,7 @@ export interface CreateRebuildIndexTaskResponse {
|
|
|
199
199
|
*/
|
|
200
200
|
export interface CreateSearchViewRequest {
|
|
201
201
|
/**
|
|
202
|
-
* <p>日志集id</p><p
|
|
202
|
+
* <p>日志集id</p><p>查询视图所属的日志集,仅用于管理查询视图,查询视图中包含的主题可与该日志集无关</p>
|
|
203
203
|
*/
|
|
204
204
|
LogsetId: string;
|
|
205
205
|
/**
|
|
@@ -211,21 +211,21 @@ export interface CreateSearchViewRequest {
|
|
|
211
211
|
*/
|
|
212
212
|
ViewName: string;
|
|
213
213
|
/**
|
|
214
|
-
* <p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul><p>Topics
|
|
214
|
+
* <p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul><p>Topics字段中配置的主题类型应该与ViewType类型匹配</p>
|
|
215
215
|
*/
|
|
216
216
|
ViewType: string;
|
|
217
217
|
/**
|
|
218
|
-
* <p
|
|
218
|
+
* <p>查询视图中包含的主题,最大可包含10个主题</p><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
|
|
219
219
|
*/
|
|
220
220
|
Topics: Array<ViewSearchTopic>;
|
|
221
221
|
/**
|
|
222
|
-
* <p
|
|
222
|
+
* <p>自定义查询视图id前缀</p><p>参数格式:<code>^[a-z0-9][a-z0-9_-]{1,61}[a-z0-9]$</code></p><p>创建成功的查询视图 ViewId 格式为 ${ViewIdPrefix}-view</p>
|
|
223
223
|
*/
|
|
224
|
-
|
|
224
|
+
ViewIdPrefix?: string;
|
|
225
225
|
/**
|
|
226
|
-
* <p
|
|
226
|
+
* <p>描述信息</p>
|
|
227
227
|
*/
|
|
228
|
-
|
|
228
|
+
Description?: string;
|
|
229
229
|
}
|
|
230
230
|
/**
|
|
231
231
|
* CheckFunction请求参数结构体
|
|
@@ -6593,7 +6593,7 @@ export interface MultiCondition {
|
|
|
6593
6593
|
AlarmLevel?: number;
|
|
6594
6594
|
}
|
|
6595
6595
|
/**
|
|
6596
|
-
*
|
|
6596
|
+
* 查询视图信息
|
|
6597
6597
|
*/
|
|
6598
6598
|
export interface SearchViewInfo {
|
|
6599
6599
|
/**
|
|
@@ -9040,15 +9040,15 @@ export interface ModifySearchViewRequest {
|
|
|
9040
9040
|
*/
|
|
9041
9041
|
ViewName?: string;
|
|
9042
9042
|
/**
|
|
9043
|
-
* <p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul>
|
|
9043
|
+
* <p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
|
|
9044
9044
|
*/
|
|
9045
9045
|
ViewType?: string;
|
|
9046
9046
|
/**
|
|
9047
|
-
* <p
|
|
9047
|
+
* <p>查询视图中包含的主题,最大可包含10个主题</p>
|
|
9048
9048
|
*/
|
|
9049
9049
|
Topics?: Array<ViewSearchTopic>;
|
|
9050
9050
|
/**
|
|
9051
|
-
* <p
|
|
9051
|
+
* <p>描述信息</p>
|
|
9052
9052
|
*/
|
|
9053
9053
|
Description?: string;
|
|
9054
9054
|
}
|
|
@@ -10990,7 +10990,7 @@ export interface DeleteWebCallbackResponse {
|
|
|
10990
10990
|
*/
|
|
10991
10991
|
export interface DescribeSearchViewsResponse {
|
|
10992
10992
|
/**
|
|
10993
|
-
* <p
|
|
10993
|
+
* <p>查询视图详细信息</p>
|
|
10994
10994
|
*/
|
|
10995
10995
|
Infos?: Array<SearchViewInfo>;
|
|
10996
10996
|
/**
|
|
@@ -11332,11 +11332,11 @@ export interface CloseKafkaConsumerResponse {
|
|
|
11332
11332
|
RequestId?: string;
|
|
11333
11333
|
}
|
|
11334
11334
|
/**
|
|
11335
|
-
*
|
|
11335
|
+
* 查询视图主题配置
|
|
11336
11336
|
*/
|
|
11337
11337
|
export interface ViewSearchTopic {
|
|
11338
11338
|
/**
|
|
11339
|
-
* <p
|
|
11339
|
+
* <p>日志集与主题所属地域</p><p>参数格式:ap-guangzhou</p><p>同一查询视图内,包含的各个主题需为相同地域</p>
|
|
11340
11340
|
*/
|
|
11341
11341
|
Region: string;
|
|
11342
11342
|
/**
|