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

    Interface FirewallsRequestBuilderGetQueryParameters

    To retrieve a list of all firewalls available to a Droplet, send a GET requestto /v2/droplets/$DROPLET_ID/firewallsThe response will be a JSON object that has a key called firewalls. This willbe set to an array of firewall objects, each of which contain the standardfirewall attributes.

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

    Properties

    Properties

    page?: number

    Which 'page' of paginated results to return.

    perPage?: number

    Number of items returned per page