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
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions.
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. | 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 URL 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.