<- Adapters

Synology

certifiedcloud

Synology DSM file operations, tasks, and Container Manager

pip install chp-adapter-synology

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

container_listv1.0.0

List Container Manager containers and their status.

chp.adapters.synology.container_list
container_startv1.0.0

Start a Container Manager container.

chp.adapters.synology.container_start
container_stopv1.0.0

Stop a Container Manager container.

chp.adapters.synology.container_stop
download_createv1.0.0

Add a download task to Download Station.

chp.adapters.synology.download_create
file_infov1.0.0

Get metadata (size, modified, owner) for a file or folder.

chp.adapters.synology.file_info
file_listv1.0.0

List files in a Synology shared folder.

chp.adapters.synology.file_list
task_listv1.0.0

List Task Scheduler jobs and their last run status.

chp.adapters.synology.task_list
See the full capability catalog →