tencentcloud-sdk-nodejs-intl-en 3.0.1281 → 3.0.1283
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 +1 -1
- package/tencentcloud/apm/v20210622/apm_client.js +241 -65
- package/tencentcloud/apm/v20210622/models.js +3213 -426
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/models.js +49 -4
- package/tencentcloud/lkeap/v20240522/lkeap_client.js +14 -0
- package/tencentcloud/lkeap/v20240522/models.js +138 -0
- package/tencentcloud/ocr/v20181119/models.js +317 -171
- package/tencentcloud/ocr/v20181119/ocr_client.js +16 -2
- package/tencentcloud/teo/v20220901/models.js +2 -2
- package/tencentcloud/trtc/v20190722/trtc_client.js +1 -0
|
@@ -3291,7 +3291,7 @@ class DescribeTopL7AnalysisDataRequest extends AbstractModel {
|
|
|
3291
3291
|
this.MetricName = null;
|
|
3292
3292
|
|
|
3293
3293
|
/**
|
|
3294
|
-
* Site ID
|
|
3294
|
+
* Site ID set. this parameter will change from option to required after may 30, 2024. for details, see the notice: [tencent cloud EdgeOne API change notification](https://www.tencentcloud.comom/document/product/1552/104902?from_cn_redirect=1). a maximum of 100 site ids can be imported. use `*` to query all site data under the tencent cloud root account. querying account-level data requires all resource permissions for all sites in this interface.
|
|
3295
3295
|
* @type {Array.<string> || null}
|
|
3296
3296
|
*/
|
|
3297
3297
|
this.ZoneIds = null;
|
|
@@ -3303,7 +3303,7 @@ class DescribeTopL7AnalysisDataRequest extends AbstractModel {
|
|
|
3303
3303
|
this.Limit = null;
|
|
3304
3304
|
|
|
3305
3305
|
/**
|
|
3306
|
-
* Filter criteria used when filtering data. valid values refer to the available filter options for L7 access traffic, bandwidth, and request count in the [metric analysis filtering condition description](https://www.tencentcloud.
|
|
3306
|
+
* Filter criteria used when filtering data. valid values refer to the available filter options for L7 access traffic, bandwidth, and request count in the [metric analysis filtering condition description](https://www.tencentcloud.com/document/product/1145/56985).
|
|
3307
3307
|
If needed, limit the site or content identifier by importing the corresponding value in the `ZoneIds.N` parameter.
|
|
3308
3308
|
* @type {Array.<QueryCondition> || null}
|
|
3309
3309
|
*/
|
|
@@ -837,6 +837,7 @@ Note:
|
|
|
837
837
|
|
|
838
838
|
/**
|
|
839
839
|
* This API is used to stop a relaying task.
|
|
840
|
+
You can create a relay task before the anchor enters the room. When the relay task is finished, you need to call the stop interface actively. If you do not call the Stop Relay Task Interface, Tencent Cloud will automatically stop the mix relay task when all users participating in the mix have no data uploaded for a period of time exceeding the timeout (AgentParams.MaxIdleTime) set when starting the relay task.
|
|
840
841
|
* @param {StopPublishCdnStreamRequest} req
|
|
841
842
|
* @param {function(string, StopPublishCdnStreamResponse):void} cb
|
|
842
843
|
* @public
|