tencentcloud-sdk-nodejs-tke 4.1.80 → 4.1.84
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
|
@@ -321,26 +321,34 @@ export interface SwitchInfo {
|
|
|
321
321
|
* 开启标识符 true代表开启
|
|
322
322
|
*/
|
|
323
323
|
Enable?: boolean;
|
|
324
|
+
/**
|
|
325
|
+
* 获取日志状态失败时,返回错误信息
|
|
326
|
+
*/
|
|
327
|
+
ErrorMsg?: string;
|
|
324
328
|
/**
|
|
325
329
|
* CLS日志集ID
|
|
326
330
|
*/
|
|
327
331
|
LogsetId?: string;
|
|
332
|
+
/**
|
|
333
|
+
* 日志主题状态,opened表示已开启,opening开启中,closed表示已关闭,closing 表示关闭中
|
|
334
|
+
*/
|
|
335
|
+
Status?: string;
|
|
328
336
|
/**
|
|
329
337
|
* CLS日志主题ID
|
|
330
338
|
*/
|
|
331
339
|
TopicId?: string;
|
|
332
340
|
/**
|
|
333
|
-
*
|
|
341
|
+
* CLS日志主题所属region
|
|
334
342
|
*/
|
|
335
|
-
|
|
343
|
+
TopicRegion?: string;
|
|
336
344
|
/**
|
|
337
345
|
* 是否可升级
|
|
338
346
|
*/
|
|
339
347
|
UpgradeAble?: boolean;
|
|
340
348
|
/**
|
|
341
|
-
*
|
|
349
|
+
* 当前log-agent版本
|
|
342
350
|
*/
|
|
343
|
-
|
|
351
|
+
Version?: string;
|
|
344
352
|
}
|
|
345
353
|
/**
|
|
346
354
|
* CreateClusterNodePool请求参数结构体
|
|
@@ -8589,14 +8597,14 @@ export interface PrometheusGrafanaInfo {
|
|
|
8589
8597
|
* 集群日志开关集合
|
|
8590
8598
|
*/
|
|
8591
8599
|
export interface Switch {
|
|
8592
|
-
/**
|
|
8593
|
-
* 集群ID
|
|
8594
|
-
*/
|
|
8595
|
-
ClusterId?: string;
|
|
8596
8600
|
/**
|
|
8597
8601
|
* 审计开关的详细信息
|
|
8598
8602
|
*/
|
|
8599
8603
|
Audit?: SwitchInfo;
|
|
8604
|
+
/**
|
|
8605
|
+
* 集群ID
|
|
8606
|
+
*/
|
|
8607
|
+
ClusterId?: string;
|
|
8600
8608
|
/**
|
|
8601
8609
|
* 事件开关的详细信息
|
|
8602
8610
|
*/
|