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

    Type Alias PostReplicateImageData

    type PostReplicateImageData = {
        body: { regions?: string[] };
        path: { imageId: string };
        query?: never;
        url: "images/{imageId}/regions";
    }
    Index

    Properties

    Properties

    body: { regions?: string[] }

    List of regions where the image should be replicated to.

    Type Declaration

    • Optionalregions?: string[]

      The unique identifier for each compute region. See Regions and images for full details on support for regions.

    path: { imageId: string }

    Type Declaration

    • imageId: string

      The unique identifier assigned to the image after creation.

    query?: never
    url: "images/{imageId}/regions"