@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface SnapshotsRequestBuilderGetQueryParameters

    To retrieve the snapshots that have been created from a Droplet, send a GETrequest to /v2/droplets/$DROPLET_ID/snapshots.You will get back a JSON object that has a snapshots key. This will be setto an array of snapshot objects, each of which contain the standard Dropletsnapshot attributes.

    interface SnapshotsRequestBuilderGetQueryParameters {
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page