Get Region and Availability Zone Lists
We currently has multiple regions spread across the globe, each containing several availability zones (Zones). When using APIs related to public cloud services, users need to specify the region to which the operation command points.
Query Method
cURL
💡 Making requests via cURL requires manual signature calculation. Refer to the Signature Algorithm for signature calculation methods.
curl -X POST \
https://api.ucloud-global.com \
-H 'Content-Type: application/json' \
-d '{
"Action":"GetRegion",
"PublicKey":"...",
"Signature":"..."
}'