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
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 Error Codes for a complete list.
Release notes
See Release Notes for a complete list.