最近更新时间:2023.08.17 20:13:48
首次发布时间:2023.02.22 17:09:42
本接口用于获取可部署的城市运营商。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
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 } ] } }