BucketListResponse
buckets object[]
Buckets visible to the calling environment.
Array [
created_atstring<date-time>
ISO 8601 UTC timestamp marking when the resource was created.
endpointEndpoint
Bucket endpoint URL. Use this with the S3 protocol.
nameName
Resource name.
num_objectsNum Objects
Number of objects
regionRegionsEnum
Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).
Example:
CANADA-1size_bytesSize Bytes
Accumulated size in bytes
size_bytes_actualSize Bytes Actual
Size utilized in bytes
]
failed_regionsstring[]
Regions whose object-storage tier could not be reached during this list call.
BucketListResponse
{
"buckets": [
{
"created_at": "2024-07-29T15:51:28.071Z",
"endpoint": "string",
"name": "string",
"num_objects": 0,
"region": "CANADA-1",
"size_bytes": 0,
"size_bytes_actual": 0
}
],
"failed_regions": [
"string"
]
}
Was this page helpful?