Merge "api-ref: body verification for show server migration"

This commit is contained in:
Jenkins
2016-11-16 10:22:43 +00:00
committed by Gerrit Code Review

View File

@@ -64,6 +64,18 @@ Show Migration Details
.. rest_method:: GET /servers/{server_id}/migrations/{migration_id}
Show details for an in-progress live migration for a given server.
.. note:: Microversion 2.23 or greater is required for this API.
Policy defaults enable only users with the administrative role to perform
this operation. Cloud providers can change these permissions through the
``policy.json`` file.
Normal response codes: 200
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404)
Request
-------