Create a new VPC firewall rule
name
: Rule nameaction
: “allow” or “deny”direction
: “ingress” or “egress”vpc_network_id
: Network IDsources
: Source specificationsdestinations
: Destination specificationsprotocols
: Protocol list (e.g., “tcp”, “udp”)source_ports
: Source port rangesdestination_ports
: Destination port rangesBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Project id
The response is of type object
.