Entity Types
AutoKuma supports all monitor types available in Uptime Kuma, plus a few additional entity types for managing notifications, tags, and Docker hosts.
AutoKuma-Specific Properties
The following properties are handled internally by AutoKuma and are not sent to Uptime Kuma:
| Property |
Example |
Description |
parent_name |
apps |
AutoKuma ID of the parent group |
notification_name_list |
["matrix", "discord"] |
AutoKuma IDs of notification providers to enable |
tag_names |
[{"name": "mytag", "value": "A value"}] |
Tags to attach to the monitor |
docker_host_name |
local_socket |
AutoKuma ID of the Docker host for a docker monitor |
create_paused |
false |
If true, new monitors are added in a paused state (existing monitors are not affected) |
docker_host
| Property |
Example |
connection_type |
socket or tcp |
host or path |
/var/run/docker.sock |
notification
| Property |
Example |
Notes |
active |
true |
|
is_default |
true |
Only used by the WebUI; AutoKuma does not respect this setting |
config |
{"type": "matrix", ...} |
Provider-specific settings. Use kuma notification get to inspect options for your provider. |
Monitor Types