NAME
Zabbix7::API::Proxy -- Zabbix proxy objects
SYNOPSIS
use Zabbix7::API::Proxy;
# fetch a proxy by name
my $proxy = $zabbix->fetch_single('Proxy', params => { filter => { host => "My Proxy" } });
DESCRIPTION
Handles CRUD for Zabbix proxy objects.
This is a subclass of Zabbix7::API::CRUDE
; see there for inherited methods.
SEE ALSO
AUTHOR
SCOTTH
COPYRIGHT AND LICENSE
Copyright (C) 2011, 2012, 2013, 2014 SFR Copyright (C) 2020 Fabrice Gabolde Copyright (C) 2025 ScottH
This library is free software; you can redistribute it and/or modify it under the terms of the GPLv3.