NAME

WebService::OPNsense::Firewall::Category - Firewall category controller

VERSION

version 0.001

SYNOPSIS

my $category = $opn->firewall->category;

my $results = $category->search_item;
my $item    = $category->get_item($uuid);

DESCRIPTION

Manages firewall category items. Categories group firewall rules for organizational purposes.

NAME

WebService::OPNsense::Firewall::Category - Firewall category controller

METHODS

set_category

my $result = $category->set_category($category_data);

Sets global category settings.

download

my $data = $category->download;

Downloads all category configuration.

upload

my $result = $category->upload($upload_data);

Uploads category configuration.

get

my $categories = $category->get;

Returns all category configuration.

AUTHOR

Dean Hamstead <dean@fragfest.com.au>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2026 by Dean Hamstead.

This is free software, licensed under:

The MIT (X11) License