Querying the AZs of VPN Gateways (V5)
Function
This API is used to query the AZs of VPN gateways.
Calling Method
For details, see Calling APIs.
URI
GET /v5/{project_id}/vpn-gateways/availability-zones
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| project_id | String | Yes | Specifies a project ID. You can obtain the project ID by referring to Obtaining the Project ID. |
Request
Response
- Response parameters
Returned status code 200: successful operation
Table 2 Parameters in the response body Parameter
Type
Description
availability_zones
AvailabilityZones object
Specifies the list of AZs.
request_id
String
Specifies a request ID.
Table 3 AvailabilityZones Parameter
Type
Description
basic
VpnGatewayAvailabilityZones object
Indicates that the specification of VPN gateways is Basic.
professional1
VpnGatewayAvailabilityZones object
Indicates that the specification of VPN gateways is Professional1.
Professional1-NonFixedIP
VpnGatewayAvailabilityZones object
Indicates that the specification of VPN gateways is Professional1-NonFixedIP.
professional2
VpnGatewayAvailabilityZones object
Indicates that the specification of VPN gateways is Professional2.
Professional2-NonFixedIP
VpnGatewayAvailabilityZones object
Indicates that the specification of VPN gateways is Professional2-NonFixedIP.
The supported specification options are subject to the value range of the Specification parameter on the page for creating a VPN gateway on the VPN console.
- Example response
{ "availability_zones": { "vpc": ["az1"], "er": [] }, "professional1": { "vpc": ["az1", "az2"], "er": ["az1"] }, "professional2": { "vpc": ["az1", "az2"], "er": ["az1"] }, "vpc": ["az1", "az2"], }, "request_id": "b60309ab-812c-4269-9de4-fb9a65e6db16" }
Status Codes
For details, see Status Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.