bookshelf_download_clients
Manage Bookshelf download clients by executing create, update, delete, list, test, and bulk operations through an operation and arguments interface.
Instructions
bookshelf download clients operations on Bookshelf. Pass operation and an arguments dict matching that operation's parameters.
bookshelf_action_downloadclient(name, body={}) — Create downloadclient action. WRITE: this modifies your Bookshelf instance.
bookshelf_bulk_delete_downloadclient(body={}) — Bulk delete downloadclient bulk. DESTRUCTIVE: this deletes data.
bookshelf_bulk_update_downloadclient(body={}) — Bulk update downloadclient bulk. WRITE: this modifies your Bookshelf instance.
bookshelf_create_downloadclient(force_save=False, body={}) — Create downloadclient. Query params: forceSave. WRITE: this modifies your Bookshelf instance.
bookshelf_create_remotepathmapping(body={}) — Create remotepathmapping. WRITE: this modifies your Bookshelf instance.
bookshelf_delete_downloadclient(id) — Delete downloadclient. DESTRUCTIVE: this deletes data.
bookshelf_delete_remotepathmapping(id) — Delete remotepathmapping. DESTRUCTIVE: this deletes data.
bookshelf_get_downloadclient(id) — Fetch a single downloadclient by id.
bookshelf_get_downloadclient_schema() — List downloadclient schema.
bookshelf_get_remotepathmapping(id) — Fetch a single remotepathmapping by id.
bookshelf_list_downloadclient() — List downloadclient.
bookshelf_list_remotepathmapping() — List remotepathmapping.
bookshelf_test_all_downloadclient() — Create downloadclient testall. WRITE: this modifies your Bookshelf instance.
bookshelf_test_downloadclient(force_test=False, body={}) — Create downloadclient test. Query params: forceTest. WRITE: this modifies your Bookshelf instance.
bookshelf_update_downloadclient(id, force_save=False, body={}) — Update downloadclient. Query params: forceSave. WRITE: this modifies your Bookshelf instance.
bookshelf_update_remotepathmapping(id, body={}) — Update remotepathmapping. WRITE: this modifies your Bookshelf instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |