Parameter | Value | Example value |
---|---|---|
id | Cloudbox ID. Retrieve with CloudboxList Parameter is verplicht |
121 |
Parameter | Value | Example value |
---|---|---|
success | command executed successfully | 0 = fout 1 = command executed successfully |
command_response_message | Error Only sent when value parameter success = 0 |
incorrect password |
total_count | Totaal aantal actieve vpsen Only sent when value parameter success = 1 |
20 |
id_X | VPS ID (cijfer). The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
45221 |
label_X | VPS name. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
VPS1 |
cpu_x | Amount cpus. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1 |
memory_x | VPS memory. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1024 |
disk_x | VPS disk size. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
100 |
template_X | VPS template. Templates are retrievable with CloudboxListTemplates. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
5 |
ips_x | Amount ip addresses. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1 |
iplist_x | Ips separated with '-'. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
155.252.1.300-41.20.160.120- |
echo $versio['id_'.$teller]; ?> | echo $versio['label_'.$teller]; ?> | echo $versio['cpu_'.$teller]; ?> CPUS | echo $versio['memory_'.$teller]; ?> x | echo $versio['disk_'.$teller]; ?> | echo $versio['template_'.$teller]; ?> | echo $versio['ips_'.$teller]; ?> IP addresses | $ips = explode('-', $versio['iplist_'.$teller]); foreach($ips as $ip){ if($ip!=''){ ?>IP: =$ip;?> | } } ?>