pve_notification_test
Test PVE notification targets by sending a test notification. Dry-run by default; set confirm=True to send a real notification.
Instructions
MUTATION: send a test notification to a PVE notification target. Dry-run by default
(returns a PLAN, nothing is sent); confirm=True SENDS A REAL NOTIFICATION to the target's
recipients and returns {"status": "ok", "result": null}. No config changes. name is an existing
endpoint or matcher name — see pve_notification_endpoint_list for endpoint names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the notification target 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 |