Files
4e6eec5c9beb0086ab370f5506ab73efe1705631
nova /api-ref /source /os-migrations.inc

64 lines
1.6 KiB
PHP
Raw Normal View History

Migrations (os-migrations) (frozen)
=========================================
Shows data on migrations.
it won't be extended anymore. Use /servers/{uuid}/migrations instead.
===============
this operation. Cloud providers can change these permissions through the
``policy.json`` file.
Normal response codes: 200
Request
.. rest_parameters:: parameters.yaml
- source_compute: migration_source_compute
- status: migration_status
Response
- created_at: created
- dest_compute: migrate_dest_compute
- dest_host: migrate_dest_host
- dest_node: migrate_dest_node
- id: migration_id
- instance_uuid: server_id
- new_instance_type_id: migration_new_flavor_id
- old_instance_type_id: migration_old_flavor_id
- source_compute: migrate_source_compute
- source_node: migrate_source_node
- status: migrate_status
- updated_at: updated
- migration_type: migration_type_2_23
- links: migration_links_2_23