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
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
.. -*- rst -*-
|
.. -*- rst -*-
|
||||||
.. needs:method_verification
|
|
||||||
.. needs:parameter_verification
|
.. needs:parameter_verification
|
||||||
.. needs:example_verification
|
.. needs:example_verification
|
||||||
.. needs:body_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.
|
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
|
Normal response codes: 200
|
||||||
|
|
||||||
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
|
Error response codes: badRequest(400), unauthorized(401), forbidden(403), itemNotFound(404)
|
||||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
|
||||||
|
|
||||||
Request
|
Request
|
||||||
-------
|
-------
|
||||||
|
Reference in New Issue
Block a user