api-ref: method verification for server-migrations
We don't have any api-ref for server-migrations. os-migrations is frozen and server-migrations replaces it, but we don't have any docs for it, so this is a start. Partial-Bug: #1641713 Part of blueprint api-ref-in-rst-ocata Change-Id: I3da6ff6a4a0abf2f9c8bae3fb28fe23fdc3b0959
This commit is contained in:
parent
742414bf7c
commit
925dc7aa12
@ -47,6 +47,7 @@ refer to `API guide <http://developer.openstack.org/api-guide/compute/index.html
|
|||||||
.. include:: os-hypervisors.inc
|
.. include:: os-hypervisors.inc
|
||||||
.. include:: os-instance-usage-audit-log.inc
|
.. include:: os-instance-usage-audit-log.inc
|
||||||
.. include:: os-migrations.inc
|
.. include:: os-migrations.inc
|
||||||
|
.. include:: server-migrations.inc
|
||||||
.. include:: os-quota-sets.inc
|
.. include:: os-quota-sets.inc
|
||||||
.. include:: os-server-groups.inc
|
.. include:: os-server-groups.inc
|
||||||
.. include:: os-server-tags.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