2016-05-04 02:00:53 +00:00
|
|
|
.. -*- 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.
|
|
|
|
|
2016-08-12 15:52:55 +01:00
|
|
|
Most of the information is "public" i.e. visible to all callers. However, some
|
|
|
|
configuration and capability items are reserved for the administrators of the
|
|
|
|
system. To access this data, the ``swiftinfo_sig`` and ``swiftinfo_expires``
|
|
|
|
query parameters must be added to the request.
|
|
|
|
|
2016-05-04 02:00:53 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|