diff --git a/docs/api/client.html b/docs/api/client.html new file mode 100644 index 0000000..9784018 --- /dev/null +++ b/docs/api/client.html @@ -0,0 +1,221 @@ + + +
+ + + +/api/client/vps/list
{ + "response": { + "vpses": [{ + "id": "1", + "virtualization_type": "1", + "hostname": "test-vz.cryto.net", + "guaranteed_ram": "128", + "burstable_ram": "256", + "disk_space": "5000", + "cpu_count": "1", + "traffic_in_limit": "500000000000", + "traffic_out_limit": "500000000000", + "traffic_in_used": "912727849", + "traffic_out_used": "16923948" + }, { + "id": "2", + "virtualization_type": "1", + "hostname": "test2.cryto.net", + "guaranteed_ram": "512", + "burstable_ram": "768", + "disk_space": "40000", + "cpu_count": "240", + "traffic_in_limit": "500000000000", + "traffic_out_limit": "500000000000", + "traffic_in_used": "0", + "traffic_out_used": "0" + }] + } +}
/api/client/vps/list
{ + "errors": ["No valid API token pair was specified."] +}