quota_usage
Creates, updates, deletes, gets or lists a quota_usage
resource.
Overview
Name | quota_usage |
Type | Resource |
Id | linode.object_storage.quota_usage |
Fields
The following fields are returned by SELECT
queries:
- get_object_storage_quota_usage
Usage data for the specified object-storage-quotaId
.
Name | Datatype | Description |
---|---|---|
quota_limit | integer | The availability limit for a specific Object Storage resource (object-storage-quotaId ) for a single endpoint. |
usage | integer | The 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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_object_storage_quota_usage | select | 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... |
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.
Name | Datatype | Description |
---|
SELECT
examples
- get_object_storage_quota_usage
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;