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

    Interface ActionsRequestBuilderPostQueryParameters

    Some actions can be performed in bulk on tagged Droplets. The actions can beinitiated by sending a POST to /v2/droplets/actions?tag_name=$TAG_NAME withthe action arguments.Only a sub-set of action types are supported:- power_cycle- power_on- power_off- shutdown- enable_ipv6- enable_backups- disable_backups- snapshot (also requires image:create permission)

    interface ActionsRequestBuilderPostQueryParameters {
        tagName?: string;
    }
    Index

    Properties

    Properties

    tagName?: string

    Used to filter Droplets by a specific tag. Can not be combined with name or type.
    Requires tag:read scope.