{
"billing_type": "Hour",
"zone_id": 1,
"gpu_count": 4,
"gpu_models": ["4090", "5090"],
"device_count": 2,
"network_type": "EthernetFast"
}curl --location 'https://openapi.suanli.cn/api/output/v2/device-output/page_list_product_network_v2' \
--header 'Content-Type: application/json' \
--data '{
"billing_type": "Hour",
"zone_id": 1,
"gpu_count": 4,
"gpu_models": ["4090", "5090"],
"device_count": 2,
"network_type": "EthernetFast"
}'{
"code": "0000",
"message": "success",
"data": [
{
"network_type": "NVLinkSwitch",
"zone_name": "测试区域",
"idc_name": "cn-region-test",
"network_id": 1,
"inner": [
{
"cores": 80,
"cpu_model": "Intel(R) Xeon(R) Gold 6133 CPU @ 2.50GHz",
"gpu_model": "3090",
"gpu_count": 4,
"gpu_memory": 24576,
"memory_size": 515641,
"gpu_driver_version": "580.173.02",
"cuda_version": "13.0",
"operating_system": "ubuntu (5.15.0-161-generic)",
"system_disk_size": 4273755,
"system_disk_type": "NVMe",
"end_time": "2026-10-31T00:00:00+08:00",
"start_time": "2026-08-03T00:00:00+08:00",
"device_id": 1,
"hour_price": 15000000,
"day_price": 166000000,
"week_price": 666000000,
"month_price": 1888000000,
"idc_id": 1,
"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": 2096
},
{
"cores": 80,
"cpu_model": "Intel(R) Xeon(R) Gold 6133 CPU @ 2.50GHz",
"gpu_model": "3090",
"gpu_count": 4,
"gpu_memory": 24576,
"memory_size": 515601,
"gpu_driver_version": "570.86.10",
"cuda_version": "12.8",
"operating_system": "ubuntu (5.15.0-161-generic)",
"system_disk_size": 4273818,
"system_disk_type": "NVMe",
"end_time": "2026-10-28T00:00:00+08:00",
"start_time": "2026-08-03T00:00:00+08:00",
"device_id": 2,
"hour_price": 15000000,
"day_price": 166000000,
"week_price": 666000000,
"month_price": 1888000000,
"idc_id": 1,
"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": 2024
}
]
}
]
}