{
"success": true,
"vms": [
{
"id": "string",
"name": "string",
"location": "string",
"region": "string",
"ssh_key_name": "string",
"fixed_ip": "string",
"floating_ip": "string",
"status": "string",
"flavor": {
"name": "string",
"gpu": "string",
"gpu_count": 0,
"cpu": 0,
"ram": 0,
"disk": 0
},
"image": {
"name": "string"
},
"created_at": "string",
"security_rules": [
{
"property1": null,
"property2": null
}
],
"volume_attachments": [
{
"id": "string",
"name": "string",
"size": 0,
"type": "string",
"device": "string",
"status": "string"
}
],
"deployment_id": "string",
"currency": "string"
}
],
"currency_context": "string",
"total_count": 0,
"page": 0,
"limit": 0,
"has_next": true
}