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
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.
- Example response
{ "availability_zones": { "basic": { "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"] }, }, "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.