Complete method verification of os-fixed-ips

Verified the API document for os-fixed-ips with source for methods
available and response codes.

Part of bp:api-ref-in-rst

Change-Id: I60096911a7895d989e056958e175477987cc72f8
This commit is contained in:
Ronald Bradford 2016-05-06 12:29:48 -04:00
parent 5f394ade4e
commit 04fb00d539
1 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,4 @@
.. -*- rst -*-
.. needs:method_verification
.. needs:parameter_verification
.. needs:example_verification
.. needs:body_verification
@ -9,7 +8,7 @@
==========================
Shows data for a fixed IP, such as host name, CIDR, and address. Also,
reserves and frees a fixed IP address.
reserves and releases a fixed IP address.
Show Fixed Ip Details
=====================
@ -20,8 +19,7 @@ Shows details for a fixed IP address.
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
-------
@ -50,8 +48,7 @@ To reserve a fixed IP address, specify ``reserve`` in the request body. To relea
Normal response codes: 202
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
-------