Stops live monitoring.

Usage notes

Before you call this operation to stop live monitoring, make sure that live monitoring is started. You must call the CreateLiveStreamMonitor operation to create a monitoring session, obtain the MonitorId value from the response parameters, and then start live monitoring.

QPS limits

You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. For more information, see QPS limit on an API operation in ApsaraVideo Live.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes StopLiveStreamMonitor

The operation that you want to perform. Set the value to StopLiveStreamMonitor.

MonitorId String Yes 445409ec-7eaa-461d-8f29-4bec2eb9****

The ID of the monitoring session.

Note To obtain the MonitorId value, call the CreateLiveStreamMonitor operation.

Response parameters

Parameter Type Example Description
RequestId String 5c6a2a0d-f228-4a64-af62-20e91b9676b3

The ID of the request.

Examples

Sample requests

http(s)://live.aliyuncs.com/?Action=StopLiveStreamMonitor
&MonitorId=445409ec-7eaa-461d-8f29-4bec2eb9****
&<Common request parameters>

Sample success responses

XML format

<StopLiveStreamMonitorResponse>
  <RequestId>5c6a2a0d-f228-4a64-af62-20e91b9676b3</RequestId>
</StopLiveStreamMonitorResponse>

JSON format

{"RequestId":"5c6a2a0d-f228-4a64-af62-20e91b9676b3"}

Error codes

For a list of error codes, visit the API Error Center.