Edit File: ignored-ip.yaml
blocked-port-ip add: help: Add IPs to a blocked port Only applicable if the FIREWALL.port_blocking_mode config option is set to ALLOW (allow access to all ports by default). return_type: NoItemsAgentResponse cli: users: - root type: dict schema: items: type: list schema: coerce: port_proto type: port_proto positional: true ips: type: list schema: type: ip coerce: ip check_with: - enforce64min_subnet_mask_for_ipv6 comment: type: string required: false blocked-port-ip edit: help: Edit comment on an item in the blocked ports Only applicable if the FIREWALL.port_blocking_mode config option is set to ALLOW (allow access to all ports by default). return_type: NoItemsAgentResponse cli: users: - root type: dict schema: items: type: list schema: coerce: port_proto type: port_proto positional: true ips: type: list schema: type: ip coerce: ip check_with: - enforce64min_subnet_mask_for_ipv6 comment: type: string required: false blocked-port-ip delete: help: Remove IPs from a blocked port Only applicable if the FIREWALL.port_blocking_mode config option is set to ALLOW (allow access to all ports by default). return_type: NoItemsAgentResponse cli: users: - root type: dict schema: items: type: list schema: coerce: port_proto type: port_proto positional: true ips: type: list schema: type: ip coerce: ip check_with: - enforce64min_subnet_mask_for_ipv6