Retrieves the mapping between ingest domains, main streaming domains, and sub-streaming domains.
Operation description
Before you call this operation, identify the ingest or streaming domain that you want to query.
QPS limits
You can call this operation up to 500 times per minute 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:DescribeLiveDomainMapping | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The region ID. | cn-shanghai |
DomainName | string | Yes | The domain that you want to query. Valid types:
| example.com |
Response elements
Parameter | Type | Description | Example |
object | |||
RequestId | string | The request ID. | 16A96B9A-F203-4EC5-8E43-CB92E68F6CD8 |
| LiveDomainModels | object | ||
| LiveDomainModel | array<object> | The mapping of the queried domain. | |
object | The mapping of the queried domain. | ||
Type | string | The type of the queried domain. Valid values:
| play |
DomainName | string | The mapped domain. | example.aliyundoc.com |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F6CD8",
"LiveDomainModels": {
"LiveDomainModel": [
{
"Type": "play",
"DomainName": "example.aliyundoc.com"
}
]
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.