tencentcloud-sdk-nodejs-tke 4.1.312 → 4.1.314
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
|
@@ -2418,15 +2418,15 @@ export interface DescribeOSImagesRequest {
|
|
|
2418
2418
|
*/
|
|
2419
2419
|
export interface CreateEksLogConfigRequest {
|
|
2420
2420
|
/**
|
|
2421
|
-
*
|
|
2421
|
+
* <p>集群ID</p>
|
|
2422
2422
|
*/
|
|
2423
2423
|
ClusterId: string;
|
|
2424
2424
|
/**
|
|
2425
|
-
*
|
|
2425
|
+
* <p>日志采集配置的json表达</p>
|
|
2426
2426
|
*/
|
|
2427
2427
|
LogConfig: string;
|
|
2428
2428
|
/**
|
|
2429
|
-
*
|
|
2429
|
+
* <p>日志集ID</p>
|
|
2430
2430
|
*/
|
|
2431
2431
|
LogsetId?: string;
|
|
2432
2432
|
}
|
|
@@ -8485,7 +8485,7 @@ export interface DescribePrometheusTemplateSyncResponse {
|
|
|
8485
8485
|
*/
|
|
8486
8486
|
export interface CreateEksLogConfigResponse {
|
|
8487
8487
|
/**
|
|
8488
|
-
*
|
|
8488
|
+
* <p>日志采集topicid</p>
|
|
8489
8489
|
*/
|
|
8490
8490
|
TopicId?: string;
|
|
8491
8491
|
/**
|
|
@@ -8923,19 +8923,19 @@ export interface CreatePrometheusConfigRequest {
|
|
|
8923
8923
|
*/
|
|
8924
8924
|
export interface CreateCLSLogConfigRequest {
|
|
8925
8925
|
/**
|
|
8926
|
-
*
|
|
8926
|
+
* <p>日志采集配置的json表达</p>
|
|
8927
8927
|
*/
|
|
8928
8928
|
LogConfig: string;
|
|
8929
8929
|
/**
|
|
8930
|
-
*
|
|
8930
|
+
* <p>集群ID</p>
|
|
8931
8931
|
*/
|
|
8932
8932
|
ClusterId: string;
|
|
8933
8933
|
/**
|
|
8934
|
-
* CLS日志集ID
|
|
8934
|
+
* <p>CLS日志集ID</p>
|
|
8935
8935
|
*/
|
|
8936
8936
|
LogsetId?: string;
|
|
8937
8937
|
/**
|
|
8938
|
-
*
|
|
8938
|
+
* <p>当前集群类型支持tke(标准集群)、eks(serverless集群)</p>
|
|
8939
8939
|
*/
|
|
8940
8940
|
ClusterType?: string;
|
|
8941
8941
|
}
|