NAME

Zabbix7::API::Map -- Zabbix map objects

SYNOPSIS

# TODO write the rest once there is something useful to do with map
# objects

DESCRIPTION

Handles CRUD for Zabbix map objects.

This is a subclass of Zabbix7::API::CRUDE; see there for inherited methods.

Zabbix::API::Map used to do useful things with a hosts attribute, but this is no longer the case. Please send patches.

EXPORTS

The various integers representing map element types are implemented as constants:

MAP_ELEMENT_TYPE_HOST
MAP_ELEMENT_TYPE_MAP
MAP_ELEMENT_TYPE_TRIGGER
MAP_ELEMENT_TYPE_HOSTGROUP
MAP_ELEMENT_TYPE_IMAGE

Nothing is exported by default; you can use the tag :map_element_types (or import by name).

SEE ALSO

Zabbix7::API::CRUDE.

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.