PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
im360
/
simple_rpc
/
schema
/
lists
/
port
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_discard_host_bits 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_discard_host_bits 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_discard_host_bits check_with: - enforce64min_subnet_mask_for_ipv6
[-] port.pickle
[edit]
[-] port.yaml
[edit]
[-] ignored-ip.yaml
[edit]
[-] ignored-ip.pickle
[edit]
[+]
..