tencentcloud-sdk-nodejs-tsf 4.0.654 → 4.0.659

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.
@@ -4242,146 +4242,146 @@ export interface ServiceStatisticsResult {
4242
4242
  * 请求模版路径:type为接口时返回,服务时不返回
4243
4243
  注意:此字段可能返回 null,表示取不到有效值。
4244
4244
  */
4245
- Path: string;
4245
+ Path?: string;
4246
4246
  /**
4247
4247
  * 请求方法:type为接口时返回,服务时不返回
4248
4248
  注意:此字段可能返回 null,表示取不到有效值。
4249
4249
  */
4250
- Method: string;
4250
+ Method?: string;
4251
4251
  /**
4252
4252
  * 微服务Id
4253
4253
  */
4254
- MicroserviceId: string;
4254
+ MicroserviceId?: string;
4255
4255
  /**
4256
4256
  * 微服务名称
4257
4257
  */
4258
- MicroserviceName: string;
4258
+ MicroserviceName?: string;
4259
4259
  /**
4260
4260
  * 请求数
4261
4261
  */
4262
- RequestCount: number;
4262
+ RequestCount?: number;
4263
4263
  /**
4264
4264
  * 请求错误率,不带百分号
4265
4265
  */
4266
- ErrorRate: number;
4266
+ ErrorRate?: number;
4267
4267
  /**
4268
4268
  * 平均响应耗时ms
4269
4269
  */
4270
- AvgTimeConsuming: number;
4270
+ AvgTimeConsuming?: number;
4271
4271
  /**
4272
4272
  * 响应耗时曲线
4273
4273
  */
4274
- MetricDataCurves: Array<MetricDataCurve>;
4274
+ MetricDataCurves?: Array<MetricDataCurve>;
4275
4275
  /**
4276
4276
  * 实例id
4277
4277
  注意:此字段可能返回 null,表示取不到有效值。
4278
4278
  */
4279
- InstanceId: string;
4279
+ InstanceId?: string;
4280
4280
  /**
4281
4281
  * 实例name
4282
4282
  注意:此字段可能返回 null,表示取不到有效值。
4283
4283
  */
4284
- InstanceName: string;
4284
+ InstanceName?: string;
4285
4285
  /**
4286
4286
  * 部署组id
4287
4287
  注意:此字段可能返回 null,表示取不到有效值。
4288
4288
  */
4289
- GroupId: string;
4289
+ GroupId?: string;
4290
4290
  /**
4291
4291
  * 部署组name
4292
4292
  注意:此字段可能返回 null,表示取不到有效值。
4293
4293
  */
4294
- GroupName: string;
4294
+ GroupName?: string;
4295
4295
  /**
4296
4296
  * 部署组类型
4297
4297
  注意:此字段可能返回 null,表示取不到有效值。
4298
4298
  */
4299
- ClusterType: string;
4299
+ ClusterType?: string;
4300
4300
  /**
4301
4301
  * 部署组是否存在
4302
4302
  注意:此字段可能返回 null,表示取不到有效值。
4303
4303
  */
4304
- GroupExist: number;
4304
+ GroupExist?: number;
4305
4305
  /**
4306
4306
  * 实例是否存在,仅限cvm
4307
4307
  注意:此字段可能返回 null,表示取不到有效值。
4308
4308
  */
4309
- InstanceExist: number;
4309
+ InstanceExist?: number;
4310
4310
  /**
4311
4311
  * 应用id
4312
4312
  注意:此字段可能返回 null,表示取不到有效值。
4313
4313
  */
4314
- ApplicationId: string;
4314
+ ApplicationId?: string;
4315
4315
  /**
4316
4316
  * 微服务类型
4317
4317
  注意:此字段可能返回 null,表示取不到有效值。
4318
4318
  */
4319
- MicroserviceType: string;
4319
+ MicroserviceType?: string;
4320
4320
  /**
4321
4321
  * cpu使用率
4322
4322
  注意:此字段可能返回 null,表示取不到有效值。
4323
4323
  */
4324
- CpuPercent: number;
4324
+ CpuPercent?: number;
4325
4325
  /**
4326
4326
  * 已用堆大小,单位KB
4327
4327
  注意:此字段可能返回 null,表示取不到有效值。
4328
4328
  */
4329
- HeapUsed: number;
4329
+ HeapUsed?: number;
4330
4330
  /**
4331
4331
  * 数据库
4332
4332
  注意:此字段可能返回 null,表示取不到有效值。
4333
4333
  */
4334
- DbName: string;
4334
+ DbName?: string;
4335
4335
  /**
4336
4336
  * Script值
4337
4337
  注意:此字段可能返回 null,表示取不到有效值。
4338
4338
  */
4339
- Script: string;
4339
+ Script?: string;
4340
4340
  /**
4341
4341
  * 数据库类型
4342
4342
  注意:此字段可能返回 null,表示取不到有效值。
4343
4343
  */
4344
- DbType: string;
4344
+ DbType?: string;
4345
4345
  /**
4346
4346
  * Apdex值
4347
4347
  注意:此字段可能返回 null,表示取不到有效值。
4348
4348
  */
4349
- Apdex: number;
4349
+ Apdex?: number;
4350
4350
  /**
4351
4351
  * Qps值
4352
4352
  注意:此字段可能返回 null,表示取不到有效值。
4353
4353
  */
4354
- Qps: number;
4354
+ Qps?: number;
4355
4355
  /**
4356
4356
  * 实例在线数
4357
4357
  注意:此字段可能返回 null,表示取不到有效值。
4358
4358
  */
4359
- InstanceOnlineCount: number;
4359
+ InstanceOnlineCount?: number;
4360
4360
  /**
4361
4361
  * 实例总数
4362
4362
  注意:此字段可能返回 null,表示取不到有效值。
4363
4363
  */
4364
- InstanceTotalCount: number;
4364
+ InstanceTotalCount?: number;
4365
4365
  /**
4366
4366
  * normal/error
4367
4367
  注意:此字段可能返回 null,表示取不到有效值。
4368
4368
  */
4369
- Status: string;
4369
+ Status?: string;
4370
4370
  /**
4371
4371
  * normal/warn/error
4372
4372
  注意:此字段可能返回 null,表示取不到有效值。
4373
4373
  */
4374
- ErrorRateLevel: string;
4374
+ ErrorRateLevel?: string;
4375
4375
  /**
4376
4376
  * normal/warn/error
4377
4377
  注意:此字段可能返回 null,表示取不到有效值。
4378
4378
  */
4379
- AvgTimeConsumingLevel: string;
4379
+ AvgTimeConsumingLevel?: string;
4380
4380
  /**
4381
4381
  * normal/warn/error
4382
4382
  注意:此字段可能返回 null,表示取不到有效值。
4383
4383
  */
4384
- ApdexLevel: string;
4384
+ ApdexLevel?: string;
4385
4385
  }
4386
4386
  /**
4387
4387
  * CreateContainGroup返回参数结构体
@@ -7366,6 +7366,10 @@ export interface DeployGroupRequest {
7366
7366
  * 预热参数配置
7367
7367
  */
7368
7368
  WarmupSetting?: WarmupSetting;
7369
+ /**
7370
+ * 开启分批健康检查
7371
+ */
7372
+ EnableBatchHealthCheck?: boolean;
7369
7373
  }
7370
7374
  /**
7371
7375
  * 泳道分页查询
@@ -7582,7 +7586,7 @@ export interface DeployGroupResponse {
7582
7586
  * 任务ID
7583
7587
  注意:此字段可能返回 null,表示取不到有效值。
7584
7588
  */
7585
- Result: TaskId;
7589
+ Result?: TaskId;
7586
7590
  /**
7587
7591
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7588
7592
  */
@@ -8161,6 +8165,11 @@ export interface VmGroup {
8161
8165
  注意:此字段可能返回 null,表示取不到有效值。
8162
8166
  */
8163
8167
  GatewayConfig?: GatewayConfig;
8168
+ /**
8169
+ * 批次是否开启健康检查
8170
+ 注意:此字段可能返回 null,表示取不到有效值。
8171
+ */
8172
+ EnableBatchHealthCheck?: boolean;
8164
8173
  }
8165
8174
  /**
8166
8175
  * DescribeApiUseDetail返回参数结构体