Merge "api-ref: method verification for server-migrations"
This commit is contained in:
commit
fb693f07f0
@ -47,6 +47,7 @@ refer to `API guide <http://developer.openstack.org/api-guide/compute/index.html
|
||||
.. include:: os-hypervisors.inc
|
||||
.. include:: os-instance-usage-audit-log.inc
|
||||
.. include:: os-migrations.inc
|
||||
.. include:: server-migrations.inc
|
||||
.. include:: os-quota-sets.inc
|
||||
.. include:: os-server-groups.inc
|
||||
.. include:: os-server-tags.inc
|
||||
|
30
api-ref/source/server-migrations.inc
Normal file
30
api-ref/source/server-migrations.inc
Normal file
@ -0,0 +1,30 @@
|
||||
.. -*- rst -*-
|
||||
.. needs:parameter_verification
|
||||
.. needs:example_verification
|
||||
.. needs:body_verification
|
||||
|
||||
=========================================
|
||||
Server migrations (servers, migrations)
|
||||
=========================================
|
||||
|
||||
List, show, perform actions on and delete server migrations.
|
||||
|
||||
List Migrations
|
||||
===============
|
||||
|
||||
.. rest_method:: GET /servers/{server_id}/migrations
|
||||
|
||||
Show Migration Details
|
||||
======================
|
||||
|
||||
.. rest_method:: GET /servers/{server_id}/migrations/{migration_id}
|
||||
|
||||
Force Migration Complete Action (force_complete Action)
|
||||
=======================================================
|
||||
|
||||
.. rest_method:: POST /servers/{server_id}/migrations/{migration_id}/action
|
||||
|
||||
Delete (Abort) Migration
|
||||
========================
|
||||
|
||||
.. rest_method:: DELETE /servers/{server_id}/migrations/{migration_id}
|
Loading…
x
Reference in New Issue
Block a user