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

    Type Alias PostResetLinodePasswordData

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

    Properties

    Properties

    body?: { root_pass: string }

    This Linode's new root password.

    Type Declaration

    • root_pass: string

      The root user's password on this Linode. Linode passwords must meet a password strength score requirement that is calculated internally by the API. If the strength requirement is not met, you will receive a Password does not meet strength requirement error.

    path: { linodeId: number }

    Type Declaration

    • linodeId: number

      ID of the Linode for which to reset its root password.

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