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

    Interface ActionsRequestBuilderGetQueryParameters

    To retrieve a list of all actions that have been executed for a Droplet, senda GET request to /v2/droplets/$DROPLET_ID/actions.The results will be returned as a JSON object with an actions key. This willbe set to an array filled with action objects containing the standardaction attributes.

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

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page