proxmox/api-url

ID for Access Key (not the secret)

The URL endpoint of the Proxmox API, for either a single node or cluster.

example:

  • https://proxmox01.example.com:8006/api2/json

Alternatively, set the proxmox/node and/or proxmox/api-port Params to get the dynamically expand this URL reference.

The default value is set to:

  • 'https://{{ .Param "proxmox/node" }}:{{ .Param "proxmox/api-port" }}/api2/json'

Which will expand to the following, if the proxmox/node and/or the proxmox/api-port is not also set:

  • https://127.0.0.1:8006/api2/json