List default Oracle Cloud Storage container objects.

get

/bdcsce/api/v1.1/clustermgmt/{identityDomainId}/instances/{clusterId}/objectstore/default/files

Request

Path Parameters
Security
Back to Top

Response

200 Response

Body ()
Root Schema : PageableObjectStoreReferences
Type: object
Show Source
Nested Schema : SwiftObjectStoreContainerStatus
Type: object
Show Source
Nested Schema : hasMore
Type: object
Are there more items to fetch
Nested Schema : items
Type: array
Show Source
Nested Schema : limit
Type: object
For an integer value n, limits the number of results to n.
Nested Schema : offset
Type: object
The page number. Normally used if you are not specifying a marker or endMarker.
Nested Schema : availableQuotaBytes
Type: object
Available quota in bytes.
Nested Schema : quotaBytes
Type: object
Available bytes quota as described by the Object Store.
Nested Schema : SwiftObjectStoreFileHeader
Type: object
Show Source

400 Response

List of errors related to the request.
Body ()
Root Schema : schema
Type: array
Show Source

404 Response

The Oracle Cloud Storage was not found.

500 Response

An internal error occurred.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : o:errorDetails
Type: array
Read Only: true
error details
Show Source
Back to Top