API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/containers/{id}/firewall/rulesβ List container firewall rules - POST
/api/v1/containers/{id}/firewall/resetβ Reset container firewall - POST
/api/v1/containers/{id}/firewall/ingressβ Add Ingress Rule - PATCH
/api/v1/containers/{id}/firewall/ingressβ Toggle Ingress Rule State - DELETE
/api/v1/containers/{id}/firewall/ingressβ Remove Ingress Rule(s) - POST
/api/v1/containers/{id}/firewall/egressβ Add Egress Rule - PATCH
/api/v1/containers/{id}/firewall/egressβ Toggle Egress Rule State - DELETE
/api/v1/containers/{id}/firewall/egressβ Remove Egress Rule(s)
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help