Get Object Storage quota usage dataAsk AIget https://api.linode.com/{apiVersion}/object-storage/quotas/{objQuotaId}/usageReturns usage data for a specific objQuotaId. This includes the maximum number of objQuotaId resources you can have for a single endpoint and the current usage for that resource. CLIOAuth scopeslinode-cli object-storage quota-usage-view obj-objects-us-ord-1 <https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>object_storage:read_only <https://techdocs.akamai.com/linode-api/reference/get-started#oauth>Path ParamsapiVersionstringenumrequiredEnum Call either the v4 URL, or v4beta for operations still in Beta.v4v4betaAllowed:v4v4betaobjQuotaIdstringrequiredThe unique string that identifies the specific Object Storage-related quota to look up. This follows the pattern, obj-<quota_type>-<s3_endpoint>, for example, obj-buckets-eu-central-1.linodeobjects.com.Responses 200Usage data for the specified objQuotaId. defaultSee Errors for the range of possible error response codes.Updated about 1 month ago