Queries the maximum numbers of ingested and transcoded streams for a streaming domain.
Operation description
This operation supports only main streaming domains.
QPS limit
You can call this operation up to 5 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. For more information, see QPS limit.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
live:DescribeLiveDomainLimit | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | No | The region ID. | cn-shanghai |
DomainName | string | Yes | The main streaming domain | example.com |
Response elements
Element | Type | Description | Example |
object | A list of stream ingest and transcoding limits. | ||
RequestId | string | The request ID. | A3136B58-5876-4168-83CA-B562******** |
| LiveDomainLimitList | object | ||
| LiveDomainLimit | array<object> | A list of stream ingest and transcoding limits. | |
object | A list of stream ingest and transcoding limits. | ||
LimitTranscodeNum | integer | The maximum number of transcoded streams. | 50 |
CurrentTranscodeNum | integer | The current number of active transcoded streams. | 10 |
LimitNum | integer | The maximum number of ingested streams. | 100 |
LimitTransferNum | integer | The maximum number of streams relayed from the live center. | 50 |
CurrentNum | integer | The current number of ingested streams. | 10 |
CurrentTransferNum | integer | The current number of streams relayed from the live center. | 10 |
DomainName | string | The queried main streaming domain. | example.com |
Examples
Success response
JSON format
{
"RequestId": "A3136B58-5876-4168-83CA-B562********",
"LiveDomainLimitList": {
"LiveDomainLimit": [
{
"LimitTranscodeNum": 50,
"CurrentTranscodeNum": 10,
"LimitNum": 100,
"LimitTransferNum": 50,
"CurrentNum": 10,
"CurrentTransferNum": 10,
"DomainName": "example.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 Error Codes for a complete list.
Release notes
See Release Notes for a complete list.