Minecon724
bc25923883
the api is a mess and I don't like it - same keys on listings and rentals, but the values mean something different - inconsistent use of space units like gb gib mb mib are all used and it's confusing - no official docs
20 lines
No EOL
793 B
Text
20 lines
No EOL
793 B
Text
{
|
|
"ask_contract_id": "int", // same as id
|
|
"bundled_results": "int", // not sure, some number or null
|
|
"cpu_ghz": "float", // self explanatory
|
|
"driver_vers": "int", // driver_version but a number, I think it's to compare versions
|
|
"geolocode": "int",
|
|
"gpu_arch": "str", // always "nvidia"
|
|
"gpu_ids": "list",
|
|
"gpu_total_ram": "int", // all gpus combined
|
|
"hostname": "NoneType", // always null
|
|
"reliability": "float", // equal to reliability2
|
|
"reliability_mult": "float",
|
|
"rented": "bool", // I think it's if the instance is rented by you, the website doesn't show instances if this is true
|
|
"vericode": "int", // always 1
|
|
"rn": "int", // always 1
|
|
"dph_total_adj": "float",
|
|
"discount_rate": "float",
|
|
"discounted_hourly": "float",
|
|
"discounted_dph_total": "float"
|
|
} |