GET
/
storage
/
provisioning
/
v1
/
storage
/
{id}
/
s3
/
buckets
curl --request GET \
  --url https://api.gcore.com/storage/provisioning/v1/storage/{id}/s3/buckets \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "lifecycle": 123,
      "name": "<string>"
    }
  ],
  "meta": {
    "ToMeta": {}
  }
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

id
integer
required

Query Parameters

offset
integer

Amount of records to skip before beginning to write in response.

limit
integer

Max number of records in response

Response

200
application/json

StorageListBucketsEndpointRes

StorageListBucketsEndpointRes output