Querying the AZs of VPN Gateways
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
professional1
VpnGatewayAvailabilityZones object
Indicates that the specification of VPN gateways is Professional1.
professional2
VpnGatewayAvailabilityZones object
Indicates that the specification of VPN gateways is Professional2.
gm
VpnGatewayAvailabilityZones object
Indicates that the specification of VPN gateways is GM.
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": ["cn-south-1f"], "er": [] }, "professional1": { "vpc": ["cn-south-1f", "cn-south-1e", "cn-south-1c"], "er": ["cn-south-1f"] }, "professional2": { "vpc": ["cn-south-1f", "cn-south-1e", "cn-south-1c"], "er": ["cn-south-1f"] }, "gm": { "vpc": ["cn-south-1f", "cn-south-1e", "cn-south-1c"], "er": ["cn-south-1f"] } }, "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.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot