Skip to main content

quota_usage

Creates, updates, deletes, gets or lists a quota_usage resource.

Overview

Namequota_usage
TypeResource
Idlinode.object_storage.quota_usage

Fields

The following fields are returned by SELECT queries:

Usage data for the specified object-storage-quotaId.

NameDatatypeDescription
quota_limitintegerThe availability limit for a specific Object Storage resource (object-storage-quotaId) for a single endpoint.
usageintegerThe quantity of the Object Storage resource currently in use on an endpoint. Displayed as null if no resources are in use.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_object_storage_quota_usageselectReturns usage data for a specific object-storage-quotaId. This includes the maximum number of object-storage-quotaId resources you can have for a single endpoint and the current usage for that resource.

Learn more...

Learn more...

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Returns usage data for a specific object-storage-quotaId. This includes the maximum number of object-storage-quotaId resources you can have for a single endpoint and the current usage for that resource.

Learn more...

Learn more...

SELECT
quota_limit,
usage
FROM linode.object_storage.quota_usage;