@akamai/openapi-ts
    Preparing search index...

    Type Alias GetObjectStorageQuotaResponses

    type GetObjectStorageQuotaResponses = {
        "200": {
            description: string;
            endpoint_type: "E0" | "E1" | "E2" | "E3";
            quota_id: string;
            quota_limit: number;
            quota_name: "Number of Objects" | "Number of Buckets" | "Total Capacity";
            resource_metric: "bucket" | "object" | "byte";
            s3_endpoint: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        description: string;
        endpoint_type: "E0" | "E1" | "E2" | "E3";
        quota_id: string;
        quota_limit: number;
        quota_name: "Number of Objects" | "Number of Buckets" | "Total Capacity";
        resource_metric: "bucket" | "object" | "byte";
        s3_endpoint: string;
    }

    The current Object Storage-related quotas on your account.

    Type Declaration

    • description: string

      A description for the Object Storage-related quota.

    • endpoint_type: "E0" | "E1" | "E2" | "E3"

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

    • quota_id: string

      Identifies the Object Storage-related quota. Formatted as obj-<quota_type>-<s3_endpoint>, where <quota_type> is the resource_metric in use: buckets, objects or bytes.

    • quota_limit: number

      The maximum quantity of the resource_metric allowed by the quota.

    • quota_name: "Number of Objects" | "Number of Buckets" | "Total Capacity"

      Filterable The name of the Object Storage-related quota. This is how the quota displays in Akamai Cloud Manager. This can be Number of Buckets, Number of Objects, or Total Capacity.

    • resource_metric: "bucket" | "object" | "byte"

      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

    • s3_endpoint: 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.