From ff00644cbdf65a0bc51e535e157fd89549c07bda Mon Sep 17 00:00:00 2001 From: jichenjc Date: Sat, 23 Apr 2016 22:31:48 +0800 Subject: [PATCH] Complete Verification of os-virtual-interfaces verified the API doc for os-virtual-interfaces, Also, remove some common error code like 500, 503 etc Part of bp:api-ref-in-rst Change-Id: Iaaae9932d27d8fe7db529d101536bcd3dacb33cb --- api-ref/source/os-virtual-interfaces.inc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/api-ref/source/os-virtual-interfaces.inc b/api-ref/source/os-virtual-interfaces.inc index a7b89aa5c7bf..3c8130f23e80 100644 --- a/api-ref/source/os-virtual-interfaces.inc +++ b/api-ref/source/os-virtual-interfaces.inc @@ -1,5 +1,4 @@ .. -*- rst -*- -.. needs:method_verification .. needs:parameter_verification .. needs:example_verification .. needs:body_verification @@ -19,14 +18,9 @@ Lists the virtual interfaces for an instance. Policy defaults enable only users with the administrative role or the owner of the server to perform this operation. Change these permissions through the ``policy.json`` file. -The API v2 returns the network ID in the ``OS-EXT-VIF-NET:net_id`` response attribute. - -The API v2.1 base version does not return the network ID. - Normal response codes: 200 -Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400), -unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404) +Error response codes: badRequest(400), unauthorized(401), forbidden(403), itemNotFound(404) Request -------