ListErAttachments
Queries network instance connections.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:ListErAttachments |
list |
*ErAttachment
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ErAttachmentId |
string |
No |
The ID of the network instance connection |
er-attachment-i1io**** |
| ErAttachmentName |
string |
No |
The name of the network instance connection. |
vcc-cn-209300qha01 |
| Status |
string |
No |
The status of the CLB instance. Valid values:
Valid values:
|
Available |
| AutoReceiveAllRoute |
boolean |
No |
Whether to automatically receive all routes from all instances under this Lingjun HUB. Valid values:
Valid values:
|
true |
| InstanceId |
string |
No |
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. |
vcc-cn-209300q**** |
| InstanceType |
string |
No |
The mitigation plan of the instance. Valid values:
Valid values:
|
VCC |
| ResourceTenantId |
string |
No |
The ID of the tenant to which the instance belongs. |
111115666713**** |
| ResourceGroupId |
string |
No |
Resource group instance ID |
rg-aekzt452sjgqm2y |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| ErId |
string |
Yes |
The ID of the Lingjun HUB instance. |
er-kkop**** |
| PageNumber |
integer |
No |
The page number to return. Pages start from page 1. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 20. |
20 |
| EnablePage |
boolean |
No |
Specifies whether to enable paged query. Valid values:
|
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response entity 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. |
3D9D6E7B-365B-5200-BFA6-9B79E269058C |
| Content |
object |
The data returned. |
|
| Total |
integer |
The total number of entries that are returned. |
0 |
| Data |
array<object> |
The list of Lingjun HUB network instances. |
|
|
object |
Lingjun HUB network instance. |
||
| CreateTime |
string |
The time when the activation code was created. |
1669734207000 |
| GmtModified |
string |
The time when the O&M task was modified. |
1640187007000 |
| Message |
string |
The returned message. |
成功 |
| Status |
string |
The status of the cache reserve instance. Valid values:
Valid values:
|
Available |
| RegionId |
string |
Lingjun HUB region information. |
cn-wulanchabu |
| TenantId |
string |
The tenant ID. |
165544950**** |
| ErAttachmentName |
string |
The name of the Lingjun HUB network instance. |
vcc-cn-209300qha01 |
| ErAttachmentId |
string |
The ID of the Lingjun HUB network instance. |
er-attachment-i1io**** |
| ErId |
string |
The ID of the Lingjun HUB instance. |
er-kkop**** |
| InstanceType |
string |
The database type. Valid values:
Valid values:
|
VCC |
| 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. |
vcc-cn-209300q**** |
| InstanceName |
string |
The instance name. |
vcc-wulanchabu-main |
| AutoReceiveAllRoute |
boolean |
Whether to automatically receive all routes from all instances under this Lingjun HUB. Valid values:
Valid values:
|
true |
| Across |
boolean |
Whether to cross accounts. Valid values:
Valid values:
|
false |
| ResourceTenantId |
string |
The ID of the tenant to which the resource belongs. |
111115666713**** |
| ResourceGroupId |
string |
Resource group instance ID |
rg-aek2l4sq6l7unhi |
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "成功",
"RequestId": "3D9D6E7B-365B-5200-BFA6-9B79E269058C",
"Content": {
"Total": 0,
"Data": [
{
"CreateTime": "1669734207000",
"GmtModified": "1640187007000",
"Message": "成功",
"Status": "Available",
"RegionId": "cn-wulanchabu",
"TenantId": "165544950****",
"ErAttachmentName": "vcc-cn-209300qha01",
"ErAttachmentId": "er-attachment-i1io****",
"ErId": "er-kkop****",
"InstanceType": "VCC",
"InstanceId": "vcc-cn-209300q****",
"InstanceName": "vcc-wulanchabu-main",
"AutoReceiveAllRoute": true,
"Across": false,
"ResourceTenantId": "111115666713****",
"ResourceGroupId": "rg-aek2l4sq6l7unhi"
}
]
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.