本接口用于获取函数可灰度发布的区域列表。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListRegions | 公共参数。该参数表示接口名称。取值:ListRegions |
Version | String | 是 | 2021-04-30 | 公共参数。该参数表示接口版本。取值:2021-04-30。 |
veef_id | String | 是 | bc36dc7c50b9f125d186df**** | 函数ID |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
regions | []String | 见下文说明 | 区域列表 |
GET https://veefedge.volcengineapi.com/?Action=ListRegions &veef_id=bc36dc7c50b9f125d186df**** &<公共请求参数>
正常返回示例
{ "ResponseMetadata": { "RequestId": "20211207213413010225146063****", "Action": "ListRegions", "Version": "2021-04-30", "Service": "veefedge", "Region": "cn-north-1" }, "Result": { "regions": [ "华北大区", "华东大区" ] } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。