Authentication

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Proxmox > Connector Parameters 

Authentication

Server URL

This parameter contains the URL to the endpoint of the server.

 

Technical Name

server_url

Category

Authentication

Type

String

Default Value

{empty}

Example Values

https://example.com:8006

 

By default, the server listens on port 8006 as is described in the official documentation.

 

Ignore Certificates

This parameter can be used to turn off all validity checks of SSL/TLS certificates (highly discouraged!).

 

Technical Name

ignore_certificates

Category

Authentication

Type

Boolean (true or false)

Default Value

false

Example Values

false

 

Username

This parameter contains a part of the PVEAPIToken.

 

Technical Name

username

Category

Authentication

Type

String

Default Value

{empty}

Example Values

 

 

API Token (UUID)

This parameter contains a part of the PVEAPIToken.

 

Technical Name

api_token

Category

Authentication

Type

String

Default Value

{empty}

Example Values

 

 

The PVEAPIToken used for authentication is constructed from multiple parts. The required parts are username, realm, tokenId , and UUID (apiToken).

 

Realm

This parameter contains part of the PVEAPIToken.

 

Technical Name

realm

Category

Authentication

Type

String

Default Value

{empty}

Example Values

 

 

The PVEAPIToken used for authentication is constructed from multiple parts. The required parts are username, realm, tokenId , and UUID (apiToken).

 

Token Id

This parameter contains part of the PVEAPIToken.

 

Technical Name

token_id

Category

Authentication

Type

String

Default Value

{empty}

Example Values

 

 

The PVEAPIToken used for authentication is constructed from multiple parts. The required parts are username, realm, tokenId , and UUID (apiToken).