Response · 200
{
"code": 200,
"data": {
"id": 101,
"name": "training-cluster-010125103045",
"created_by": {
"id": 1001,
"name": "John Doe",
"email": "user@example.com",
"username": "user@example.com",
"is_primary_contact": true,
"currency": "INR",
"is_suspended": false
},
"no_of_nodes": 1,
"created_at": "2025-01-15T10:30:00Z",
"private_cloud_id": null,
"private_cloud_name": null,
"sku_details": {
"specs": {
"sku_id": 309,
"name": "GDC.8xH10080-208.2000GB_SXM_v1",
"series": "GPU",
"cpu": 208,
"gpu": 8,
"memory": 2000,
"ephemeral_storage": 0,
"gpu_memory": 640,
"is_free": false,
"is_active": true,
"local_storage_in_gb": 0,
"sku_type": "GDC-8xH10080",
"gpu_card_type": "H100",
"category": "distributed_job",
"variant": "e2e",
"no_of_nodes": 1
},
"plan": {
"sku_item_price_id": 3416,
"sku_type": "hourly",
"committed_days": 0,
"unit_price": 1995.2,
"currency": "INR",
"is_active": true,
"description": "Hourly Compute Instance: distributed_job",
"location": "Delhi"
}
},
"total_gpu": 8,
"total_cpu": 208,
"total_memory": "2000 GB",
"available_gpu": 0,
"available_cpu": 0,
"available_memory": "0 GB",
"worker_nodes": [],
"has_local_storage": false,
"local_storage_per_node": null,
"status": "Running",
"image_pull_policy": "IfNotPresent",
"image_version": {
"id": 2,
"version": "v2-slurm25.11-ubuntu24.04",
"description": "",
"tags": [],
"name": "Ubuntu Slurm",
"slug_name": "ubuntu-slurm",
"framework": "Slurm",
"is_internal": false
},
"ssh_keys": [
{
"pk": 1001,
"label": "my-ssh-key",
"ssh_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAB... user@example.com"
}
],
"ssh_public_ip": "203.0.113.10",
"has_floating_ip": true,
"reserve_ip": [],
"clone_data": {
"name": "training-cluster-010125103045",
"sku_id": 309,
"project_id": 10001,
"no_of_nodes": 1,
"ssh_key_ids": [
1001
],
"script_added": false,
"pfs_mount_list": [],
"sfs_mount_list": [],
"image_version_id": 2,
"lifecycle_script": "",
"security_group_id": 1001,
"sku_item_price_id": 3416,
"dataset_mount_list": []
}
},
"errors": {},
"message": "Success"
}