pve_notification_endpoint_list
Retrieve a list of all configured Proxmox VE notification endpoints, showing type, name, and configuration for each delivery channel.
Instructions
READ-ONLY: list all PVE notification endpoints.
No state change. Returns a list of dicts for each configured delivery channel (gotify, smtp, sendmail, webhook) with type, name, and endpoint-specific config. To add one use pve_notification_endpoint_create; to remove one use pve_notification_endpoint_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |