本接口用于获取可部署的城市运营商。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListVeeccAvailableResourceInfo | 要执行的操作。取值:ListVeeccAvailableResourceInfo。 |
instance_type | String | 是 | veECC.C1.0-1large | 规格名称。参考容器规格定义 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
veecc_region_info | [ ] VeeccRegionInfo | 请参见返回示例 | 可部署城市运营商列表 |
GET https://veecc.volcengineapi.com/?Action=ListVeeccAvailableResourceInfo &instance_type=veECC.C1.0-1large &<公共请求参数>
{ "ResponseMetadata": { "RequestId": "202210251410420101742442080566****", "Action": "ListVeeccAvailableResourceInfo", "Version": "2022-10-01", "Service": "veecc", "Region": "cn-north-1" }, "Result": { "veecc_region_info": [ { "area": "NorthChina", "isp": "CMCC", "city": "120000", "cluster": "****-test01", "available_num": 1 } ] } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见公共错误码。