Queries the recording callback configuration for a domain name.
Operation description
You must obtain the streaming domain name before you call this operation.
QPS limit
The queries per second (QPS) limit for a single user for this operation is 50. If you exceed the limit, API calls are throttled. This may affect your business. We recommend that you call this operation at a reasonable rate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLiveRecordNotifyConfig |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The streaming domain name. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
5056369B-D337-499E-B8B7-B761BD37B08A |
| LiveRecordNotifyConfig |
object |
The recording callback configuration for the domain name. |
|
| NotifyReqAuth |
boolean |
||
| NotifyAuthKey |
string |
||
| DomainName |
string |
The streaming domain name. |
example.com |
| NotifyUrl |
string |
The webhook address for recording callbacks. |
http://learn.aliyundoc.com/examplecallback.action |
| NeedStatusNotify |
boolean |
Indicates whether a callback for the status of recording tasks is needed. Valid values:
|
false |
| OnDemandUrl |
string |
The webhook URL for on-demand recording callbacks. |
http://guide.aliyundoc.com/ondemandcallback.action |
Examples
Success response
JSON format
{
"RequestId": "5056369B-D337-499E-B8B7-B761BD37B08A",
"LiveRecordNotifyConfig": {
"NotifyReqAuth": false,
"NotifyAuthKey": "",
"DomainName": "example.com",
"NotifyUrl": "http://learn.aliyundoc.com/examplecallback.action",
"NeedStatusNotify": false,
"OnDemandUrl": "http://guide.aliyundoc.com/ondemandcallback.action"
}
}
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.