endpoint-instance-show-resp.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "instance": {
  3. "num_cpu": 1,
  4. "num_cores_per_socket": 1,
  5. "memory_mb": 2048,
  6. "nested_virtualization": false,
  7. "name": "ubuntu-xenial",
  8. "id": "3ba07383-6726-4bf8-82d5-d5ce871519bc",
  9. "flavor_name": "m1.small",
  10. "devices": {
  11. "nics": [
  12. {
  13. "name": "025cbc3d-7779-4686-9ca9-8ce0a5895172",
  14. "id": "025cbc3d-7779-4686-9ca9-8ce0a5895172",
  15. "mac_address": "fa:16:3e:2b:7b:db",
  16. "ip_addresses": [
  17. "10.0.0.23"
  18. ],
  19. "network_id": "1bd79664-8d62-477e-9a12-96595ae1dbe1",
  20. "network_name": "private"
  21. }
  22. ],
  23. "disks": [
  24. {
  25. "format": "raw",
  26. "guest_device": "/dev/sda",
  27. "size_bytes": 21474836480,
  28. "path": "",
  29. "id": "1d4a25a6-70a3-4784-ab89-cf7fc205be2d",
  30. "storage_backend_identifier": "lvmdriver-1"
  31. }
  32. ],
  33. "cdroms": [],
  34. "serial_ports": [],
  35. "floppies": [],
  36. "controllers": []
  37. },
  38. "os_type": "linux",
  39. "instance_name": "ubuntu-xenial"
  40. }
  41. }