openstack-replica-get-resp.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "replica": {
  3. "created_at": "2019-07-11T09:49:45.000000",
  4. "updated_at": "2019-07-11T10:07:14.000000",
  5. "deleted_at": null,
  6. "deleted": "0",
  7. "base_id": "78f89897-fca0-465c-bf0c-b23b36dfd619",
  8. "user_id": "7cf9b4745d514517b3eae440438136bc",
  9. "project_id": "ffc16db2011e41f28152897c279b6bcc",
  10. "destination_environment": {
  11. "network_map": {
  12. "private": "provider-net"
  13. },
  14. "storage_mappings": {
  15. "lvmdriver-1": "lvm-1"
  16. },
  17. "keypair_name": "new-key",
  18. "delete_disks_on_vm_termination": false,
  19. "migr_image_map": {
  20. "linux": "ubuntu-xenial-img",
  21. "windows": "63d8f1a4-3192-4edc-b113-0d099b4bc458"
  22. },
  23. "migr_network": "provider-net",
  24. "port_reuse_policy": "keep_mac",
  25. "set_dhcp": true
  26. },
  27. "type": "replica",
  28. "instances": ["ubuntu-xenial"],
  29. "reservation_id": null,
  30. "notes": null,
  31. "origin_endpoint_id": "5a276274-f964-4c07-aec4-01a7971d9eea",
  32. "destination_endpoint_id": "6258fa20-5d1f-44fa-ae12-c94122263fa3",
  33. "transfer_result": null,
  34. "network_map": {},
  35. "storage_mappings": {},
  36. "source_environment": {},
  37. "id": "78f89897-fca0-465c-bf0c-b23b36dfd619",
  38. "executions": [
  39. {
  40. "created_at": "2019-07-11T10:06:47.000000",
  41. "updated_at": null,
  42. "deleted_at": null,
  43. "deleted": "0",
  44. "id": "4147568c-f1d7-4a2d-bfbc-8d142a3d1c32",
  45. "action_id": "78f89897-fca0-465c-bf0c-b23b36dfd619",
  46. "status": "RUNNING",
  47. "number": 3
  48. },
  49. {
  50. "created_at": "2019-07-11T09:57:17.000000",
  51. "updated_at": "2019-07-11T09:58:18.000000",
  52. "deleted_at": null,
  53. "deleted": "0",
  54. "id": "87faeb7e-97aa-4c2f-a8a2-ba8fa31167a5",
  55. "action_id": "78f89897-fca0-465c-bf0c-b23b36dfd619",
  56. "status": "ERROR",
  57. "number": 1
  58. }
  59. ]
  60. }
  61. }