The droplets property
The rules property
The tags property
To delete a firewall send a DELETE request to /v2/firewalls/$FIREWALL_ID.No response body will be sent back, but the response code will indicatesuccess. Specifically, the response code will be a 204, which means that theaction was successful with no returned body data.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing firewall, send a GET request to /v2/firewalls/$FIREWALL_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update the configuration of an existing firewall, send a PUT request to/v2/firewalls/$FIREWALL_ID. The request should contain a full representationof the firewall including existing attributes. Note that any attributes thatare not provided will be reset to their default values.
You must have read access (e.g. droplet:read) to all resources attachedto the firewall to successfully update the firewall.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a firewall send a DELETE request to /v2/firewalls/$FIREWALL_ID.No response body will be sent back, but the response code will indicatesuccess. Specifically, the response code will be a 204, which means that theaction was successful with no returned body data.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing firewall, send a GET request to /v2/firewalls/$FIREWALL_ID.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To update the configuration of an existing firewall, send a PUT request to/v2/firewalls/$FIREWALL_ID. The request should contain a full representationof the firewall including existing attributes. Note that any attributes thatare not provided will be reset to their default values.
You must have read access (e.g. droplet:read) to all resources attachedto the firewall to successfully update the firewall.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/firewalls/{firewall_id}