NAME
WebService::OPNsense::Kea::CtrlAgent - Kea control agent controller
VERSION
version 0.002
SYNOPSIS
my $ctrl_agent = $opn->kea_ctrl_agent;
my $config = $ctrl_agent->get;
$ctrl_agent->set_settings({ ... });
DESCRIPTION
Kea control agent configuration.
METHODS
get_settings
my $config = $ctrl_agent->get_settings;
Returns the full Kea control agent configuration.
set_settings
my $result = $ctrl_agent->set_settings($config_data);
Updates the Kea control agent configuration.
client
my $http_client = $ctrl_agent->client;
Returns the underlying HTTP client object used for API requests.
SEE ALSO
WebService::OPNsense::Role::Settings
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