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

    Type Alias PostSnapshotData

    type PostSnapshotData = {
        body: { label: string };
        path: { linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/backups";
    }
    Index

    Properties

    Properties

    body: { label: string }

    Type Declaration

    • label: string

      The label for the new snapshot.

    path: { linodeId: number }

    Type Declaration

    • linodeId: number

      The ID of the Linode the backups belong to.

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