Fix sample file path for fixed, floating ips API
This fix sample file path and some satatus code for -fixed ips -floating ips Part of bp:api-ref-in-rst Change-Id: I33341d67e678f70b1a4feb9b39a14f5ac81e8c65
This commit is contained in:
@@ -32,7 +32,7 @@ Response
|
||||
|
||||
**Example Show Fixed Ip Details: JSON response**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/os-fixed-ips/fixedip-show-resp.json
|
||||
.. literalinclude:: ../../doc/api_samples/os-fixed-ips/fixedips-get-resp.json
|
||||
:language: javascript
|
||||
|
||||
Reserve Or Release A Fixed Ip
|
||||
@@ -59,7 +59,7 @@ Request
|
||||
|
||||
**Example Reserve Or Release A Fixed Ip: JSON request**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/os-fixed-ips/fixedip-create-req.json
|
||||
.. literalinclude:: ../../doc/api_samples/os-fixed-ips/fixedip-post-req.json
|
||||
:language: javascript
|
||||
|
||||
Response
|
||||
|
||||
@@ -31,7 +31,7 @@ Response
|
||||
|
||||
**Example List Dns Domains: JSON response**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ip-dns/floating-ip-dns-domains-list-resp.json
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ip-dns/floating-ip-dns-list-resp.json
|
||||
:language: javascript
|
||||
|
||||
Create Or Update Dns Domain
|
||||
@@ -74,7 +74,7 @@ Delete Dns Domain
|
||||
|
||||
Deletes a DNS domain and all associated host entries.
|
||||
|
||||
Normal response codes: 200
|
||||
Normal response codes: 202
|
||||
|
||||
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
|
||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
||||
@@ -150,7 +150,7 @@ Response
|
||||
|
||||
**Example Find Unique Dns Entry: JSON response**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ip-dns/floating-ip-dns-entry-show-resp.json
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ip-dns/floating-ip-dns-entry-get-resp.json
|
||||
:language: javascript
|
||||
|
||||
Delete Dns Entry
|
||||
@@ -160,7 +160,7 @@ Delete Dns Entry
|
||||
|
||||
Deletes a DNS entry.
|
||||
|
||||
Normal response codes: 200
|
||||
Normal response codes: 202
|
||||
|
||||
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
|
||||
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
||||
@@ -203,6 +203,6 @@ Response
|
||||
|
||||
**Example List Dns Entries: JSON response**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ip-dns/floating-ip-dns-entry-by-ip-show-resp.json
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ip-dns/floating-ip-dns-entry-list-resp.json
|
||||
:language: javascript
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ Request
|
||||
|
||||
**Example Create (Allocate) Floating Ip Address: JSON request**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ips/floating-ip-create-req.json
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ips/floating-ips-create-req.json
|
||||
:language: javascript
|
||||
|
||||
Response
|
||||
@@ -90,7 +90,7 @@ Response
|
||||
|
||||
**Example Create (Allocate) Floating Ip Address: JSON response**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ips/floating-ip-create-resp.json
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ips/floating-ips-create-resp.json
|
||||
:language: javascript
|
||||
|
||||
Show Floating Ip Address Details
|
||||
@@ -120,7 +120,7 @@ Response
|
||||
|
||||
**Example Show Floating Ip Address Details: JSON response**
|
||||
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ips/floating-ip-show-resp.json
|
||||
.. literalinclude:: ../../doc/api_samples/os-floating-ips/floating-ips-get-resp.json
|
||||
:language: javascript
|
||||
|
||||
Delete (Deallocate) Floating Ip Address
|
||||
|
||||
Reference in New Issue
Block a user