Interface ProxmoxEngineOptionsToken

Proxmox authentification as tokenID / tokenSecret

Hierarchy

Properties

authTimeout?: number

separated timeout for authentification call, default is 5 second

host: string

Proxmox address

port?: number

Proxmox connexion port, default is 8006

queryTimeout?: number

timeout for proxmox request, default is 60 seconds

schema?: "http" | "https"

http protocol, can be http or https, default is https

tokenID: string
tokenSecret: string

Generated using TypeDoc