[comment]: # aside: 1

[comment]: # ({beb7e5e0-af3de79b})
# Объект module

Следующие объекты напрямую связаны с API `module`.

[comment]: # ({/beb7e5e0-af3de79b})

[comment]: # ({9cefdfa6-4b252ad6})
### Модуль

Объект module имеет следующие свойства.

|Property|[Type](/manual/api/reference_commentary#data-types)|Description|
|--|-|-------|
|moduleid|ID|ID модуля, как он хранится в базе данных.<br><br>[Property behavior](/manual/api/reference_commentary#property-behavior):<br>- *read-only*<br>- *required* for update operations|
|id|string|Уникальный ID модуля, определенный разработчиком в файле [manifest.json](/manual/extensions/frontendmodules#reference) модуля.<br><br>Possible values for built-in modules:<br>see property "type" description in [Dashboard widget](/manual/api/reference/dashboard/object#dashboard-widget).<br><br>[Property behavior](/manual/api/reference_commentary#property-behavior):<br>- *required* for create operations|
|relative_path|string|Путь к каталогу модуля относительно каталога веб-интерфейса Zabbix.<br><br>Possible values:<br>`widgets/*` - для встроенных модулей виджетов;<br>`modules/*` - для сторонних модулей.<br><br>[Property behavior](/manual/api/reference_commentary#property-behavior):<br>- *required* for create operations|
|status|integer|Включен модуль или отключен.<br><br>Possible values:<br>0 - *(default)* Disabled;<br>1 - Enabled.|
|config|object|[Конфигурация модуля](/manual/extensions/frontendmodules#reference).|

[comment]: # ({/9cefdfa6-4b252ad6})
