get https://api.linode.com//object-storage/types
Returns Object Storage types and prices, including any region-specific rates.
CLI
linode-cli object-storage types
Responses
Returns Object Storage types and prices, including any region-specific rates.
CLI
linode-cli object-storage types
xxxxxxxxxx
curl --request GET \
--url https://api.linode.com/v4/object-storage/types \
--header 'accept: application/json'
xxxxxxxxxx
23{
"data": [
{
"id": "objectstorage",
"label": "Object Storage",
"price": {
"hourly": 0.0015,
"monthly": 0.1
},
"region_prices": [
{
"hourly": 0.00018,
"id": "us-east",
"monthly": 0.12
}
],
"transfer": 0
}
],
"page": 1,
"pages": 1,
"results": 1
}