tencentcloud-sdk-nodejs-apm 4.1.37 → 4.1.54

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-apm",
3
- "version": "4.1.37",
3
+ "version": "4.1.54",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1224,9 +1224,13 @@ export interface DescribeApmInstancesRequest {
1224
1224
  */
1225
1225
  Tags?: Array<ApmTag>;
1226
1226
  /**
1227
- * 按业务系统名过滤
1227
+ * 按业务系统名过滤,支持模糊检索
1228
1228
  */
1229
1229
  InstanceName?: string;
1230
+ /**
1231
+ * 按业务系统 ID 过滤,支持模糊检索
1232
+ */
1233
+ InstanceId?: string;
1230
1234
  /**
1231
1235
  * 按业务系统 ID 过滤
1232
1236
  */