sonarr_indexers
Manage Sonarr indexers by creating, listing, updating, testing, and deleting them via the Sonarr API.
Instructions
sonarr indexers operations on Sonarr. Pass operation and an arguments dict matching that operation's parameters.
sonarr_create_indexer(force_save=False, body={}) — Create indexers. WRITE: this modifies your Sonarr instance.
sonarr_create_indexer_action(name, body={}) — Create indexer action. WRITE: this modifies your Sonarr instance.
sonarr_create_indexer_test(force_test=False, body={}) — Create indexer test. WRITE: this modifies your Sonarr instance.
sonarr_create_indexer_testall() — Create indexer testall. WRITE: this modifies your Sonarr instance.
sonarr_delete_indexer(id) — Delete indexers. DESTRUCTIVE: this deletes data.
sonarr_delete_indexer_bulk(body={}) — Delete indexer bulk. DESTRUCTIVE: this deletes data.
sonarr_get_indexer(id) — Fetch a single indexers by id.
sonarr_list_indexer() — List indexers.
sonarr_list_indexer_schema() — Return the indexers schema (available fields/options).
sonarr_update_indexer(id, force_save=False, body={}) — Update indexers. WRITE: this modifies your Sonarr instance.
sonarr_update_indexer_bulk(body={}) — Update indexer bulk. WRITE: this modifies your Sonarr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |