Skip to main content

Firewalls

Firewalls control inbound and outbound traffic for virtual machines using configurable rules. These endpoints let you create, list, retrieve, and delete firewalls, and manage the rules attached to them.

Core


POST

Create firewall

Creates a firewall within a specified environment. Provide the firewall name, environment ID, and an optional description.

GET

List firewalls

Retrieves a list of existing firewalls, including their rules and the VMs they are attached to.

GET

Retrieve firewall details

Retrieves details for a specific firewall, including its rules and the VMs it is attached to.

DEL

Delete firewall

Deletes a firewall by ID.

Rules


GET

List firewall rule protocols

Returns a list of all available protocols that can be used when creating firewall rules.

POST

Add firewall rule to firewall

Creates a firewall rule and adds it to an existing firewall.

DEL

Delete firewall rules from firewall

Removes a firewall rule from a firewall by firewall ID and rule ID.

On this page