GetErRouteMap
query lingjun hub routing policy details.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:GetErRouteMap |
get |
*ErRouteMap
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ErId |
string |
Yes |
Lingjun HUB ID |
er-kkopgtne |
| RegionId |
string |
No |
The region ID. |
cn-wulanchabu |
| ErRouteMapId |
string |
Yes |
routing policy ID |
er-rmap-uwglhzom |
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 |
The ID of the request. |
A88DFED5-24B7-5A3E-87DE-380BF06F3C90 |
| Content |
object |
The returned data. |
|
| RegionId |
string |
The region ID. |
cn-wulanchabu |
| TenantId |
string |
The ID of the tenant. |
1655449505171 |
| GmtCreate |
string |
The time when the data address was created. |
1648085472000 |
| GmtModified |
string |
The time when the agent was last modified. |
1648085472000 |
| Message |
string |
The message that is returned. |
成功 |
| Status |
string |
The status of the cache reserve instance. Valid values:
|
Available |
| ErRouteMapId |
string |
Lingjun HUB routing policy ID |
er-rmap-uwglhzom |
| ErId |
string |
Lingjun HUB ID |
er-kkopgtne |
| RouteMapNum |
integer |
The ID of the policy. A smaller sequence number indicates a lower priority. When a route is matched, a policy with a higher priority is preferentially matched. Valid values: 1001 to 2000 |
1001 |
| Description |
string |
Policy description |
允许 |
| DestinationCidrBlock |
string |
Destination CIDR block |
0.0.0.0/0 |
| TransmissionInstanceName |
string |
Release Instance Name |
vpd-transimit |
| TransmissionInstanceId |
string |
Release Instance ID |
vpd-xgkb2kl |
| TransmissionInstanceType |
string |
Publish instance type; optional values:
|
VPD |
| ReceptionInstanceName |
string |
Receive Instance Name |
vpd-receprion |
| ReceptionInstanceId |
string |
Receive Instance ID |
vpd-x25vxrb2 |
| ReceptionInstanceType |
string |
The type of the received instance. Optional values:
|
VPD |
| Action |
string |
Policy behavior; optional values:
|
permit |
| TransmissionInstanceOwner |
string |
The tenant to which the published instance belongs |
1620939556166277 |
| ReceptionInstanceOwner |
string |
The tenant to which the receiving instance belongs |
1620939556166277 |
| ResourceGroupId |
string |
Resource group instance ID |
rg-aekzt452sjgqm2y |
| ErRouteMapName |
string |
Lingjun HUB routing policy Name |
er-rmap-wulanchabu |
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "success",
"RequestId": "A88DFED5-24B7-5A3E-87DE-380BF06F3C90",
"Content": {
"RegionId": "cn-wulanchabu",
"TenantId": "1655449505171",
"GmtCreate": "1648085472000",
"GmtModified": "1648085472000",
"Message": "成功",
"Status": "Available",
"ErRouteMapId": "er-rmap-uwglhzom",
"ErId": "er-kkopgtne",
"RouteMapNum": 1001,
"Description": "允许",
"DestinationCidrBlock": "0.0.0.0/0",
"TransmissionInstanceName": "vpd-transimit",
"TransmissionInstanceId": "vpd-xgkb2kl",
"TransmissionInstanceType": "VPD",
"ReceptionInstanceName": "vpd-receprion",
"ReceptionInstanceId": "vpd-x25vxrb2",
"ReceptionInstanceType": "VPD",
"Action": "permit",
"TransmissionInstanceOwner": "1620939556166277",
"ReceptionInstanceOwner": "1620939556166277",
"ResourceGroupId": "rg-aekzt452sjgqm2y",
"ErRouteMapName": "er-rmap-wulanchabu"
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.