1. 可购列表
共绩科技
  • 共绩算力 Open API
    • 资源
      • 获取设备资源列表
      • 获取对象存储加速资源列表
      • 获取共享存储卷资源列表
    • 弹性部署服务任务
      • 任务列表查询接口
      • 任务详情查询接口
      • 任务创建接口
      • 任务修改接口
      • 任务恢复接口
      • 任务暂停接口
      • 任务删除接口
      • 节点数量修改接口
      • 新版任务列表查询接口
      • 新版任务详情查询接口
      • 新版任务创建接口
      • 新版任务修改接口
    • 镜像预热任务(申请开通)
      • 镜像预热任务可用集群列表
      • 镜像预热任务列表查询接口
      • 镜像预热任务详情查询接口
      • 镜像预热任务创建接口
      • 镜像预热任务更新接口
      • 镜像预热任务停止接口
    • Job批处理任务
      • Job任务列表查询接口
      • Job任务详情查询接口
      • Job任务创建接口
      • Job任务停止接口
    • Job批处理任务队列
      • Job任务队列列表查询接口
      • Job任务队列详情查询接口
      • Job任务队列创建接口
      • Job任务队列更新接口
      • Job任务队列停止接口
      • Job任务队列任务组推送接口
      • Job任务队列任务组列表查询接口
      • Job任务队列任务组详情查询接口
      • Job任务队列任务组批量停止接口
    • 弹性部署服务/Job批处理节点
      • 节点列表查询接口
      • 节点日志查询接口
      • 节点事件查询接口
      • 任务节点删除接口
    • 费用
      • 弹性部署/云主机-时间维度计费查询接口
      • 弹性部署/云主机-任务维度计费查询接口
      • 镜像仓库-计费查询接口
      • 对象存储加速-计费查询接口
      • 共享存储卷-计费查询接口
    • 存储
      • 对象存储
        • 查询对象存储可选元数据区域
        • 查询对象存储加速可选区域
        • 查询对象存储列表
        • 按 ID 查询对象存储
        • 查询对象存储容量用量概览
        • 校验对象存储连接
        • 创建对象存储配置
        • 更新对象存储配置
        • 浏览对象存储桶目录
        • 预热导入对象存储数据
        • 浏览对象存储已导入元数据
        • 删除对象存储已导入元数据
        • 激活对象存储
        • 释放对象存储
        • 删除对象存储配置
    • 裸金属
      • 已购列表
        • 已购单机设备列表
        • 已购组网设备列表
        • 设备详情【开机信息】
      • 创建订单
        • 创建订单
        • 已购设备自动续费
        • 已购设备取消自动续费
      • 可购列表
        • 单机设备可购列表
          POST
        • 组网设备可购列表
          POST
      • 订单列表
        • 订单列表
  1. 可购列表

单机设备可购列表

POST
/api/output/v2/device-output/page_list_product_single_v2
当前版本旧版本是否需要加密是否需要加签
v1.0.0-否是

描述#

获取单机裸金属可购买列表及裸金属基础信息。

请求参数

Body 参数application/json必填

示例
{
    "page": 1,
    "page_size": 10,
    "conditional": {
        "billing_type": "Day",
        "gpu_models": [
            "4090",
            "5090"
        ],
        "zone_id": 1,
        "gpu_count": 2
    }
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://openapi.suanli.cn/api/output/v2/device-output/page_list_product_single_v2' \
--header 'Content-Type: application/json' \
--data '{
    "page": 1,
    "page_size": 10,
    "conditional": {
        "billing_type": "Day",
        "gpu_models": [
            "4090",
            "5090"
        ],
        "zone_id": 1,
        "gpu_count": 2
    }
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "count": 13,
    "results": [
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515610,
            "gpu_driver_version": "580.105.08",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-179-generic)",
            "system_disk_size": 15566270,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2031-07-31T00:00:00+08:00",
            "start_time": "2026-07-17T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 43717
        },
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515610,
            "gpu_driver_version": "580.82.07",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-181-generic)",
            "system_disk_size": 15566999,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2028-07-31T00:00:00+08:00",
            "start_time": "2026-07-17T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 17437
        },
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515610,
            "gpu_driver_version": "580.142",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-94-generic)",
            "system_disk_size": 15566065,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2028-07-31T00:00:00+08:00",
            "start_time": "2026-07-17T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 17437
        },
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515611,
            "gpu_driver_version": "580.82.07",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-94-generic)",
            "system_disk_size": 15566931,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2028-07-31T00:00:00+08:00",
            "start_time": "2026-07-17T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 17437
        },
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515610,
            "gpu_driver_version": "580.82.07",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-181-generic)",
            "system_disk_size": 15566897,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2028-07-31T00:00:00+08:00",
            "start_time": "2026-07-17T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 17437
        },
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515610,
            "gpu_driver_version": "580.82.07",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-181-generic)",
            "system_disk_size": 15566897,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2028-07-31T00:00:00+08:00",
            "start_time": "2026-07-17T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 17437
        },
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515610,
            "gpu_driver_version": "580.82.07",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-181-generic)",
            "system_disk_size": 15566950,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2028-07-31T00:00:00+08:00",
            "start_time": "2026-07-17T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 17437
        },
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515610,
            "gpu_driver_version": "580.82.07",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-181-generic)",
            "system_disk_size": 15566950,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2028-07-31T00:00:00+08:00",
            "start_time": "2026-07-17T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 17437
        },
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515610,
            "gpu_driver_version": "580.82.07",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-181-generic)",
            "system_disk_size": 15566897,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2028-07-31T00:00:00+08:00",
            "start_time": "2026-07-17T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 17437
        },
        {
            "network_type": null,
            "network_id": null,
            "cores": 128,
            "cpu_model": "INTEL(R) XEON(R) GOLD 6530",
            "gpu_model": "5090",
            "gpu_count": 8,
            "gpu_memory": 32607,
            "memory_size": 515610,
            "gpu_driver_version": "580.105.08",
            "cuda_version": "13.0",
            "operating_system": "ubuntu (5.15.0-181-generic)",
            "system_disk_size": 15566382,
            "system_disk_type": "NVMe",
            "idc_name": "测试一区机房",
            "idc_id": 1,
            "zone_name": "测试一区",
            "end_time": "2027-06-07T00:00:00+08:00",
            "start_time": "2026-07-22T00:00:00+08:00",
            "device_id": 1,
            "hour_price": 28000000,
            "day_price": 638000000,
            "week_price": 4245000000,
            "month_price": 17285000000,
            "listing_mode": "Direct",
            "gateway_type": "Direct",
            "hour_price_discount": null,
            "day_price_discount": null,
            "week_price_discount": null,
            "month_price_discount": null,
            "migration_mode": null,
            "cooperation_mode": "IdleFullRent",
            "allow_switch_to_elastic_full_rent": false,
            "max_buy_count": 7357
        }
    ]
}
上一页
已购设备取消自动续费
下一页
组网设备可购列表
Built with