From c0774e6776243cabf23fdb54132f1f6a638a7be2 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 14 Nov 2016 17:40:20 -0500 Subject: [PATCH] api-ref: body verification for show server migration Completes the body verification for showing details of a specific in-progress live migration for a given server. Part of blueprint api-ref-in-rst-ocata Change-Id: I5175fc8814cc5c62739273e02e52b81aa6b39b0b --- api-ref/source/server-migrations.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api-ref/source/server-migrations.inc b/api-ref/source/server-migrations.inc index 61952b4da2..d958f744b7 100644 --- a/api-ref/source/server-migrations.inc +++ b/api-ref/source/server-migrations.inc @@ -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 -------