Deletes a configuration of triggered stream pulling.
Usage notes
This operation is applicable to triggered stream pulling. You can call this operation to delete a configuration of triggered stream pulling. If you set the AppName parameter to ali_all_app, configurations of triggered stream pulling for all applications under the domain name are deleted.
QPS limit
You can call this operation up to 1,000 times per minute per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limits.
Debugging
Request parameters
Parameter |
Type |
Required |
Example |
Description |
Action | String | Yes | DeleteLiveLazyPullStreamInfoConfig | The operation that you want to perform. Set the value to DeleteLiveLazyPullStreamInfoConfig. |
DomainName | String | Yes | example.com | The main streaming domain. |
AppName | String | Yes | ali_all_app | The name of the application to which the live stream belongs. Note If you want to delete configurations of triggered stream pulling for all applications, set the value to ali_all_app. |
Response parameters
Parameter |
Type |
Example |
Description |
RequestId | String | 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 | The request ID. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=DeleteLiveLazyPullStreamInfoConfig
&AppName=ali_all_app
&DomainName=example.com
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteLiveLazyPullStreamInfoConfigResponse>
<RequestId>16A96B9A-F203-4EC5-8E43-CB92E68F4CD8</RequestId>
</DeleteLiveLazyPullStreamInfoConfigResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
Error codes
For a list of error codes, see Service error codes.
Error code |
Error message |
HTTP status code |
Description |
InternalError |
The request processing has failed due to some unknown error. |
500 |
An unknown error occurred. |
InvalidDomain.NotFound |
The domain provided does not exist in our records. |
404 |
The domain name is not found within your Alibaba Cloud account. |
IllegalOperation |
Illegal domain operate is not permitted. |
404 |
The current operation is not supported because, for example, the specified domain name is not a domain name in ApsaraVideo Live. |