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

    Type Alias GetTransferResponses

    type GetTransferResponses = {
        "200": {
            billable: number;
            quota: number;
            region_transfers: {
                billable: number;
                id: string;
                quota: number;
                used: number;
            }[];
            used: number;
        };
    }
    Index

    Properties

    Properties

    "200": {
        billable: number;
        quota: number;
        region_transfers: {
            billable: number;
            id: string;
            quota: number;
            used: number;
        }[];
        used: number;
    }

    An object representing your network utilization for the current month, in Gigabytes.

    Certain Regions have separate utilization quotas and rates. For Region-specific network utilization data, see region_transfers.

    Type Declaration

    • Readonlybillable: number

      Read-only The amount of your transfer pool that is billable this billing cycle.

    • Readonlyquota: number

      Read-only The amount of network usage allowed this billing cycle.

    • region_transfers: { billable: number; id: string; quota: number; used: number }[]
    • Readonlyused: number

      Read-only The amount of network usage you have used this billing cycle.