Retrieves the configuration of edge stream relay.
Operation description
Get the ingest domain, then call this operation to query the configuration of edge stream relay.
QPS limit
You can call this operation up to 100 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:DescribeLiveEdgeTransfer | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The region ID. | cn-shanghai |
DomainName | string | Yes | The ingest domain. | demo.aliyundoc.com |
Response elements
Parameter | Type | Description | Example |
object | |||
HttpDns | string | The URL of the HTTPDNS service used to resolve the addresses of the target domains. | http://developer.aliyundoc.com/**** |
AppName | string | The name of the application to which the live stream belongs. | liveApp**** |
RequestId | string | The request ID. | 53FCB985-C67C-467B-B2B3-398430A21E14 |
TransferArgs | string | Indicates whether the query parameters from the original ingest URL are passed through to the target URL.
| yes |
StreamName | string | The name of the ingested live stream. | liveStream**** |
TargetDomainList | string | A comma-separated list of the target domains where the stream is forwarded. | learn.aliyundoc.com,guide.aliyundoc.com |
DomainName | string | The ingest domain. | demo.aliyundoc.com |
Examples
Success response
JSON format
{
"HttpDns": "http://developer.aliyundoc.com/****",
"AppName": "liveApp****",
"RequestId": "53FCB985-C67C-467B-B2B3-398430A21E14",
"TransferArgs": "yes",
"StreamName": "liveStream****",
"TargetDomainList": "learn.aliyundoc.com,guide.aliyundoc.com",
"DomainName": "demo.aliyundoc.com"
}Error codes
HTTP status code | Error code | Error message | Description |
400 | InvalidParam | Parameter invalid. | Illegal input parameters |
500 | InternalError | The request processing has failed due to backend service exception. |
See for a complete list.
Release notes
See 变更详情 for a complete list.