Queries the basic configuration information of a specified ingest domain or streaming domain.
Operation description
This operation queries the basic configuration information of a specified ingest domain or streaming domain. The configuration of a newly added domain name takes several minutes to complete. You can query it after the configuration is complete.
QPS limit
You can call this operation up to 50 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:DescribeLiveDomainDetail | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
DomainName | string | Yes | The ingest domain or streaming domain. | demo.aliyundoc.com |
Response elements
Element | Type | Description | Example |
object | |||
| DomainDetail | object | The details of the domain configuration. | |
CertName | string | The name of the certificate. | liveCert**** |
Cname | string | The canonical name (CNAME). A CNAME is generated for the live streaming domain. You must add a CNAME record at your DNS provider to map the live streaming domain to this CNAME. Note Local DNS records are cached. After you add the CNAME record, it may take up to 10 minutes to take effect. For more information, see FAQ about CNAME records. | learn.developer.aliyundoc.com |
Description | string | The description of the domain name. | test |
DomainName | string | The ingest domain or streaming domain. | demo.aliyundoc.com |
DomainStatus | string | The status of the domain. Valid values:
| online |
GmtCreated | string | The time when the domain was added. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. | 2018-07-27T06:51:25Z |
GmtModified | string | The time when the domain was last modified. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. | 2018-08-07T06:51Z |
LiveDomainType | string | The type of the domain name. Valid values:
| liveVideo |
Region | string | The region where the domain name is added. | cn-shanghai |
SSLProtocol | string | Indicates whether SSL is enabled. Valid values:
| on |
SSLPub | string | The public key of the certificate. | Public Key |
Scope | string | The acceleration region. Valid values:
| domestic |
ResourceGroupId | string | The ID of the resource group. | rg-**k3bpq2yjw22** |
RequestId | string | The ID of the request. | 09ABE829-6CD3-4FE0-AFEE-556113E29727 |
Examples
Success response
JSON format
{
"DomainDetail": {
"CertName": "liveCert****",
"Cname": "learn.developer.aliyundoc.com",
"Description": "test",
"DomainName": "demo.aliyundoc.com",
"DomainStatus": "online",
"GmtCreated": "2018-07-27T06:51:25Z",
"GmtModified": "2018-08-07T06:51Z",
"LiveDomainType": "liveVideo",
"Region": "cn-shanghai",
"SSLProtocol": "on",
"SSLPub": "Public Key",
"Scope": "domestic",
"ResourceGroupId": "rg-**k3bpq2yjw22**"
},
"RequestId": "09ABE829-6CD3-4FE0-AFEE-556113E29727"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.