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

    Type Alias GetObjectStorageClusterResponses

    type GetObjectStorageClusterResponses = {
        "200": {
            domain: string;
            id: string;
            region: string;
            static_site_domain: string;
            status: "available" | "unavailable";
        };
    }
    Index

    Properties

    Properties

    "200": {
        domain: string;
        id: string;
        region: string;
        static_site_domain: string;
        status: "available" | "unavailable";
    }

    An Object Storage Cluster.

    Type Declaration

    • domain: string

      The base URL for this cluster, used for connecting with third-party clients.

    • id: string

      The unique ID for this cluster.

    • region: string

      The region where this cluster is located.

    • static_site_domain: string

      The base URL for this cluster used when hosting static sites.

    • status: "available" | "unavailable"

      This cluster's status.