Description
Describe domain name-level record callback configuration.
Request parameters
Parameters | Type | Required | Example values | Description |
---|---|---|---|---|
Action | String | Yes | DescribeLiveRecordNotifyConfig | The name of this interface. Value: DescribeLiveRecordNotifyConfig |
DomainName | String | Yes | www.yourdomain.com | Your CDN domain name. |
Return parameters
Parameters | Type | Example values | Description |
---|---|---|---|
RequestId | String | 5056369B-D337-499E-B8B7-B761BD37B08A | The ID of the job request. |
LiveRecordNotifyConfig | Domain name record callback configuration. | ||
└DomainName | String | test.com | The CDN domain name, which the stream belongs to. |
└NotifyUrl | String | http://www.yourdomain.cn/examplecallback.action | Recording callback address. |
└NeedStatusNotify | Boolean | false | Whether recording task status callback is necessary. |
Example
Request example
https://live.aliyuncs.com/?Action=DescribeLiveDomainRecordCallback&DomainName=xxxxx<Public Request Parameter>
For more information, see Public Request Parameter.
Normal return example
JSON
format
{
"LiveRecordNotifyConfig":{
"DomainName":"xxxx",
"NeedStatusNotify":false,
"NotifyUrl":"http://xxx"
},
"RequestId":"5056369B-D337-499E-B8B7-B761BD37B08A"
}
Exception return example
JSON
format
{
"Code":"InternalError",
"HostId":"live.aliyuncs.com",
"Message":"The request processing has failed due to some unknown error.",
"RequestId":"6EBD1AC4-C34D-4AE1-963E-B688A228BE31"
}
Error code
For more information about error code of this product, see Error code.