pbs_metrics_influxdb_udp_create
Create a Proxmox Backup Server InfluxDB UDP metrics server configuration. Use confirm=true to execute, otherwise returns a plan.
Instructions
MUTATION: create a PBS InfluxDB udp metrics server configuration.
RISK_LOW: matches PVE's pve_metrics_server_set baseline exactly — no credential field exists on this sub-plane at all (schema-verified). Dry-run by default (returns a PLAN); confirm=True executes (POST /config/metrics/influxdb-udp, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mtu | No | The MTU. Defaults to 1500 server-side if omitted; no upper bound stated by the schema. | |
| host | Yes | host:port combination (host can be a DNS name or IP address; port REQUIRED), e.g. '192.0.2.10:8089'. | |
| name | Yes | New Metrics Server ID (3-32 chars, alnum/underscore start, then alnum/./_/-). | |
| enable | No | Enables or disables the metrics server. Defaults True server-side if omitted. | |
| comment | No | Comment (<=128 chars, no control chars). | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the creation. | |
| 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 |