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

    Type Alias PostResizeVolumeData

    type PostResizeVolumeData = {
        body: { size: number };
        path: { volumeId: number };
        query?: never;
        url: "volumes/{volumeId}/resize";
    }
    Index

    Properties

    Properties

    body: { size: number }

    The requested size to increase your Volume to.

    Type Declaration

    • size: number

      The volume's size, in gigabytes.

    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}/resize"