Mengkueri informasi tentang titik akhir akses jaringan tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:GetNetworkAccessEndpoint |
get |
*NetworkAccessEndpoint
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NetworkAccessEndpointId |
string |
Yes |
ID titik akhir akses jaringan khusus. |
nae-examplexxxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| NetworkAccessEndpoint |
object |
Informasi titik akhir akses jaringan. |
|
| InstanceId |
string |
ID instans. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NetworkAccessEndpointId |
string |
ID titik akhir akses jaringan khusus. |
nae_examplexxx |
| NetworkAccessEndpointName |
string |
Nama titik akhir akses jaringan khusus. |
xx Business VPC Access Endpoint |
| VpcId |
string |
ID VPC tempat titik akhir akses jaringan khusus terhubung. |
vpc-examplexxx |
| VpcRegionId |
string |
Wilayah VPC tempat titik akhir akses jaringan khusus terhubung. |
cn-hangzhou |
| VSwitchIds |
array |
Daftar vSwitch tempat titik akhir akses jaringan khusus terhubung. |
vsw-examplexxx |
|
string |
ID vSwitch. |
vsw-2vc8z0f90z4k6xxxxx |
|
| SecurityGroupId |
string |
ID grup keamanan yang digunakan oleh titik akhir akses jaringan khusus. |
sg-examplexxx |
| Status |
string |
Status titik akhir akses jaringan. Nilai valid:
|
running |
| NetworkAccessEndpointType |
string |
Tipe titik akhir akses jaringan. Nilai valid:
|
private |
| EgressPublicIpAddresses |
array |
Alamat IP publik keluar dari titik akhir akses jaringan bersama. Parameter ini hanya dikembalikan ketika NetworkEndpointType diatur ke shared. |
8.xx.xx.xxx/27 |
|
string |
Alamat IP publik keluar. |
Public egress IP address, subject to the actual API response. Example: 203.0.XX.XX/27 |
|
| EgressPrivateIpAddresses |
array |
Alamat IP privat keluar dari titik akhir akses jaringan khusus. Parameter ini hanya dikembalikan ketika NetworkEndpointType diatur ke private. |
172.168.x.x |
|
string |
Alamat IP privat keluar. |
192.168.1.1 |
|
| CreateTime |
integer |
Pengatur waktu pembuatan titik akhir akses jaringan. Nilainya adalah stempel waktu UNIX dalam milidetik. |
1649830226000 |
| UpdateTime |
integer |
Pengatur waktu pembaruan terakhir titik akhir akses jaringan khusus. Nilainya adalah stempel waktu UNIX dalam milidetik. |
1649830226000 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"NetworkAccessEndpoint": {
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"NetworkAccessEndpointId": "nae_examplexxx",
"NetworkAccessEndpointName": "xx Business VPC Access Endpoint",
"VpcId": "vpc-examplexxx",
"VpcRegionId": "cn-hangzhou",
"VSwitchIds": [
"vsw-2vc8z0f90z4k6xxxxx\n"
],
"SecurityGroupId": "sg-examplexxx",
"Status": "running",
"NetworkAccessEndpointType": "private",
"EgressPublicIpAddresses": [
"Public egress IP address, subject to the actual API response. Example: 203.0.XX.XX/27"
],
"EgressPrivateIpAddresses": [
"192.168.1.1"
],
"CreateTime": 1649830226000,
"UpdateTime": 1649830226000
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.