List Docker Hosts
listDockerHostsList all Docker daemon hosts configured in Uptime Kuma, optionally with full credentials, to manage and reference them for container monitoring.
Instructions
Returns all docker daemon connections configured in Uptime Kuma. These are referenced by docker container monitors via docker_host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeSecrets | No | Return credentials in full instead of "***". Off by default: this output is persisted in conversation transcripts and logs. Can also be enabled globally with UPTIME_KUMA_INCLUDE_SECRETS=true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| dockerHosts | Yes | Array of docker host configurations. Any credentials embedded in a dockerDaemon URL read "***" unless includeSecrets is set. |