update_collector
Update a collector's configuration by merging specified changes with the current settings. Uses optimistic locking to prevent data loss from concurrent updates.
Instructions
Update a collector's configuration (read-modify-write).
Fetches current config with ETag, merges your changes, and saves with optimistic locking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields_json | Yes | JSON object of fields to update, e.g. {"name": "New Name", "description": "Updated"} | |
| collector_id | Yes | Collector ID to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |