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