summaryrefslogtreecommitdiff
path: root/api-ref/source/dns-api-v2-reverse-floatingips.inc
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/dns-api-v2-reverse-floatingips.inc')
-rw-r--r--api-ref/source/dns-api-v2-reverse-floatingips.inc57
1 files changed, 49 insertions, 8 deletions
diff --git a/api-ref/source/dns-api-v2-reverse-floatingips.inc b/api-ref/source/dns-api-v2-reverse-floatingips.inc
index 55dc18b5..ff41d5f7 100644
--- a/api-ref/source/dns-api-v2-reverse-floatingips.inc
+++ b/api-ref/source/dns-api-v2-reverse-floatingips.inc
@@ -13,9 +13,20 @@ Set FloatingIP's PTR record
Set a PTR record for the given FloatingIP. The domain if it does not exist
will be provisioned automatically.
-Normal response codes: 202
+.. rest_status_code:: success status.yaml
-Error response codes: 405,404,403,401,400,503
+ - 202
+
+
+.. rest_status_code:: error status.yaml
+
+ - 400
+ - 401
+ - 403
+ - 404
+ - 405
+ - 409
+ - 503
Request
@@ -69,9 +80,19 @@ Show FloatingIP's PTR record
Shows a particular FloatingIP PTR
-Normal response codes: 200
+.. rest_status_code:: success status.yaml
+
+ - 200
+
+
+.. rest_status_code:: error status.yaml
-Error response codes: 405,404,403,401,400,503
+ - 400
+ - 401
+ - 403
+ - 404
+ - 405
+ - 503
Request
@@ -115,9 +136,19 @@ List FloatingIP's PTR record
List FloatingIP PTR records
-Normal response codes: 200
+.. rest_status_code:: success status.yaml
-Error response codes: 405,404,403,401,400,503
+ - 200
+
+
+.. rest_status_code:: error status.yaml
+
+ - 400
+ - 401
+ - 403
+ - 404
+ - 405
+ - 503
Request
@@ -160,9 +191,19 @@ Unset FloatingIP's PTR record
Unset the PTR record for a FloatingIP
-Normal response codes: 202
+.. rest_status_code:: success status.yaml
+
+ - 202
+
+
+.. rest_status_code:: error status.yaml
-Error response codes: 405,404,403,401,400,503
+ - 400
+ - 401
+ - 403
+ - 404
+ - 405
+ - 503
Request