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

    Type Alias PostResetDiskPasswordData

    type PostResetDiskPasswordData = {
        body: { password: string };
        path: { diskId: number; linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/disks/{diskId}/password";
    }
    Index

    Properties

    Properties

    body: { password: string }

    The new password.

    Type Declaration

    • password: string

      The new root password for the OS installed on this Disk. The password must meet the complexity strength validation requirements for a strong password.

    path: { diskId: number; linodeId: number }

    Type Declaration

    • diskId: number

      ID of the Disk to look up.

    • linodeId: number

      ID of the Linode to look up.

    query?: never
    url: "linode/instances/{linodeId}/disks/{diskId}/password"