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

    Type Alias PostCloneVolumeData

    type PostCloneVolumeData = {
        body: { label: string };
        path: { volumeId: number };
        query?: never;
        url: "volumes/{volumeId}/clone";
    }
    Index

    Properties

    Properties

    body: { label: string }

    Type Declaration

    • label: string

      The name of the new volume after the clone. A label can be up to 32 characters long and contain alphanumeric characters, hyphens, and underscores. This value is also used in the volume's filesystem_path.

    path: { volumeId: number }

    Type Declaration

    • volumeId: number

      The unique identifier for the target volume. Run the List volumes operation and store the id for the target volume as your volumeId.

    query?: never
    url: "volumes/{volumeId}/clone"