
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
39 lines
771 B
ReStructuredText
39 lines
771 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
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
|
|
|
|
|
|
|
|
|