diff --git a/api-ref/src/docbkx/ch_objectstorage-v1.xml b/api-ref/src/docbkx/ch_objectstorage-v1.xml index 4c32262ab..469e0e61e 100644 --- a/api-ref/src/docbkx/ch_objectstorage-v1.xml +++ b/api-ref/src/docbkx/ch_objectstorage-v1.xml @@ -61,6 +61,27 @@ Accept-Ranges: bytes xlink:href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14">Header Field Definitions. + + The API returns the Range Not Satisfiable (416) response + code for any ranged &GET; requests that specify more than: + + + + + Fifty ranges. + + + + + Three overlapping ranges. + + + + + Eight non-increasing ranges. + + +
Discoverability diff --git a/api-ref/src/wadls/object-api/src/common.ent b/api-ref/src/wadls/object-api/src/common.ent index 8bfeef90a..6bb209b93 100644 --- a/api-ref/src/wadls/object-api/src/common.ent +++ b/api-ref/src/wadls/object-api/src/common.ent @@ -7,62 +7,72 @@ element="csapi:computeFault"/> '> - + '> - + '> - + '> - + '> - + '> - - - - '> - - - - '> - - - - '> - - - - '> - - - - '> + + + +'> + + + +'> + + + +'> + + + +'> + + + +'> - Instead of using the format query - parameter, set this header to - application/json, - application/xml, or - text/xml. + + Instead of using the format query parameter, set this + header to application/json, + application/xml, or text/xml. + '> If the container does not exist, the call returns the Not Found (404) response code. + + The operation returns the Range Not Satisfiable (416) response + code for any ranged &GET; requests that specify more than: + + + + + Fifty ranges. + + + + + Three overlapping ranges. + + + + + Eight non-increasing ranges. + + + @@ -541,7 +562,9 @@ Date: Fri, 17 Jan 2014 16:09:56 GMT &container-meta-temp-url-key-requestHeader; &container-meta-temp-url-key-2-requestHeader; - &fault404; + &fault404; + + <h1>Not Found</h1><p>The resource could not be found.</p></html> + + The operation returns the Range Not Satisfiable (416) response + code for any ranged &GET; requests that specify more than: + + + + + Fifty ranges. + + + + + Three overlapping ranges. + + + + + Eight non-increasing ranges. + + + @@ -918,7 +962,9 @@ Date: Thu, 16 Jan 2014 18:55:00 GMT &static-large-object-responseHeader; &trans-id-responseHeader; &Date-ResponseHeader; - &fault404; + &fault404; + + - If the request succeeds, the operation returns the - 200 response code. + + If the request succeeds, the operation returns the + 200 response code. +