User Instance Detail
User Instances Details.
Last updated
curl -X GET '{API_URL}/computing/instances' \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'Content-Type: application/json' \
{
"data": [
{
"id": "102cade84ea-e703-4400-b77d-8ed545d198ee",
"region": "CANADA",
"product_type": "Virtual Machine",
"host_name": "demo",
"cpu_cores": "28",
"ram": "58",
"gpu_type": "RTX-A6000",
"gpu_count": 1,
"disk_size": 100,
"public_ipv4": "38.80.81.128",
"login_method": "",
"os": "Ubuntu Server 20.04 LTS (Focal Fossa)",
"exposed_ports": "",
"vm_name": "demo",
"vm_password": "qZ3!Xukz=I-Xv_ya",
"status": "Running",
"start_time": "EST 2024-11-04 10:11:50",
"running_time": "0.0000 hours",
"total_cost": "$0.0000"
}
],
"message": "Get instance detail successfully",
"status": "success"
}