List Object Storage types

Returns Object Storage types and prices, including any region-specific rates.


CLI

linode-cli object-storage types

Learn more...

Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Responses

Response body
object
data
array of objects

The Object Storage types.

data
object
string

Read-only The ID representing the Object Storage type.

string

Filterable, Read-only The Object Storage type label is for display purposes only.

price
object

Read-only The default cost of this Object Storage type. Prices are in US dollars, broken down into hourly and monthly charges.

Certain regions have different prices from the default. For region-specific prices, see region_prices.

region_prices
array of objects
region_prices
object
number

Cost per hour for this region, in US dollars.

string

The Region ID for these prices.

number

Cost per month for this region, in US dollars.

integer
≥ 0

Filterable, Read-only The monthly outbound transfer amount, in MB.

integer

Read-only The current page.

integer

Read-only The total number of pages.

integer

Read-only The total number of results.

Language