> Module object

The following objects are directly related to the module API.

Module

The module object has the following properties.

PropertyTypeDescription
moduleidstringID of the module as stored in the database.

Property behavior:
- read-only
- required for update operations
idstringUnique module ID as defined by a developer in the manifest.json file of the module.

Possible values for built-in modules:
see property “type” description in Dashboard widget.

Property behavior:
- required for create operations
relative_pathstringPath to the directory of the module relative to the directory of the Zabbix frontend.

Possible values:
widgets/ - for built-in widget modules;
modules/
- for third-party modules.

Property behavior:
- required for create operations
statusintegerWhether the module is enabled or disabled.

Possible values:
0 - (default) Disabled;
1 - Enabled.
configobjectModule configuration.