tencentcloud-sdk-nodejs-batch 4.1.255 → 4.1.297

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-batch",
3
- "version": "4.1.255",
3
+ "version": "4.1.297",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -417,11 +417,11 @@ export interface CommandLine {
417
417
  */
418
418
  export interface DescribeJobMonitorDataResponse {
419
419
  /**
420
- * 监控数据粒度,单位:秒;时间粒度随着查询的时间范围变化,查询时间范围越小,时间粒度越小。
420
+ * <p>监控数据粒度,单位:秒;时间粒度随着查询的时间范围变化,查询时间范围越小,时间粒度越小。</p>
421
421
  */
422
422
  Period?: number;
423
423
  /**
424
- * 监控采集的数据。时间戳和对应的值一一对应;如果查询的任务重试,采集时间段涉及多个实例的话,某些时间段内的值为null, 表示对应时间点没有实例存在,也不存在对应的监控数据;相邻监控时间段之间的空值数量最多为10
424
+ * <p>监控采集的数据。时间戳和对应的值一一对应;如果查询的任务重试,采集时间段涉及多个实例的话,某些时间段内的值为null, 表示对应时间点没有实例存在,也不存在对应的监控数据;相邻监控时间段之间的空值数量最多为10。</p>
425
425
  */
426
426
  DataPoints?: DataPointView;
427
427
  /**
@@ -1511,42 +1511,31 @@ export interface OutputMapping {
1511
1511
  */
1512
1512
  export interface DescribeJobMonitorDataRequest {
1513
1513
  /**
1514
- * 作业ID;JobId详见[作业列表](https://cloud.tencent.com/document/product/599/15909)
1514
+ * <p>作业ID;JobId详见<a href="https://cloud.tencent.com/document/product/599/15909">作业列表</a></p>
1515
1515
  */
1516
1516
  JobId: string;
1517
1517
  /**
1518
- * 作业的Task名称,详见[作业详情](https://cloud.tencent.com/document/product/599/15904)。
1518
+ * <p>作业的Task名称,详见<a href="https://cloud.tencent.com/document/product/599/15904">作业详情</a>。</p>
1519
1519
  */
1520
1520
  TaskName: string;
1521
1521
  /**
1522
- * 作业任务实例的序号,详见[任务详情](https://cloud.tencent.com/document/product/599/15905)
1522
+ * <p>作业任务实例的序号,详见<a href="https://cloud.tencent.com/document/product/599/15905">任务详情</a></p>
1523
1523
  */
1524
1524
  TaskInstanceIndex: number;
1525
1525
  /**
1526
- * 支持查询的指标;当前支持查询的任务指标;
1527
-
1528
- - CpuUsage:cpu利用率,单位:%
1529
- - MemUsage:内存利用率,单位:%
1530
- - LanOuttraffic:内网出带宽,单位:Bytes/s
1531
- - LanIntraffic:内网入带宽,单位:Bytes/s
1532
- - MaxDiskUsage:所有磁盘中的使用率最高的磁盘使用率,单位:%
1533
- - TargetDiskUsage:指定磁盘的使用率,单位:%;配合Dimensions参数使用
1526
+ * <p>支持查询的指标;当前支持查询的任务指标;</p><ul><li>CpuUsage:cpu利用率,单位:%</li><li>MemUsage:内存利用率,单位:%</li><li>LanOuttraffic:内网出带宽,单位:Bytes/s</li><li>LanIntraffic:内网入带宽,单位:Bytes/s</li><li>MaxDiskUsage:所有磁盘中的使用率最高的磁盘使用率,单位:%</li><li>TargetDiskUsage:指定磁盘的使用率,单位:%;配合Dimensions参数使用</li></ul>
1534
1527
  */
1535
1528
  MetricName: string;
1536
1529
  /**
1537
- * 查询任务实例的起始时间;如果未传入查询起始时间或传入的时间小于任务实例的创建时间(任务实例创建时间详见[任务详情](https://cloud.tencent.com/document/product/599/15905)),会自动将查询时间调整到任务实例的创建时间。传入时间格式只支持零时区格式。
1530
+ * <p>查询任务实例的起始时间;如果未传入查询起始时间或传入的时间小于任务实例的创建时间(任务实例创建时间详见<a href="https://cloud.tencent.com/document/product/599/15905">任务详情</a>),会自动将查询时间调整到任务实例的创建时间。传入时间格式只支持零时区格式。</p>
1538
1531
  */
1539
1532
  StartTime?: string;
1540
1533
  /**
1541
- * 查询任务实例的终止时间;如果未传入查询终止时间或传入的时间大于任务实例的终止时间(任务实例终止时间详见[任务详情](https://cloud.tencent.com/document/product/599/15905)),并且任务实例已经结束,会自动将查询终止时间调整到任务实例的终止时间;如果任务实例未结束,会自动将查询终止时间调整到当前时间。传入时间格式只支持零时区格式。
1534
+ * <p>查询任务实例的终止时间;如果未传入查询终止时间或传入的时间大于任务实例的终止时间(任务实例终止时间详见<a href="https://cloud.tencent.com/document/product/599/15905">任务详情</a>),并且任务实例已经结束,会自动将查询终止时间调整到任务实例的终止时间;如果任务实例未结束,会自动将查询终止时间调整到当前时间。传入时间格式只支持零时区格式。</p>
1542
1535
  */
1543
1536
  EndTime?: string;
1544
1537
  /**
1545
- * 查询指标的扩展参数;当前只支持TargetDiskUsage;
1546
-
1547
- - TargetDiskUsage
1548
- -支持的查询维度diskname, 维度值为磁盘挂载名,例如vdb;如果不传此参数,默认查询vdb磁盘的使用率。
1549
- 样例:[{"Name":"diskname", "Value":"vdb"}]
1538
+ * <p>查询指标的扩展参数;当前只支持TargetDiskUsage;</p><ul><li>TargetDiskUsage<br> -支持的查询维度diskname, 维度值为磁盘挂载名,例如vdb;如果不传此参数,默认查询vdb磁盘的使用率。<br> 样例:[{&quot;Name&quot;:&quot;diskname&quot;, &quot;Value&quot;:&quot;vdb&quot;}]</li></ul>
1550
1539
  */
1551
1540
  Dimensions?: Array<Dimension>;
1552
1541
  }