Skip to main content

Get object storage account details

GET 

/organizations/organization/object_storage/object_storage_cluster

Returns object storage account details

Scopes

  • object_storage:read

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Query Parameters

    organization[id] string

    The organization that owns the object storage account.

    All 'organization[]' params are mutually exclusive, only one can be provided.

    organization[sub_domain] string

    The organization that owns the object storage account.

    All 'organization[]' params are mutually exclusive, only one can be provided.

    object_storage_cluster[region] string

    The object storage cluster region.

Responses

Returns object storage account details

Schema

    object_storage_account

    object

    required

    region string
    created_at integer
    provisioning_state ObjectStorageAccountProvisioningStateEnum (string)

    Possible values: [provisioning, provisioned, failed]

    size integer

    The total storage used in bytes (updated periodically)

    bucket_count integer

    data_center

    object

    id string
    name string
    permalink string

    country

    object

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean
Loading...