Queries the zones that support creating network endpoints for IDaaS in a specified region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListNetworkAccessEndpointAvailableZones |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NaeRegionId |
string |
Yes |
The ID of the region that supports exclusive network endpoints. |
cn-hangzhou |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| Zones |
array<object> |
The list of zones that support network endpoints in the current region. |
|
|
object |
The information about the zone. |
||
| ZoneId |
string |
The zone ID. |
cn-hangzhou-j |
| LocalName |
string |
The name of the zone. |
华东1(杭州)可用区J |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"Zones": [
{
"ZoneId": "cn-hangzhou-j",
"LocalName": "华东1(杭州)可用区J"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.