Queries route entries.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:GetVpdRouteEntry |
get |
*VpdRouteEntry
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| VpdId |
string |
Yes |
Lingjun CIDR block instance ID |
vpd-iv2zm1qf |
| VpdRouteEntryId |
string |
Yes |
The ID of the route entry instance. |
vpd-rte-toekyqel |
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.) |
成功 |
| RequestId |
string |
Request ID of the current request |
9C50C9CD-E799-54DA-BA7A-1FAF3DF80857 |
| Content |
object |
The response parameters. |
|
| RegionId |
string |
The region ID. |
cn-wulanchabu |
| VpdRouteEntryId |
string |
Lingjun CIDR block route entry ID |
vpd-rte-toekyqel |
| TenantId |
string |
The ID of the tenant. |
1655449505171 |
| VpdId |
string |
Lingjun CIDR block instance ID |
vpd-ze3na0wf |
| DestinationCidrBlock |
string |
Destination CIDR block |
0.0.0.0/0 |
| NextHopType |
string |
Next Hop Instance Type |
ER |
| NextHopId |
string |
Next Hop Instance |
er-bmlqiym1 |
| RouteType |
string |
Route type |
BGP |
| Status |
string |
The status of the intervention entry. Valid value: |
Available |
| GmtModified |
string |
The time when the agent was last modified. |
1678273219000 |
| ResourceGroupId |
string |
Resource group instance ID |
rg-acfmzzka6bnjvbi |
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "成功",
"RequestId": "9C50C9CD-E799-54DA-BA7A-1FAF3DF80857",
"Content": {
"RegionId": "cn-wulanchabu",
"VpdRouteEntryId": "vpd-rte-toekyqel",
"TenantId": "1655449505171",
"VpdId": "vpd-ze3na0wf",
"DestinationCidrBlock": "0.0.0.0/0",
"NextHopType": "ER",
"NextHopId": "er-bmlqiym1",
"RouteType": "BGP",
"Status": "Available",
"GmtModified": "1678273219000",
"ResourceGroupId": "rg-acfmzzka6bnjvbi"
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.