Queries the configuration for snapshot callbacks.
Operation description
You can call this operation up to 30 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions.
Try it now
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
live:DescribeLiveSnapshotNotifyConfig | get | *Domain
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The region ID. | cn-shanghai |
DomainName | string | Yes | The main streaming domain. | www.yourdomain***.com |
Response elements
Element | Type | Description | Example |
object | |||
DomainName | string | The main streaming domain. | www.yourdomain***.com |
NotifyAuthKey | string | The authentication key for the callback. | yourkey |
NotifyReqAuth | string | Indicates whether callback authentication is enabled. Valid values:
| yes |
NotifyUrl | string | The callback URL. | http://callback.yourdomain***.com |
RequestId | string | The request ID. | 5056369B-D337-499E-B8B7-B761BD37B08A |
Examples
Success response
JSON format
{
"DomainName": "www.yourdomain***.com",
"NotifyAuthKey": "yourkey",
"NotifyReqAuth": "yes",
"NotifyUrl": "http://callback.yourdomain***.com",
"RequestId": "5056369B-D337-499E-B8B7-B761BD37B08A"
}Error codes
HTTP status code | Error code | Error message | Description |
400 | MissingParam | %s, please check and try again later. | Parameter is missing, please check and try again. |
500 | InternalError | %s, please try again later. | Internal error, please try again later. |
See for a complete list.
Release notes
See 变更详情 for a complete list.