List Docker Hosts
listDockerHostsList all Docker daemon connections configured in Uptime Kuma, used by container monitors. Optionally include credentials with includeSecrets.
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. |