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

    Type Alias GetObjectStorageQuotaUsageData

    type GetObjectStorageQuotaUsageData = {
        body?: never;
        path: { objQuotaId: string };
        query?: never;
        url: "object-storage/quotas/{objQuotaId}/usage";
    }
    Index

    Properties

    Properties

    body?: never
    path: { objQuotaId: string }

    Type Declaration

    • objQuotaId: string

      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.

    query?: never
    url: "object-storage/quotas/{objQuotaId}/usage"