最后更新于3个月前
本接口(DescribeGeoRegions)用于查询地理限制配置可用的国家/地区列表。
查询国家/地区列表。
POST / HTTP/1.1 Host: console.zenlayer.com/api/v2/cdn Content-Type: application/json X-TC-Action: DescribeGeoRegions <Common Request Params> Request: { } Response: { "requestId": "T6883FCD0-3E7D-44EA-A517-A421A52A27F4", "response": { "requestId": "T6883FCD0-3E7D-44EA-A517-A421A52A27F4", "regionSet": [ { "regionId": "CN", "regionName": "China" }, { "regionId": "US", "regionName": "United States of America" } ] } }
下面包含业务逻辑中遇到的错误码,其他错误码见公共错误码
regionSet
Array of GeoRegion
国家/地区信息集合。
requestId
String
唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 requestId。