4b13879680
This brings in RST plus YAML files, migrated from the source for [0]. The migration explanation is found on the openstack-dev mailing list [1]. Project instruction is in the OpenStack Documentation Contributor Guide [2]. A patch for publishing this source is in [3]. The conf.py and the tox environment are standard across other projects. [0]http://developer.openstack.org/api-ref-objectstorage-v1.html [1]http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html [2]http://docs.openstack.org/contributor-guide/api-guides.html [3]https://review.openstack.org/#/c/313015/ Change-Id: Ifebc65b188c4f2ba35b61c0deae5ec24401df7f9
38 lines
780 B
ReStructuredText
38 lines
780 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
=========
|
|
Endpoints
|
|
=========
|
|
|
|
If configured, lists endpoints for an account.
|
|
|
|
|
|
List endpoints
|
|
==============
|
|
|
|
.. rest_method:: GET /v1/endpoints
|
|
|
|
Lists endpoints for an object, account, or container.
|
|
|
|
When the cloud provider enables middleware to list the
|
|
``/endpoints/`` path, software that needs data location information
|
|
can use this call to avoid network overhead. The cloud provider can
|
|
map the ``/endpoints/`` path to another resource, so this exact
|
|
resource might vary from provider to provider. Because it goes
|
|
straight to the middleware, the call is not authenticated, so be
|
|
sure you have tightly secured the environment and network when
|
|
using this call.
|
|
|
|
Error response codes:201,
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
This operation does not accept a request body.
|
|
|
|
|
|
|
|
|
|
|