GetVccRouteEntry
Queries route entries.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:GetVccRouteEntry |
get |
*VccRouteEntry
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| VccId |
string |
Yes |
Lingjun Connection ID |
vcc-cn-zvp2w222001 |
| VccRouteEntryId |
string |
Yes |
The ID of the route entry. |
vcc-rte-31ocvdhq |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
AjaxResult |
||
| Code |
integer |
The response status code. |
0 |
| Message |
string |
The error message. (If the instance is in the Exception state, the exception cause is prompted.) |
Success |
| RequestId |
string |
Request ID of the current request |
BDBCC783-84CA-5733-8EEA-645C88B9009C |
| Content |
object |
The response parameters. |
|
| RegionId |
string |
The region ID. |
cn-wulanchabu |
| VccRouteEntryId |
string |
The ID of the route entry. |
vcc-rte-31ocvdhq |
| TenantId |
string |
The ID of the tenant. |
1655449505171 |
| VccId |
string |
The ID of the Lingjun connection instance. |
vcc-cn-zvp2w222001 |
| DestinationCidrBlock |
string |
Destination CIDR Block |
0.0.0.0/0 |
| NextHopType |
string |
Next Hop Type |
VCC |
| NextHopId |
string |
Next Hop Instance |
local |
| RouteType |
string |
Route type |
System |
| Status |
string |
The status of the intervention entry. Valid value: |
Available |
| GmtModified |
string |
The time when the agent was last modified. |
1648085472000 |
| Message |
string |
The message that is returned. |
Success |
| ResourceGroupId |
string |
Resource group instance ID |
rg-aek2l4sq6l7u*** |
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "Success",
"RequestId": "BDBCC783-84CA-5733-8EEA-645C88B9009C",
"Content": {
"RegionId": "cn-wulanchabu",
"VccRouteEntryId": "vcc-rte-31ocvdhq",
"TenantId": "1655449505171",
"VccId": "vcc-cn-zvp2w222001",
"DestinationCidrBlock": "0.0.0.0/0",
"NextHopType": "VCC",
"NextHopId": "local",
"RouteType": "System",
"Status": "Available",
"GmtModified": "1648085472000",
"Message": "Success",
"ResourceGroupId": "rg-aek2l4sq6l7u***"
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.