You need to enable JavaScript to run this app.
边缘计算节点

边缘计算节点

复制全文
边缘服务
获取可开通的实例规格
复制全文
获取可开通的实例规格

本接口用于获取您可以创建的边缘实例的规格。

请求说明

  • 请求方式:GET
  • 请求地址:https://veenedge.volcengineapi.com/?Action=ListInstanceTypes&Version=2021-04-30

请求参数

下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数

Query

参数
类型
是否必选
示例值
描述
Action
String
ListInstanceTypes
接口名称。当前 API 的名称为 ListInstanceTypes
Version
String
2021-04-30
接口版本。当前 API 的版本为 2021-04-30

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结果

参数
类型
示例值
描述
instance_type_configs
Object[]
-
实例规格列表。

请求示例

GET https://veenedge.volcengineapi.com/?Action=ListInstanceTypes&Version=2021-04-30
&<其他公共参数>

返回示例

{
    "ResponseMetadata": {
        "RequestId": "202305191956536197961A3F5BA175****",
        "Action": "ListInstanceTypes",
        "Version": "2021-04-30",
        "Service": "veenedge",
        "Region": "cn-north-1"
    },
    "Result": {
        "instance_type_configs": [
            {
                "instance_type": "veEN.G1.large",
                "instance_type_family": "G",
                "cpu": 2,
                "memory": 8,
                "gpu": 0,
                "gpu_spec": "",
                "instance_type_family_name": "通用型",
                "arch": "x86"
            },
            {
                "instance_type": "veEN.C1.xlarge",
                "instance_type_family": "C",
                "cpu": 4,
                "memory": 8,
                "gpu": 0,
                "gpu_spec": "",
                "instance_type_family_name": "计算型",
                "arch": "x86"
            },
            {
                "instance_type": "veEN.R1.3xlarge",
                "instance_type_family": "R",
                "cpu": 12,
                "memory": 96,
                "gpu": 0,
                "gpu_spec": "",
                "instance_type_family_name": "内存型",
                "arch": "x86"
            }
        ]
    }
}

错误码

如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码

最近更新时间:2025.12.22 17:43:03
这个页面对您有帮助吗?
有用
有用
无用
无用