DescribeMeterLiveBypassDuration.
Operation description
Operation description
Maximum query span: 31 days.
Minimum query granularity: 5 minutes.
Maximum query range: data from the last 90 days.
QPS limit
A single user can call this operation up to 10 times per second. If the number of calls exceeds the limit, throttling is triggered, which may affect your business. Refer to QPS limit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeMeterLiveBypassDuration |
none |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
string |
Yes |
The start time of the query. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time must be in UTC. |
2022-10-10T20:00:00Z |
| EndTime |
string |
Yes |
The end time of the query. The end time must be later than the start time. The query granularity must be ≥ 5 minutes and ≤ 31 days. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time must be in UTC. |
2022-10-10T21:00:00Z |
| AppId |
string |
Yes |
The application ID. You can view the application ID on the Application Management page of ApsaraVideo Real-time Communication. |
4346289a-a790-4869-9e23-22766d5e**** |
| Interval |
string |
No |
The time granularity for querying data. Unit: seconds. Valid values:
If this parameter is not specified or set to an unsupported value, the default value 3600 is used. |
86400 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| AudioSummaryDuration |
integer |
The total audio-only duration at the basic specification. Unit: minutes. |
20 |
| Data |
array<object> |
The usage statistics information. |
|
|
object |
The usage statistics information. |
||
| AudioDuration |
integer |
The audio-only duration at the basic specification. Unit: minutes. |
20 |
| Single_Audio |
integer |
The single-stream relay audio duration. Unit: minutes. |
20 |
| Single_Video |
integer |
The single-stream relay video duration. Unit: minutes. |
30 |
| Timestamp |
string |
The start time of the time segment. The time is in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format in UTC+0. |
2022-10-10T20:00:00Z |
| TotalDuration |
integer |
The total duration. Unit: minutes. |
150 |
| V480Duration |
integer |
The standard definition duration, with a video resolution of 640 × 480 or lower. Unit: minutes. |
30 |
| V720Duration |
integer |
The high definition duration, with a video resolution of 1280 × 720 or lower. Unit: minutes. |
40 |
| V1080Duration |
integer |
The full high definition duration, with a video resolution of 1920 × 1080 or lower. Unit: minutes. |
10 |
| RequestId |
string |
The request ID. |
4B460F8B-993C-4F48-B98A-910811DEBFEB |
| SingleAudioSummaryDuration |
integer |
The total single-stream relay audio duration. Unit: minutes. |
20 |
| SingleVideoSummaryDuration |
integer |
The total single-stream relay video duration. Unit: minutes. |
30 |
| TotalSummaryDuration |
integer |
The total duration. Unit: minutes. |
150 |
| V480SummaryDuration |
integer |
The total standard definition duration, with a video resolution of 640 × 480 or lower. Unit: minutes. |
30 |
| V720SummaryDuration |
integer |
The total high definition duration, with a video resolution of 1280 × 720 or lower. Unit: minutes. |
40 |
| V1080SummaryDuration |
integer |
The total full high definition duration, with a video resolution of 1920 × 1080 or lower. Unit: minutes. |
10 |
Examples
Success response
JSON format
{
"AudioSummaryDuration": 20,
"Data": [
{
"AudioDuration": 20,
"Single_Audio": 20,
"Single_Video": 30,
"Timestamp": "2022-10-10T20:00:00Z",
"TotalDuration": 150,
"V480Duration": 30,
"V720Duration": 40,
"V1080Duration": 10
}
],
"RequestId": "4B460F8B-993C-4F48-B98A-910811DEBFEB",
"SingleAudioSummaryDuration": 20,
"SingleVideoSummaryDuration": 30,
"TotalSummaryDuration": 150,
"V480SummaryDuration": 30,
"V720SummaryDuration": 40,
"V1080SummaryDuration": 10
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Meter.ParamError | Param Error:%s,Please Check Again. | |
| 500 | Meter.ServerInternalError | The Request Processing Has Failed Due To Some Unknown Error. | |
| 500 | Meter.DataSourceQueryError | Data Source Error:%s,Please Try Again. | |
| 403 | Meter.AuthError | Authentication Failed,Please Try Again. | |
| 502 | Meter.ReadyTsError | Get ReadyTs Failed,Please Try Again. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.