DescribeAppLiveStreamStatus
View the application bypass switch.
Operation description
QPS limit
The queries per second (QPS) limit for this API is 10 for each user. API calls that exceed this limit are subject to rate limiting, which may impact your business. We recommend that you call this API at a reasonable rate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
rtc:DescribeAppLiveStreamStatus |
none |
*App
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
A parameter that ensures the idempotence of the request. |
123e4567-e89b-12d3-a456-42665544**** |
| AppId |
string |
Yes |
The ID of the application. You can create and query the application ID in the console. You can specify only one application ID. |
ac7N**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
231470C1-ACFB-4C9F-844F-4CFE1E3804C5 |
| Result |
string |
The status of the switch. enable indicates that the feature is enabled. disable indicates that the feature is disabled. |
disable |
Examples
Success response
JSON format
{
"RequestId": "231470C1-ACFB-4C9F-844F-4CFE1E3804C5",
"Result": "disable"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ParameterError | %s. | |
| 404 | NotFound | %s. | The requested resource does not exist |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.