pbs_notification_target_test
Send a test notification to a PBS notification target. Dry-run returns a plan; confirm sends a real notification.
Instructions
MUTATION: send a REAL test notification to a PBS notification target. Dry-run by default
(returns a PLAN, nothing is sent); confirm=True SENDS A REAL NOTIFICATION to the target's
recipients/webhook/gotify server and returns {"status": "ok", "result": None} (synchronous —
PBS returns null). No config changes. name is an existing endpoint or matcher name — see
pbs_notification_targets_list for target names. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the notification target (endpoint or matcher) to send a test notification to. | |
| confirm | No | False (default) returns a dry-run PLAN only; True SENDS A REAL test notification. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |