Trigger Node Backup
trigger_node_backupQueue an immediate config backup by device name or IP. Use it when you need fresh backup results and version history without waiting for the scheduled run.
Instructions
Queue an immediate configuration backup of a node.
Oxidized moves the node to the head of its queue; the backup itself runs asynchronously. Check get_node afterwards for the run result, and list_node_versions for a new version if the configuration changed. Oxidized picks the node by name or IP only (no group), so node names must be unique - otherwise the first node with that name is queued.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name or IP address (e.g. 'core-sw01') | |
| user | No | Author name recorded if this backup produces a new version | |
| message | No | Commit message recorded if this backup produces a new version |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||