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.
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 calledfirewalls. This willbe set to an array offirewallobjects, each of which contain the standardfirewallattributes.