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

    Type Alias GetObjectStorageClustersResponses

    type GetObjectStorageClustersResponses = {
        "200": {
            data: {
                domain: string;
                id: string;
                region: string;
                static_site_domain: string;
                status: "available" | "unavailable";
            }[];
            page: number;
            pages: number;
            results: number;
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            domain: string;
            id: string;
            region: string;
            static_site_domain: string;
            status: "available" | "unavailable";
        }[];
        page: number;
        pages: number;
        results: number;
    }

    A paginated list of available clusters.

    Type Declaration

    • data: {
          domain: string;
          id: string;
          region: string;
          static_site_domain: string;
          status: "available" | "unavailable";
      }[]
    • Readonlypage: number

      Read-only The current page.

    • Readonlypages: number

      Read-only The total number of pages.

    • Readonlyresults: number

      Read-only The total number of results.