tencentcloud-sdk-nodejs-es 4.1.130 → 4.1.135
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
|
@@ -431,6 +431,26 @@ export interface DescribeInstanceLogsRequest {
|
|
|
431
431
|
<li>1, 升序</li>
|
|
432
432
|
*/
|
|
433
433
|
OrderByType?: number;
|
|
434
|
+
/**
|
|
435
|
+
* 日志级别
|
|
436
|
+
*/
|
|
437
|
+
LogLevels?: Array<string>;
|
|
438
|
+
/**
|
|
439
|
+
* 节点ID
|
|
440
|
+
*/
|
|
441
|
+
NodeIds?: Array<string>;
|
|
442
|
+
/**
|
|
443
|
+
* 慢日志索引名
|
|
444
|
+
*/
|
|
445
|
+
IndexName?: string;
|
|
446
|
+
/**
|
|
447
|
+
* 慢日志索引分片
|
|
448
|
+
*/
|
|
449
|
+
ShardId?: string;
|
|
450
|
+
/**
|
|
451
|
+
* 慢日志查询耗时
|
|
452
|
+
*/
|
|
453
|
+
QueryCost?: number;
|
|
434
454
|
}
|
|
435
455
|
/**
|
|
436
456
|
* RestoreClusterSnapshot返回参数结构体
|
|
@@ -1080,6 +1100,14 @@ export interface ServerlessSpace {
|
|
|
1080
1100
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1081
1101
|
*/
|
|
1082
1102
|
TagList?: Array<TagInfo>;
|
|
1103
|
+
/**
|
|
1104
|
+
* 是否开启mcp服务
|
|
1105
|
+
*/
|
|
1106
|
+
EnableMcpAccess?: number;
|
|
1107
|
+
/**
|
|
1108
|
+
* mcp的访问地址
|
|
1109
|
+
*/
|
|
1110
|
+
McpAccess?: string;
|
|
1083
1111
|
}
|
|
1084
1112
|
/**
|
|
1085
1113
|
* DeleteClusterSnapshot请求参数结构体
|
|
@@ -1315,6 +1343,18 @@ export interface InstanceLog {
|
|
|
1315
1343
|
* 集群节点ID
|
|
1316
1344
|
*/
|
|
1317
1345
|
NodeID?: string;
|
|
1346
|
+
/**
|
|
1347
|
+
* 慢日志索引名
|
|
1348
|
+
*/
|
|
1349
|
+
IndexName?: string;
|
|
1350
|
+
/**
|
|
1351
|
+
* 慢日志索引分片
|
|
1352
|
+
*/
|
|
1353
|
+
Shard?: string;
|
|
1354
|
+
/**
|
|
1355
|
+
* 慢日志索引查询耗时
|
|
1356
|
+
*/
|
|
1357
|
+
QueryCost?: string;
|
|
1318
1358
|
}
|
|
1319
1359
|
/**
|
|
1320
1360
|
* Logstash管道信息
|