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

    Type Alias GetObjectStorageClusterData

    type GetObjectStorageClusterData = {
        body?: never;
        path: { clusterId: string };
        query?: never;
        url: "object-storage/clusters/{clusterId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { clusterId: string }

    Type Declaration

    • clusterId: string

      Identifies a cluster where this bucket lives. For backward compatibility with Object Storage in this API.

      📘

      You can use the applicable regionId, for example us-west, in place of the clusterId, for example, us-west-1. Run List regions to see all regions.

    query?: never
    url: "object-storage/clusters/{clusterId}"