get
https://api.linode.com//object-storage/types
Returns Object Storage types and prices, including any region-specific rates.
CLI
linode-cli object-storage typesReturns Object Storage types and prices, including any region-specific rates.
CLI
linode-cli object-storage typesxxxxxxxxxxcurl --request GET \--url https://api.linode.com/v4/object-storage/types \--header 'accept: application/json'
xxxxxxxxxx49{"data": [{"id": "objectstorage","label": "Object Storage","price": {"hourly": 0.0075,"monthly": 5},"region_prices": [{"hourly": 0.0075,"id": "id-cgk","monthly": 5},{"hourly": 0.0075,"id": "br-gru","monthly": 5}],"transfer": 1000},{"id": "objectstorage-overage","label": "Object Storage Overage","price": {"hourly": 0.02,"monthly": null},"region_prices": [{"hourly": 0.024,"id": "id-cgk","monthly": null},{"hourly": 0.028,"id": "br-gru","monthly": null}],"transfer": 0}],"page": 1,"pages": 1,"results": 2}