ListVccFlowInfos
Queries the traffic rate of a Lingjun connection.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:ListVccFlowInfos |
list |
*Vcc
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-wulanchabu |
| VccId |
string |
No |
Lingjun Connection ID |
vcc-cn-zvp2****** |
| MetricName |
string |
No |
Metric Valid value:
Valid values:
|
passBytesRate |
| Direction |
string |
No |
Direction Valid value:
Valid values:
|
OUT |
| From |
integer |
No |
The start time. The default value is 5 minutes ago. |
1667727514000 |
| To |
integer |
No |
The end time. The default time is the current time. |
1689749749000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
AjaxResult<PageResult> |
||
| Code |
integer |
The response status code. |
0 |
| Message |
string |
Response |
Success |
| RequestId |
string |
Request ID of the current request |
BDBCC783-84CA-5733-8EEA-************ |
| Content |
object |
The returned data. |
|
| Total |
integer |
The total number of entries returned. |
1 |
| Data |
array<object> |
Lingjun Connection Traffic Information |
|
|
object |
|||
| RegionId |
string |
The region ID. |
cn-wulanchabu |
| VccId |
string |
Lingjun Connection ID |
vcc-cn-zvp2w****** |
| MetricName |
string |
The metric. Valid values: |
passBytesRate |
| Direction |
string |
The direction. |
OUT |
| Timestamp |
integer |
Time |
1689749749000 |
| Value |
number |
Value |
123 |
| AccessDeniedDetail |
string |
Detailed reason for access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "Success",
"RequestId": "BDBCC783-84CA-5733-8EEA-************",
"Content": {
"Total": 1,
"Data": [
{
"RegionId": "cn-wulanchabu",
"VccId": "vcc-cn-zvp2w******",
"MetricName": "passBytesRate",
"Direction": "OUT",
"Timestamp": 1689749749000,
"Value": 123
}
]
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.