
Contains .inc files which have all the contents of the .rst files but are grouped together for easier editing. Contains parameters.yaml, which has all parameters in one file. Contains request and response samples (JSON and XML) that are pointed to from the .inc files. Change-Id: I42d5451300f95774a3ec4df66bc95cb36795844d
42 lines
653 B
ReStructuredText
42 lines
653 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
===============
|
|
Discoverability
|
|
===============
|
|
|
|
If configured, lists the activated capabilities for this version of
|
|
the OpenStack Object Storage API.
|
|
|
|
|
|
List activated capabilities
|
|
===========================
|
|
|
|
.. rest_method:: GET /info
|
|
|
|
Lists the activated capabilities for this version of the OpenStack Object Storage API.
|
|
|
|
|
|
Normal response codes: 200
|
|
Error response codes:
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- swiftinfo_sig: swiftinfo_sig
|
|
- swiftinfo_expires: swiftinfo_expires
|
|
|
|
|
|
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: samples/capabilities-list-response.json
|
|
:language: javascript
|
|
|
|
|
|
|