get_docker_ps_all
Retrieve Docker container status from a remote Linux host by executing 'docker ps -a' over SSH, listing all containers including stopped ones.
Instructions
Collects docker ps --all output from a remote Linux host via SSH
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| user | Yes | ||
| port | No | ||
| password | No | ||
| key_path | No | ||
| timeout | No | ||
| accept_new_hostkey | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||