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.
OptionalrequestConfiguration: RequestConfiguration<FirewallsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
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.
OptionalrequestConfiguration: RequestConfiguration<FirewallsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/droplets/{droplet_id}/firewalls