Create firewall
POST/core/firewalls
Creates a firewall to which firewall rules can be added. A firewall containing rules can be attached to one or more virtual machines to control inbound and outbound traffic. In the request body, include the firewall name, the ID of the environment it belongs to, and an optional description. Retrieve the ID of an environment by calling the list environments endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
Success
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Internal Server Error
Was this page helpful?