Queries the configuration of callbacks for video moderation results.
Operation description
Obtain the main streaming domain, and then call this operation to query the configuration of callbacks for video moderation results.
Only some live centers support the automated review feature. For more information, see Supported regions.
QPS limit
You can call this operation up to 50 times per second 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 limit on an API operation in ApsaraVideo Live.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLiveDetectNotifyConfig |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The main streaming domain. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
16A96B9A-F203-4EC5-8E43-CB92E6****** |
| LiveDetectNotifyConfig |
object |
The callback configuration. |
|
| DomainName |
string |
The main streaming domain. |
example.com |
| NotifyUrl |
string |
The callback URL. |
http://aliyundoc.com |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E6******",
"LiveDetectNotifyConfig": {
"DomainName": "example.com",
"NotifyUrl": "http://aliyundoc.com"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidConfig.NotFound | Config does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.