tencentcloud-sdk-nodejs 4.0.1047 → 4.0.1048

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.
@@ -714,12 +714,19 @@ export interface TreeJobSets {
714
714
  ScalingType?: number;
715
715
  /**
716
716
  * RunningCpu
717
+ 注意:此字段可能返回 null,表示取不到有效值。
717
718
  */
718
719
  RunningCpu?: number;
719
720
  /**
720
721
  * RunningMem
722
+ 注意:此字段可能返回 null,表示取不到有效值。
721
723
  */
722
724
  RunningMem?: number;
725
+ /**
726
+ * sql
727
+ 注意:此字段可能返回 null,表示取不到有效值。
728
+ */
729
+ DecodeSqlCode?: string;
723
730
  }
724
731
  /**
725
732
  * 资源详细描述
@@ -3178,6 +3185,16 @@ export interface JobV1 {
3178
3185
  注意:此字段可能返回 null,表示取不到有效值。
3179
3186
  */
3180
3187
  RunningMem?: number;
3188
+ /**
3189
+ * 是否开了默认告警
3190
+ 注意:此字段可能返回 null,表示取不到有效值。
3191
+ */
3192
+ OpenJobDefaultAlarm?: number;
3193
+ /**
3194
+ * 操作中描述
3195
+ 注意:此字段可能返回 null,表示取不到有效值。
3196
+ */
3197
+ ProgressDesc?: string;
3181
3198
  }
3182
3199
  /**
3183
3200
  * 作业配置详情
@@ -3517,6 +3534,10 @@ export interface CreateJobRequest {
3517
3534
  * 作业描述
3518
3535
  */
3519
3536
  Description?: string;
3537
+ /**
3538
+ * 开启默认告警
3539
+ */
3540
+ OpenJobDefaultAlarm?: number;
3520
3541
  }
3521
3542
  /**
3522
3543
  * 搜索启动日志时返回的作业实例