Object Storage Orchestration API Reference
Table Of Contents
2.7. GET Service ostor-buckets
2.7.2.2 Parameters
Parameter Description Required
emailAddress User email address.
Type: string.
Default value: none.
No*
id User ID.
Type: string.
Default value: none.
No*
* Only one of the required parameters can be set in a single request.
If neither emailAddress nor id are set, the response is the list of all buckets, otherwise the response is the
bucket list of the user with the speciļ¬ed email or ID.
2.7.2.3 Headers
This implementation uses only common request headers.
2.7.3 Responses
2.7.3.1 Headers
This implementation uses only common response headers.
2.7.3.2 Body
A JSON dictionary with a bucket list in the following format:
{
"Buckets": [
{
"name": <name>,
"epoch": <epoch>,
"creation_date": <date>,
"owner_id": <id>,
"size":
23










