Get an Object Storage quota

Returns information about a specific Object Storage-related quota on your account. The operation includes any quota overrides in the response.

linode-cli object-storage quota-view obj-objects-us-ord-1 Learn more...
object_storage:read_only Learn more...
Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
string
required

The 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

Response body
object
string

A description for the Object Storage-related quota.

string
enum

The type of s3_endpoint. See Endpoint types for more information.

E0 E1 E2 E3

boolean

Indicates whether usage metrics are collected for this quota. If true, you can use the Get Object Storage quota usage operation to see the current usage for this quota.

string

Identifies the Object Storage-related quota. Formatted as <quota_type>-<s3_endpoint>.

integer

The maximum quantity of the resource_metric allowed by the quota.

string
enum

Filterable The human-readable name of the Object Storage-related quota.

Number of Objects Number of Buckets Total Capacity Ingress Throughput (per endpoint) Egress Throughput (per endpoint) Ingress Throughput (per IP) Egress Throughput (per IP)

string
enum

Identifies the type of Object Storage quota. Values include:

  • obj-buckets: Current number of buckets per account, per endpoint
  • obj-objects: Current number of objects per account, per endpoint
  • obj-bytes: Current total capacity per account, per endpoint
  • obj-total-ingress-throughput: Current total ingress bandwidth per account, per endpoint
  • obj-total-egress-throughput: Current total egress bandwidth per account, per endpoint
  • obj-per-ip-ingress-throughput: Current ingress bandwidth per account, per destination IP address
  • obj-per-ip-egress-throughput: Current egress bandwidth per account, per destination IP address

obj-buckets obj-objects obj-bytes obj-total-ingress-throughput obj-total-egress-throughput obj-per-ip-ingress-throughput obj-per-ip-egress-throughput

string
enum

The specific Object Storage-based resource for the quota. A quota maximum may apply as follows:

  • The Object Storage bucket quota for a single s3_endpoint

  • The object quota for a single s3_endpoint

  • The byte count quota for content in a single s3_endpoint

bucket object byte byte_per_second

string

Filterable The URL for the s3 endpoint where the quota applies. Every s3_endpoint exists in a specific Akamai Cloud Computing data center (region). Run the List Object Storage endpoints operation to see more specifics on this s3_endpoint.

Language
Credentials