GetErAttachment
Queries network instance connections.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:GetErAttachment |
get |
*ErAttachment
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ErAttachmentId |
string |
Yes |
The ID of the Lingjun HUB network connection instance. |
er-attachment-i1io**** |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| ErId |
string |
Yes |
Lingjun HUB ID. |
er-kkop**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response instance object. |
||
| Code |
integer |
The response status code. |
0 |
| Message |
string |
The error message. (If the instance is in the Exception state, the exception cause is displayed.) |
成功 |
| RequestId |
string |
The request ID. |
7F0D9440-1F97-5613-87CD-D3047172A93C |
| Content |
object |
The response data. |
|
| CreateTime |
string |
The time when the activation code was created. |
1648085472000 |
| GmtModified |
string |
The time when the O&M task was modified. |
1648085472000 |
| Message |
string |
The returned message. |
可用 |
| Status |
string |
The status of the cache reserve instance. Valid values:
Valid values:
|
Available |
| RegionId |
string |
The region ID. |
cn-wulanchabu |
| TenantId |
string |
The tenant ID. |
165544950**** |
| ErAttachmentName |
string |
The name of the Lingjun HUB network instance. |
vpd-lxnsj2cx |
| ErAttachmentId |
string |
The ID of the Lingjun HUB network instance. |
er-attachment-i1io**** |
| ErId |
string |
The ID of the Lingjun HUB instance. |
er-auey**** |
| InstanceType |
string |
The database type. Valid values:
Valid values:
|
VPD |
| InstanceId |
string |
The ID of the network instance. Valid values: VPD and VCC. For more information, see What is Lingjun? You can query Lingjun CIDR blocks and Lingjun connections by ListVpds and ListVccs respectively. |
vpd-lxns**** |
| InstanceName |
string |
The instance name. |
vpd-wulanchabu-main |
| AutoReceiveAllRoute |
boolean |
Indicates whether to automatically receive all routes from all instances under the Lingjun HUB. Valid values:
Valid values:
|
true |
| Across |
boolean |
Whether cross-account. Valid values:
Valid values:
|
fasle |
| ResourceTenantId |
string |
The ID of the tenant to which the resource belongs. |
162093955616**** |
| ResourceGroupId |
string |
Resource group instance ID |
rg-acfmzzka6bnjvbi |
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "成功",
"RequestId": "7F0D9440-1F97-5613-87CD-D3047172A93C",
"Content": {
"CreateTime": "1648085472000",
"GmtModified": "1648085472000",
"Message": "可用",
"Status": "Available",
"RegionId": "cn-wulanchabu",
"TenantId": "165544950****",
"ErAttachmentName": "vpd-lxnsj2cx",
"ErAttachmentId": "er-attachment-i1io****\n",
"ErId": "er-auey****",
"InstanceType": "VPD",
"InstanceId": "vpd-lxns****",
"InstanceName": "vpd-wulanchabu-main",
"AutoReceiveAllRoute": true,
"Across": true,
"ResourceTenantId": "162093955616****",
"ResourceGroupId": "rg-acfmzzka6bnjvbi"
},
"AccessDeniedDetail": "{}"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.