Mengkueri gerbang IPv6 yang telah dibuat di suatu wilayah dengan memanggil operasi DescribeIpv6Gateways.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
ID wilayah tempat gerbang IPv6 berada. Anda dapat memanggil operasi DescribeRegions untuk mengkueri ID wilayah. |
cn-huhehaote |
| Ipv6GatewayId |
string |
No |
ID gerbang IPv6. |
ipv6gw-hp3rwmtmfhgis**** |
| VpcId |
string |
No |
ID VPC yang terkait dengan gerbang IPv6. |
vpc-123sedrfswd23**** |
| Name |
string |
No |
Nama gerbang IPv6. Panjang nama harus 2 hingga 128 karakter, dan harus diawali dengan huruf atau karakter Tionghoa. Nama dapat berisi angka, titik (.), garis bawah (_), dan tanda hubung (-). Nama tidak dapat diawali dengan |
ipv6GW |
| PageNumber |
integer |
No |
Nomor halaman. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. |
10 |
| RegionId |
string |
Yes |
The ID of the region to which the IPv6 gateway belongs. You can call the DescribeRegions operation to query the region ID. |
cn-huhehaote |
| ResourceGroupId |
string |
No |
ID kelompok sumber daya tempat gerbang IPv6 berada. |
rg-bp67acfmxazb4ph**** |
| Tags |
array<object> |
No |
Daftar tag. |
|
|
object |
No |
Daftar tag. |
||
| Key |
string |
No |
Kunci tag Sumber daya. Anda dapat menentukan hingga 20 kunci tag. Kunci tag tidak boleh berupa string kosong. Panjang kunci tag dapat mencapai 128 karakter. Kunci tag tidak dapat diawali dengan |
FinanceDept |
| Value |
string |
No |
Nilai tag Sumber daya. Anda dapat menentukan hingga 20 nilai tag. Nilai tag dapat berupa string kosong. Panjang nilai tag dapat mencapai 128 karakter. Nilai tag tidak dapat diawali dengan |
FinanceJoshua |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Informasi yang dikembalikan. |
||
| PageSize |
integer |
Jumlah entri per halaman. |
10 |
| RequestId |
string |
ID permintaan. |
E3A06196-3E7C-490D-8F39-CB4B5A0CE8AD |
| PageNumber |
integer |
Nomor halaman. |
1 |
| TotalCount |
integer |
Jumlah entri yang dikembalikan. |
2 |
| Ipv6Gateways |
object |
||
| Ipv6Gateway |
array<object> |
Detail gerbang IPv6. |
|
|
array<object> |
Detail gerbang IPv6. |
||
| CreationTime |
string |
The time when the IPv6 gateway was created. |
2020-12-20T14:51:23Z |
| Status |
string |
The status of the IPv6 gateway. Valid values:
|
Available |
| VpcId |
string |
The ID of the VPC to which the IPv6 gateway belongs. |
vpc-123sedrfswd23**** |
| Description |
string |
The description of the IPv6 gateway. |
descriptionforIPv6GW |
| Ipv6GatewayId |
string |
The ID of the IPv6 gateway. |
ipv6gw-hp3rwmtmfhgisipv6gw-hp3rwmtmfhgis**** |
| ExpiredTime |
string |
The time when the IPv6 gateway expires. |
2021-12-20T14:51:23Z |
| BusinessStatus |
string |
The status of the IPv6 gateway. Valid values:
|
Normal |
| Name |
string |
The name of the IPv6 gateway. |
ipv6GW |
| InstanceChargeType |
string |
The billing method of the IPv6 gateway. Only PostPaid may be returned, which indicates that the IPv6 gateway uses the pay-as-you-go billing method. |
PostPaid |
| RegionId |
string |
The ID of the region in which the IPv6 gateway is deployed. |
cn-huhehaote |
| ResourceGroupId |
string |
The resource group ID. |
rg-bp67acfmxazb4ph**** |
| Tags |
object |
||
| Tag |
array<object> |
The information about the tags. |
|
|
object |
The list of tags. |
||
| Key |
string |
The tag key. |
FinanceDept |
| Value |
string |
The tag value. |
FinanceJoshua |
| OwnerId |
integer |
The Alibaba Cloud account ID to which the IPv6 gateway belongs. Penting This value is of the Long type and may be subject to precision loss in certain programming languages. Use it with caution. |
2546073170691**** |
Contoh
Respons sukses
JSONformat
{
"PageSize": 10,
"RequestId": "E3A06196-3E7C-490D-8F39-CB4B5A0CE8AD",
"PageNumber": 1,
"TotalCount": 2,
"Ipv6Gateways": {
"Ipv6Gateway": [
{
"CreationTime": "2020-12-20T14:51:23Z",
"Status": "Available",
"VpcId": "vpc-123sedrfswd23****",
"Description": "descriptionforIPv6GW",
"Ipv6GatewayId": "ipv6gw-hp3rwmtmfhgisipv6gw-hp3rwmtmfhgis****",
"ExpiredTime": "2021-12-20T14:51:23Z",
"BusinessStatus": "Normal",
"Name": "ipv6GW",
"InstanceChargeType": "PostPaid",
"RegionId": "cn-huhehaote",
"ResourceGroupId": "rg-bp67acfmxazb4ph****",
"Tags": {
"Tag": [
{
"Key": "FinanceDept",
"Value": "FinanceJoshua"
}
]
},
"OwnerId": 0
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | Forbidden | User not authorized to operate on the specified resource. | You do not have the permissions to manage the specified resource. Apply for the permissions and try again. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.